Hand-authored public Agent Skills for ShpitDev projects.
Skills are prompts, not generated docs. Each skills/<name>/SKILL.md should be
small, direct, and useful to a capable model with no private project context.
Install a skill with a compatible skills installer:
npx skills add shpitdev/skills --skill tabex
npx skills add shpitdev/skills --skill meshixFor agents that read local Agent Skills directly, copy or install the folder
under skills/<name>.
AGENTS.md # editorial guidance for maintaining skills
skills/<name>/SKILL.md # canonical hand-authored skill prompt
skills/<name>/agents/ # optional agent UI metadata
skills/<name>/assets/ # logos and other UI assets
skills/<name>/references/ # optional setup/deep detail loaded on demand
scripts/validate-skills.mjs # syntax validation only
bun run checkThe check validates required skill files, frontmatter shape, basic YAML-like
syntax, and optional agents/openai.yaml metadata. It does not generate or
rewrite skills.
- Hand curate every skill.
- Include only what helps a new model use the public app or tool.
- Prefer live product docs, MCP metadata, or CLI
--helpover copied schemas. - Remove old scaffolding when the approach changes.