deep-analyze

Extract rules, decisions, tech stack, workflows, and conventions from documentation files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paxtone-studio/openkodo --skill deep-analyze-paxtone-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-analyze
Source: https://github.com/paxtone-studio/openkodo/tree/main/plugins/kodo-analyzer/skills/deep-analyze
Command: npx skills add https://github.com/paxtone-studio/openkodo --skill deep-analyze-paxtone-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction of valuable insights, rules, decisions, and technical details directly from your project's documentation, transforming unstructured text into actionable knowledge.

Core Features & Use Cases

  • Comprehensive Analysis: Goes beyond basic code analysis to deeply understand documentation content.
  • Structured Learning Extraction: Identifies and categorizes key information like rules, decisions, tech stack, workflows, domain entities, and conventions.
  • Use Case: When onboarding a new developer, this skill can quickly provide them with a clear understanding of the project's architectural decisions, established rules, and technology choices by analyzing the docs/ directory.

Quick Start

Run the deep analyze skill to process all documentation within the docs directory.

Frequently Asked Questions about deep-analyze

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

FAQPage Schema
How do I extract architectural decisions and tech stack details from project documentation?

You can extract architectural decisions from documentation by running a deep codebase analysis that pattern matches rules, decisions, tech stack, workflows, and conventions within your `docs/` directory, turning unstructured text into structured context entries.

What is the best way to analyze a docs directory to onboard new developers?

Analyzing a docs directory for onboarding is best handled by deep documentation analysis, which categorizes domain entities, workflows, and established rules to quickly provide new developers with a clear understanding of project architecture and technology choices.

How does pattern matching work for extracting knowledge from documentation files?

Pattern matching for documentation extraction works by scanning text files in the `docs/` directory to identify and categorize key information like rules, decisions, tech stack, workflows, domain entities, and conventions into structured context entries.

Do I need a specific command to automate context entry creation from docs?

Yes, automating context entry creation from documentation requires executing the `kodo analyze --deep --auto` command, which triggers the deep codebase analysis to process your `docs/` directory and extract structured learnings.

Can I use this deep analysis for unstructured text outside of a docs directory?

Deep analysis is specifically designed to process documentation files located within the `docs/` directory, meaning unstructured text stored in other locations or file formats outside this structure is not supported by the current pattern matching workflow.

What specific categories of information can be extracted from project documentation?

The specific categories of information extracted from project documentation include rules, decisions, tech stack specifications, workflows, domain entities, and conventions, all transformed into structured context entries for actionable knowledge.