一键导入
scripted-skill
Demonstrate a scripted Codex skill that normalizes proposed skill names into lowercase kebab-case and validates naming constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Demonstrate a scripted Codex skill that normalizes proposed skill names into lowercase kebab-case and validates naming constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, improve, validate, forward-test, and package Codex skills from a user's brief, examples, files, or instructions. Use when asked to design a new skill, update an existing SKILL.md, add references/scripts/assets, create agents/openai.yaml, validate skill structure, or prepare a skill for plugin/marketplace/public repo distribution.
Demonstrate a minimal instruction-only Codex skill that drafts concise release notes from a changelog, commit summary, or PR description.
Describe what this skill does and the concrete user requests that should trigger it.
| name | scripted-skill |
| description | Demonstrate a scripted Codex skill that normalizes proposed skill names into lowercase kebab-case and validates naming constraints. |
Use this skill to create a valid skill name from a user-provided title.
scripts/normalize_name.mjs with the proposed title.The output includes the normalized name and any naming concerns.