Agentic Coding
Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.
Marketplace hits 2,810 skills, system prompt internals go public, cheatsheet ships power-user shortcuts
1 Min. Lesezeit
Skills marketplace scales up
The plugin ecosystem just jumped by an order of magnitude.
A new marketplace at tonsofskills.com now hosts 2,810 skills, 425 plugins, and 200 agents for Claude Code—all installable via the ccpi CLI [Source: GitHub]. Standouts include the cursor-pack (30 skills for AI code editing), devops-automation-pack (25 DevOps plugins), and geepers which orchestrates 51 specialized agents. The key shift from earlier collections: skills now auto-invoke based on context triggers rather than requiring manual slash commands, so your workflow stays uninterrupted.
Worth browsing the sprint framework if you liked Garry Tan's gstack from yesterday.
System prompts go public
Someone reverse-engineered Claude Code's entire brain.
A new repository documents all system prompts, 27 built-in tools, and the internal logic for subagents like Plan, Explore, and Task mode [Source: GitHub]. You'll find the exact prompts for /code-review effort modes, /batch parallel changes, and how memory consolidation works across sessions. The repo also links to tweakcc for customizing individual prompt pieces—handy if you want to override Claude's defaults without forking the whole setup.
Reading how the subagent delegation actually works clarifies when to spawn agents versus when to stay in your main session.
Power-user cheatsheet drops
Someone condensed the advanced playbook into one reference page.
The claude-code-ultimate-guide cheatsheet covers context management (watch usage above 70%, use /compact), thinking mode toggles (Alt+T for speed versus depth), and Plan Mode (Shift+Tab twice) for reviewing changes before they eat your token window [Source: GitHub]. Practical formulas for prompting: specify WHAT (deliverable), WHERE (file paths), HOW (constraints), VERIFY (success criteria). The /simplify command catches over-engineering; /batch runs parallel agents for large refactors.
Print it—the prompt formula alone saves five minutes of context-setting every session.
claude-code-ultimate-guide/guide/cheatsheet.md at main - GitHub18 hours ago ... Two skill types: Capability Uplift (fills model gap, fades) / Encoded Preference (encodes workflow, stays). Benchmark Mode, A/B testing, Trigger Tuning.github.com
This cheatsheet provides practical optimization techniques directly relevant to your workflow as a solo developer using Claude Code daily. For Claude Code workflow optimization, key tips include: using `/status` and `/compact` to manage context (watch context usage >70%), switching thinking modes with Alt+T to balance speed and cost, and leveraging Plan Mode (Shift+Tab × 2) for complex tasks before executing changes. The cheatsheet covers permission modes (Shift+Tab to cycle), essential commands like `/goal` for autonomous task completion and `/loop` for recurring checks, and context recovery strategies. For efficiency, use `/simplify` to detect over-engineering and `/batch` for large-scale refactors via parallel agents. For agentic coding and debugging, the resource details background agents (working while you code), agent teams for multi-agent coordination, and custom agents via `.claude/agents/`. The `/debug` command provides systematic troubleshooting. Advanced features include skill evals (capability uplift or encoded preferences), Tasks API for persistent multi-session projects with dependencies, and MCP servers like Serena for semantic search and memory. The cheatsheet emphasizes the "less scaffolding, more model" philosophy and provides prompting formulas: specify WHAT (deliverable), WHERE (file paths), HOW (constraints), and VERIFY (success criteria).
jeremylongshore/claude-code-plugins-plus-skills - GitHub20 hours ago ... Deep learning optimization techniques ... @alexfazio (Alex Fazio) — Production agent workflow patterns and validation techniques that inspired the Learning Lab ...github.com
Claude Code workflow optimization includes installing pre-built agent skills and plugins from the marketplace — 425 plugins and 2,810 skills organized by category. For solo developers, the marketplace offers specialized skill packs like the cursor-pack (30 skills for AI code editing), skill-creator (for building production-grade agent skills), and devops-automation-pack (25 DevOps plugins). Key optimization approaches include using PRD documents with agent skills, auto-invoking skills based on context triggers rather than manual slash commands, and leveraging multi-agent orchestration plugins like geepers (51 specialized agents) or sprint (spec-driven autonomous development framework). Advanced debugging strategies are supported through plugins like code-cleanup (removes dead code and weak types across 11 quality dimensions), conversational-api-debugger (analyzes REST API failures with root cause analysis), and security-agent (code analysis subagent). For AI pair programming, the marketplace emphasizes skills that activate automatically when Claude detects relevant context — rather than explicit commands — allowing seamless workflow integration through SKILL.md instruction files with trigger phrases and allowed-tools scoping.
Piebald-AI/claude-code-system-prompts - GitHub13 hours ago ... ... workflow template for triggering Claude Code via @claude mentions. Data ... System Reminder: Thinking frequency tuning (129 tks) - Instructs Claude to ...github.com
The repository contains comprehensive documentation of Claude Code's system prompts, agents, and tools—resources directly relevant to your interests in agentic coding and AI pair programming. Key highlights include detailed agent prompts for specialized coding tasks like /code-review (with multiple effort modes), /batch (for parallel codebase changes), and /security-review. The repository documents how Claude Code implements autonomous agents through subagents like Explore and Plan mode, along with memory consolidation and background job execution—capabilities useful for solo developers automating workflows. System prompts cover autonomous loop behavior for background execution, learning mode with human collaboration, and practical tools like TodoWrite for task tracking and workflow orchestration. The resource also references Piebald, a platform designed specifically for agentic AI development experiences, and provides access to tweakcc for customizing individual system prompt pieces. For optimization, the documentation shows how to use skills for specialized workflows (/loop for recurring tasks, /schedule for cloud-based job scheduling) and demonstrates best practices for prompt engineering through subagent delegation patterns and memory-based context management across sessions.