quangphu1912/codebase-analyzer
Plugin Claude Code
Codebase analysis, reverse engineering, and development orchestration — 32 skills covering reconnaissance, deep investigation, TDD, debugging, planning, and code review.
quangphu1912/codebase-analyzer
Plugin Claude Code
Codebase analysis, reverse engineering, and development orchestration — 32 skills covering reconnaissance, deep investigation, TDD, debugging, planning, and code review.
quangphu1912/codebase-analyzer
Instructions file CodexOpenCode
AGENTS.md instructions for quangphu1912/codebase-analyzer, a project described as: Progressive-depth codebase analysis and reverse engineering plugin for Claude Code.
quangphu1912/codebase-analyzer
Instructions file
Claude Code instructions for quangphu1912/codebase-analyzer, covering codebase-analyzer plugin, architecture, three depths model, skill standards and behavioral engineering.
quangphu1912/codebase-analyzer
Agent
Multi-scenario reasoning agent that tests how system behavior changes under different gate combinations, feature flag states, and configuration values.
quangphu1912/codebase-analyzer
Agent
Deep multi-step codebase exploration — traces call chains, maps execution paths, follows imports across files, and builds comprehensive understanding of specific subsystems.
quangphu1912/codebase-analyzer
Agent
Production readiness code review — reviews implementation against plan, checks quality, architecture, testing, and security.
quangphu1912/codebase-analyzer
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From quangphu1912/codebase-analyzer.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when tracing turn loops, tool continuations, state transitions, or understanding how an AI agent or complex system actually processes requests through its execution cycle.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when understanding how source transforms to runtime, what gets filtered/compiled/generated, or tracing build-time shaping that affects what code actually runs.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when separating prompt-driven behavior from code-driven behavior, understanding what system prompts actually control vs what's hardcoded, or testing how behavior changes under different prompt configurations.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when evaluating code health, finding bug hotspots, identifying anti-patterns, preparing a quality improvement plan, or assessing technical debt.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when starting any codebase analysis to determine target type, feasibility, and which skills apply before investing tokens.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when distinguishing core modules from support/generated/test/infrastructure code, separating signal from noise, or understanding which parts of a repo actually matter for analysis.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when investigating implicit assumptions in code — ordering dependencies, unvalidated environment variables, assumed object shapes, or temporal state requirements that aren't enforced by types or tests.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when reducing codebase size, cleaning up before refactoring, investigating slow builds, or auditing for unused code and orphaned files.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when investigating conditional tool availability, finding tools that exist but are hidden behind gates, or mapping the full capability surface of a system.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when onboarding to a new project, evaluating migration feasibility, auditing dependency health, or needing to know what technologies power a codebase.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when documenting public interfaces, planning API changes, evaluating backward compatibility, or understanding what a module exposes to consumers.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when you need to understand why capabilities differ across configurations, user types, or deployment environments, or when investigating feature flags and capability gates.
quangphu1912/codebase-analyzer
Skill Claude CodeCodex
Use when needing component relationships, layer boundaries, module structure, or understanding how parts of a codebase fit together before modification or refactoring.