Loading...
Loading...
Use when creating, updating, or improving agent skills.
npx skill4agent add sickn33/antigravity-awesome-skills writing-skills| Component | Purpose |
|---|---|
| CSO | "SEO for LLMs". How to write descriptions that trigger. |
| Standards | File naming, YAML frontmatter, directory structure. |
| Anti-Rationalization | How to write rules that agents won't ignore. |
| Testing | How to ensure your skill actually works. |
references/templates/---
name: my-technique
description: Use when [specific symptom occurs].
metadata:
category: technique
triggers: error-text, symptom, tool-name
---
# My Technique
## When to Use
- [Symptom A]
- [Error message]| Mistake | Fix |
|---|---|
| Description summarizes workflow | Use "Use when..." triggers only |
No | Add 3+ keywords |
| Generic name ("helper") | Use gerund ( |
| Long monolithic SKILL.md | Split into |
nameSKILL.mdmetadata.triggersreferences/@/write-skillmkdir -p ~/.config/opencode/skills/my-technique
touch ~/.config/opencode/skills/my-technique/SKILL.mdmkdir -p ~/.config/opencode/skills/my-skill/references/core
touch ~/.config/opencode/skills/my-skill/{SKILL.md,gotchas.md}
touch ~/.config/opencode/skills/my-skill/references/core/README.md