pattern-finder

Search a repository for code patterns and return matching files with line numbers.

46|4|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/lis186/SourceAtlas --skill pattern-finder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pattern-finder
Source: https://github.com/lis186/SourceAtlas/tree/main/plugin/skills/pattern-finder
Command: npx skills add https://github.com/lis186/SourceAtlas --skill pattern-finder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly locate representative implementation patterns and design conventions within a codebase, enabling faster learning and standardized coding practices.

Core Features & Use Cases

  • Locate concrete implementation examples for common patterns (API endpoints, authentication flows, data access, error handling).
  • Compare coding conventions across files to ensure consistency and best practices.
  • Use Case: If you need to implement a new feature, search for existing patterns to reuse proven approaches and ensure alignment with project standards.

Quick Start

Ask for pattern examples, then use the command to fetch best matches, e.g., "Show me examples of API endpoints."

Frequently Asked Questions about pattern-finder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find code patterns and implementation examples in a repository?

Locating implementation examples involves searching for specific design conventions like API endpoints or error handling. The tool returns matching files with exact line numbers and a concise implementation guide for reuse.

Can I compare coding conventions across different files to ensure consistency?

Yes, you can compare coding conventions across files to ensure consistency and best practices. Search for existing pattern implementations to verify alignment with project standards before writing new code.

How do I locate where a specific design pattern is implemented in my codebase?

To locate where a design pattern is implemented, execute a targeted pattern search. The tool identifies best matching files across languages and frameworks, returning exact line numbers for reference lookup.

What's the best way to follow project conventions when implementing a new feature?

The best way to follow project conventions is searching for existing implementation patterns to reuse proven approaches. Querying pattern examples ensures new features align with established design patterns and standards.

Does the pattern search work across different languages and frameworks?

Yes, pattern search works across different languages and frameworks to identify relevant code implementations. It applies to questions regarding how to implement features or how to follow project conventions comprehensively.