Agent Skill
2/7/2026

skill-patterns-library

Library of reusable skill patterns. Keywords: skill, patterns, library.

W
willyu1007
0GitHub Stars
1Views
npx skills add willyu1007/AI_First_Template

SKILL.md

Nameskill-patterns-library
DescriptionLibrary of reusable skill patterns. Keywords: skill, patterns, library.

name: skill-patterns-library description: "Library of reusable skill patterns. Keywords: skill, patterns, library."

Patterns Library

This document provides copy-paste patterns for common skill triggers.


Keyword sets (examples)

  • Backend: ["controller", "service", "repository", "middleware", "express"]
  • Frontend: ["component", "route", "router", "hook", "tsx", "react"]
  • Refactoring: ["refactor", "rename", "extract", "simplify", "cleanup"]
  • Debugging: ["error", "stack trace", "bug", "repro", "regression"]

Path globs (examples)

  • /modules/** (module implementation work)
  • /.system/skills/ssot/** (knowledge edits)
  • /.system/** (system registries/guides)
  • /ops/** (DevOps scenario work)
  • /db/** (database scenario work)

Intent patterns (examples)

  • "(add|create)\\s+.*(route|endpoint|api)"
  • "(migrate|move|rewrite)\\s+.*(docs|knowledge)"
  • "(fix|debug)\\s+.*(auth|routing|error)"

Content regex (examples)

Use sparingly:

  • "from\\s+['\\\"]react['\\\"]"
  • "createFileRoute\\("
  • "import\\s+express"
Skills Info
Original Name:skill-patterns-libraryAuthor:willyu1007