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

Dogfooding means using the plugin inside this repository's own development workflow.

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

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