Loading...
Loading...
Comprehensive documentation specialist covering API documentation, technical writing, design documentation, migration guides, and changelog generation. Use when creating OpenAPI/Swagger specs, generating SDKs, writing user guides, creating README files, documenting architecture, writing design specs, creating ADRs, writing migration guides, or generating changelogs from git commits. Handles versioning, examples, developer experience, and user-facing documentation.
npx skill4agent add 89jobrien/steve documentationCreate OpenAPI specification for this APIGenerate API documentation for the /api/users endpointsCreate a user guide for this featureWrite a README for this projectCreate a changelog from commits since last releaseGenerate changelog for all commits from the past weekopenapi: 3.0.0
info:
title: User API
version: 1.0.0
description: API for user management
paths:
/users:
get:
summary: List users
responses:
'200':
description: List of users
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/User'Create a changelog from commits since last releaseGenerate changelog for all commits from the past weekCreate release notes for version 2.5.0Create a changelog for all commits between March 1 and March 15Create a changelog for commits since v2.4.0, using my changelog
guidelines from CHANGELOG_STYLE.md# Updates - Week of March 10, 2024
## ✨ New Features
- **Team Workspaces**: Create separate workspaces for different
projects. Invite team members and keep everything organized.
- **Keyboard Shortcuts**: Press ? to see all available shortcuts.
Navigate faster without touching your mouse.
## 🔧 Improvements
- **Faster Sync**: Files now sync 2x faster across devices
- **Better Search**: Search now includes file contents, not just titles
## 🐛 Fixes
- Fixed issue where large images wouldn't upload
- Resolved timezone confusion in scheduled posts
- Corrected notification badge countreferences/api_docs.mdreferences/technical_writing.mdreferences/changelogs.mdreferences/API_DOCUMENTATION.template.mdreferences/CHANGELOG.template.mdreferences/DESIGN_SPEC.template.mdreferences/ARCHITECTURE_DECISION_RECORD.template.mdreferences/MIGRATION_GUIDE.template.md