index-knowledge

Generate hierarchical AGENTS.md knowledge bases with complexity-based scoring from repository structure.

23.8k|1.2k|Updated Aug 26, 2023
One-click install
npx skills add https://github.com/tursodatabase/turso --skill index-knowledge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: index-knowledge
Source: https://github.com/tursodatabase/turso/tree/main/.claude/skills/index-knowledge
Command: npx skills add https://github.com/tursodatabase/turso --skill index-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to locate and understand knowledge about a codebase. AGENTS.md provides a structured, navigable framework that captures architecture, modules, conventions, and critical patterns to accelerate onboarding and maintenance.

Core Features & Use Cases

  • Root + complexity-scored subdirectory documentation to map code structure.
  • Per-location AGENTS.md generation for focused areas like modules, packages, or services.
  • Supports incremental updates by merging existing insights with new findings.

Quick Start

Run the index-knowledge skill on your repository to generate a centralized knowledge base. It will create a root AGENTS.md and, where applicable, subdirectory AGENTS.md files with concise, telegraphic summaries.

Frequently Asked Questions about index-knowledge

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

FAQPage Schema
How do I generate an AGENTS.md knowledge base for my codebase?▼

To generate an AGENTS.md knowledge base, run the index-knowledge skill on your repository to analyze structure and produce a root file with subdirectory documents using complexity-based scoring.

What is AGENTS.md and how does it help with codebase documentation?▼

AGENTS.md is a structured, navigable framework that captures architecture, modules, and conventions to accelerate onboarding and maintenance by mapping code structure with complexity-scored subdirectory documentation.

Can I incrementally update existing AGENTS.md files without overwriting insights?▼

Yes, you can incrementally update AGENTS.md files by merging existing insights with new findings, allowing you to maintain accurate knowledge base documents as your repository evolves.

Does the index-knowledge skill generate documentation for individual modules and services?▼

Yes, the skill supports per-location AGENTS.md generation, creating focused documents for specific areas like modules, packages, or services while avoiding generic boilerplate.

What's the best way to document complex repository structures without generic boilerplate?▼

The best way to document complex structures without generic boilerplate is to use complexity-based scoring to generate concise, telegraphic summaries in hierarchical AGENTS.md files across root and subdirectories.