Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:11 +08:00
commit 158fb2b0b6
16 changed files with 1223 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "output-styles-skill",
"description": "Configure and understand different output formatting styles for Claude Code responses. Provides templates for bullet-points, markdown, YAML, HTML, and specialized formats like TTS summaries and observable tool diffs. Use when you want to control output formatting, need structured data output, or want specialized rendering for specific use cases.",
"version": "1.0.0",
"author": {
"name": "Don Jacobsmeyer",
"email": "hello@donjacobsmeyer.com"
},
"skills": [
"./"
]
}