docs(examples): add YAML frontmatter to 20 command templates

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-15 19:20:36 +01:00
parent 624b2e0425
commit 91d36f00dd
20 changed files with 100 additions and 0 deletions

View file

@ -1,3 +1,8 @@
---
name: learn-alternatives
description: "Compare different approaches to solve the same problem"
---
# Show Alternatives
Compare different approaches to solve the same problem.

View file

@ -1,3 +1,8 @@
---
name: learn-quiz
description: "Test understanding of recently written or accepted code"
---
# Quiz Me
Test understanding of recently written or accepted code.

View file

@ -1,3 +1,8 @@
---
name: learn-teach
description: "Step-by-step explanation of a concept with progressive depth"
---
# Teach Me
Step-by-step explanation of a concept with progressive depth.