Agent Claude Code
Plan Clarity Reviewer reads a plan file and assesses its clarity.
48 tagged code analysis, measured the same way as everything else here.
Browse within: code-intelligence 9claude-code-skills 7claude-plugin-marketplace 7anti-patterns 5architecture 5call-graph 5
Agent Claude Code
Plan Clarity Reviewer reads a plan file and assesses its clarity.
Agent Claude Code
Reviews the plan implementation across six dimensions — Architecture, Maintainability, Performance, Security, Completeness, and Bug Hunt — then produces a priority sorted report.
Agent
A security lead that coordinates the project’s security reviews and makes a final risk judgment. A CISO is the person responsible for an organisation’s overall information-security decisions.
Agent
A database schema and migration reviewer examines changes to the structure of a database, such as tables, columns, indexes, and data updates. It reviews only the files provided and produces a report without changing code.
Agent
A security-review agent that scans specified code files or changes for common vulnerabilities, including broken access controls, exposed secrets, injection, and weak encryption.
Agent
A research agent that studies architecture patterns and real-world examples for a planned software project. Software architecture is the way a project organizes its code, data flow, and responsibilities.
Agent
Deep autonomous codebase exploration with persistent memory. Traces behaviors, discovers structure, accumulates understanding across sessions.
Agent Claude Code
Start codebase analysis. Analyze single entity/action only. Return detailed analysis, recommendations, implementation guidance, usage examples. Prefer dependencylibraries-related-files-search first. Provide all relevant context (files, paths, symbols, imports, etc.). One topic or one context per request → wait for the…
Agent Claude Code
Return the public names of local libraries/codebases available for analysis. Provide dependencylibraries-related-files-search and/or dependencylibraries-analysis with an approptiate name from this list.
Agent Claude Code
Start related-file discovery. Find files relevant to single entity/action before dependencylibraries-analysis. Provide all relevant context (files, paths, symbols, imports, etc.). One topic or one context per request → wait for the result → send the next request! Instead "Find X, Y, Z, etc." you MUST "Find X.", wait…
Agent
Read-only atomic dissection pass for the codeweb plugin. Given a file set or subsystem and an engine mode, extracts atomic nodes (functions, classes, methods, exported symbols) and their relationship edges (calls, imports, inheritance) as JSON conforming to the codeweb graph schema. Used in parallel fan-out passes.…
Agent
Read-only domain-tagging and overlap-detection pass for the codeweb plugin. Given the merged node/edge graph, clusters nodes into semantic domains, assigns a domain to every node, and detects cross-domain overlap (duplicated logic, parallel implementations, tangled responsibilities) with ranked consolidation…
Agent Claude Code
This document shows how the smart-commit agent handles the complete git commit workflow efficiently.
Agent Claude Code
Intelligently handles the complete git commit workflow including pre-commit validation, auto-fixes, test validation, and commit retries. Minimizes context usage through efficient iteration and concise summaries.