スキル一覧に戻る
dasien

technical-writing

by dasien

Multi-agent development system template for Claude Code with specialized agents, task queue management, and automated workflows

3🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: "Technical Writing" description: "Create clear, accessible documentation for technical and non-technical audiences with practical examples and logical structure" category: "documentation" required_tools: ["Read", "Write", "Edit"]

Technical Writing

Purpose

Create clear, accurate documentation that helps users understand and use software effectively, regardless of their technical background.

When to Use

  • Writing user guides and tutorials
  • Creating README files
  • Documenting features
  • Explaining complex concepts

Key Capabilities

  1. Clarity - Write simple, jargon-free explanations
  2. Structure - Organize information logically
  3. Examples - Provide practical, working examples

Approach

  1. Know your audience (developers vs end-users)
  2. Start with the "why" before the "how"
  3. Use clear headings and sections
  4. Provide concrete examples
  5. Include troubleshooting for common issues

Example

Bad: "The API utilizes RESTful paradigms for CRUD operations"

Good:

## Creating a Task

To create a new task, send a POST request:
```bash
POST /api/tasks
{
  "title": "Fix login bug",
  "priority": "high"
}
```

The API returns the created task with an ID you can use to track progress.

Best Practices

  • ✅ Use active voice ("Click the button" not "The button should be clicked")
  • ✅ Include working code examples
  • ✅ Explain error messages users might see
  • ❌ Avoid: Assuming prior knowledge without explanation

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です