بنقرة واحدة
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 المهني
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.
| 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",
});