codebase-mapper

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Codebase Mapper Skill

Codebase Mapper 技能

Maps the directory structure of the project to help the AI understand the codebase layout.
映射项目的目录结构,帮助AI理解代码库的布局。

Usage

用法

bash
node codebase-mapper/scripts/map.cjs <directory_path> [max_depth]
  • <directory_path>
    : Root directory to map (default:
    .
    )
  • [max_depth]
    : How deep to traverse (default:
    3
    )
bash
node codebase-mapper/scripts/map.cjs <directory_path> [max_depth]
  • <directory_path>
    : 要映射的根目录(默认值:
    .
  • [max_depth]
    : 遍历的深度(默认值:
    3

Knowledge Protocol

知识协议

  • This skill adheres to the
    knowledge/orchestration/knowledge-protocol.md
    . It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.
  • 本技能遵循
    knowledge/orchestration/knowledge-protocol.md
    协议。它会自动整合公开、保密(公司/客户)和个人知识层级,优先处理最具体的保密信息,同时确保不会泄露到公开输出中。