Agent skill · Documentation

deep-analyze

Deep codebase analysis that extracts learnings from documentation. Creates context entries and learnings from docs/ with pattern matching.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-analyze --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/deep-analyze/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Deep Analyze Extract full content and learnings from your documentation. ## What It Does Runs `kodo analyze --deep --auto` which: 1. **Standard Analysis** - All normal analyzers (tech-stack, architecture, etc.) 2. **Content Extraction** - Parses all `.md` files in `docs/` 3. **Learning Extraction** - Finds patterns: - Rules: "always/never/must" statements - Decisions: "we chose X because..." - Tech Stack: "uses X for..." - Workflows: step sequences - Domain: entity definitions - Conventions: naming patterns ## Output - `.kodo/context-tree/` - Context entries with YAML frontmatter - `.kodo/learnings/` - Learnings grouped by category: - `rules.md` - `decisions.md` - `tech-stack.md` - `workflows.md` - `domain.md` - `conventions.md` ## Confidence Levels - **HIGH** - Your design docs (`docs/plans/`) - **MEDIUM** - Inherited/pre-existing documentation ## Usage Just invoke this skill - it runs automatically: ```bash # This skill runs: kodo analyze --deep --auto ``` ## When to Use - Starting a new project with existing docs - After writing design documents - When onboarding to capture institutional knowledge - Before major refactoring to preserve context ## Single File Extraction For ext

What's inside
Steps it walks through
  1. What It Does
  2. Output
  3. Confidence Levels
  4. Usage
  5. When to Use
  6. Single File Extraction
Ships with 1 file
  • metadata.json
Commands it runs
This skill runs:
kodo analyze --deep --auto
kodo extract docs/plans/your-design.md
or
kodo x docs/plans/your-design.md
More from claude-skill-registry
All skills →
About this skill
What does the deep-analyze skill do?

Deep codebase analysis that extracts learnings from documentation. Creates context entries and learnings from docs/ with pattern matching.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-analyze --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going