pattern-finder

📁 lis186/sourceatlas 📅 Jan 29, 2026
2
总安装量
2
周安装量
#64891
全站排名
安装命令
npx skills add https://github.com/lis186/sourceatlas --skill pattern-finder

Agent 安装分布

mcpjam 2
roo 2
kilo 2
antigravity 2
junie 2
windsurf 2

Skill 文档

Pattern Finder

When to Use

Trigger this skill when the user:

  • Asks how to implement a specific feature
  • Wants to see existing implementation examples
  • Needs to follow project conventions
  • Asks “how does this project do X”
  • Asks “show me examples of X”

Instructions

  1. Identify what pattern the user is looking for
  2. Run /sourceatlas:pattern "<pattern>" with the relevant pattern name
  3. Returns best example files with line numbers and implementation guide

Common Patterns

  • API endpoints: /sourceatlas:pattern "api endpoint"
  • Authentication: /sourceatlas:pattern "authentication"
  • Database queries: /sourceatlas:pattern "database query"
  • Background jobs: /sourceatlas:pattern "background job"
  • File uploads: /sourceatlas:pattern "file upload"
  • Error handling: /sourceatlas:pattern "error handling"
  • Validation: /sourceatlas:pattern "validation"
  • Testing: /sourceatlas:pattern "unit test"

What User Gets

  • Best example files with exact line numbers
  • Standard implementation flow
  • Key conventions to follow
  • Common pitfalls to avoid
  • Testing patterns

Example Triggers

  • “How do I add a new API endpoint?”
  • “Show me how authentication works here”
  • “Where can I find examples of database queries?”
  • “How does this project handle errors?”