一键导入
skillset-claude-development
Develop and review the local skillset compiler from a Claude-oriented workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Develop and review the local skillset compiler from a Claude-oriented workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Develop and review the local skillset compiler from a Codex-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.
| 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/, skillset.yaml, and skillset/changes/ are source truth/state for this repo's own generated skills and plugin..skillset/, plugins-claude/, plugins-codex/, .claude/skills, and .agents/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, skillset/changes/, or compiler implementation files, not in generated outputs.bun run skillset:build.bun run skillset:check, bun run skillset:verify, bun run skillset:lint, and bun run check.@skillset/schema rather than parallel compiler or Workbench field lists.skillset/, skillset/changes/, .skillset/cache/, or .skillset/snapshots/. Skillset-owned operational output may live under .skillset/cache/, and recovery backups may live under .skillset/snapshots/.metadata.version and metadata.generated.