technical-blog-post
Technical Blog Post
Write blog posts that respect the reader's time and deliver real value.
Structure
- Lead with the problem or value - First paragraph answers "why should I read this?"
- Use scannable headings - Readers skip around; let them
- Code examples: minimal, complete, runnable
- End with takeaways - What can the reader do now?
Principles
Clarity Over Cleverness
- Simple language; define jargon when unavoidable
- One idea per paragraph
- One main thesis per post
More from kasperjunge/agent-resources-legacy
coding-agent-docs
Stay current with how OpenCode, OpenAI Codex, and Claude Code implement extensibility features (skills, slash commands, subagents, custom prompts). Use when comparing implementations across AI coding assistants, researching how a specific tool implements a feature, or syncing knowledge about agent extensibility patterns. Triggers include questions like "how does X implement skills?", "compare slash commands across tools", "what's the latest on Claude Code sub-agents?", or requests to understand agent extensibility approaches.
3onboard
Generate comprehensive codebase onboarding guides. Use when someone needs to understand a new codebase, when asked to explain the architecture, or when the user says "onboard", "/onboard", "explain this codebase", or asks for help understanding how a project works. Analyzes project structure, patterns, and key files to produce a complete onboarding document.
2release
Generate release notes from git history. Use when preparing a release, creating a GitHub release, or when the user says "release", "/release", "release notes", or asks for help documenting what changed between versions. Analyzes commits since the last tag and produces categorized, human-readable release notes.
2readme
Generate beautiful, comprehensive README.md files for any codebase. Use when asked to create a README, improve documentation, or when the user says "readme", "/readme", or wants help documenting their project. Analyzes the codebase structure, dependencies, and code to produce professional documentation.
2