بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.