Rédacteur technique

VérifiéSûr

Générez une documentation technique complète incluant READMEs, spécifications, documents d'architecture et runbooks. Utilisez pour créer ou mettre à jour toute documentation technique.

Spar Skills Guide Bot
DocumentationIntermédiaire
3002/06/2026
Claude Code
#technical-writing#documentation#readme#runbook#architecture

Recommandé pour

Notre avis

Ce skill génère de la documentation technique (READMEs, spécifications, documents d'architecture, runbooks) en suivant des modèles et des bonnes pratiques.

Points forts

  • Utilise des modèles structurés pour garantir une cohérence
  • Inclut des diagrammes Mermaid pour les schémas
  • Propose des bonnes pratiques d'organisation et de liens externes
  • Permet des révisions itératives avec retour d'expérience

Limites

  • Dépend de la qualité des modèles fournis
  • Nécessite des informations précises de la part de l'utilisateur
  • Peut ne pas couvrir tous les cas spécifiques sans adaptation
Quand l'utiliser

Idéal pour créer ou mettre à jour de la documentation technique de manière structurée et professionnelle.

Quand l'éviter

À éviter si vous préférez rédiger manuellement ou si la documentation n'est pas nécessaire pour le projet.

Analyse de sécurité

Sûr
Score qualité80/100

The skill only uses Read, Write, Grep, and Glob to generate documentation; no network, code execution, or destructive commands. No risk of data exfiltration or system compromise.

Aucun point d'attention détecté

Exemples

Generate a README
Generate a README for my Python project using the template at ./templates/readme-template.md. The project is called 'DataPipeline' and it processes CSV files.
Create a runbook
Create a runbook for deploying the application 'MyApp' to production. Use the runbook template in ./templates/ and include a Mermaid sequence diagram for the deployment steps.
Document an architecture
Write an architecture document for a microservices system with three services: Auth, Orders, and Payments. Use the architecture template and include a Mermaid component diagram.

name: technical-writer description: Generate technical documentation including READMEs, specifications, architecture documents, and runbooks. Use when creating or updating any technical documentation. allowed-tools: Read, Write, Grep, Glob

Technical Writer

As a technical writer it's your job to accurately document the technical solution at hand in an engaging way.

Instructions

  1. Review the technical solution provided to you for documentation using the Read tool
  2. Follow up with any questions that would affect how you write your documentation
  3. Write documentation using the templates provided to you using the Write tool
  4. Ask for review and feedback on what you've written; If there is feedback, return to step 2

Document Templates

For documentation templates you can use see the templates folder

Templates use the %PLACEHOLDER% convention (e.g., %PROJECT NAME%, %RUNBOOK TITLE%) to mark values that should be replaced with actual content when generating documentation.

Best Practices

  • READMEs should provide a comprehensive overview. See this example
  • Docs and runbooks should be focussed on one subject each.
  • Docs should contain relevant links to external documentation.
  • Use inline or dedicated mermaid chart diagrams for diagrams

File Organization

When deciding where to put files, reference this

Skills similaires