AGENTS.md
skills/AGENTS.mdAGENTS.md
Quality
39/100
Scores the file, not the repository.Length
370 words
4 headings · 0 code blocksRepository
83k
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1# skills23This directory holds **functional skills** — capabilities the agent4invokes mid-task to do work on user input. Each skill is a folder with a5`SKILL.md` (frontmatter + body) and any side files (`assets/`,6`references/`, scripts, …) the workflow needs.78If the entry primarily *renders* a design artifact (deck, prototype,9image/video/audio template) it belongs under `../design-templates/`10instead. See `specs/current/skills-and-design-templates.md` for the11full split.1213## Daemon plumbing1415- Listed under `/api/skills` (functional only). User-imported skills16 shadow built-in entries with the same frontmatter `name`.17- Asset routes (`/api/skills/:id/example`, `/api/skills/:id/assets/*`)18 span both functional skills and design templates so existing19 `srcdoc`-rewritten URLs keep resolving after the split.20- Integrations → Skills surfaces this directory only. Renderable templates are21 read from the design-templates registry by the New project "Start from" rails;22 the redesigned home no longer has a top-level Templates tab.2324## Adding a skill25261. Create `skills/<my-skill>/SKILL.md` with `name`, `description`,27 `triggers`, and `od.mode: utility` (or `design-system`) frontmatter.282. Drop any side files alongside; reference them from the body using29 the relative-from-skill-root paths the daemon advertises in the30 skill preamble.313. The daemon's lazy scanner picks the entry up on the next32 `/api/skills` request — no rebuild required during local dev.3334## Curated design / creative catalogue3536This directory also ships a curated catalogue of design and creative37skills hand-picked from `VoltAgent/awesome-agent-skills` and38`ComposioHQ/awesome-claude-skills`. Each entry is a lightweight stub —39frontmatter + a short body that points at the upstream repo — so the40Integrations → Skills surfaces a rich, filterable list out of the box41without vendoring every upstream workflow.4243- `od.category` on these stubs powers the new category filter row in44 Integrations → Skills (e.g. `image-generation`, `video-generation`,45 `audio-music`, `slides`, `documents`, `design-systems`, `figma`,46 `animation-motion`, `3d-shaders`, `diagrams`, `creative-direction`,47 `marketing-creative`, `screenshots`, `web-artifacts`).48- The seed script lives at `scripts/seed-curated-design-skills.ts` and49 is **idempotent**: running it again only creates folders that don't50 already exist, so a hand-edited stub is never overwritten. Delete the51 folder under `skills/` and re-run the script to refresh an entry.52- Stubs intentionally do not vendor upstream assets. To run an upstream53 workflow with its original scripts and references, copy the upstream54 folder into your active agent's skills directory (Claude Code, Codex,55 Cursor, etc.) — the body of each stub explains how.56
Also in nexu-io/open-design
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| nexu-io/open-designplugins/AGENTS.md · 83k | AGENTS.md | stylearchsecuritydo-not | 68/100 | 3 days ago | |
| nexu-io/open-design.github/AGENTS.md · 83k | AGENTS.md | stylearchgitapi+3 | 83/100 | 3 days ago | |
| nexu-io/open-designAGENTS.md · 83k | AGENTS.md | setupteststylearch+9 | 74/100 | 3 days ago | |
| nexu-io/open-designapps/AGENTS.md · 83k | AGENTS.md | testarchmonorepo | 90/100 | 3 days ago | |
| nexu-io/open-designapps/daemon/AGENTS.md · 83k | AGENTS.md | teststylearchtesting-strategy+4 | 86/100 | 3 days ago | |
| nexu-io/open-designapps/daemon/src/critique/AGENTS.md · 83k | AGENTS.md | archtesting-strategymonorepo | 52/100 | 3 days ago | |
| nexu-io/open-designapps/landing-page/AGENTS.md · 83k | AGENTS.md | apideploymentmonorepo | 82/100 | 3 days ago | |
| nexu-io/open-designapps/packaged/AGENTS.md · 83k | AGENTS.md | monorepodo-not | 54/100 | 3 days ago | |
| nexu-io/open-designapps/web/src/components/Theater/AGENTS.md · 83k | AGENTS.md | testarchmonorepo | 72/100 | 3 days ago | |
| nexu-io/open-designdesign-systems/_schema/AGENTS.md · 83k | AGENTS.md | archtesting-strategyapi | 58/100 | 3 days ago | |
| nexu-io/open-designdesign-templates/AGENTS.md · 83k | AGENTS.md | apiui | 43/100 | 3 days ago | |
| nexu-io/open-designe2e/AGENTS.md · 83k | AGENTS.md | teststylearchtesting-strategy+3 | 93/100 | 3 days ago | |
| nexu-io/open-designpackages/AGENTS.md · 83k | AGENTS.md | archdependenciesmonorepo | 86/100 | 3 days ago | |
| nexu-io/open-designtools/AGENTS.md · 83k | AGENTS.md | testing-strategy | 82/100 | 3 days ago | |
| nexu-io/open-designtools/pack/AGENTS.md · 83k | AGENTS.md | styletesting-strategyperformancedeployment+1 | 85/100 | 3 days ago | |
| nexu-io/open-designtools/serve/AGENTS.md · 83k | AGENTS.md | do-not | 32/100 | 3 days ago |
Diff against plugins/AGENTS.md Diff against .github/AGENTS.md Diff against AGENTS.md Diff against apps/AGENTS.md Diff against apps/daemon/AGENTS.md Diff against apps/daemon/src/critique/AGENTS.md Diff against apps/landing-page/AGENTS.md Diff against apps/packaged/AGENTS.md Diff against apps/web/src/components/Theater/AGENTS.md Diff against design-systems/_schema/AGENTS.md Diff against design-templates/AGENTS.md Diff against e2e/AGENTS.md Diff against packages/AGENTS.md Diff against tools/AGENTS.md Diff against tools/pack/AGENTS.md Diff against tools/serve/AGENTS.md
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago |
