agentic-development-principles
Best practices for AI-human collaboration, focusing on task decomposition, context management, and verification.
Install
npx skills add https://github.com/supercent-io/skills-template --skill agentic-development-principlesStats
| Total installs | 10,103 |
| Weekly installs | 10.1K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Divide complex tasks into small, independently verifiable steps; AI performs significantly better with clear, bounded instructions than large ambiguous requests
- Keep context fresh and single-purpose; use separate conversations for different topics and apply HANDOFF.md summaries when conversations grow long to prevent context drift
- Adjust abstraction level by situation: use high-level "vibe coding" for prototypes and rapid iteration, deep-dive line-by-line review for production code, bugs, and security work
- Default to plan mode (70-90% of work) for analysis and review before execution; use execute mode only for simple, well-validated tasks in safe environments
- Automate any task repeated 3+ times; verify all outputs through tests, code review, and self-verification before deployment
Tags
Related skills
| Skill | Installs | vs agentic-development-principles |
|---|---|---|
| plannotator | 10,428 | +325 |
| mastra | 8,793 | -1,310 |
| create-agentsmd | 8,076 | -2,027 |
| firebase-ai-logic | 10,384 | +281 |
| seedance2-api | 11,483 | +1,380 |
FAQ
- How many installs does agentic-development-principles have?
- agentic-development-principles has 10,103 total installs and 10.1K installs this week.
- Where is agentic-development-principles hosted?
- agentic-development-principles is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does agentic-development-principles have?
- agentic-development-principles has 88 GitHub stars.
- When was agentic-development-principles first indexed?
- OrangeBot.AI first indexed agentic-development-principles on Jan 24, 2026.
- How do I install agentic-development-principles?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill agentic-development-principles