Agent skill
writing-guide
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/writing-guide
SKILL.md
技術ドキュメント作成・校正
実行方法
ドキュメント作成・校正はsubagentを起動して実行すること。 大量のコードからドキュメントを生成する場合はGemini MCPに委託する。
禁止事項
- 太字(
**)は3回未満に制限 - 見出し・文末でのコロン使用禁止
- 「以下に〜」「次に〜」「最後に〜」の定型表現禁止
- 「おそらく」「思われます」など推測表現禁止
- 同一専門用語の不自然な繰り返し禁止
- 体言止めの連続使用禁止
必須要素
- 技術情報にはバージョン情報と情報源を明記
- 具体例やコード例を提供
- 自然で人間らしい表現
校正チェックリスト
文体:
- 太字3回未満
- コロン不使用
- 定型・推測表現なし
技術的正確性:
- 情報源あり
- 具体例あり
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?