一键导入
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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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)