Skip to content

Development

This section is for contributors working on the claude-shared repository itself—adding new skills, new agents, or maintaining the specifications.

Dogfooding

When working on the repo, launch Claude Code with the plugin pointing at the repo root:

claude --plugin-dir .

/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.