From claudio
Guides creation of README files, API docs, user guides, developer guides, and troubleshooting docs with structured process, templates, and best practices.
npx claudepluginhub vinnie357/claude-skills --plugin claudioThis skill uses the workspace's default tool permissions.
Guide for creating clear, comprehensive, and user-friendly documentation for software projects, translating technical complexity into accessible content.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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]