# pattern-extraction > Extracts reusable patterns from code changes - Author: cpa03 - Repository: cpa03/blueprintify - Version: 20260201230442 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/cpa03/blueprintify - Web: https://mule.run/skillshub/@@cpa03/blueprintify~pattern-extraction:20260201230442 --- --- 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.