Generates structured multi-agent workflow files for AI coding teams — creates AGENTS.md role definitions, handoff protocols, task routing rules, and coordination scaffolds for multi-agent setups.
# Option 1: Manual installation
cp SKILL.md ~/.claude/skills/agent-scaffold/SKILL.md
# Option 2: Plugin installation
claude plugin install [GITHUB_URL]# Option 1: Manual installation
cp SKILL.md ~/.cursor/skills/agent-scaffold/SKILL.md
# Option 2: Via marketplace
# Open Cursor → Extensions → Search "agent-scaffold" → Install# Via marketplace
# Visit ClawHub marketplace and search "agent-scaffold"
# OR via git clone
git clone [GITHUB_URL] ~/.claude/skills/agent-scaffoldcp SKILL.md ~/.codex/skills/agent-scaffold/SKILL.mdWhen it triggers:
- Invoke with
@agent-scaffoldor run skill command in your IDE - Analyzes your project structure, tech stack, and codebase patterns
- Automatically detects language, frameworks, and dependencies
What it does:
- Generates
AGENTS.mdwith role definitions for each agent - Creates handoff protocols for seamless agent-to-agent communication
- Defines task routing rules based on file types and complexity
- Produces token-optimized coordination scaffolds
- Outputs ready-to-use multi-agent workflow configuration
Input: Project with 3 services (auth, api, database)
Output:
- Backend Agent (handles API routes & services)
- Database Agent (schema, migrations, queries)
- DevOps Agent (deployment, config, monitoring)
- Handoff rules: API → Database for queries, Database → DevOps for migrations
Input: Full-stack app with frontend and backend
Output:
- Frontend Agent (React components, state management)
- Backend Agent (Python services, endpoints)
- Integration Agent (API contracts, testing)
- Task routing: UI changes → Frontend, API changes → Backend, conflicts → Integration
- Role-based agent definitions — Automatically assigns responsibilities
- Smart handoff protocols — Prevents duplicate work and conflicts
- Token optimization — Minimizes context overhead for large teams
- Stack detection — Recognizes your tech and tailors output
- Coordination scaffolds — Ready-to-use agent communication templates
Built with AI by Craftpipe
Support: support@heijnesdigital.com
The Pro version includes:
- team config
- output templates
- ci integration
Get Pro → craftpipe.gumroad.com (€15)