crates/prismctl-core/assets/skills/codebase-visualizer/SKILL.md
Generate an interactive tree visualization of your codebase
npx skillsauth add thornboo/lingshu-cli codebase-visualizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate an interactive HTML tree view showing project file structure.
Run from project root:
python ~/.claude/skills/codebase-visualizer/scripts/visualize.py .
Creates codebase-map.html and opens in browser.
development
# `prismctl skill` 管理 Claude Code 的 skills(默认目录:`~/.claude/skills/`)。 Prismctl 的 `skill` 命令只负责对“文件结构”进行增删改(同样遵循 `dry-run` / `--apply` / `--home` 沙箱);至于 skill 的实际执行与加载机制由 Claude Code 本身决定。 ## 列表 ```bash prismctl skill list [--home <PATH>] ``` 输出会同时显示: - Prismctl 内置 skills(以及是否已安装) - 你本机已安装 skills(从 `~/.claude/skills/<name>/SKILL.md` 读取 frontmatter 的 `name/description`) ## 安装内置 skill ```bash prismctl skill install --name <NAME> [--home <PATH>] [--dry-run|--apply] ``` 安装会写入(覆盖)`~/.claude/
development
# `prismctl skill` Manage Claude Code skills (default directory: `~/.claude/skills/`). Prismctl only manages the on-disk files/directories (still following `dry-run` / `--apply` and the `--home` sandbox). Skill loading/execution behavior is defined by Claude Code itself. ## List ```bash prismctl skill list [--home <PATH>] ``` The output includes: - Prismctl built-in skills (and whether each is installed) - Installed skills on your machine (parsed from each `~/.claude/skills/<name>/SKILL.m
tools
Summarize changes in a pull request
development
Explains code with visual diagrams and analogies