Skip to main content
ClaudeWave
Slash Command3.6k repo starsupdated yesterday

docs

The /docs command generates professional documents and presentations from natural language descriptions, supporting export to PPTX, DOCX, PDF, and Markdown formats. Use this skill when you need to create technical specifications, architecture diagrams, project presentations, research reports, design proposals, or user guides without manually formatting content.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/docs.md -o ~/.claude/commands/docs.md
Then start a new Claude Code session; the slash command loads automatically.

docs.md

# Docs - Document Delivery Skill

**Your first output line MUST be:** `🐙 Octopus Document Delivery`

## Instructions

Read and follow the full skill instructions from:
`${HOME}/.claude-octopus/plugin/.claude/skills/skill-doc-delivery/SKILL.md`

## Quick Usage

Just use natural language:
```
"Create a technical document for the API architecture"
"Generate presentation slides for the project review"
"Export the research findings to PDF"
```

## Supported Formats

- **PPTX**: PowerPoint presentations
- **DOCX**: Word documents
- **PDF**: Portable documents
- **Markdown**: Documentation files

## Document Types

- Technical specifications
- Architecture diagrams
- Project presentations
- Research reports
- Design proposals
- User guides

## Natural Language Examples

```
"Create a presentation about our microservices architecture"
"Generate a technical specification document for the API"
"Export the debate results to a PDF report"
```