By it-bens
Analyze 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.
Determines project type from context to configure analysis thresholds. Checks prompt, scans documents, or asks user if type cannot be inferred. Outputs project_type for use by python-plan-optimization skill.
6-phase read-only analysis workflow for Python code in markdown documents. Detects design principle violations, code smells, and suggests modern Python improvements. Applies project-type-aware thresholds (POC, MVP, Private, Enterprise, Open Source). Processes one or more documents, generating per-document analysis with summary.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of AI coding and productivity tools — skills, agents, hooks, and more — for Claude Code, Codex, and other AI coding assistants.
Add this marketplace to Claude Code:
/plugin marketplace add it-bens/ai-tools
Then browse and install plugins:
/plugin
| Plugin | Description | Category |
|---|---|---|
| llm-author | Author LLM-targeted content — prompts, skills, agents, and rules files — for Claude 4, GLM 4.7, and Gemini 3 | Productivity |
| python-plan-optimizer | Analyze Python code in planning documents for design principles and improvement opportunities | Development |
| native-tools-enforcer | Enforces native search tools (Grep/Glob on classic builds, bfs/ugrep on native macOS/Linux) via PreToolUse hook; SessionStart hook primes Claude with mode-appropriate directives; setup skill installs binaries and configures mode | Guardrails |
| explore-with-sonnet-enforcer | Enforces Sonnet model for Explore subagent to prevent lossy Haiku summaries | Guardrails |
| explore-with-opus-enforcer | Enforces Opus model for Explore subagent for maximum exploration accuracy | Guardrails |
| plan-with-sonnet-enforcer | Enforces Sonnet model for Plan subagent to ensure thorough architectural reasoning | Guardrails |
| plan-with-opus-enforcer | Enforces Opus model for Plan subagent for maximum reasoning depth | Guardrails |
| redundant-read-blocker | Prevent wasteful re-reads of unchanged files with smart range tracking and context decay | Guardrails |
| codex-integration | Consult OpenAI Codex for fresh perspective — auto-escalation when stuck, on-demand second opinions, and web research | Development |
npx claudepluginhub it-bens/ai-tools --plugin python-plan-optimizerOne-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.
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.
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
Debug AI tooling behavior by analyzing output against source instructions and enabling honest self-diagnosis.
Generate and validate conventional commit messages from explicit git references. Features /commit-gen to create messages, /commit-check to validate format and consistency. Automatically detects commit type (feat/fix/refactor/etc.), infers scope from file paths, identifies breaking changes. Includes body validation (presence, content quality, migration instructions) and cross-platform clipboard integration. Supports project-specific configuration via .commitmsgrc.md including optional attribution footer. Comprehensive validation for type accuracy, scope matching, subject precision, and body quality.
Research-backed best practices for building modern, production-grade Python packages — project structure, pyproject.toml, typing, testing, CI/CD, documentation, versioning, API design, packaging, security, and developer experience
Python-specific development with type hints and idiomatic refactoring
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.
Pre- and post-implementation validation with parallel subagents: /replan validates plans before execution, /recheck verifies implementations match the plan
Codex, Gemini, Claude の3つの AI で Plan ファイルを並列レビュー。実装計画の妥当性、抜け漏れ、リスクを分析する
Independent plan/spec reviewer for AI coding agents. Verifies claims against the workspace and returns structured verdicts with findings.