/generate
Description
Create production-ready `.md` files for the moo marketplace. **Internally applies:** `/prompt` techniques to all generated content.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
description: Generate command/skill/agent files for moo ecosystem. Applies /prompt techniques automatically.
/generate
Create production-ready `.md` files for the moo marketplace.
**Internally applies:** `/prompt` techniques to all generated content.
Inputs
$1— Type (command | skill | agent) or infer$2— Task description
Ecosystem Structure
Where Files Live
| Type | Project-level | Plugin-level |
|---|---|---|
| Command | .claude/commands/X.md |
[plugin]/commands/X.md |
| Skill | — | [plugin]/skills/[name]/SKILL.md |
| Agent | .claude/agents/X.md |
[plugin]/agents/X.md |
| Ref | — | [plugin]/skills/[name]/references/ |
Plugin Architecture
[plugin]/
├── .claude-plugin/plugin.json # name, version, description
├── skills/[name]/
│ ├── SKILL.md # Router, auto-triggers
│ └── references/*.md # Supporting content
└── commands/*.md # User-invoked
Frontmatter Rules
**Commands/Agents:**
---
description: Single line. Max 1024 chars. No | or >.
---
**Skills:**
---
name: kebab-case
description: Single line. Trigger + action.
version: 0.0.1
---
Process
Phase 1: Parse
- What — Core function (analyze, generate, debug, search, evaluate)
- Where — Project-level or plugin? Which plugin?
- Type — Command (explicit), Skill (background), Agent (delegated)
Phase 2: Confidence Gate
| Confidence | Action |
|---|---|
| < 70% | Ask ONE question, STOP |
| 70-85% | Add ## Assumptions |
| ≥ 85% | Generate directly |
Phase 3: Type Detection
| Signal | Type |
|---|---|
| "when I run", "command for" | Command |
| "always apply", "principles", background | Skill |
| "search", "find", "analyze", delegatable | Agent |
Default → Command.
Phase 4: Generate
Read `/prompt` and apply its techniques, then use ecosystem template:
Command Structure
# /[name]
[Purpose]
## When to Use
## Inputs
## Process (numbered steps)
## Output Format
## Examples
Skill Structure
# [Name]
[Philosophy]
## When This Applies
## Core Principles
## Process
## Anti-Patterns
Agent Structure
# [Name]
[Role + constraint]
## Delegation Trigger
## Strategy
## Output Format
Conventions
- Replace "think" → "consider/evaluate/reason"
- Use "Use when..." not "MUST/CRITICAL"
- Story points, never time estimates
- Quality footer for non-trivial outputs
- Single-level references (no A→B→C chains)
Post-Generation
- State full file path
- Verify frontmatter (single-line, no multi-li
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11