用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/outfitter-dev/skillset --skill skillset-claude-development命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use the skillset compiler to build, check, inspect, and import source skills or plugins.
Work on Skillset's own compiler test fixtures, fixture docs, fixture-backed tests, or fixture layout decisions in this repo.
Develop and review the local skillset compiler from a Codex-oriented workflow.
正在显示 SKILL.md
基于 SOC 职业分类
| description | Develop and review the local skillset compiler from a Claude-oriented workflow. |
| metadata | {"generated":"skillset@0.1.0","version":"0.1.0"} |
| name | skillset-claude-development |
Use this skill when working on the local skillset compiler from a Claude-oriented workflow.
/path/to/skillset..skillset/ and skillset.yaml are source truth/state for this repo's own generated skills and plugin..skillset/, plugins/, .claude/skills, .agents/skills, and .cursor/skills are generated or operational outputs when self-building this repo.AGENTS.md, README.md, docs/layout.md, and docs/schema-contracts.md before making a compiler contract change.packages/schema/src/contracts.ts and packages/schema/src/validate.ts before compiler or Workbench consumers, regenerate artifacts with bun run schema:generate, and verify with bun run schema:check..skillset/, skillset.yaml, or compiler implementation files, not in generated outputs.bun run skillset:build.bun run skillset:check, bun run skillset:check:outputs, and bun run check.Run focused tests with bun run test:focused -- <test-files...>. Repository
verification entrypoints create one per-invocation sandbox, preserve HOME,
isolate all four XDG roots, and reuse the validated sandbox in nested commands
through SKILLSET_TEST_SANDBOX. Set SKILLSET_TEST_SANDBOX_RETAIN=1 only
while debugging; the runner prints the retained sandbox and descriptor paths.
@skillset/schema rather than parallel compiler or Workbench field lists..skillset/, .skillset/cache/, or .skillset/snapshots/. Skillset-owned operational cache paths are reported under .skillset/cache/ but physically resolve to the repo's XDG cache bucket; Git-backed recovery snapshots may live under .skillset/snapshots/.metadata.version and metadata.generated.