by Musab Kara · GitHub
Claude Code plugin that bundles code quality, auditing, config refinement, memory cleanup, and indexing functionality.
claude plugin install code-quality@musabkara-claude-marketplaceScan your project for security vulnerabilities, cost risks, performance issues, and cleanup opportunities. Automatically detects your project's language stack (Flutter, JS/TS, Python, Go) and runs only relevant checks.
/audit # Full audit (all categories)
/audit security # Hardcoded secrets, injection, insecure storage
/audit cost # Paid service usage, large assets, unnecessary calls
/audit performance # Rebuilds, memory leaks, cold start
/audit cleanup # Dead code, unused deps, TODO/FIXME, .gitignore gaps
Supported stacks: Flutter/Dart, JavaScript/TypeScript, Python, Go (language-agnostic security/cleanup for all others)
Analyze and tighten Claude Code configuration files without changing behavior.
/refine # Refine current project config
/refine global # Refine global ~/.claude/ config
/refine all # Refine everything
Index your project with jCodeMunch for symbol-aware code navigation.
/index # Index (create or update)
/index force # Rebuild index from scratch
Scan Claude memory files under ~/.claude/projects/ and clean up stale, duplicate, or orphaned entries.
/memory-prune # Interactive: list findings, ask per item
/memory-prune --dry-run # List only, no deletions
/memory-prune --auto # Delete all stale automatically (no prompts)
Staleness criteria:
- Outdated references (superseded libraries, old API versions)
- Duplicate content (same topic covered in a newer file)
- Orphaned project (project directory no longer exists)
- Empty/trivial content (<3 meaningful lines)
- Superseded decisions (newer feedback explicitly reverses it)
Run the full quality pipeline in one command: index with jCodeMunch, audit all categories, and optionally refine config.
/code-quality # Index + full audit
/code-quality --refine # Index + audit + refine project config
/code-quality --no-index # Audit only (skip indexing)
- jcodemunch — Required for
/index, enhances/auditwith symbol-aware scanning. Installed viauvx jcodemunch-mcp.
MIT
- claude-config — Multi-Agent OS for Claude Code (134 agents, local-first routing)
- Plugin Marketplace — Browse & install all 18 plugins
- ClaudeHQ — Claude ecosystem HQ