docs(examples): add YAML frontmatter to 19 miscellaneous example files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9170095320
commit
e60b24d27c
19 changed files with 114 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue