Use this layout when reusable templates, schemas, or static artifacts carry most of the skill's value.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 0xAidan/polymarket-bot-test --skill references --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of References?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xaidan-references-da346a07)More formats (shields.io, HTML) on the badges page.
# Asset-Template Skill Layout
Use this layout when reusable templates, schemas, or static artifacts carry most of the skill's value.
## Choose this layout when
- the skill fills in or adapts reusable artifacts
- the runtime procedure is small compared to the bundled assets
- output quality depends on stable templates or schemas
## File layout
```text
my-skill/
├── SKILL.md
└── assets/
├── template.md
└── schema.json
```
## Required contract
1. `SKILL.md` tells the agent when to load each asset.
2. The skill explains how to adapt placeholders or fields.
3. Add a validation checklist when filled-in output can silently drift.
## Avoid this layout when
- the template is small enough to stay inline
- the asset is just an attachment with no routing or reuse value
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!