Skip to content

Add template-scout skill: GitHub template search with scoring and registry#878

Open
Angelov1314 wants to merge 1 commit intoanthropics:mainfrom
Angelov1314:add-template-scout
Open

Add template-scout skill: GitHub template search with scoring and registry#878
Angelov1314 wants to merge 1 commit intoanthropics:mainfrom
Angelov1314:add-template-scout

Conversation

@Angelov1314
Copy link
Copy Markdown

Summary

  • Adds template-scout skill — searches GitHub for open-source project templates/boilerplates, scores and ranks them, and maintains a persistent registry for cross-session reuse
  • Follows the same structure as existing skills (SKILL.md + LICENSE.txt)

What this skill does

  • Smart search: Converts user descriptions into targeted gh search repos queries with 2-3 query variants
  • Scoring system: Ranks results (0–100) across 5 signals — stars (30%), recent activity (25%), license (15%), README quality (10%), topic relevance (20%)
  • Persistent registry: Caches results in ~/.claude/template-registry/ with 7-day TTL for deterministic cross-session reuse
  • Clone helper: Clones chosen templates and strips .git to start fresh

Commands

Command Description
/scout "description" Search and display ranked results
/scout save "category" Search and persist to registry
/scout list List all saved registry categories
/scout refresh "category" Re-search and update stale results
/scout use "repo-url-or-name" Clone a template into current directory

License

Apache 2.0

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant