원클릭으로
skills-creator
Template and notes when creating or updating SKILL.md files under skills/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Template and notes when creating or updating SKILL.md files under skills/
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill whenever the user wants to merge the main branch into their current branch. Triggers include phrases like "merge main", "mainをマージ", "mainを取り込む", "mainに追従", "sync with main", "mainの変更を取り込みたい", or any request to bring changes from main into a feature/working branch. Always use this skill — do not improvise git commands without it.
Perspectives and rules when conducting a code review
Template, notes, and procedure when creating a Pull Request
Rules for Git commits, pushes, and PR creation
When creating, editing, or debugging GitHub Actions workflow YAML files
Constraints when operating files in an Linux environment
| name | skills-creator |
| description | Template and notes when creating or updating SKILL.md files under skills/ |
skills/*/SKILL.md---
name: <skill name (match directory name)>
description: <one-line summary of when and why to use it>
---
# <Title>
## When to Use
- ...
## Basic Rules
- ...
## Notes
- ...
description empty (skill will never be triggered)see ../other/SKILL.md instead)When performing Git commits and pushesWhen creating a PR with gh cliWhen generating Nix code, editing flakes, or operating home-managergit stuff (too abstract)information about commits (not a conditional statement)After creating a new skill, add an entry to ~/ghq/github.com/nazozokc/dotfiles/agents/CLAUDE.md:
## ./skills/<name>/SKILL.md
Always refer to this skill when <use case>.
skills/
└── <name>/
└── SKILL.md ← This is all you need (keep it simple)