agentic-engineering
Principles for AI-driven engineering using eval-first loops, task decomposition, and model routing for quality code.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill agentic-engineeringStats
| Total installs | 990 |
| Weekly installs | 989 |
| GitHub stars | 112.5K |
| First seen | Mar 5, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Defines an eval-first loop: establish baseline evals before implementation, then re-run post-execution to measure deltas and catch regressions
- Decomposes work into 15-minute units with single dominant risks, independent verifiability, and clear done conditions
- Routes tasks by complexity: Haiku for classification and boilerplate, Sonnet for implementation, Opus for architecture and multi-file invariants
- Emphasizes review focus on invariants, edge cases, error boundaries, and security rather than style enforcement
- Tracks cost discipline per task including model tier, token estimates, retries, and wall-clock time to guide escalation decisions
Tags
Related skills
| Skill | Installs | vs agentic-engineering |
|---|---|---|
| mcporter | 923 | -67 |
| connect | 986 | -4 |
| xiaohongshu-cover-generator | 943 | -47 |
| speakturbo-tts | 952 | -38 |
| novel-writer-workflow-guide | 927 | -63 |
FAQ
- How many installs does agentic-engineering have?
- agentic-engineering has 990 total installs and 989 installs this week.
- Where is agentic-engineering hosted?
- agentic-engineering is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does agentic-engineering have?
- agentic-engineering has 112.5K GitHub stars.
- When was agentic-engineering first indexed?
- OrangeBot.AI first indexed agentic-engineering on Mar 5, 2026.
- How do I install agentic-engineering?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill agentic-engineering