用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/outfitter-dev/skillset --skill skillset-codex-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 Claude-oriented workflow.
正在显示 SKILL.md
基于 SOC 职业分类
| description | Develop and review the local skillset compiler from a Codex-oriented workflow. |
| metadata | {"generated":"skillset@0.1.0","version":"0.1.1"} |
| name | skillset-codex-development |
Use this skill when working on the local skillset compiler from a Codex-oriented workflow.
/path/to/skillset..skillset/ and skillset.yaml as editable source/state..skillset/, plugins/, .claude/skills, .agents/skills, and .cursor/skills as generated or operational output.packages/core/src/resolver.ts, packages/core/src/render.ts, packages/core/src/build.ts, packages/core/src/config.ts, and packages/core/src/lint.ts; source import remains in apps/skillset/src/import.ts.docs/schema-contracts.md: update 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.apps/skillset/src/__tests__/, packages/schema/src/__tests__/, or packages/workbench/src/__tests__/ file for every behavior change. Run focused tests with bun run test:focused -- <test-files...> so they use the same owned XDG sandbox as aggregate verification.bun run skillset:build.bun run skillset:check for comprehensive source and workspace diagnostics, and bun run skillset:check:outputs for generated-output freshness when the change touches Skillset source, generated output, or docs/guidance that explain the command boundary.bun run check before handoff.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 explicitly.
.skillset/, .skillset/cache/, and .skillset/snapshots/, and unique per active target output. 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/.skillset import should copy into source layout only and refuse to overwrite existing source.compile.targets for provider selection. Do not add bare top-level targets:.@skillset/schema; do not add a compiler, Workbench, or docs-only field list for the same shape.claude, codex, or cursor; root defaults.<target> is shorthand, not provider selection.claude.model, codex.model, cursor.model, or defaults for model choices. Top-level skill model warns in v1.compile.unsupportedDestination defaults to error, which gates unsupported/lossy/failed render results before writes. warn, skip, and force soften only lossy or unsupported results while preserving warning diagnostics and lock provenance; failed results still block every policy.skillset.name for root/plugin explicit identity. skillset.id is unsupported.