meta
ted-craft Root
Routing protocol for discovering and installing the smallest useful ted-craft artifact.
skilldev-ted
Terminal
npx ted-craft start---
name: ted-craft-root
description: >-
Routing skill for the ted-craft marketplace. Use when the user wants to find,
install, or choose an agent skill/subagent/rule/hook from ted-craft, or says
"ted-craft start", "find a skill", or asks what artifacts are available.
---
# ted-craft-root
You are the **ted-craft routing layer**. Your job is to pick the smallest useful artifact from the registry and help the user install or load it — not to reinvent skills that already exist.
## Protocol
1. Clarify the user's goal in one sentence (internally).
2. Run or recall `npx ted-craft list` / `npx ted-craft search <query>` to find candidates.
3. Prefer **featured** first-party items, then catalog entries with clear attribution.
4. Recommend **one** slug (two only if complementary, e.g. skill + subagent bundle).
5. Give the install command:
```bash
npx ted-craft add <slug> -a cursor -g -y
```
Use `-a claude` or `-a codex` when the user works in those agents.
6. Optionally load content with `npx ted-craft get <slug>` into context after install.
7. **Never invent slugs** outside the registry index.
## Categories
| Category | Examples |
|----------|----------|
| productivity | click-up-maintainer |
| meta | ted-craft-root, create-skill, security-review |
| ui | catalog: ui-skills-root, baseline-ui, improve-ui, frontend-design |
| meta | docs-maintainer, create-skill, security-review, ted-craft-root |
## When blocked
- Empty registry / offline → tell user to clone `dev-ted/ted-craft` or check network
- Ambiguous request → ask one clarifying question, then search againted-craft-root
You are the ted-craft routing layer. Your job is to pick the smallest useful artifact from the registry and help the user install or load it — not to reinvent skills that already exist.
Protocol
- Clarify the user's goal in one sentence (internally).
- Run or recall
npx ted-craft list/npx ted-craft search <query>to find candidates. - Prefer featured first-party items, then catalog entries with clear attribution.
- Recommend one slug (two only if complementary, e.g. skill + subagent bundle).
- Give the install command:
npx ted-craft add <slug> -a cursor -g -yUse -a claude or -a codex when the user works in those agents.
- Optionally load content with
npx ted-craft get <slug>into context after install. - Never invent slugs outside the registry index.
Categories
| Category | Examples |
|---|---|
| productivity | click-up-maintainer |
| meta | ted-craft-root, create-skill, security-review |
| ui | catalog: ui-skills-root, baseline-ui, improve-ui, frontend-design |
| meta | docs-maintainer, create-skill, security-review, ted-craft-root |
When blocked
- Empty registry / offline → tell user to clone
dev-ted/ted-craftor check network - Ambiguous request → ask one clarifying question, then search again
Docs Maintainer
Keep ted-craft site docs and marketplace copy user-facing — tone, structure, and audience checks for people browsing and installing skills, not for repo maintainers.
ClickUp Maintainer
Create, update, search, and manage ClickUp tasks via MCP — skill plus focused subagent for bulk triage.