원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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",
});
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.