Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction delivery.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill sub-agent-factory --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sub Agent Factory?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-sub-agent-factory)More formats (shields.io, HTML) on the badges page.
---
name: sub-agent-factory
description: "Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction delivery."
---
# Sub-Agent Factory
Don't do everything yourself. Scale your productivity by building a team.
## Capability Matrix
- **Coder Agent**: Optimized for repo exploration and bug fixing.
- **Research Agent**: Expert at web searching and synthesizing deep reports.
- **Analysis Agent**: Focused on processing data, JSON files, and logs.
## Setup Protocol
1. **Define Mission**: Set a clear 1-sentence goal.
2. **Select Template**: Pick the agent type.
3. **Provision**: Run `scripts/create_agent.sh`.
4. **Link**: Configure communication folders (inbox/outbox).
## Installation
```bash
clawhub install sub-agent-factory
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...