technical-writing
关于
This Claude Skill helps developers create clear, engaging technical content like blog posts, documentation, and tutorials by providing structured guidance and best practices. It emphasizes leading with value, using concrete examples, and maintaining a scannable structure. Use it whenever you need to write or improve technical articles based on real experience.
快速安装
Claude Code
推荐/plugin add https://github.com/proffesor-for-testing/agentic-qegit clone https://github.com/proffesor-for-testing/agentic-qe.git ~/.claude/skills/technical-writing在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Technical Writing
<default_to_action> When writing technical content:
- LEAD with value (what will reader learn/gain?)
- SHOW, don't tell (specific examples, code, numbers)
- STRUCTURE for scanning (headers, bold, short paragraphs)
- CUT ruthlessly (every sentence must earn its place)
- BE honest about trade-offs
Blog Post Structure:
# Title (specific promise)
## Opening (2-3 paragraphs)
- Hook: The problem or insight
- Context: Why this matters
- Promise: What they'll learn
## Body (3-5 sections)
- One clear idea per section
- Support with examples/code/data
## Closing
- Key takeaway (1-2 sentences)
- Action reader can take
Before/After: ❌ "We implemented a comprehensive testing strategy..." ✅ "We moved exploratory testing into sprint planning. QE now pairs with devs during story refinement." </default_to_action>
Quick Reference Card
Core Principles
| Principle | Bad | Good |
|---|---|---|
| Lead with value | "In today's landscape..." | "Here's how we cut bugs 60%" |
| Show, don't tell | "We improved testing" | "Bug detection: 12→47 per sprint" |
| Be specific | "Performance improved" | "Response time: 2.3s→180ms" |
| Honest trade-offs | "This approach is best" | "TDD slowed velocity 20%, reduced bugs 75%" |
Words to Cut
| Kill | Reason |
|---|---|
| basically, actually, probably | Hedge words |
| leverage, synergy, paradigm | Corporate speak |
| very, really, quite | Unnecessary qualifiers |
| it should be noted that | Just note it |
Audience-Specific Writing
For Developers
- Lead with code or concrete problem
- Show implementation details
- Discuss trade-offs and alternatives
- Link to repos or examples
For QA/QE
- Start with testing challenge
- Show strategy, not just tools
- Include risk assessment
- Provide adaptable heuristics
For Leadership
- Open with business impact
- Use metrics that matter
- Connect technical to outcomes
- Keep technical details concise
Editing Checklist
Before publishing:
- Title promises something specific
- Opening hooks in 30 seconds
- Claims backed by examples
- All unnecessary words cut
- Code examples tested and correct
- Takeaway crystal clear
- Would send to respected colleague
Example Transformations
Before: "We decided to implement a more comprehensive testing strategy that would allow us to catch bugs earlier in the development lifecycle."
After: "We moved exploratory testing into sprint planning. QE now pairs with devs during story refinement, identifying risks before code is written."
Before: "The benefits of this approach are numerous and include improved quality, faster feedback loops, and better team collaboration."
After: "Three outcomes: bugs found 2 days earlier on average, 30% fewer regression issues, and devs now ask QE for input during design."
Agent Integration
// Generate documentation from code
const docs = await Task("Generate Docs", {
source: 'src/services/PaymentService.ts',
format: 'markdown',
includeExamples: true
}, "qe-quality-analyzer");
// Review documentation quality
const review = await Task("Review Docs", {
files: ['README.md', 'docs/api.md'],
checkClarity: true,
checkCodeExamples: true
}, "qe-quality-analyzer");
Agent Coordination Hints
Memory Namespace
aqe/technical-writing/
├── generated-docs/* - Auto-generated documentation
├── reviews/* - Documentation review findings
└── templates/* - Reusable doc templates
Fleet Coordination
const docsFleet = await FleetManager.coordinate({
strategy: 'documentation',
agents: [
'qe-quality-analyzer', // Generate and review
'qe-api-contract-validator' // API doc accuracy
],
topology: 'sequential'
});
Related Skills
- bug-reporting-excellence - Technical bug writing
- code-review-quality - Review documentation
Remember
You're not writing to impress. You're writing to help people solve problems you've already solved. Be the colleague you wish you'd had.
Write from experience. Only write about what you've done in production. If exploring, say so.
GitHub 仓库
相关推荐技能
when-creating-presentations-use-pptx-generation
其他这个Claude Skill为企业级PowerPoint演示文稿生成提供完整解决方案。它通过证据驱动的提示词、工作流强制和约束设计,确保生成符合专业标准的PPT文件。开发者可在需要创建董事会演示、报告或数据可视化时使用,自动输出包含幻灯片备注和可访问性报告的高质量演示文稿。
when-creating-skill-template-use-skill-builder
其他这个Skill帮助开发者快速创建符合规范的Claude Code Skills模板。它能自动生成包含YAML frontmatter、渐进式文档结构和完整目录组织的技能框架。适用于需要创建可复用技能的开发场景,确保遵循最佳实践和规范要求。
when-documenting-code-use-doc-generator
元这个Claude Skill能自动为代码库生成全面的文档,包括API文档、README文件和架构图。它通过分析代码结构来创建准确的文档,适用于需要快速生成或完善项目文档的场景。开发者只需用简单的触发词如"生成文档"或"创建API文档"即可启动自动化文档流程。
Report Writer
其他Report Writer能够将研究数据和内容快速转换为专业报告,支持技术、商业和学术三种风格。它提供结构化输出,可自动生成目录并适配不同受众的需求。开发者可利用此工具高效生成格式规范、内容清晰的Markdown报告文档。
