https://github.com/kanopi/claude-toolbox
Official marketplace for Claude Code plugins from Kanopi Studios.
https://github.com/kanopi/claude-toolbox
claude-code claude-code-plugin claude-marketplace claude-plugin
Last synced: 16 days ago
JSON representation
Official marketplace for Claude Code plugins from Kanopi Studios.
- Host: GitHub
- URL: https://github.com/kanopi/claude-toolbox
- Owner: kanopi
- License: gpl-2.0
- Created: 2025-10-13T13:21:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T13:06:12.000Z (about 1 month ago)
- Last Synced: 2026-05-14T15:12:17.785Z (about 1 month ago)
- Topics: claude-code, claude-code-plugin, claude-marketplace, claude-plugin
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Claude Toolbox
[](https://www.gnu.org/licenses/gpl-2.0)
A curated toolbox of AI coding assistant plugins from Kanopi Studios for CMS development. Works with Claude Code and OpenAI Codex.
## Installation
### Claude Code
Add the marketplace:
```bash
/plugin marketplace add kanopi/claude-toolbox
```
Install a plugin:
```bash
/plugin install cms-cultivator@claude-toolbox
```
List available plugins:
```bash
/plugin
```
Then select "Browse Plugins" to see all available tools.
### OpenAI Codex
Add the marketplace:
```bash
codex plugin marketplace add kanopi/claude-toolbox
```
Open the plugin browser and install:
```bash
codex/plugins
```
Browse to the plugin and select **Install plugin**.
## Available Plugins
### ๐ฑ CMS Cultivator
46 auto-invoked Agent Skills and 15 specialist agents for Drupal and WordPress development. Skills activate automatically from natural language, or invoke explicitly. Works in Claude Code, Claude Desktop, and OpenAI Codex.
**Features:**
- ๐ PR Workflow - Commit messages, PR descriptions, changelogs, code review (skills run directly โ no orchestrator agent)
- โฟ Accessibility - WCAG 2.1 AA compliance audits and fixes
- โก Performance - Core Web Vitals, query optimization, asset analysis
- ๐ Security - OWASP Top 10 scanning, dependency audits, vulnerability reports
- ๐งช Testing - Test scaffolding, coverage analysis, QA test plans
- โจ Code Quality - Standards enforcement, technical debt assessment
- ๐ Documentation - API docs, user guides, changelogs
- ๐จ Design Workflow - Figma to WordPress blocks and Drupal paragraphs
- ๐ Project Planning - FRDs, story point estimation, Teamwork CSV backlogs
- ๐ PM Workflows - Client request triage, meeting prep, project heartbeats, full QA review (requires MCP servers)
- ๐งญ Strategy - Strategist-focused discovery audits with all 21 Laws of UX, content hierarchy, and presentation-ready reports (requires CoWork)
- ๐ Drupal.org Contribution - Issue and merge request workflows
- ๐ DevOps - Kanopi Drupal/Pantheon onboarding automation
**Claude Code:**
```bash
/plugin install cms-cultivator@claude-toolbox
```
**OpenAI Codex:** Install via `codex/plugins` after adding this marketplace.
**Documentation:** [https://kanopi.github.io/cms-cultivator/](https://kanopi.github.io/cms-cultivator/)
**Repository:** [https://github.com/kanopi/cms-cultivator](https://github.com/kanopi/cms-cultivator)
---
### ๐ Claude Dev Insights
Comprehensive developer analytics and productivity insights for Claude Code.
**Features:**
- ๐ Session Analytics - Track 21+ data points per session (duration, tokens, costs, tools)
- ๐ Security Scanner - Block sensitive file access and dangerous commands
- ๐ฐ Cost Guard - Session budget tracking and real-time cost alerts
- โ
Quality Automator - Auto-run linters and enforce commit message standards
- โ๏ธ Google Sheets Integration - Optional cloud sync for team sharing
**Claude Code:**
```bash
/plugin install claude-dev-insights@claude-toolbox
```
**Documentation:** [https://kanopi.github.io/claude-dev-insights/](https://kanopi.github.io/claude-dev-insights/)
**Repository:** [https://github.com/kanopi/claude-dev-insights](https://github.com/kanopi/claude-dev-insights)
---
### ๐งพ CC Teamwork Token Count
Tie every Claude Code session to a Teamwork task and report your ccusage token spend per task. Logs sessions on startup; aggregates by task on demand.
**Features:**
- ๐ช SessionStart hook โ Logs every new session to `~/.claude/tw-session-log.jsonl` with session UUID, git branch, parsed Teamwork task ID, and cwd
- ๐งพ `/tw-token-count` command โ Aggregates [ccusage](https://github.com/ryoppippi/ccusage) token spend per Teamwork task (cost, tokens, elapsed time, session list)
- ๐ `--list` mode โ Shows the last 10 logged Teamwork task IDs, enriched with task and project names when the Teamwork MCP is connected
- ๐ฟ Branch-aware โ Extracts the `tw` prefix from your current git branch automatically; no project config needed
- ๐ Optional Teamwork MCP โ Enriches list output with task and project names; falls back gracefully when MCP isn't available
**Requirements:** [`jq`](https://jqlang.github.io/jq/), `npx` (ships with Node.js), and `git`. The first ccusage invocation downloads it on demand via `npx -y ccusage@latest`.
**Claude Code:**
```bash
/plugin install cc-teamwork-token-count@claude-toolbox
```
**Repository:** https://github.com/kanopi/cc-teamwork-token-count
---
> **Note:** The `cms-planner` plugin has been deprecated. Its three planning skills (`frd-generator`, `story-point-estimator`, `csv-exporter`) are now native to **CMS Cultivator** as of v1.1.0 โ install `cms-cultivator@claude-toolbox` to use them.
## Requirements
- [Claude Code CLI](https://docs.claude.com/en/docs/claude-code) or [OpenAI Codex](https://openai.com/codex)
- Git (for plugin installation)
## Support
For issues, questions, or feature requests:
1. **Plugin-specific issues:** Open an issue in the respective plugin repository
2. **Marketplace issues:** Open an issue in this repository
## Contributing
We welcome contributions! Please see individual plugin repositories for contribution guidelines.
### Adding a New Plugin to the Marketplace
1. Ensure your plugin follows the plugin structure for your target platform:
- [Claude Code plugin structure](https://docs.claude.com/en/docs/claude-code/plugins) โ requires `.claude-plugin/plugin.json`
- [Codex plugin structure](https://developers.openai.com/codex/plugins/build) โ requires `.codex-plugin/plugin.json`
2. Add your plugin metadata to the appropriate marketplace file:
- Claude Code: `.claude-plugin/marketplace.json`
- Codex: `.agents/plugins/marketplace.json`
3. Submit a pull request with:
- Plugin description
- Documentation link
- Test results
- Example usage
## License
GPL-2.0-or-later - see [LICENSE.md](LICENSE.md) file for details.
## About Kanopi Studios
[Kanopi Studios](https://kanopi.com) is a woman-owned web design, development, and support agency dedicated to helping you create the strongest possible connections between your content and your audiences.
With concentrations in nonprofits, higher education, healthcare and corporate work, Kanopi works with a diverse group of organizations that strive to create a better digital world. Our holistic yet nimble approach allows us to jump in at any stage of your site's lifecycle to help it achieve its full potential.