Back to list
ReinaMacCredy

example-skill

by ReinaMacCredy

Agent Skills (compatible with Claude Code, Codex, and more—for details visit: https://agentskills.io/home) with Conductor planning, Beads tracking, and TDD for AI-assisted development

23🍴 3📅 Jan 17, 2026

SKILL.md


name: example-skill description: Template for creating skills. Use when writing new code, reviewing code, or when the skill's specific domain applies. Replace this description with specifics.

Example Skill

When to Use

  • [Scenario 1 where this skill applies]
  • [Scenario 2 where this skill applies]
  • [Scenario 3 where this skill applies]

Principles

  1. [Principle 1]: [Explanation]
  2. [Principle 2]: [Explanation]
  3. [Principle 3]: [Explanation]

Process

Step 1: [First Step]

[What to do and why]

Step 2: [Second Step]

[What to do and why]

Step 3: [Third Step]

[What to do and why]

Patterns

[Pattern Name]

// Example code showing the pattern
function example() {
  // ...
}

When to use: [Situation where this pattern applies]

[Another Pattern]

// Another example
function anotherExample() {
  // ...
}

When to use: [Situation where this pattern applies]

Common Tasks

TaskHow
[Task 1][Brief instructions]
[Task 2][Brief instructions]
[Task 3][Brief instructions]

Anti-Patterns

Don't do this:

// Bad example
function badExample() {
  // Why this is wrong...
}

Do this instead:

// Good example
function goodExample() {
  // Why this is right...
}

Gotchas

  • [Non-obvious behavior 1]
  • [Common mistake 2]
  • [Thing that trips people up 3]

References

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon