claude-shared¶
claude-shared is a shared foundation of Claude Code agents and skills, intended to be reused across multiple projects. It's packaged as the nolte-shared plugin so teams get the same review habits, coding guidelines and helper workflows everywhere—without rebuilding them in every repository.
flowchart LR
CS["claude-shared\nsource repo"] -->|"bundled as"| PL["nolte-shared\nplugin"]
PL -->|"delivers"| S["Skills\nslash commands"]
PL -->|"delivers"| A["Agents\nsubagent_type"]
PL -->|"references"| SP["Specs\nconventions"]
S --> P1["Project A"]
A --> P1
S --> P2["Project B"]
A --> P2
| Aspect | Details |
|---|---|
| Repository | nolte/claude-shared |
| Plugin name | nolte-shared |
| Slash namespace | /nolte-shared:<skill> |
| Skills source | skills/<name>/ |
| Agents source | agents/<name>.md |
| Specifications | spec/claude/<topic>/<lang>.md |
| Status | Early stage—content being consolidated |
What's included¶
Skills: reusable slash commands and workflows invoked via the
SkilltoolAgents: specialized sub-agents with focused tool access and system prompts
Specifications: structural rules for skills and agents, multilingual (DE/EN)
Conventions: shared
CLAUDE.mdsnippets and prompt fragments
What this repo is not
It isn't an end-user app, not a framework, and not a replacement for Claude Code. It's a collection of shared configuration that plugs into Claude Code.
Next¶
- Getting Started: load the plugin and use the skills
- Skills: overview of bundled skills
- Agents: overview of bundled agents
- Specifications: authoring rules
- Development: work on this repository