Back to list
HR-AR

scouting-code-patterns

by HR-AR

0🍴 0📅 Nov 8, 2025

SKILL.md


name: Scouting Code Patterns description: Find and document external code patterns from public sources. Use when user mentions 'find examples', 'scout patterns', 'research implementations', or starting new feature without precedent.

Pattern Scout

When to Use

  • User asks to "find examples"
  • Starting new feature without precedent
  • Need to research best practices
  • References docs/prompts/SCOUT-*

Process

  1. Read PRP from docs/prps/ for context
  2. Search for 3-5 public examples (MIT/Apache licenses)
  3. For each, document:
    • PATTERN name
    • USE WHEN scenarios
    • KEY CONCEPTS
    • Minimal compilable stub
    • VALIDATION approach
  4. Save to examples/[category]/
  5. Include Source URL
  6. Run npm run sync to update CLAUDE.md

Output Format

Create files in examples/[category]/:

// PATTERN: [name]
// USE WHEN: [scenarios]
// SOURCE: [URL]
// VALIDATION: [how to test]

[minimal compilable code]

Anti-patterns

  • Don't paste proprietary code
  • Don't include non-working examples
  • Always provide source attribution

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