Skip to content

Craftpipe/agent-scaffold

agent-scaffold

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.

Installation

Claude Code

# Option 1: Manual installation
cp SKILL.md ~/.claude/skills/agent-scaffold/SKILL.md

# Option 2: Plugin installation
claude plugin install [GITHUB_URL]

Cursor

# Option 1: Manual installation
cp SKILL.md ~/.cursor/skills/agent-scaffold/SKILL.md

# Option 2: Via marketplace
# Open Cursor → Extensions → Search "agent-scaffold" → Install

ClawHub/OpenClaw

# Via marketplace
# Visit ClawHub marketplace and search "agent-scaffold"

# OR via git clone
git clone [GITHUB_URL] ~/.claude/skills/agent-scaffold

Codex CLI

cp SKILL.md ~/.codex/skills/agent-scaffold/SKILL.md

Usage

When it triggers:

  • Invoke with @agent-scaffold or 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.md with 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

Examples

Example 1: Node.js Microservices

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

Example 2: React + Python Stack

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

Features

  • 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

⭐ Pro Features

The Pro version includes:

  • team config
  • output templates
  • ci integration

Get Procraftpipe.gumroad.com (€15)

About

Generates structured multi-agent workflow files for AI coding teams — creates AGENTS.md role definitions, handoff protocols, task routing rules, and coordination scaffolds for Claude Code, Cursor, and Codex multi-agent setups. Analyzes your project and produces token-optimized agent files tailored to your stack.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors