74 lines
2.5 KiB
Markdown
74 lines
2.5 KiB
Markdown
# Agent Factory
|
|
|
|
Build and manage complete autonomous agent systems with Claude Code.
|
|
|
|
OpenClaw gives you a pre-built agent. This plugin guides you
|
|
through building your own, tailored to your work and deployed where you
|
|
choose. Covers all 22 agent capabilities with patterns from OpenClaw and Paperclip.
|
|
|
|
For the best experience, install via [ktg-plugin-marketplace](https://git.fromaitochitta.com/open/ktg-plugin-marketplace) which includes Agent Factory plus the ultra-suite (ultraplan, ultraresearch, ultraexecute).
|
|
|
|
## Install
|
|
|
|
```
|
|
/install agent-factory
|
|
```
|
|
|
|
Or for local development:
|
|
|
|
```
|
|
claude --plugin-dir /path/to/agent-factory
|
|
```
|
|
|
|
## Commands
|
|
|
|
| Command | What it does |
|
|
|---------|-------------|
|
|
| `/agent-factory:build` | Guided 7-phase workflow to build a complete agent system |
|
|
| `/agent-factory:deploy` | Configure deployment for your chosen platform |
|
|
| `/agent-factory:evaluate` | Assess your setup against 22 agent capabilities |
|
|
| `/agent-factory:status` | Quick status check of your agent infrastructure |
|
|
|
|
## What `/agent-factory:build` creates
|
|
|
|
The build command walks you through 7 phases:
|
|
|
|
1. **Map your work** -- identify recurring tasks and agent roles
|
|
2. **Operating manual** -- generate a CLAUDE.md tailored to your domain
|
|
3. **Agent team** -- scaffold specialized agents in `.claude/agents/`
|
|
4. **Pipeline** -- create skills that orchestrate your agents
|
|
5. **Security** -- add hooks for command blocking and audit logging
|
|
6. **Deployment** -- configure for your platform (local, Mac Mini, VPS, or Managed Agents)
|
|
7. **Test** -- run on real work and iterate
|
|
|
|
Each phase produces files in your project. You can stop after any
|
|
phase and resume later.
|
|
|
|
## Deployment targets
|
|
|
|
| Platform | Best for | Always-on |
|
|
|----------|---------|-----------|
|
|
| Cloud (/schedule) | PR reviews, CI triage, repo maintenance | Yes (cloud) |
|
|
| Local (cron/launchd) | Development, personal pipelines | With tmux |
|
|
| Mac Mini (launchd + channels) | Personal agent | Yes |
|
|
| VPS (systemd) | Server agent, teams | Yes |
|
|
| Docker | Reproducible deployments, security isolation | Yes |
|
|
|
|
## What this covers
|
|
|
|
Maps all 22 OpenClaw capabilities to Claude Code equivalents:
|
|
13 full matches, 8 different approaches, 1 gap (Canvas/A2UI).
|
|
Run `/agent-factory:evaluate` to see your current coverage.
|
|
|
|
## Repository
|
|
|
|
https://git.fromaitochitta.com/open/agent-factory
|
|
|
|
## Requirements
|
|
|
|
- Claude Code v2.1.86 or later (for full feature coverage)
|
|
- The `plugin-dev` plugin (recommended for agent/skill creation)
|
|
|
|
## License
|
|
|
|
MIT
|