cc-thingz

A Claude Code plugin suite — 31 skills, 34 agents, 9 hooks, and 9 commands — with portable skill export for Codex CLI, Gemini CLI, and AGENTS.md-compatible tools. Built over 6+ months of daily use and continuous refinement.
Built for Claude Code, with all 29 skills exported as platform-optimized instructions for Codex CLI, Gemini CLI, and any tool supporting the AGENTS.md standard.
Why This Exists
AI coding tools are powerful out of the box, but specialized workflows need specialized prompts. After months of iterating on skills, agents, and hooks across Go, Python, TypeScript, infrastructure, and planning workflows, these plugins encode hard-won patterns:
- Code review with parallel multi-agent review and sequential lint-and-check workflows
- Smart hooks that auto-suggest skills, lint after edits, protect secrets, and run tests (Claude Code)
- Spec-driven development with structured requirements, tasks, and a CLI for project management
- Infrastructure ops with validated K8s, Terraform, and Helm deployments
- Developer utilities including worktree isolation, codebase search, web research, and brainstorming
Every skill has been manually crafted and refined through real-world use — not generated boilerplate.
Installation
Claude Code
/plugin marketplace add alexei-led/cc-thingz
/plugin install dev-workflow@cc-thingz
/plugin install go-dev@cc-thingz
Use --scope project to install into .claude/settings.json for team sharing.
OpenAI Codex CLI
git clone https://github.com/alexei-led/cc-thingz.git
# Codex discovers plugins via .agents/plugins/marketplace.json
codex plugin list
codex plugin install go-dev
Google Gemini CLI
gemini extensions install https://github.com/alexei-led/cc-thingz
Individual plugins can also be installed as standalone extensions:
gemini extensions install --path=./plugins/go-dev
Other AGENTS.md-Compatible Tools
The AGENTS.md at the repo root provides a skill catalog readable by any tool supporting the AGENTS.md standard (GitHub Copilot, Cursor, Windsurf, Devin, and others).
Prerequisites
Some plugins use MCP servers for enhanced capabilities. These are optional — plugins degrade gracefully without them.
| MCP Server | Purpose | Used By |
|---|
| Context7 | Library and framework documentation lookup | All 9 plugins |
| DeepWiki | AI-generated wiki for public GitHub repos | dev-tools |
| Perplexity | Web research and technical comparisons | dev-workflow, dev-tools, infra-ops |
| Sequential Thinking | Step-by-step reasoning for complex planning | go-dev, python-dev, typescript-dev, infra-ops, spec-system |
| MorphLLM | Fast codebase search and batch file editing | dev-workflow, go-dev, python-dev, typescript-dev, infra-ops, spec-system |
Claude-Mem Integration