Development¶
This section is for contributors working on the claude-shared repository itself—adding new skills, new agents, or maintaining the specifications.
- Project Structure: where things live and why
- Contributing: workflow, conventions, commits
Dogfooding¶
When working on the repo, launch Claude Code with the plugin pointing at the repo root:
/reload-plugins picks up changes during a session.
Read the spec first¶
Before writing a new skill or agent, read the relevant specification:
Create new skills through the Skill Management skill itself—that guarantees conformance.