Create a proper Claude Code plugin for Pyrite:
``` .claude-plugin/ plugin.json # Plugin manifest (name, version, description) plugin.md # Global context for skill discovery ```
plugin.json registers:
plugin.md provides:
This is the scaffolding that makes all other Claude Code skills/commands discoverable. Small effort — just two config files.
Completed
Implemented in commit `46ea1d6`. Created `.claude-plugin/plugin.json` with autoDiscover for skills, commands, hooks, and agents. Created `.claude-plugin/plugin.md` with project overview, key commands, skill listing, and technology stack table.