用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill skills-manager命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
正在显示 SKILL.md
| name | skills-manager |
| description | Use when the user wants to list, search, install, remove, inspect, validate, audit, |
| metadata | {"author":"fairchild"} |
Unified skill lifecycle management across agents.
/skills-manager # Quick status overview
/skills-manager list # All skills with origin, description, agent
/skills-manager search <query> # Search skills.sh ecosystem
/skills-manager install <source> # Install from ecosystem or GitHub
/skills-manager remove <name> # Remove a skill
/skills-manager inspect <name> # Deep-read: frontmatter, scripts, structure
/skills-manager validate [path] # Validate structure and frontmatter
/skills-manager audit # System-wide health check
/skills-manager update # Check and apply ecosystem updates
/skills-manager create # Guided creation (delegates to skill-creator)
Quick overview of all installed skills.
bun ~/.claude/skills/skills-manager/scripts/manage.ts status
Shows: total count, breakdown by origin (local/ecosystem/symlink) and agent, lock file stats, validation issue count.
All installed skills across agents with metadata.
Local skills:
bun ~/.claude/skills/skills-manager/scripts/manage.ts list
Ecosystem skills (via npx):
npx skills list -g
Present both outputs together — local list shows origin/agent/description, ecosystem list shows remote registry state.
Search the skills.sh ecosystem for installable skills.
npx skills find <query>
Present results with name, source, and install command. If no results, suggest npx skills find (interactive mode) or creating a custom skill.
Install a skill from the ecosystem or GitHub.
npx skills add <source> -g -y
Source formats:
owner/repo@skill-name — from skills.sh registryhttps://github.com/owner/repo — from GitHub directlyThe -g flag installs globally (user-level), -y skips confirmation.
After install, run validate to confirm the skill is well-formed:
bun ~/.claude/skills/skills-manager/scripts/manage.ts validate ~/.agents/skills/<name>
Remove an installed skill.
npx skills remove <name> -g -y
Deep-read a specific skill by name.
bun ~/.claude/skills/skills-manager/scripts/manage.ts inspect <name>
Shows: path, origin, agent, symlink target, frontmatter fields, scripts with size and executable status, references directory listing, SKILL.md heading structure.
Validate skill structure and frontmatter against the spec.
bun ~/.claude/skills/skills-manager/scripts/manage.ts validate <path>
Path can be:
~/.claude/skills)Errors (blocking):
Warnings:
System-wide health check across all agents.
bun ~/.claude/skills/skills-manager/scripts/manage.ts audit
Runs:
Returns exit code 1 if any errors found.
Check for and apply ecosystem skill updates.
Check for updates:
npx skills check
Apply updates:
npx skills update
Delegates to the skill-creator skill for guided 6-step creation.
When user runs /skills-manager create:
/skill-creator which provides the full guided workflowbun ~/.claude/skills/skills-manager/scripts/manage.ts validate <new-skill-path>
| Agent | Skills Dir | Lock File |
|---|---|---|
| Claude Code | ~/.claude/skills/ | ~/.agents/.skill-lock.json |
| Codex | ~/.codex/skills/ | ~/.agents/.skill-lock.json |
| Agents CLI | ~/.agents/skills/ | ~/.agents/.skill-lock.json |
All agents share the same lock file. The npx skills CLI auto-detects which agents are installed and manages skills for all of them.
status: experimental in frontmatter (no directory prefix)Converted and distributed by TomeVault — claim your Tome and manage your conversions.