Documentation
Skill
/docus-playground
Sample skill for testing the Docus agent skills discovery feature. Use to verify that /.well-known/skills/ routes work correctly.
Install
$ npx -y skills add nuxt-content/docus --skill docus-playground --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/docus-playground
Context preview
The summary Claude sees to decide when to auto-load this skill.
Sample skill for testing the Docus agent skills discovery feature. Use to verify that /.well-known/skills/ routes work correctly.
SKILL.md
docus-playground.SKILL.mdname: docus-playground description: Sample skill for testing the Docus agent skills discovery feature. Use to verify that /.well-known/skills/ routes work correctly. metadata: author: docus version: "1.0"
Docus Playground Skill
This is a sample skill used to test the agent skills discovery feature in the Docus playground.
Verify Discovery
Check these endpoints:
- `GET /.well-known/skills/index.json` -- should list this skill
- `GET /.well-known/skills/docus-playground/SKILL.md` -- should return this file
- `GET /.well-known/skills/docus-playground/references/example.md` -- should return the reference file
For more details, see [references/example.md](references/example.md).
Stats
2,948
Stars
275
Forks
Active
Maintenance
TypeScript
Language
MIT
License
25d ago
Last commit
5y ago
Created
Repo: nuxt-content/docus

