By it-bens
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.
Based 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 |
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 claimnpx claudepluginhub it-bens/ai-toolsEnforces Sonnet model for the Explore subagent. Prevents lossy compression from Haiku during codebase exploration.
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.
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.
AI-powered conventional commit message generator with smart analysis
Structured commit messages following the Conventional Commits specification
Intelligent git commits with conventional format, semantic analysis, and changelog generation
DevsForge git commit message generator with conventional commits, semantic versioning, and commit templates
Professional git commits with Conventional Commits, auto-detection, and security validation
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.