ワンクリックで
skillset-codex-development
Develop and review the local skillset compiler from a Codex-oriented workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Develop and review the local skillset compiler from a Codex-oriented workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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/, skillset.yaml, and skillset/changes/ as editable source/state..skillset/, plugins-claude/, plugins-codex/, .claude/skills, and .agents/skills as generated or operational output.apps/skillset/src/resolver.ts, apps/skillset/src/render.ts, apps/skillset/src/build.ts, apps/skillset/src/config.ts, apps/skillset/src/lint.ts, and 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.bun run skillset:build.bun run skillset:check for current source authoring diagnostics and bun run skillset:verify 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.skillset/, skillset/changes/, .skillset/cache/, and .skillset/snapshots/, and unique per active target output. Skillset-owned operational output may live under .skillset/cache/, and recovery backups 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 blocks; root defaults.<target> is shorthand, not provider selection.claude.model, codex.model, or defaults for model choices. Top-level skill model warns in v1.compile.unsupportedDestination defaults to error, which gates unsupported/lossy/failed render from structured render results before writes; warn, skip, and force are reserved until their non-error semantics are implemented.skillset.name for root/plugin explicit identity. skillset.id is unsupported.Develop and review the local skillset compiler from a Claude-oriented workflow.
Work on Skillset's own compiler test fixtures, fixture docs, fixture-backed tests, or fixture layout decisions in this repo.
Use the skillset compiler to build, check, lint, and import source skills or plugins.
Author, update, and manage Skillset ADRs. Use when creating new ADRs, promoting drafts, updating the ADR index, renaming or renumbering ADRs, or when the user mentions ADR, architecture decision, or decision record.
Kitchen-sink skill exercising shared resources and custom resource mappings.
Keep project references organized for review.