Guides AI-assisted engineering with eval-first execution, task decomposition into 15-minute units, cost-aware model routing, and review focus for AI-generated code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:agentic-engineeringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
Apply the 15-minute unit rule:
Prioritize:
Do not waste review cycles on style-only disagreements when automated format/lint already enforce style.
Track per task:
Escalate model tier only when lower tier fails with a clear reasoning gap.
npx claudepluginhub joshlarsen/everything-claude-code171plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 171 plugins
Guides AI-assisted engineering with eval-first execution, task decomposition into 15-minute units, cost-aware model routing, and review focus for AI-generated code.
Provides battle-tested engineering principles for AI coding agents including plan-first workflow, subagent delegation, self-improvement loops, and verification gates. Use when configuring agent behavior, writing AGENTS.md files, or improving agent reliability.
Provides prompt templates for building AI coding agents: system prompts, tool prompts, agent delegation, memory management, and multi-agent coordination patterns.