Claude Skill

Claudate/project-multilevel-index

Automated fractal documentation system that maintains code indexes, file headers & dependency graphs. Supports Claude Code automation and editor extensions. A Claude Skill for organized development.

Overview

Stars90
Forks4
LanguageJavaScript
Last pushed2026-01-13
Last synced2026-07-01
View on GitHub

Repository

OwnerClaudate
Repositoryproject-multilevel-index
Full nameClaudate/project-multilevel-index
Repo ID1,120,907,598

Install this Skill

git clone https://github.com/Claudate/project-multilevel-index.git

Registry

Typecursor_rule
Quality score80/100
Verificationreadme_parsed
Last verified2026-07-01
Platforms
ClaudeCodexCursor
Capabilities
pdfterminal
Detected files
README.mdREADME_EN.mddocsexamplespackage.json
Config keys
PACKAGE_JSON
Install methods
  • git clone https://github.com/Claudate/project-multilevel-index.git
  • npm install && npm run build && npm link

Summary

Project Multilevel Index is a fractal self-referential documentation system inspired by Gödel, Escher, Bach. It automatically maintains code indexes, file headers, and dependency graphs. This Claude Skill supports full automation with Claude Code and has extensions in development for VSCode, Cursor, Windsurf, and Kiro.

Chinese description

🎼 受《哥德尔、埃舍尔、巴赫》启发的分形自指文档系统。自动维护代码索引、文件头与依赖关系图。支持Claude Code(全自动模式)+ VSCode/Cursor/Windsurf/Kiro(扩展开发中)。claude skill

Key features

  • Fractal self-referential documentation system
  • Automatically maintains code indexes and file headers
  • Generates and updates dependency graphs
  • Supports Claude Code for full automation
  • Extensions for popular editors in development

Use cases

  • Automated codebase documentation
  • Maintaining project dependency visualization
  • Keeping file headers and indexes synchronized
  • Enhancing AI-assisted development workflows
  • Supporting complex project navigation

README excerpt

# 项目多级索引系统 (Project Multi-level Index) <div align="center"> <img src="public/book.jpg" alt="哥德尔、埃舍尔、巴赫" width="300"> > 受《哥德尔、埃舍尔、巴赫》启发的分形自指文档系统 > > 让代码项目如赋格曲般自我指涉、自我维护、优雅和谐 [![Version](https://img.shields.io/badge/version-2.0.0-blue)](https://github.com/Claudate/project-multilevel-index/releases) [![I18N](https://img.shields.io/badge/i18n-zh--CN%20%7C%20en--US-orange)](docs/development/I18N_GUIDE.md) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin-purple)](https://claude.ai/code) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](docs/development/CONTRIBUTING.md) **🌐 多平台代码文档自动化系统** CLI工具 + Claude Code插件 + VSCode扩展 [简体中文](#) | [English](README_EN.md) | [📖 文档导航](#-文档导航) </div> --- ## 📖 核心理念 **三级分形文档系统** - 自动维护项目的索引和依赖关系: ``` PROJECT_INDEX.md (根索引) ├─ 项目概览、架构说明 ├─ 目录结构导航 └─ Mermaid 依赖关系图 每个文件夹/ └─ FOLDER_INDEX.md (文件夹索引) ├─ 架构说明 ├─ 文件清单 └─ "本文件夹变化时,更新我" 每个文件 └─ 文件头注释 ├─ Input: 依赖什么 ├─ Output: 提供什么 ├─ Pos: 在系统中的定位 └─ "我被更新时,更新我的注释和索引" ``` ### 三大特性 - **🔄 自相似性**:每个层级都有相同的索引结构 - **🪞 自指性**:每个文档都声明"当我变化时,更新我" - **🎼 复调性**:代码与文档相互呼应,局部影响整体 --- ## 🚀 快速开始 ### 方法 1: CLI 工具 `codex`(推荐用于 CI/CD) **独立命令行工具** - 不依赖任何编辑器: ```bash # 1. 克隆并安装 git clone https://github.com/Claudate/project-multilevel-index.git cd project-multilevel-index/cli npm install && npm run build && npm link # 2. 使用 cd /your/project codex init ``` **输出示例**: ``` 🎼 Fractal Multi-level Index System ✔ Found 45 code files ✔ Generated 45 file headers ✔ Generated 8 folder indexes ✔ Generated PROJECT_INDEX.md ✅ Index system initialized successfully! ``` 📖 [CLI完整文档](cli/README.md) | [实现说明](docs/development/CLI_IMPLEMENTATION.md) --- ##

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-07-01