code-example-best-practices
Installation
SKILL.md
Code Example Best Practices
Guidelines for writing clear, effective code examples in technical blog posts.
Overview
Code examples are often the most valuable part of technical content. This skill provides standards for writing code snippets that are easy to understand, copy, and adapt.
This skill covers:
- Code snippet formatting and structure
- Comment and annotation guidelines
- Context and setup requirements
- Error handling in examples
This skill does NOT cover:
- Prose writing style (see technical-writing-style)
- Overall post structure (see content-structure-patterns)