docs(examples): add YAML frontmatter to 20 command templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
624b2e0425
commit
91d36f00dd
20 changed files with 100 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue