Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

deep-analyze

verified

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

View on GitHub

Marketplace

openkodo

paxtone-io/openkodo

Plugin

kodo-analyzer

analysis

Repository

paxtone-io/openkodo

plugins/kodo-analyzer/skills/deep-analyze/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/paxtone-io/openkodo/blob/main/plugins/kodo-analyzer/skills/deep-analyze/SKILL.md -a claude-code --skill deep-analyze

Installation paths:

Claude
.claude/skills/deep-analyze/
Powered by add-skill CLI

Instructions

# 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 extracting from a single file:

```bash
kodo extract docs/plans/your-design.md
# or
kodo x docs/plans/your-design.md
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1316 chars