Agent Skills: pattern-extraction

Extracts reusable patterns from code changes

UncategorizedID: cpa03/blueprintify/pattern-extraction

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cpa03/blueprintify/tree/HEAD/.opencode/skill/pattern-extraction

Skill Files

Browse the full folder contents for pattern-extraction.

Download Skill

Loading file tree…

.opencode/skill/pattern-extraction/SKILL.md

Skill Metadata

Name
pattern-extraction
Description
Extracts reusable patterns from code changes

Procedure

  1. Analyze git diff for repeated structures.
  2. Identify improvements or new standards usage.
  3. Verify pattern consistency across the codebase.
  4. Document the pattern in docs/findings.md or .opencode/memory/.
  5. Propose refactoring if widely applicable.