ワンクリックで
skill-creator
Guide for creating a new workspace skill in the Codex-style SKILL.md format.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guide for creating a new workspace skill in the Codex-style SKILL.md format.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Convert CCA_YUV training checkpoints into split ONNX exports and keep the required model-definition/runtime code bundled with the skill. Use when Codex needs to export ONNX from a CCA_YUV checkpoint, patch or inspect the CCA_YUV ONNX toolchain, run split-graph verification or Kodak regression checks, or use the bundled codec runtime and bitstream CLI. Trigger on requests mentioning onnx-convert-cca_yuv, CCA_YUV, checkpoint-to-ONNX, split ONNX, export from .pth/.pt/.pth.tar, or CCA_YUV runtime tooling.
Install and review open-source skills from GitHub or the curated OpenAI skills catalog.
SOC 職業分類に基づく
| name | skill-creator |
| description | Guide for creating a new workspace skill in the Codex-style SKILL.md format. |
| metadata | {"short-description":"Create or refine reusable skills for this workspace."} |
This built-in skill is adapted for evidence-rag-agent from the open-source openai/skills repository.
/skill create <name> to scaffold the skill in .agents/skills/<name>/.SKILL.md so it explains when to use the skill, how to execute it, and what good output looks like.agents/openai.yaml if the display name or summary should be clearer.references/, scripts/, or assets/ next to SKILL.md..agents/skills/<name>/SKILL.md layout.SKILL.md file with frontmatter and clear usage guidance.agents/openai.yaml metadata file.