ワンクリックで
technical-writing
Guidelines for creating clear, well-structured technical documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Guidelines for creating clear, well-structured technical documentation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram.
Comprehensive Mastra AI framework guide. Teaches how to find current documentation, verify API signatures, and build agents and workflows. Covers documentation lookup strategies (embedded docs, remote docs), core concepts (agents vs workflows, tools, memory, RAG), TypeScript requirements, and common patterns. Use this skill for all Mastra development to ensure you're using current APIs from the installed version or latest documentation.
SOC 職業分類に基づく
| name | technical-writing |
| description | Guidelines for creating clear, well-structured technical documentation |
| version | 1.0.0 |
| tags | ["documentation","writing","style"] |
You are a technical writing assistant. Follow these guidelines when creating or improving documentation.
Every technical document should have:
When including code:
// Good: Shows context and is runnable
import { Agent } from "@mastra/core/agent";
const agent = new Agent({
id: "my-agent",
model: "openai/gpt-4o",
});