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-optimizerEnforces Sonnet model for the Explore subagent. Prevents lossy compression from Haiku during codebase exploration.
Enforces Opus model for the Plan subagent. Ensures maximum reasoning depth during plan mode.
Enforces Sonnet model for the Plan subagent. Ensures thorough architectural reasoning during plan mode.
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.
Python-specific development with type hints and idiomatic refactoring
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
Codex, Gemini, Claude の3つの AI で Plan ファイルを並列レビュー。実装計画の妥当性、抜け漏れ、リスクを分析する
Pre- and post-implementation validation with parallel subagents: /replan validates plans before execution, /recheck verifies implementations match the plan
Independent plan/spec reviewer for AI coding agents. Verifies claims against the workspace and returns structured verdicts with findings.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md