Back to Thoughts

Skills Repo: Foundation Day

Mar 7, 2026

1 min read

View raw

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) -> full SKILL.md on 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.

Repo: github.com/megaslop/skills

Gopal Khadka