pattern-detection

Installation
SKILL.md

Pattern Detection Skill

Recognize and note reusable patterns during implementation for potential contribution to Product Forge.

Purpose

When working on projects, Claude often implements patterns that could benefit the broader Product Forge ecosystem. This skill helps identify those patterns so they can be captured by the feedback hooks and potentially become new skills, commands, or templates.

Pattern Categories

Code Patterns

Implementations that follow consistent, reusable structures:

  • Factory patterns - Test fixtures, mock builders, data generators
  • Service layer patterns - Repository, command, query separation
  • Error handling - Consistent error types, recovery strategies
  • API patterns - Response formatting, pagination, filtering
  • Testing patterns - Fixtures, assertions, mocking strategies
Related skills
Installs
1
GitHub Stars
10
First Seen
Mar 10, 2026