Pre-configured AI agent toolkit
npx skills add https://github.com/itz4blitz/agentful --skill product-trackingInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Pre-configured development toolkit for Claude Code
Orchestrates specialized agents in parallel with inter-agent communication to build features from product specs.
# 1. Install
npx @itz4blitz/agentful init
# 2. Start Claude Code
claude
# 3. Define product spec (choose one):
/agentful-init # Interactive 7-question wizard (recommended for new users)
# OR
/agentful-product # Manual spec creation/analysis
# 4. Start development (auto-generates agents on first run)
/agentful-start
Enable agents to learn from every session and reuse successful patterns:
claude mcp add agentful -- npx -y @itz4blitz/agentful-mcp-server
The reviewer stores error patterns, the fixer looks up known fixes, and the orchestrator stores successful implementation patterns - compounding knowledge across sessions.
# Default: All components (recommended)
npx @itz4blitz/agentful init
# Minimal: Simple scripts/CLIs
npx @itz4blitz/agentful init --preset=minimal
# Custom: Choose components
npx @itz4blitz/agentful init --agents=orchestrator,backend --skills=validation
| Command | Description |
|---|---|
/agentful-init |
Interactive onboarding - 7 guided questions |
/agentful-product |
Create and analyze product specifications |
/agentful-generate |
Generate domain-specific agents for your stack |
/agentful-start |
Start autonomous development |
/agentful-status |
View completion % and current work |
/agentful-validate |
Run quality checks |
/agentful-decide |
Answer blocking decisions |
Auto-detects and adapts to your stack:
MIT