By mertcanaltin
Reduce LLM token usage by compressing code via AST analysis, preserving meaning while dropping noise. Also scans for security issues, code smells, and git hotspots to improve code quality.
Use at the start of every session — initializes Composto proactive monitoring and Health-Aware IR capabilities
Generate Health-Aware IR for any file — compressed code representation with health signals. Use when you need to understand or share file context with minimal tokens.
Scan the codebase for security issues, debug artifacts, and code smells. Use before starting work or when asked to check code quality.
Analyze codebase health trends — find hotspots, decay signals, and inconsistencies. Use before refactoring or when investigating recurring bugs.
Admin access level
Server config contains admin-level keywords
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.
npx claudepluginhub mertcanaltin/composto --plugin compostoOpen-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
AST-based smart context code review engine for Claude Code
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
Lumin Repo Lens: evidence-backed TS/JS repo structure lens for Claude Code.
Monitor code complexity and maintain code quality
Local codebase intelligence + change-safety gates for coding agents. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages, 100% local, zero API keys), then exposes a lean 16-tool MCP core preset: graph-precise search, callers/impact blast radius, coupling, dead code, taint reachability, and pre-merge verify/critique gates that catch regressions, broken references, AI-slop duplication, and convention drift before they ship.