← Back to list

your-skill-name-here
by yangsi7
Claude Code Intelligence Toolkit - Meta-system for building intelligence-first AI agent workflows
⭐ 0🍴 1📅 Oct 25, 2025
SKILL.md
Name: Use kebab-case (letters, numbers, hyphens only)
Examples: api-error-handling, condition-based-waiting, flatten-with-flags
NO parentheses, NO special chars, NO underscores
name: your-skill-name-here
Description: CRITICAL for Claude Search Optimization (CSO)
Format: "Use when [specific triggering conditions] - [what it does and how it helps]"
Write in THIRD PERSON (injected into system prompt)
Include CONCRETE symptoms, error messages, situations
Keep under 500 characters if possible
Examples:
GOOD: "Use when tests have race conditions, timing dependencies, or pass/fail inconsistently - replaces arbitrary timeouts with condition polling for reliable async tests"
GOOD: "Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first"
BAD: "For async testing" (too vague, no triggers)
BAD: "I can help with flaky tests" (first person)
description: Use when [specific triggering conditions and symptoms] - [what the skill does and how it helps, written in third person]
[Skill Title]
Overview
[What is this skill? State the core principle clearly and concisely.]
When to Use
Use this skill when:
- [Symptom or situation 1 - be concrete and specific]
- [Symptom or situation 2 - include error messages if applicable]
- [Symptom or situation 3 - describe observable behaviors]
When NOT to use:
- [Counter-example 1 - helps clarify boundaries]
- [Counter-example 2]
[Main Content Section]
The Process
- [Step 1 - be specific and actionable]
- [Step 2]
- [Step 3]
Core Pattern
Before:
// Show the problematic approach
After:
// Show the improved approach with comments explaining WHY
Quick Reference
| Operation | Command | Notes |
|---|---|---|
| [Common task 1] | command | [Important details] |
| [Common task 2] | command | [Important details] |
The Iron Law
[STATE THE CORE RULE IN ALL CAPS]
[Explain consequences of violation]
No exceptions:
- [Close specific loophole 1]
- [Close specific loophole 2]
- [Close specific loophole 3]
Implementation
// Complete, runnable example from real scenario
// Well-commented explaining WHY, not just what
// Shows pattern clearly and ready to adapt
[code example]
Common Mistakes
[Mistake 1 heading - make it searchable]
[What goes wrong and why]
[How to fix it - be specific]
[Mistake 2 heading]
[What goes wrong and why]
[How to fix it]
Red Flags - STOP and Start Over
- [Warning sign 1 - quote actual rationalizations from baseline testing]
- [Warning sign 2]
- [Warning sign 3]
- "I'm following the spirit" or "This is different because..."
All of these mean: [Correct action - usually "Stop. Start over."]
Rationalization Table
| Excuse | Reality |
|---|---|
| [Common rationalization 1] | [Counter-argument with evidence] |
| [Common rationalization 2] | [Counter-argument] |
| [Common rationalization 3] | [Counter-argument] |
[Optional: Real-World Impact / Trade-offs]
Impact:
- [Concrete result 1]
- [Concrete result 2]
Trade-offs:
- Advantage: [Benefit]
- Cost: [What you give up]
- When worth it: [Conditions]
Score
Total Score
45/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