Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
AI-readiness audit for any Claude Code project. Analyzes CLAUDE.md, hooks, skills, agents, MCP setup and produces a structured improvement report with prioritized actions.
npx claudepluginhub mrkhachaturov/ccode-personal-plugins --plugin claude-auditHooks automatically run commands in response to Claude Code events. They're ideal for enforcement and automation that should happen consistently.
MCP (Model Context Protocol) servers extend Claude's capabilities by connecting to external tools and services.
Plugins are installable collections of skills, commands, agents, and hooks. Install via `/plugin install`.
Skills are packaged expertise with workflows, reference materials, and best practices. Create them in `.claude/skills/<name>/SKILL.md`. Skills can be invoked by Claude automatically when relevant, or by users directly with `/skill-name`.
Subagents are specialized Claude instances that run in parallel, each with their own context window and tool access. They're ideal for focused reviews, analysis, or generation tasks.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Audit and optimize Claude Code configurations with dynamic best-practice research
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Automation bootstrap for Claude Code. Analyzes any project and generates a complete .claude/ structure with agents, pipelines, skills, memory, hooks, and settings.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Discord channel for Claude Code — messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.
Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns
AI-readiness audit plugin for Claude Code. Analyzes any project's Claude Code setup and produces a structured report with prioritized improvements.
/plugin install claude-audit
/audit-projectRun from inside the project you want to audit:
/audit-project
Produces a report covering:
The report is saved to .artifacts/specs/YYYY-MM-DD-ai-readiness-audit.md.
/claude-audit:ask <question>Ask any question about Claude Code — CLAUDE.md, memory, hooks, skills, agents, plugins, MCP, settings, permissions, or best practices. Answers are backed by official documentation.
/claude-audit:ask how do hooks work?
agents/claude-code-expert.md — Claude Code expertise subagent with persistent knowledge baseagents/automation-analyst.md — automation gap analyst subagentagents/automation-analyst-refs/ — reference lookup tables for automation recommendationsagent-memory-seed/ — pre-built knowledge seed, updated by CI every 3 hoursscripts/ — CI build pipeline for knowledge seed (slugify, validation, significance detection)tests/ — pytest tests for build scripts