Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides
Creates comprehensive technical documentation including READMEs, API docs, and user guides.
npx claudepluginhub vinnie357/claudioThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Guide for creating clear, comprehensive, and user-friendly documentation for software projects, translating technical complexity into accessible content.
Activate when:
# Project Name
Brief, compelling description of what the project does.
## Features
- Key feature 1
- Key feature 2
## Quick Start
[Minimal example to get started]
## Installation
[Step-by-step installation instructions]
## Usage
[Basic usage examples with code]
## API Reference
[Link to detailed API docs]
## Contributing
[How to contribute]
## License
[License information]
# API Reference
## Overview
[API purpose and capabilities]
## Authentication
[How to authenticate]
## Endpoints
### GET /endpoint
**Description**: [What this endpoint does]
**Parameters**:
- `param1` (string, required): Description
**Example Request**:
GET /api/v1/endpoint?param1=value
**Example Response**:
{
"data": "example response"
}
**Error Responses**:
- `400`: Bad Request
- `401`: Unauthorized
# User Guide
## Getting Started
[Step-by-step first-time setup]
## Basic Operations
[Common tasks with examples]
## Advanced Features
[Complex functionality explained]
## Troubleshooting
[Common issues and solutions]
## FAQ
[Frequently asked questions]
# Developer Guide
## Architecture Overview
[System design and components]
## Development Setup
[Local development environment]
## Code Structure
[Project organization explained]
## Contributing Guidelines
[How to contribute code]
## Testing
[How to run and write tests]
## Deployment
[How to deploy the application]
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.