From e60b24d27c74ddd4b673bd3b9c631717b1ab2529 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 15 Feb 2026 19:21:00 +0100 Subject: [PATCH] docs(examples): add YAML frontmatter to 19 miscellaneous example files Co-Authored-By: Claude Opus 4.6 --- examples/agents/analytics-with-eval/eval/report-template.md | 6 ++++++ examples/config/CONTRIBUTING-ai-disclosure.md | 6 ++++++ examples/config/PULL_REQUEST_TEMPLATE-ai.md | 6 ++++++ examples/integrations/agent-vibes/installation.md | 6 ++++++ examples/integrations/agent-vibes/troubleshooting.md | 6 ++++++ examples/integrations/agent-vibes/voice-catalog.md | 6 ++++++ examples/modes/MODE_Learning.md | 6 ++++++ examples/plugins/claude-mem.md | 6 ++++++ examples/semantic-anchors/anchor-catalog.md | 6 ++++++ examples/skills/ast-grep-patterns.md | 6 ++++++ .../skills/design-patterns/checklists/pattern-evaluation.md | 6 ++++++ examples/skills/design-patterns/reference/behavioral.md | 6 ++++++ examples/skills/design-patterns/reference/creational.md | 6 ++++++ examples/skills/design-patterns/reference/structural.md | 6 ++++++ examples/skills/voice-refine/examples/before-after.md | 6 ++++++ examples/templates/session-handoff-lorenz.md | 6 ++++++ examples/workflows/database-branch-setup.md | 6 ++++++ examples/workflows/memory-stack-integration.md | 6 ++++++ examples/workflows/remotion-quickstart.md | 6 ++++++ 19 files changed, 114 insertions(+) diff --git a/examples/agents/analytics-with-eval/eval/report-template.md b/examples/agents/analytics-with-eval/eval/report-template.md index d5d7e74..3c2257a 100644 --- a/examples/agents/analytics-with-eval/eval/report-template.md +++ b/examples/agents/analytics-with-eval/eval/report-template.md @@ -1,3 +1,9 @@ +--- +title: "Analytics Agent Evaluation Report" +description: "Monthly evaluation template for scoring analytics agent performance and accuracy" +tags: [template, agents, testing] +--- + # Analytics Agent Evaluation Report **Month**: [YYYY-MM] diff --git a/examples/config/CONTRIBUTING-ai-disclosure.md b/examples/config/CONTRIBUTING-ai-disclosure.md index 957a667..68f513e 100644 --- a/examples/config/CONTRIBUTING-ai-disclosure.md +++ b/examples/config/CONTRIBUTING-ai-disclosure.md @@ -1,3 +1,9 @@ +--- +title: "AI Assistance Disclosure (CONTRIBUTING.md Template)" +description: "CONTRIBUTING.md template section for disclosing AI tool usage in pull requests" +tags: [template, config, ai-ecosystem] +--- + # AI Assistance Disclosure (CONTRIBUTING.md Template) > Copy this section into your project's CONTRIBUTING.md diff --git a/examples/config/PULL_REQUEST_TEMPLATE-ai.md b/examples/config/PULL_REQUEST_TEMPLATE-ai.md index 64e13c2..b35c5b6 100644 --- a/examples/config/PULL_REQUEST_TEMPLATE-ai.md +++ b/examples/config/PULL_REQUEST_TEMPLATE-ai.md @@ -1,3 +1,9 @@ +--- +title: "Pull Request Template with AI Disclosure" +description: "GitHub PR template with built-in AI assistance disclosure section" +tags: [template, config, ai-ecosystem] +--- + # Pull Request Template with AI Disclosure > Save as `.github/PULL_REQUEST_TEMPLATE.md` in your repository diff --git a/examples/integrations/agent-vibes/installation.md b/examples/integrations/agent-vibes/installation.md index 909a130..7cd6c67 100644 --- a/examples/integrations/agent-vibes/installation.md +++ b/examples/integrations/agent-vibes/installation.md @@ -1,3 +1,9 @@ +--- +title: "Agent Vibes TTS - Complete Installation Guide" +description: "Step-by-step installation guide for Agent Vibes text-to-speech integration on macOS" +tags: [guide, tts, integration] +--- + # Agent Vibes TTS - Complete Installation Guide **Time Required**: ~18 minutes diff --git a/examples/integrations/agent-vibes/troubleshooting.md b/examples/integrations/agent-vibes/troubleshooting.md index a1de64b..505ebf9 100644 --- a/examples/integrations/agent-vibes/troubleshooting.md +++ b/examples/integrations/agent-vibes/troubleshooting.md @@ -1,3 +1,9 @@ +--- +title: "Agent Vibes - Troubleshooting Guide" +description: "Diagnostic steps and solutions for common Agent Vibes TTS issues" +tags: [guide, tts, debugging, integration] +--- + # Agent Vibes - Troubleshooting Guide **Common Issues**: 7 scenarios with step-by-step solutions diff --git a/examples/integrations/agent-vibes/voice-catalog.md b/examples/integrations/agent-vibes/voice-catalog.md index d0cb83d..b548b4a 100644 --- a/examples/integrations/agent-vibes/voice-catalog.md +++ b/examples/integrations/agent-vibes/voice-catalog.md @@ -1,3 +1,9 @@ +--- +title: "Agent Vibes - Complete Voice Catalog" +description: "Reference catalog of available TTS voices with quality ratings and language support" +tags: [reference, tts, integration] +--- + # Agent Vibes - Complete Voice Catalog **Total Voices**: 15 installed + 50+ available diff --git a/examples/modes/MODE_Learning.md b/examples/modes/MODE_Learning.md index 4d9cc8e..318d265 100644 --- a/examples/modes/MODE_Learning.md +++ b/examples/modes/MODE_Learning.md @@ -1,3 +1,9 @@ +--- +title: "Learning Mode" +description: "CLAUDE.md mode for just-in-time skill explanations when techniques are first used" +tags: [config, workflows, agents] +--- + # Learning Mode **Purpose**: Just-in-time skill development with contextual explanations when techniques are first used diff --git a/examples/plugins/claude-mem.md b/examples/plugins/claude-mem.md index ce23312..338084e 100644 --- a/examples/plugins/claude-mem.md +++ b/examples/plugins/claude-mem.md @@ -1,3 +1,9 @@ +--- +title: "claude-mem Plugin Template" +description: "Automatic persistent memory plugin capturing tool calls and decisions across sessions" +tags: [plugin, memory, integration] +--- + # claude-mem Plugin Template **Purpose**: Automatic persistent memory across Claude Code sessions diff --git a/examples/semantic-anchors/anchor-catalog.md b/examples/semantic-anchors/anchor-catalog.md index a1be896..35dac85 100644 --- a/examples/semantic-anchors/anchor-catalog.md +++ b/examples/semantic-anchors/anchor-catalog.md @@ -1,3 +1,9 @@ +--- +title: "Semantic Anchors Catalog" +description: "Curated vocabulary of precise technical terms that improve Claude Code output quality" +tags: [reference, semantic-anchors, architecture] +--- + # Semantic Anchors Catalog > **Concept**: Alexandre Soyer diff --git a/examples/skills/ast-grep-patterns.md b/examples/skills/ast-grep-patterns.md index 02e5abb..2035e66 100644 --- a/examples/skills/ast-grep-patterns.md +++ b/examples/skills/ast-grep-patterns.md @@ -1,3 +1,9 @@ +--- +title: "ast-grep Patterns for Claude Code" +description: "Skill teaching Claude when and how to use ast-grep for structural code searches" +tags: [skill, search, architecture] +--- + # ast-grep Patterns for Claude Code > **Skill**: Teach Claude when and how to use ast-grep for structural code searches diff --git a/examples/skills/design-patterns/checklists/pattern-evaluation.md b/examples/skills/design-patterns/checklists/pattern-evaluation.md index 1bff22f..b3c36a2 100644 --- a/examples/skills/design-patterns/checklists/pattern-evaluation.md +++ b/examples/skills/design-patterns/checklists/pattern-evaluation.md @@ -1,3 +1,9 @@ +--- +title: "Design Pattern Quality Evaluation Checklist" +description: "Systematic scoring criteria for evaluating design pattern implementation quality" +tags: [cheatsheet, design-patterns, code-review] +--- + # Design Pattern Quality Evaluation Checklist Systematic criteria for evaluating the quality of design pattern implementations. diff --git a/examples/skills/design-patterns/reference/behavioral.md b/examples/skills/design-patterns/reference/behavioral.md index a5b5a90..f2b5c97 100644 --- a/examples/skills/design-patterns/reference/behavioral.md +++ b/examples/skills/design-patterns/reference/behavioral.md @@ -1,3 +1,9 @@ +--- +title: "Behavioral Design Patterns" +description: "Reference for Observer, Strategy, Command, Chain of Responsibility and other behavior patterns" +tags: [reference, design-patterns, architecture] +--- + # Behavioral Design Patterns Patterns concerned with algorithms and the assignment of responsibilities between objects, focusing on communication patterns. diff --git a/examples/skills/design-patterns/reference/creational.md b/examples/skills/design-patterns/reference/creational.md index 63d31c1..0752cc4 100644 --- a/examples/skills/design-patterns/reference/creational.md +++ b/examples/skills/design-patterns/reference/creational.md @@ -1,3 +1,9 @@ +--- +title: "Creational Design Patterns" +description: "Reference for Singleton, Factory, Builder, Prototype and other object creation patterns" +tags: [reference, design-patterns, architecture] +--- + # Creational Design Patterns Patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. diff --git a/examples/skills/design-patterns/reference/structural.md b/examples/skills/design-patterns/reference/structural.md index 905c2bf..03175a5 100644 --- a/examples/skills/design-patterns/reference/structural.md +++ b/examples/skills/design-patterns/reference/structural.md @@ -1,3 +1,9 @@ +--- +title: "Structural Design Patterns" +description: "Reference for Adapter, Decorator, Facade, Proxy and other composition patterns" +tags: [reference, design-patterns, architecture] +--- + # Structural Design Patterns Patterns that deal with object composition and relationships between entities, providing ways to assemble objects and classes into larger structures. diff --git a/examples/skills/voice-refine/examples/before-after.md b/examples/skills/voice-refine/examples/before-after.md index 0192e26..26d4f30 100644 --- a/examples/skills/voice-refine/examples/before-after.md +++ b/examples/skills/voice-refine/examples/before-after.md @@ -1,3 +1,9 @@ +--- +title: "Voice Refine - Before/After Examples" +description: "Real-world examples of verbose voice input transformed into structured prompts" +tags: [reference, tts, skill] +--- + # Voice Refine - Before/After Examples Real-world transformations from verbose voice input to structured prompts. diff --git a/examples/templates/session-handoff-lorenz.md b/examples/templates/session-handoff-lorenz.md index f3ca2df..0c0b5e3 100644 --- a/examples/templates/session-handoff-lorenz.md +++ b/examples/templates/session-handoff-lorenz.md @@ -1,3 +1,9 @@ +--- +title: "Session Handoff Template" +description: "Structured context handoff template triggered at 85% context usage to preserve intent" +tags: [template, memory, workflows] +--- + # Session Handoff Template **Inspired by**: [Robin Lorenz's Context Engineering approach](https://www.linkedin.com/posts/robin-lorenz-54055412a_claudecode-contextengineering-aiengineering-activity-7425136701515251713) (Feb 2026) diff --git a/examples/workflows/database-branch-setup.md b/examples/workflows/database-branch-setup.md index f6a9f85..b60c609 100644 --- a/examples/workflows/database-branch-setup.md +++ b/examples/workflows/database-branch-setup.md @@ -1,3 +1,9 @@ +--- +title: "Database Branch Setup with Worktrees" +description: "Guide for isolated feature development using database branches with Neon or PlanetScale" +tags: [workflow, git, devops] +--- + # Database Branch Setup with Worktrees Complete guide for isolated feature development with database branches. diff --git a/examples/workflows/memory-stack-integration.md b/examples/workflows/memory-stack-integration.md index 0504ae8..dc51183 100644 --- a/examples/workflows/memory-stack-integration.md +++ b/examples/workflows/memory-stack-integration.md @@ -1,3 +1,9 @@ +--- +title: "Memory Stack Integration: Real-World Multi-Day Workflow" +description: "5-day sprint example combining claude-mem, Serena, grepai and rg for auth refactoring" +tags: [workflow, memory, integration] +--- + # Memory Stack Integration: Real-World Multi-Day Workflow **Scenario**: Refactoring authentication system from session-based to JWT across a 5-day sprint diff --git a/examples/workflows/remotion-quickstart.md b/examples/workflows/remotion-quickstart.md index 1f2a9c2..eaca628 100644 --- a/examples/workflows/remotion-quickstart.md +++ b/examples/workflows/remotion-quickstart.md @@ -1,3 +1,9 @@ +--- +title: "Remotion + Claude Code Quickstart" +description: "15-minute quickstart to create programmatic videos with Remotion and Claude Code" +tags: [tutorial, workflow, integration] +--- + # Remotion + Claude Code Quickstart **Objectif**: Créer votre première vidéo programmatique avec Remotion et Claude Code en 15 minutes.