@amrhas82/agentic-kit
v2.4.0
Published
AI development toolkit with 11 specialized agents and 20 commands. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.
Downloads
1,873
Maintainers
Readme
█████╗ ██████╗ ███████╗███╗ ██╗████████╗██╗ ██████╗ ██╗ ██╗██╗████████╗
██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██║██╔════╝ ██║ ██╔╝██║╚══██╔══╝
███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ██║██║ █████╔╝ ██║ ██║
██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ██║██║ ██╔═██╗ ██║ ██║
██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ██║╚██████╗ ██║ ██╗██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝AI development toolkit with 11 specialized agents and 20 commands per tool
Specialized AI agents and workflow commands for product management, agile development, and software engineering. Simple installer supports Claude, Opencode, Ampcode, and Droid.
🚀 Quick Start
# Install
npm install -g @amrhas82/agentic-kit
# Run installer
agentic-kit
# Choose tool(s): claude, opencode, ampcode, or droid
# Each tool gets 11 agents + 20 commandsSupported Tools
- Claude Code - 11 subagents + 10 skills + 10 commands
- Opencode - 11 agent references + 20 commands
- Ampcode - 11 subagents + 10 skills + 10 commands
- Droid - 11 agent references + 20 commands
Key Difference:
- Claude Code / Ampcode: Full subagent system with orchestrator + skills (auto-triggering)
- Opencode / Droid: Commands only + agent reference documentation
Start Using
# Claude Code examples
@orchestrator help
@1-create-prd Create a PRD for a task management app
/brainstorming Explore authentication approaches
/test-driven-development Implement user login
# Opencode/Ampcode/Droid examples
/1-create-prd Create a PRD for a task management app
/brainstorming Explore authentication approaches
/test-driven-development Implement user login🤖 What's Included
11 Agents
Workflow Agents (3):
- 1-create-prd - Define scope with structured Product Requirement Documents
- 2-generate-tasks - Break PRDs into granular, actionable task lists
- 3-process-task-list - Execute tasks iteratively with progress tracking and review checkpoints
Specialist Agents (8):
- orchestrator - Analyze intent, coordinate workflows, route to optimal agent sequences
- code-developer - Implementation, debugging, refactoring, code best practices
- quality-assurance - Test architecture, quality gates, requirements traceability, risk assessment
- context-builder - Initialize project context, discover documentation, create knowledge bases
- feature-planner - Epics, user stories, prioritization, backlog management, retrospectives
- market-researcher - Market analysis, competitive research, project discovery, brainstorming
- system-architect - System design, technology selection, API design, scalability planning
- ui-designer - UI/UX design, wireframes, prototypes, accessibility, design systems
20 Commands/Skills
Auto-Triggering Skills (3) - Claude Code only:
- test-driven-development - Write test first, watch fail, minimal passing code
- testing-anti-patterns - Prevent mocking anti-patterns
- verification-before-completion - Verify before claiming done
Manual Skills/Commands (17):
- brainstorming - Structured brainstorming sessions
- code-review - Implementation review against requirements
- condition-based-waiting - Replace timeouts with condition polling
- docs-builder - Project documentation generation
- root-cause-tracing - Trace bugs backward through call stack
- skill-creator - Guide for creating new skills
- systematic-debugging - Four-phase debugging framework
- debug - Systematic issue investigation
- explain - Explain code for newcomers
- git-commit - Intelligent commit creation
- optimize - Performance analysis
- refactor - Safe refactoring with behavior preservation
- review - Comprehensive code review
- security - Vulnerability scanning
- ship - Pre-deployment checklist
- stash - Save session context for compaction recovery or handoffs
- test-generate - Generate test suites
📖 Documentation
| Document | Description | |----------|-------------| | INSTALLER_GUIDE.md | Complete installation guide with troubleshooting | | KNOWLEDGE_BASE.md | Complete reference: agents, commands, architecture | | QUICK-START.md | 15-minute onboarding guide | | TROUBLESHOOTING.md | Common issues and solutions | | subagentic-manual.md | Detailed agent/command reference |
💡 Example Workflows
Feature Development:
@orchestrator I need to add user authentication
# Orchestrator routes to:
# → market-researcher (research approaches)
# → 1-create-prd (requirements)
# → 2-generate-tasks (implementation tasks)
# → 3-process-task-list (execution)Code Quality:
@quality-assurance Review this PR before merge
/code-review Check security and performance
/systematic-debugging Investigate this race conditionArchitecture & Design:
@system-architect Design microservices architecture
@ui-designer Create wireframes for mobile checkout📊 Stats
- 11 Specialized Agents
- 20 Workflow Commands & Skills
- 4 Supported Tools (Claude, Opencode, Ampcode, Droid)
- MIT License
🔗 Links
- npm: https://www.npmjs.com/package/@amrhas82/agentic-kit
- GitHub: https://github.com/amrhas82/agentic-kit
- Issues: https://github.com/amrhas82/agentic-kit/issues
📄 License
MIT © 2025 amrhas82
Need help? Check TROUBLESHOOTING.md or open an issue
