A collection of AI coding and productivity tools — skills, agents, hooks, and more
npx claudepluginhub it-bens/ai-toolsAnalyze Python code in planning documents with project-type-aware thresholds (POC, MVP, Private, Enterprise, Open Source). Detects SOLID, DRY, KISS, YAGNI violations, code smells, and suggests modern Python improvements.
Enforces use of Claude Code native tools / native-build bfs & ugrep instead of bash equivalents (cat, find, grep, sed, echo). Adapts messages to the detected build: new mode (macOS/Linux native with bfs/ugrep), classic mode (Windows, or older builds with Glob/Grep tools), or pass-through when neither toolchain is available.
Enforces Sonnet model for the Explore subagent. Prevents lossy compression from Haiku during codebase exploration.
Enforces Opus model for the Explore subagent. Maximum accuracy for codebase exploration.
Enforces Sonnet model for the Plan subagent. Ensures thorough architectural reasoning during plan mode.
Enforces Opus model for the Plan subagent. Ensures maximum reasoning depth during plan mode.
Debug AI tooling behavior by analyzing output against source instructions and enabling honest self-diagnosis.
Orchestrate implementation and review work through dispatched workers — Codex CLI (GPT-5.6) and Claude subagents — with a task-strategy workflow, model routing, fenced write scopes, and independent two-worker verification
Three universal, opinionated skills for writing software: writing-code (API-consultation gate, dependency shape, stack footgun check, two-tier comment policy), writing-tests (classicist behavior-first workflow with stack-specific idioms), and writing-docs (single-owner surfaces, pointer-file discipline, anti-slop validation via the human-author:ai-slop-writing-fixer subagent). Each skill is extendable at every step via Pre-Step-N / Post-Step-N positions and via recognized named configuration values; the plugin ships hooks that deliver a project's extension files (.claude/extensions/software-writer/) wrapped in a structural envelope.
One-time setup skill that explores a project's codebase, drafts project-specific extension content conversationally, and writes the per-skill extension files for the software-writer plugin's writing-code, writing-tests, and writing-docs skills (delivery on Claude Code ships with software-writer 2.x; Codex delivery via AGENTS.override.md). Includes a re-sync mode that audits existing extension files for drift and migrates v1 hook-contexts setups. Long plugin and skill names are intentional to prevent accidental invocation.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.