← Back to list

instruction-creator
by arisng
⭐ 1🍴 0📅 Jan 24, 2026
SKILL.md
name: instruction-creator description: 'Create and manage high-quality custom instruction files for GitHub Copilot. Use when you need to define new project-specific guidelines, workflows, or coding standards in the instructions/ directory.'
Instruction Creator
This skill guides the creation of effective custom instruction files that help GitHub Copilot follow project conventions and domain-specific logic.
Workflow
- Define Scope: Identify the purpose and the files the instructions should apply to (e.g.,
**/*.ts). - Initialize: Use the
scripts/init_instruction.pyscript to create the boilerplate.python skills/instruction-creator/scripts/init_instruction.py "my-new-instruction" --description "Description here" --applyTo "**/*.ext" - Draft Content: Follow the guidelines to fill in the sections.
- Use Templates: Refer to templates for standard structures.
- Semantic Linking: Ensure you link to relevant Skills in the
Workflowsection.- Example:
To perform [Task], execute the [Skill Name](skills/<skill-name>/SKILL.md).
- Example:
- Validate: Test the instructions with Copilot to ensure they are clear and actionable.
Core Principles
- Policy Maker: Instructions define the "What" and "How" (decision logic).
- Concise: Avoid fluff; use imperative language.
- Actionable: Provide concrete examples and clear steps.
- Linked: Connect instructions to the skills that execute them.
Resources
- Guidelines: Detailed rules for frontmatter, style, and linking.
- Templates: Ready-to-use markdown structures.
scripts/init_instruction.py: Automation for creating new files.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon