Skip to content

shpitdev/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shpit.dev skills

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

Install a skill with a compatible skills installer:

npx skills add shpitdev/skills --skill tabex
npx skills add shpitdev/skills --skill meshix

For agents that read local Agent Skills directly, copy or install the folder under skills/<name>.

Repository Layout

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

Check

bun run check

The check validates required skill files, frontmatter shape, basic YAML-like syntax, and optional agents/openai.yaml metadata. It does not generate or rewrite skills.

Design Rules

  • 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 --help over copied schemas.
  • Remove old scaffolding when the approach changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors