.agents/skills/codex-skill-bootstrap/SKILL.md
Use this skill when the user wants to create, scaffold, or modernize a Codex skill, add a repo-local `.agents/skills/...` structure, split oversized skill instructions into references, or add optional `agents/openai.yaml` metadata in line with Codex official docs.
npx skillsauth add oozoofrog/codex-skills-project codex-skill-bootstrapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Codex 공식 스킬 구조에 맞춰 새 스킬을 만들거나 기존 스킬을 정리합니다.
다음 요청에 적합합니다.
.agents/skills/ 구조 추가하기SKILL.md를 너무 길지 않게 정리하고 references/로 분리하기agents/openai.yaml 추가 또는 갱신하기codex-skill-auditplugin-doctorSKILL.md, 필요 시 agents/openai.yaml)를 만든다.When to use / Do not use when / Quick start / Review Harness / Output expectation 중심으로 본문을 정리한다.codex-skill-audit로 discovery와 metadata를 검증한다.작업 전에 필요에 따라 다음 문서를 읽습니다.
references/codex-skill-authoring.md — Codex 공식 스킬 구조, discovery, progressive disclosure 요약references/openai-yaml-guide.md — agents/openai.yaml 작성 가이드../../../docs/review-harness.md — repo-wide review harness 선언 규칙먼저 아래를 결정합니다.
repo-local이면 기본 위치는 다음입니다.
.agents/skills/<skill-name>/
기본 구조만 먼저 만듭니다.
<skill-name>/
├── SKILL.md
└── agents/openai.yaml # optional but recommended
상세 정보가 길어질 때만 다음을 추가합니다.
references/ — 자세한 문서, 스키마, 예시scripts/ — 반복적이고 결정적인 작업assets/ — 출력에 쓰일 템플릿/리소스name과 description은 Codex가 스킬을 고르고 호출하는 데 직접 사용됩니다.
name: kebab-casedescription: 언제 써야 하고 언제 쓰지 말아야 하는지까지 드러나게 작성설명은 다음 질문을 통과해야 합니다.
SKILL.md 본문에는 아래만 둡니다.
자세한 규칙/예시는 references/로 이동합니다.
운영자 친화적인 기본 skeleton은 아래를 권장합니다.
When to use 또는 When it fitsDo not use whenQuick startWorkflowReview HarnessOutput expectationreview loop가 중요한 스킬이면 Review Harness 섹션을 짧게 추가하고, 긴 평가 루브릭은 docs/ 또는 references/로 분리합니다.
agents/openai.yaml if helpful선택 사항이지만, UI 메타데이터와 invocation policy를 더 명확하게 만들 수 있습니다.
필요하면 references/openai-yaml-guide.md를 읽고 아래 항목을 만듭니다.
interface.display_nameinterface.short_descriptioninterface.default_promptpolicy.allow_implicit_invocation완료 전 다음을 확인합니다.
.agents/skills/... 경로가 맞는지SKILL.md frontmatter가 있는지When to use / Do not use when / Quick start / Output expectation이 있는지references/로 나눴는지agents/openai.yaml가 SKILL.md와 어긋나지 않는지Review Harness의 mode와 evaluator가 선언됐는지가능하면 $codex-skill-audit로 마무리 점검합니다.
../../../docs/review-harness.md.agents/skills/<skill-name>/ 구조와 SKILL.md를 생성·정리한다codex-skill-audit로 구조/metadata/discovery를 검증한다pass면 완료, refine이면 구조/메타데이터 수정, rescope면 스킬 범위를 축소, critical이면 audit findings 기준으로 재생성한다작업이 끝나면 최소 다음을 제공합니다.
tools
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
tools
macOS 앱/CLI 릴리스 작업을 자동화하거나 가이드합니다. 버전 범프, Release 빌드, DMG/ZIP, GitHub Release, Homebrew 배포가 필요할 때 사용합니다.
development
Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
tools
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.