Production-focused home for reusable Claude Code plugins.
This repository is structured as a long-term plugin portfolio.
strategy-toolkit is the first complete plugin and sets the baseline quality standard.
Claude Code users often build useful commands, skills, and workflows in isolated projects.
Without a shared repository structure, it is hard to:
- Keep plugin quality and documentation consistent
- Reuse patterns across multiple plugins
- Publish and maintain plugins with clear governance
- Scale from one plugin to a maintainable plugin ecosystem
This repository provides a single, organized source of truth for plugin development and publishing:
- A structured plugin catalog under
plugins/ - A root marketplace manifest in
.claude-plugin/marketplace.json - Consistent contribution and quality standards
- Professional project governance for public collaboration
By treating plugins as products (not one-off prompt files), this repository can evolve into:
- A trusted plugin collection for Claude Code users
- A repeatable development workflow for future plugins
- A public showcase of high-quality, strategic AI tooling
- First plugin completed:
strategy-toolkit - Repository prepared for GitHub publication and continuous growth
- Governance and contribution documentation in place
| Plugin | Version | Description | Category | Components |
|---|---|---|---|---|
plugin-dev |
1.0.0 | Comprehensive toolkit for developing Claude Code plugins — hooks, MCP integra... | development | 1 cmd, 7 skill, 3 agent |
strategy-toolkit |
0.2.0 | Strategic ideation, execution planning, and pre-launch evaluation toolkit wit... | productivity | 3 cmd, 3 skill, 1 agent, hooks |
repo-structure |
0.2.0 | Enterprise-grade repository structure analyzer, validator, and scaffolder wit... | development | 7 cmd, 6 skill, 4 agent, hooks |
product-management |
1.0.0 | Write feature specs, plan roadmaps, synthesise user research, and analyse com... | productivity | 6 cmd, 6 skill, 1 agent, hooks |
productivity |
1.0.0 | Task management, workplace memory, and a visual dashboard. Claude learns your... | productivity | 2 cmd, 2 skill, 1 agent, hooks |
productivity-cockpit |
1.0.0 | Task management, workplace memory, and an interactive cockpit dashboard with ... | productivity | 2 cmd, 3 skill |
plugin-studio |
0.1.0 | Visual dashboard for creating and managing Claude Code plugins — browse struc... | development | 2 cmd, 1 skill, hooks |
solution-audit |
0.2.0 | Continuous meta-quality audit system for solutions under development — evalua... | development | 7 cmd, 8 skill, 4 agent, hooks |
agile-lifecycle |
0.2.0 | Hybrid gated-iterative lifecycle framework for AI/ML products — 7 phases, 6 f... | productivity | 11 cmd, 16 skill, hooks |
waterfall-lifecycle |
0.3.0 | Formal predictive waterfall lifecycle framework for AI/ML products — 8 phases... | development | 8 cmd, 8 skill, hooks |
audit-fleet |
0.1.0 | Cross-repository audit orchestration plugin for onboarding and quality assess... | development | 5 cmd, 5 skill, 14 agent |
qwen-delegate |
0.1.0 | Delegate token-cheap tasks to the Qwen CLI (cloud-backed) to save Anthropic P... | productivity | 1 cmd, 1 skill, 1 agent |
idea-auditor |
0.4.0 | Evidence-driven scorecard engine for ideas, MVPs, and evolving projects — sco... | productivity | 7 cmd, 7 skill, 10 agent, hooks, mcp |
.
|- .claude-plugin/
| |- marketplace.json
|- .github/
| |- ISSUE_TEMPLATE/
| |- workflows/
| |- PULL_REQUEST_TEMPLATE.md
|- docs/
| |- PLUGIN_GUIDELINES.md
| |- RELEASE_CHECKLIST.md
|- plugins/
| |- strategy-toolkit/
| |- .claude-plugin/plugin.json
| |- README.md
| |- commands/
| |- skills/
|- CHANGELOG.md
|- CODE_OF_CONDUCT.md
|- CONTRIBUTING.md
|- LICENSE
|- ROADMAP.md
|- SECURITY.md
|- SUPPORT.md
- Claude Code CLI installed and configured
- Git installed
git clone <your-github-repo-url>
cd nsalvacao-claude-code-pluginsRun these commands inside a Claude Code session:
/plugin marketplace add nsalvacao/nsalvacao-claude-code-plugins
/plugin install strategy-toolkit@nsalvacao-claude-code-plugins
This follows the official plugin flow: add marketplace first, then install plugin.
For local development/testing from this repository:
claude --plugin-dir "$(pwd)/plugins/strategy-toolkit"If you use a local cc alias, the same --plugin-dir approach applies.
Use docs/RELEASE_CHECKLIST.md before each public release.
For this repository bootstrap:
- Create the remote repository on GitHub
- Add remote locally:
git remote add origin <url> - Push:
git push -u origin main
This repository follows professional open-source standards:
- Contribution process:
CONTRIBUTING.md - Security process:
SECURITY.md - Community behavior:
CODE_OF_CONDUCT.md - Version history:
CHANGELOG.md - Mid-term priorities:
ROADMAP.md - Plugin quality contract:
docs/PLUGIN_GUIDELINES.md
Contributions are welcome for:
- New plugins
- Improvements to existing plugins
- Documentation and developer experience improvements
Please read CONTRIBUTING.md before opening a pull request.
To report vulnerabilities, follow SECURITY.md.
This repository is licensed under the MIT License. See LICENSE.