Files
wshobson-agents/plugins/game-development
Seth Hobson 2d0b705134 refactor: extract advanced patterns to references for 6 bloated skills
Each skill's SKILL.md is trimmed to under 650 lines. Advanced content
moved to references/ directories with pointers back from SKILL.md:

- nodejs-backend-patterns: DI container, DB patterns, auth, caching,
  API response format → references/advanced-patterns.md
- javascript-testing-patterns: integration tests, frontend/hook tests,
  fixtures, snapshots, coverage, common patterns → references/advanced-testing-patterns.md
- modern-javascript-patterns: functional programming, classes, modules,
  iterators/generators, operators, performance → references/advanced-patterns.md
- openapi-spec-generation: code-first (FastAPI, tsoa), validation/linting,
  SDK generation → references/code-first-and-tooling.md
- tailwind-design-system: animations, dark mode, advanced v4 patterns,
  migration checklist, best practices → references/advanced-patterns.md
- godot-gdscript-patterns: scene management, save system, performance
  tips, best practices → references/advanced-patterns.md
2026-03-25 21:53:00 -04:00
..