بنقرة واحدة
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)