kodex-init

Analyze a codebase and create Kodex topic stubs as drafts.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill kodex-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kodex-init
Source: https://github.com/ben-mad-jlp/claude-mermaid-collab/tree/main/skills/kodex-init
Command: npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill kodex-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes a codebase to identify logical topic boundaries and creates Kodex topic stubs as drafts that require human approval before going live.

Core Features & Use Cases

  • Codebase analysis: Scans project structure to propose Kodex topics based on directories and files.
  • Draft creation: Generates topic stubs with references to source files for easy review.
  • Review workflow: Flags topics as incomplete to drive a guided review and approval process.

Quick Start

Use the kodex-init skill to bootstrap topics for a new or unfamiliar project. The tool will surface a list of proposed topics and create draft entries in Kodex. Review and finalize drafts in the Kodex UI.

Frequently Asked Questions about kodex-init

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

FAQPage Schema
How do I generate documentation topics from a codebase structure?

Generating documentation topics from a codebase requires scanning project directories to identify logical boundaries. This skill analyzes your source files and creates draft topic stubs with file references for easy review.

What is the review workflow for codebase-generated topic drafts?

The review workflow for codebase-generated topic drafts flags all newly created stubs as incomplete. This guides a human approval process where you review proposed topics and finalize them in the UI before they go live.

Can I analyze a large project to identify logical topic boundaries?

Yes, you can analyze large projects to identify logical topic boundaries. The codebase analysis mechanism scales to projects of varying sizes by scanning the directory structure and proposing topics based on the files found.

What's the best way to create Kodex topic stubs from source files?

The best way to create Kodex topic stubs is to scan your codebase to map directories to logical topics. The skill generates draft entries containing direct references to the relevant source files for guided approval.

Do I need to manually approve generated topic stubs before they go live?

Yes, you must manually approve generated topic stubs before they go live. The skill creates all proposed topics as drafts and flags them as incomplete to ensure human review before final publication.