From sourceatlas
Finds code examples and design patterns like API endpoints, authentication, database queries, and error handling in the codebase. Triggered for 'how to implement X', 'show examples of X', or following conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sourceatlas:pattern-finderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger this skill when the user:
Trigger this skill when the user:
/sourceatlas:pattern "<pattern>" with the relevant pattern name/sourceatlas:pattern "api endpoint"/sourceatlas:pattern "authentication"/sourceatlas:pattern "database query"/sourceatlas:pattern "background job"/sourceatlas:pattern "file upload"/sourceatlas:pattern "error handling"/sourceatlas:pattern "validation"/sourceatlas:pattern "unit test"npx claudepluginhub lis186/sourceatlas --plugin sourceatlasUse when building ANY feature within an existing project - search the current codebase for existing patterns, conventions, similar implementations, and established approaches before writing new code
Searches internal codebase patterns and GitHub for open-source implementation references, filtering repos by quality and extracting code excerpts.
Investigates codebase to verify design assumptions, find patterns, locate features, confirm file locations/structure, and ground planning in reality before implementation.