Assorted agent skills
// readme
Agent Skills Collection
A curated collection of specialized skills for AI agents and pair programmers, organized by domain.
Installation
Install from GitHub
Install skills directly from this repository using the Skills CLI:
# Install a specific skill from this repository:
npx skills add danicat/skills --skill engineering-flow -y
npx skills add danicat/skills --skill ebitengineer -y
npx skills add danicat/skills --skill skill-optimizer -y
# Install all skills from this repository:
npx skills add danicat/skills -y
Skills Catalog
🕹️ Game Development (game-dev/)
Specialized skills for designing and building 2D games in Go with Ebitengine, chiptune DSP, and procedural generation.
ebitengineer: Production-grade 2D game architecture, cycle timing, state machines, shaders, and audio sync for Go & Ebitengine (v2).game-design: Game concept ideation, interactive/grill-medesign interviews, and Game Design Document (GDD.md) generation. *…