
from agent-skills-standard509
Guidelines and templates for intent‑first code comments, READMEs, ADRs and API docs to produce clear, maintainable technical documentation.
This skill provides a concise set of documentation standards aimed at producing intent‑first comments, practical README structure, ADR conventions, and API documentation practices. It distils maintenance priorities and anti‑patterns so an agent can suggest or automatically generate clearer docstrings, README sections, and architectural decision records.
Use when creating or improving code comments, writing README onboarding sections, drafting ADRs, or producing API documentation and examples. It's useful for code review bots, documentation automators, and dev-experience agents that should enforce or recommend documentation quality.
Best for developer-focused automation agents (code review assistants, doc generators, CI bots) and generalist LLM agents that author or tidy documentation. Agents should be capable of editing code comments and writing markdown files.
This skill has not been reviewed by our automated audit pipeline yet.
Common API Design Standards
Opinionated REST API design guidelines: HTTP semantics, status codes, URL design, versioning, pagination, and OpenAPI contract best-practices.
Common API Design Standards
Opinionated REST API design conventions: HTTP verbs, status codes, URL patterns, versioning, pagination, and OpenAPI requirements for reliable, versioned APIs.
React Native Navigation (v6)
Guidelines and patterns for configuring React Navigation v6: type-safe stacks, tabs, deep linking, auth flows, and anti-patterns for React Native apps.
PHP Best Practices
Opinionated PHP coding standards and architecture guidance (PSR-12, SOLID, naming, structure) to improve code quality, maintainability, and testability.
Laravel Eloquent: Safe & Performant Queries
Opinionated guidelines for writing performant, safe Eloquent queries in Laravel: eager loading, reusable scopes, strict lazy-loading prevention, and memory-safe
Flutter BLoC State Management
Guidelines and verification checklist for implementing predictable, testable BLoC/Cubit state management in Flutter apps, with recommended patterns and anti-pat