Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By christophevg
Christophe's Coding Crew - my personal collection of agents and skills supporting my agentic workflow.
npx claudepluginhub christophevg/marketplace --plugin c3A specialist in designing clean, efficient, and well-structured APIs. Creates robust API contracts and data models for backend and frontend teams to build upon.
Orchestrate personal assistant workflow with memory. Processes unstructured input, categorizes items, maintains session state, and generates replies. Use when user needs help organizing their input into actionable TODOs. Examples: "help me organize my notes", "process my inbox", "what do I need to do with these files".
Handles bug-fixing workflow by invoking c3:bug-fixing skill. Use for fixing bugs, debugging issues, or processing bug-related GitHub issues. Keeps main context clean while ensuring TDD approach. Examples: "fix issue #9", "debug the login crash", "there's a bug in context.py".
Analyzes business ideas/plans/cases to identify processes, user journeys, stakeholders, and domain models. Creates Business Requirements Documents (BRD) for functional-analyst handoff. Examples: "Analyze this business idea", "Create a BRD for this product", "Map user journeys for this feature", "Identify stakeholders for this initiative".
Reviews code for quality and best practices. Use when code implementation is complete, when reviewing pull requests, or when performing quality audits. Provides structured code review documents with prioritized findings. Examples: "Review the implementation in src/auth/", "Perform code review for task 1.2", "Baseline review of the payments module".
Use this skill after multiple domain agents complete their reviews to integrate findings and update the backlog coherently.
Convert API documentation into Python modules. Orchestrates doc2spec and spec2mod skills. Use when user mentions api2mod, converting API to module, or wants to generate a Python client from API docs or specs.
Use this skill any time when creating or modifying code in Baseweb projects
Systematic bug fixing with TDD approach. Use when fixing bugs, debugging issues, or investigating problems. Accepts bug descriptions in any format, coordinates analyst/reviewer agents, creates tests before fixes, produces analysis reports.
Guide git commit operations with atomic commits and conventional format. Use when committing changes, creating commits, or when user says "/commit", "commit these changes", "create a commit". Analyzes changes, groups by functionality, detects sensitive files, and waits for user verification.
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Demo Plugin
Package Query - Find, create, and update package documentation for AI agents
Has parse errors
Has parse errors
Some configuration could not be fully parsed
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
C3, short for Christophe Agentic Collective, is a personal collective of agents and skills designed for agentic coding and various other purposes. It originated as Christophe’s Coding Crew, which is how the name C3 came to be. Over time, it has undergone significant evolution and has now become known as Christophe’s Agentic Collective. The C3 name has remained consistent throughout its journey. 😉
[!CAUTION] Before installing any plugin: Plugins can execute arbitrary commands on your machine. Always review a plugin's code before installing it.
[!WARNING]
This is my personal collective. It is in constant flux. I try to keep the plugin version stable and usable, but YMMV 😇
My agentic workflow is built on a simple belief: create small automation steps, use them, and iteratively improve. Each skill and agent emerged from real needs, was refined through use, and continues to evolve.
flowchart LR
A[Idea] --> B(["/develop-skill"])
A --> C(["/develop-agent"])
B --> D[skills/]
C --> E[agents/]
D --> F["make local"]
E --> F
F --> G[Use in Sessions]
G --> H(["/lessons-learned"])
H --> I[Auto-Improve]
I --> J{Stable?}
J -->|No| G
J -->|Yes| K[Push to GitHub]
/develop-skill or /develop-agent to design new skills/agentsmake local runs with --plugin-dir .//lessons-learned to capture improvementsInstall from the christophe.vg marketplace:
# Add the marketplace
claude plugin marketplace add christophevg/marketplace
# Install C3
claude plugin install c3@christophe.vg
Skills and agents are namespaced (e.g., /c3:python, /c3:commit).
To develop or test the latest version locally:
# Clone the repository
git clone https://github.com/christophevg/c3.git
cd c3
make install
[!NOTE]
make installcopiesMakefile.clauseto your personal~/.claudefolder and allows your project Makefiles to include it using-include ~/.claude/Makefile. Now you can use several utility targets to work with claude and use C3 as a harness configuration. For examplemakebasically runs Claude Code using Ollama. If you do this from the C3 folder, it will also include that folder as a plugin.
Skills provide focused guidance for specific technologies and workflows.
| Skill | Description |
|---|---|
/mcp-server | Guide for designing and building MCP servers (FastMCP, security, deployment). |
/plugin-development | Guide for creating Claude Code plugins (structure, manifest, distribution). |
| Skill | Description |
|---|---|
/project | Dispatcher for project management skills. |
/project-feature | Capture and scope new features. |
/project-manage | Full implementation workflow with specialized agents. |
/project-status | Generate STATUS.md with executive summary, metrics, dependencies, blockers, risks. |
/project-todo-refine | Iteratively refine TODO.md topics by reviewing state, scope, and priority. |
/website-manage | Manage content websites with conversational workflow. No PRs, no agents. |
| Skill | Description |
|---|---|
/pa | Main dispatcher for personal assistant workflow. |
/pa-inbox | Process inbox files into actionable TODOs. |
/pa-session | Manage session state for workflow continuity. |
/pa-outbox | Generate formatted replies and manage archive. |
| Skill | Description |
|---|---|
/python | Python coding standards and testing patterns. |
/pymongo | MongoDB/PyMongo patterns and security. |
/baseweb | Baseweb/Vue/Vuetify best practices. |
/fire | Python Fire CLI patterns. |
/textual | Textual TUI framework. |
/rich | Rich console output. |
/vuetify-v1 | Vuetify 1.5 components in legacy Baseweb projects. |
/vuetify-v2 | Vuetify V2 components in Baseweb projects. |
/vuetify-v3 | Vuetify V3 components with comprehensive patterns and migration guide from V2. |