Agent factory. Generate complete agent teams, individual agents, or custom skills with a single command.
Scanned 5/28/2026
Install via CLI
openskills install xvirobotics/metabot# MetaSkill
Agent factory. Generate complete agent teams, individual agents, or custom skills with a single command.
## What It Does
`/metaskill` researches best practices, then generates a complete `.claude/` agent configuration:
- **Orchestrator** — Main agent that coordinates the team
- **Specialists** — Domain-specific agents (frontend, backend, infra, etc.)
- **Code Reviewer** — Reviews PRs and code quality
- **Skills** — Custom skills that extend agent capabilities
The generated agents use MetaMemory for shared knowledge across sessions.
## Usage
Send `/metaskill` followed by your request in chat:
```
/metaskill Create an agent team for this React Native project —
I need a frontend specialist, a backend API specialist, and a code reviewer.
```
```
/metaskill Create a skill that reads our Jira board and summarizes
open tickets.
```
## How It Works
1. Claude researches the project structure and best practices
2. Generates `.claude/` configuration files (agents, skills, settings)
3. Saves the configuration to the bot's working directory
4. The new agents/skills are immediately available for use
## Output
MetaSkill generates files in the `.claude/` directory:
```
.claude/
├── agents/
│ ├── orchestrator.md
│ ├── frontend.md
│ ├── backend.md
│ └── reviewer.md
├── skills/
│ └── custom-skill/
│ └── SKILL.md
└── settings.json
```
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.