This fixture keeps dispatch metadata in YAML frontmatter while the markdown body contains text that looks similar enough to catch accidental whole-file parsing. ```yaml mcp_tool: body_should_not_be_loaded mcp_args: seed_path: body-value cwd: body-cwd aliases: - body-alias ``` The router must ignore the body above when loading dispatch metadata.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Q00/ouroboros --skill run --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Run?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/q00-run-ouroboros)More formats (shields.io, HTML) on the badges page.
---
name: run
aliases:
- execute
mcp_tool: ouroboros_execute_seed
mcp_args:
seed_path: "$1"
cwd: "$CWD"
summary: "seed=$1 cwd=$CWD"
---
# Run
This fixture keeps dispatch metadata in YAML frontmatter while the markdown
body contains text that looks similar enough to catch accidental whole-file
parsing.
```yaml
mcp_tool: body_should_not_be_loaded
mcp_args:
seed_path: body-value
cwd: body-cwd
aliases:
- body-alias
```
The router must ignore the body above when loading dispatch metadata.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!