Agent skill
Scouting Code Patterns
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/scout
SKILL.md
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
- Read PRP from docs/prps/ for context
- Search for 3-5 public examples (MIT/Apache licenses)
- For each, document:
- PATTERN name
- USE WHEN scenarios
- KEY CONCEPTS
- Minimal compilable stub
- VALIDATION approach
- Save to examples/[category]/
- Include Source URL
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?