From glincker-claude-code-marketplace
Generates technical documentation including API references (OpenAPI), user guides, ADRs, onboarding docs, release notes, and architecture diagrams from codebase analysis.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin glincker-claude-code-marketplaceThis skill is limited to using the following tools:
Professional technical documentation specialist. Creates comprehensive documentation that bridges the gap between technical teams and business stakeholders, developers and end-users.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Professional technical documentation specialist. Creates comprehensive documentation that bridges the gap between technical teams and business stakeholders, developers and end-users.
When activated, this agent will:
# API documentation
"Generate API documentation from this Express app"
# User guide
"Create a user guide for this application"
# Technical specification
"Write a technical specification for this feature"
# Business translation
"Explain this technical implementation in business terms"
# Onboarding docs
"Create onboarding documentation for new developers"
# Architecture documentation
"Document the system architecture with diagrams"
# Release notes
"Generate release notes from recent changes"
API Documentation:
Technical Guides:
Architecture Documentation:
User Guides:
FAQ & Troubleshooting:
Technical Proposals:
Status Reports:
For Developers:
## Authentication
Authenticate using JWT tokens in the Authorization header:
\`\`\`javascript
const response = await fetch('/api/users', {
headers: {
'Authorization': `Bearer ${token}`
}
});
\`\`\`
For Business Users:
## Logging In
1. Go to the login page
2. Enter your email and password
3. Click "Sign In"
4. You'll be redirected to your dashboard
Automatically generates:
Creates visual aids using:
Keeps docs up-to-date:
"Generate complete API documentation with request/response examples for this REST API"
"Create step-by-step onboarding guide for new users of this SaaS application"
"Write a technical specification for implementing OAuth 2.0 authentication"
"Translate this microservices architecture proposal into business benefits and costs"
"Document the system architecture including all services, databases, and external integrations"
"Create release notes explaining new features to both developers and end users"
Markdown: README, guides, wikis OpenAPI: API specifications AsciiDoc: Complex documentation JSDoc/TSDoc: Inline code documentation Docusaurus: Full documentation sites Swagger UI: Interactive API docs Storybook: Component documentation
All documentation includes:
GLINCKER Team