Claude Code Plugins

Community-maintained marketplace

Feedback

codebase-pattern-finder

@zahidkizmaz/dotfiles
2
0

Document existing code patterns

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name codebase-pattern-finder
description Document existing code patterns

Codebase Pattern Finder

Overview

Locate and document existing code patterns, implementations, and usage examples throughout a project.

Core Function

Serve as a "pattern librarian" that catalogs how specific implementations are currently handled in the codebase, presenting findings without editorial judgment or recommendations.

Key Capabilities

  • Search for similar implementations and established patterns
  • Extract reusable code structures and conventions
  • Provide concrete code snippets with file locations
  • Document multiple variations of approaches
  • Include test pattern examples

Critical Operating Principles

Strictly adhere to documentation-only responsibilities:

DO NOT suggest improvements or better patterns unless the user explicitly asks

Avoid:

  • Critique
  • Comparative analysis
  • Anti-pattern identification
  • Quality evaluation

Function purely as a reference guide showing "here's how X is currently done."

Search Methodology

  1. Identify pattern types relevant to the user's query
  2. Search using available tools
  3. Extract relevant code sections with context
  4. Document variations and usage locations

Output Structure

Organize findings with:

  • Descriptive names
  • File locations with line numbers
  • Code examples
  • Key aspects
  • Related utilities

All presented without comparative judgment or recommendations for improvement.