원클릭으로
skill-template
Template for authoring new skills in this repo. Use when creating a new .github/skills/<name>/SKILL.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Template for authoring new skills in this repo. Use when creating a new .github/skills/<name>/SKILL.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Builds this repository using CMake (via scripts/build.sh). Use when asked to build, compile, or troubleshoot build failures.
Updates docs and specs (indexes, links, small refactors). Use when asked to reorganize documentation, fix broken links, or improve doc navigation.
Queries repo memory sources (MEMORY.md focus view + memory/{st,lt} engrams). Use when asked about prior decisions, conventions, or to locate a past design note.
Coordinates the release cycle (release branch + aggregate release PR). Use when preparing a release, rolling up worker PRs, or finalizing release notes.
Runs tests by suite using the repo's canonical test layout (test/). Use when asked to run unit/integration/bench tests, troubleshoot failures, or validate the green gate.
Manages git worktrees for worker containers (create/remove/cleanup). Use when setting up parallel work, repairing worktree state, or cleaning up stale worktrees.
| name | skill-template |
| description | Template for authoring new skills in this repo. Use when creating a new .github/skills/<name>/SKILL.md. |
| metadata | null |
| category | authoring |
| owner | p3nGu1nZz |
| version | 0.1 |
| tags | template agent skills |
Copy this directory to a new skill folder and edit SKILL.md.
name matches the directory namedescription says what it does and when to use itmetadata.category and useful keywords in metadata.tagsSKILL.md concise; put long references in separate files---
name: my-skill
description: One sentence on what it does + when to use it.
metadata:
category: docs
tags: "keywords here"
---
# Skill: my-skill
## Steps
1. ...