AI development toolkit with 11 specialized agents and 20 commands. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.
npm install liteagents```
██╗ ██╗████████╗███████╗ █████╗ ██████╗ ███████╗███╗ ██╗████████╗███████╗
██║ ██║╚══██╔══╝██╔════╝██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔════╝
██║ ██║ ██║ █████╗ ███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ███████╗
██║ ██║ ██║ ██╔══╝ ██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚════██║
███████╗██║ ██║ ███████╗██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║
╚══════╝╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
AI development toolkit with 11 specialized agents and 20 commands per tool


Supported Tools:




Specialized AI agents and workflow commands for product management, agile development, and software engineering. Simple installer supports Claude, Opencode, Ampcode, and Droid.
---
`bashOption 1: NPX (recommended)
npx liteagents
$3
- 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: Full subagent system with orchestrator + skills (auto-triggering)
- Opencode / Droid / Ampcode: Commands only + agent reference documentation
$3
`bash
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 loginOpencode/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
$3
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
$3
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 condition
`Architecture & Design:
`
@system-architect Design microservices architecture
@ui-designer Create wireframes for mobile checkout
``---
- 11 Specialized Agents
- 20 Workflow Commands & Skills
- 4 Supported Tools (Claude, Opencode, Ampcode, Droid)
- MIT License
---
- npm: https://www.npmjs.com/package/liteagents
- GitHub: https://github.com/amrhas82/liteagents
- Issues: https://github.com/amrhas82/liteagents/issues
---
MIT © 2025 amrhas82
---
Need help? Check TROUBLESHOOTING.md or open an issue