An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Claude Toolbox

[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](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.