Skill
development
✓ Verified
Free
Code Exemplars Blueprint Generator
Generate a project-specific exemplars file showing the right way to do common patterns in your codebase.
4.8(58 reviews)
21,300 installs
by GitHub
About
Reads your existing codebase and produces an exemplars.md file: 'how do we do X here?' with concrete examples for common tasks (add an API route, write a test, query the DB, etc.). Future AI sessions reference this to stay consistent with your conventions.
Tags
conventionspatternsonboarding
Skill Instructions Preview
# Code Exemplars Generator Generate an exemplars.md file for the current project. ## What to Capture - How a typical API route is structured - How database queries are written - How tests are organized - How errors are handled and propagated - How dependencies are injected - How features are split across files ## Format For each pattern: - **Title**: "Adding a new API route" - **Reference file**: path:line - **Code snippet**: 10-30 lines - **Notes**: edge cases, what to avoid
Related Skills
Skill⭐
documentationFREE
README Generator
Generate comprehensive, well-structured README files from project context, dependencies, and code.
readmedocsmarkdown
G
GitHub4.8(201)
89k
★5.8k
Install
# Add as Claude Code slash command: curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/code-exemplars-blueprint-generator/SKILL.md" \ -o ~/.claude/commands/code-exemplars-blueprint-generator.md
Compatible with
claude code
Trigger phrase
/exemplarsG
GitHub
@github