Worked on my skills repo today.
Nothing big or groundbreaking. Just foundation work: skill structure, two starter skills, and cleanup so future additions are easier.
Agent Skills Spec (Quick)
- Spec: agentskills.io/specification
- A skill is just a folder with a required
SKILL.md(YAML frontmatter + instructions). - It works with progressive disclosure: catalog (
name+description) -> fullSKILL.mdon activation -> scripts/references/assets only when needed. - What it is not: not framework-locked, not model-locked, and not “load everything into context at once.”
This is for future me. I’ll keep adding practical skills as I learn.