analysis-codebase

Analyze codebases to extract tech stack, patterns, and collision risks.

35|2|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/deepeshBodh/human-in-loop --skill analysis-codebase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-codebase
Source: https://github.com/deepeshBodh/human-in-loop/tree/main/plugins/humaninloop/skills/analysis-codebase
Command: npx skills add https://github.com/deepeshBodh/human-in-loop --skill analysis-codebase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically analyze existing codebases to extract structural information and governance signals.

Core Features & Use Cases

  • Analyze tech stack, architecture patterns, and ORM usage to map project DNA.
  • Identify potential collision risks and endpoints to inform governance and planning for brownfield projects.
  • Generate mode-specific outputs (Context, Brownfield, Setup-Brownfield) to guide constitution decisions.

Quick Start

Run the analysis to map frameworks, ORM usage, architecture patterns, and collision risks in the codebase.

Frequently Asked Questions about analysis-codebase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a codebase to map architecture patterns and ORM usage?

To analyze a codebase for architecture patterns and ORM usage, run a systematic extraction to detect frameworks, map project DNA, and generate a markdown context report detailing the tech stack and structural information.

What is codebase collision risk detection and when do I need it?

Codebase collision risk detection identifies potential conflicts in existing code structures to inform governance. You need it during brownfield project planning to safely integrate new code against existing entities and endpoints.

How do I extract a tech stack inventory from an existing brownfield project?

Extract a tech stack inventory from an existing brownfield project by analyzing the codebase to detect frameworks, ORMs, and CI/CD signals, producing a machine-readable inventory file for governance decisions.

Does codebase analysis work for planning against existing code without dependencies?

Yes, codebase analysis works for planning against existing code without requiring external dependencies. It systematically extracts structural information and governance signals directly from the project files.

Can I generate a project context report for constitution decisions in brownfield setup?

Yes, you can generate a project context report for constitution decisions using mode-specific outputs like Context, Brownfield, and Setup-Brownfield to guide governance and map endpoints.