المعرض العام

برومبتات شاركها المستخدمون وراجعتها الإدارة.

Write API Endpoint Documentation

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}}

{{language}}{{framework}}{{CLIPBOARD}}
#api#docsبواسطة ‪Ahmed Eid‬‏Claude
0

Write a README Section for a Project

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}}

{{focus}}{{language}}{{framework}}{{CLIPBOARD}}

Write an Architecture Decision Record (ADR)

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}}

{{focus}}{{language}}{{framework}}{{CLIPBOARD}}

Generate Docstrings and Inline Comments

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}}

{{language}}{{framework}}{{CLIPBOARD}}