documentation
Guides AI agents to produce accurate, well-structured technical documentation in Markdown with Mermaid diagrams.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Guides AI agents to produce accurate, well-structured technical documentation in Markdown with Mermaid diagrams.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | documentation |
| description | Guides AI agents to produce accurate, well-structured technical documentation in Markdown with Mermaid diagrams. |
| metadata | {"tags":["documentation","markdown","mermaid","diagrams"]} |
Use this skill when asked to document code, generate architecture diagrams, explain how a module or feature works, or produce any form of technical reference material.
.md)```mermaid blocks)This skill is governed by the following rule documents:
| Scope | Primary structure | Diagram type |
|---|---|---|
| Function / method | API table (params, returns, example) | None unless complex |
| Module / file | Purpose + exports + internal structure | graph LR or classDiagram |
| Feature / flow | Overview + flow + key components | sequenceDiagram or flowchart TD |
| Full project | Architecture overview + module map | graph LR |
Guides AI agents to write correct, idiomatic Fastify code using plugins, routes, schemas, and lifecycle hooks.
Guides AI agents to write idiomatic, correct Node.js JavaScript code.
Guides AI agents to use Pino logging correctly — levels, structured logs, child loggers, and Fastify integration.
Guides AI agents to write secure Fastify/Node.js code — input validation, authentication, injection prevention, and safe error handling.