docs(examples): add YAML frontmatter to 5 claude-md templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
91d36f00dd
commit
3029d1d3b8
5 changed files with 30 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: "DevOps/SRE CLAUDE.md Template"
|
||||
description: "CLAUDE.md configuration for infrastructure projects and SRE workflows"
|
||||
tags: [claude-md, template, devops, ci-cd, observability]
|
||||
---
|
||||
|
||||
# DevOps/SRE CLAUDE.md Template
|
||||
|
||||
A CLAUDE.md configuration optimized for infrastructure projects and SRE workflows.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: "Learning Mode CLAUDE.md Template"
|
||||
description: "CLAUDE.md configuration for developers who want to learn while coding"
|
||||
tags: [claude-md, template, workflows, memory]
|
||||
---
|
||||
|
||||
# Learning Mode CLAUDE.md Template
|
||||
|
||||
A CLAUDE.md configuration optimized for developers who want to learn, not just produce code.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: "Product Designer CLAUDE.md Template"
|
||||
description: "CLAUDE.md configuration for design-to-code workflows using Figma MCP"
|
||||
tags: [claude-md, template, design-patterns, mcp]
|
||||
---
|
||||
|
||||
# Product Designer CLAUDE.md Template
|
||||
|
||||
A CLAUDE.md configuration optimized for design-to-code workflows using Figma MCP.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: "RTK Token Optimization Template"
|
||||
description: "CLAUDE.md configuration for minimizing token consumption with RTK CLI proxy"
|
||||
tags: [claude-md, template, performance]
|
||||
---
|
||||
|
||||
# RTK Token Optimization
|
||||
|
||||
**Context**: Using RTK (Rust Token Killer) to minimize token consumption from command outputs.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: "TTS-Enabled Project Template"
|
||||
description: "CLAUDE.md configuration for projects using Agent Vibes text-to-speech"
|
||||
tags: [claude-md, template, tts]
|
||||
---
|
||||
|
||||
# Project with TTS Enabled
|
||||
|
||||
This is a template `CLAUDE.md` file for projects using Agent Vibes TTS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue