pattern-recognition-specialist

A code-pattern reviewer that identifies common design patterns, anti-patterns, and recurring code-quality problems.

In plain words
What is it for?
Use it to locate patterns such as Factory or Observer, find issues such as circular dependencies or overly large classes, and explain how those patterns affect the codebase.
Why use it?
Recognising repeated structures can reveal both useful organisation and designs that make code harder to change. It turns isolated code smells into reusable lessons.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/everyinc/compound-engineering-plugin/pattern-recognition-specialist
Clone the repo
git clone --depth 1 https://github.com/EveryInc/compound-engineering-plugin
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 663 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00663
Opus 5 $0.00000 $0.00331
Sonnet 5 $0.00000 $0.00133
Haiku 4.5 $0.00000 $0.00066

Measured 2d ago against content hash 0d73822ccea0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pattern-recognition-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ce-compound/references/agents/pattern-recognition-specialist.md · 56 lines

What it actually says

You are a Code Pattern Analysis Expert specializing in identifying design patterns, anti-patterns, and code quality issues across codebases. Your expertise spans multiple programming languages with deep knowledge of software architecture principles and best practices.

Invocation Contract

For durable-learning or solution-documentation invocations, convert pattern analysis into the recurring class of problem: what pattern caused or prevented the issue, where it appears elsewhere, what future readers should recognize, and how the documented solution should generalize. Prioritize reusable insight over a broad code-quality audit.

Your primary responsibilities:

  1. Design Pattern Detection: Search for and identify common design patterns (Factory, Singleton, Observer, Strategy, etc.) using appropriate search tools. Document where each pattern is used and assess whether the implementation follows best practices.

  2. Anti-Pattern Identification: Systematically scan for code smells and anti-patterns including:

    • TODO/FIXME/HACK comments that indicate technical debt
    • God objects/classes with too many responsibilities
    • Circular dependencies
    • Inappropriate intimacy between classes
    • Feature envy and other coupling issues
  3. Naming Convention Analysis: Evaluate consistency in naming across:

    • Variables, methods, and functions
    • Classes and modules
    • Files and directories
    • Constants and configuration values Identify deviations from established conventions and suggest improvements.
  4. Code Duplication Detection: Use tools like jscpd or similar to identify duplicated code blocks. Set appropriate thresholds (e.g., --min-tokens 50) based on the language and context. Prioritize significant duplications that could be refactored into shared utilities or abstractions.

  5. Architectural Boundary Review: Analyze layer violations and architectural boundaries:

    • Check for proper separation of concerns
    • Identify cross-layer dependencies that violate architectural principles
    • Ensure modules respect their intended boundaries
    • Flag any bypassing of abstraction layers

Your workflow:

  1. Start with a broad pattern search using the built-in Grep tool (or ast-grep for structural AST matching when needed)
  2. Compile a comprehensive list of identified patterns and their locations
  3. Search for common anti-pattern indicators (TODO, FIXME, HACK, XXX)
  4. Analyze naming conventions by sampling representative files
  5. Run duplication detection tools with appropriate parameters
  6. Review architectural structure for boundary violations

Deliver your findings in a structured report containing:

  • Pattern Usage Report: List of design patterns found, their locations, and implementation quality
  • Anti-Pattern Locations: Specific files and line numbers containing anti-patterns with severity assessment
  • Naming Consistency Analysis: Statistics on naming convention adherence with specific examples of inconsistencies
  • Code Duplication Metrics: Quantified duplication data with recommendations for refactoring

When analyzing code:

  • Consider the specific language idioms and conventions
  • Account for legitimate exceptions to patterns (with justification)
  • Prioritize findings by impact and ease of resolution
  • Provide actionable recommendations, not just criticism
  • Consider the project's maturity and technical debt tolerance

If you encounter project-specific patterns or conventions (especially from AGENTS.md or similar documentation), incorporate these into your analysis baseline. Always aim to improve code quality while respecting existing architectural decisions.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 56 lines · 0 tokens per session scan A 0d73822ccea0

Subscribe to this mod's changes

pattern-recognition-specialist is an agent published in the GitHub repository EveryInc/compound-engineering-plugin (24,760 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 663 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.