code-pattern-discovery

Installation
SKILL.md

Code Pattern Discovery Skill

This skill provides dynamic code pattern documentation discovery for the Project Amp codebase. It enables lazy loading of pattern context based on user queries and coding tasks.

When to Use This Skill

Use this skill when:

  • User asks about coding patterns or standards
  • User wants to understand how to implement something correctly
  • User asks "how should I handle X?" or "what's the pattern for Y?"
  • Before implementing code to understand existing patterns
  • User asks about error handling, logging, testing, or documentation patterns
  • User needs crate-specific implementation guidance

How Pattern Discovery Works

Pattern documentation uses lazy loading via YAML frontmatter:

Installs
1
First Seen
Jun 17, 2026
code-pattern-discovery — edgeandnode/ampup