← ClaudeAtlas

obsidian-docslisted

Create comprehensive technical documentation following Obsidian conventions with bidirectional linking, proper folder structure, templates, and developer-focused content. Use when creating documentation, READMEs, wikis, knowledge bases, ADRs, runbooks, or any technical writing. Triggers on: documentation, docs, README, wiki, knowledge base, ADR, runbook, technical writing, Obsidian.
parisgroup-ai/imersao-ia-setup · ★ 1 · Data & Documents · score 80
Install: claude install-skill parisgroup-ai/imersao-ia-setup
# Obsidian Documentation Skill This skill creates comprehensive, well-structured technical documentation optimized for Obsidian's knowledge management features. Documentation should be discoverable, maintainable, and interconnected. ## Vault Structure ### Recommended Folder Organization ``` docs/ ├── 00-Index/ │ ├── 🏠 Home.md # Main entry point │ ├── 📚 Documentation Map.md # MOC (Map of Content) │ └── 🔍 Quick Reference.md # Common commands/links │ ├── 01-Getting-Started/ │ ├── Installation.md │ ├── Configuration.md │ ├── First Steps.md │ └── Troubleshooting.md │ ├── 02-Architecture/ │ ├── System Overview.md │ ├── Data Flow.md │ ├── Component Diagram.md │ └── Tech Stack.md │ ├── 03-API/ │ ├── API Overview.md │ ├── Authentication.md │ ├── Endpoints/ │ │ ├── Users.md │ │ ├── Orders.md │ │ └── Products.md │ └── Error Codes.md │ ├── 04-Development/ │ ├── Setup Guide.md │ ├── Code Style.md │ ├── Git Workflow.md │ ├── Testing Guide.md │ └── CI-CD.md │ ├── 05-Operations/ │ ├── Deployment.md │ ├── Monitoring.md │ ├── Runbooks/ │ │ ├── Incident Response.md │ │ ├── Database Recovery.md │ │ └── Scaling.md │ └── On-Call Guide.md │ ├── 06-ADRs/ │ ├── ADR-000 Template.md │ ├── ADR-001 Use PostgreSQL.md │ ├── ADR-002 JWT Authentication.md │ └── ADR-Index.md │ ├── 07-Meeting-Notes/ │ └── YYYY-MM-DD Topic.md │ ├── 08-Glossary/ │ └── Terms.md │ ├── Templates/ │ ├── ADR T