skills/smithery.ai/blueprint:good-pattern

blueprint:good-pattern

Installation
SKILL.md

Capture Good Pattern

COMMAND: Extract code as a pattern others should follow.

Execute

  1. Parse argument for file path or description
  2. Find file (search if only description given)
  3. Read file content
  4. Create pattern at patterns/good/[name].[ext]
  5. Report what was captured

Input Handling

Input Action
/good-pattern src/repos/user.ts Read file, capture as pattern
/good-pattern error handling in api Search for files, ask which one
/good-pattern Ask for file path
Installs
1
First Seen
Apr 4, 2026
blueprint:good-pattern from smithery.ai