Turn a raw endpoint or handler function into complete, developer-friendly API documentation.
Write clear API documentation for this {{language}} endpoint, including method, path, parameters, request/response examples, and possible error codes. Style: {{framework}}.
{{CLIPBOARD}}
Generate a polished README section, installation, usage, or contributing, tailored to your project.
Write a {{focus}} section for a README.md, for a {{language}} project using {{framework}}. Keep it clear, scannable, and include a code example where relevant.
{{CLIPBOARD}}
Turn a technical decision into a structured ADR: context, chosen option, alternatives, and consequences.
Write an Architecture Decision Record for the decision: {{focus}}. Include context, the decision, alternatives considered, and consequences. Project context: {{language}}/{{framework}}.
{{CLIPBOARD}}
Automatically document functions and classes with proper docstrings and helpful inline comments.
Add clear {{language}} docstrings and inline comments to the code below, following the {{framework}} documentation style. Explain purpose, parameters, return values, and any non-obvious logic.
{{CLIPBOARD}}