docs/en/commands/SKILL.md
# `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
npx skillsauth add thornboo/lingshu-cli docs/en/commandsInstall 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.
prismctl skillManage 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.
prismctl skill list [--home <PATH>]
The output includes:
~/.claude/skills/<name>/SKILL.md frontmatter name/description)prismctl skill install --name <NAME> [--home <PATH>] [--dry-run|--apply]
Install writes (overwrites) files under ~/.claude/skills/<NAME>/.
prismctl skill create --name <NAME> [--home <PATH>] [--dry-run|--apply]
Create does not overwrite an existing SKILL.md (it is "write-if-missing"), so you can rerun it without clobbering your local edits.
prismctl skill remove --name <NAME> [--home <PATH>] [--dry-run|--apply] [--yes]
WARNING: Only --apply performs the deletion; when applying, --yes is required.
To prevent path traversal, --name only allows ASCII letters/digits plus - and _.
See: ../skills/overview.md.
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/
tools
Summarize changes in a pull request
development
Explains code with visual diagrams and analogies
development
Generate an interactive tree visualization of your codebase