api-design-first/SKILL.md
Use when designing or building APIs — REST conventions, OpenAPI 3 spec-first workflow, versioning, authentication, rate limiting, caching (ETags), security headers, CORS, HATEOAS, breaking changes, health checks, and GraphQL decision guide...
npx skillsauth add peterbamuhigire/skills-web-dev api-design-firstInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
api-design-first or would be better handled by a more specific companion skill.SKILL.md first, then load only the referenced deep-dive files that are necessary for the task.world-class-engineering for shared release gates.system-architecture-design when the API defines service or module boundaries.database-design-engineering when resource design drives schema choices.vibe-security-skill for endpoint security review.Design-first means writing the OpenAPI spec BEFORE writing code. The spec is the contract — it drives client SDKs, documentation, and server validation simultaneously.
Core principle: The spec is the source of truth. Code implements the spec, never the other way around.
Extended guidance for api-design-first was moved to references/skill-deep-dive.md to keep this entrypoint compact and fast to load.
Use that deep dive for:
REST ConventionsSecurity Headers (Mandatory on All Responses)OpenAPI 3.1 Spec-FirstAPI VersioningHTTP Caching (ETags)HATEOAS LinksAuthentication PatternsRate LimitingPaginationMiddleware OrderHealth Check EndpointGraphQL: When to Use vs RESTdata-ai
Use when adding AI-powered analytics to a SaaS platform — semantic search over business data, natural language queries, trend detection, anomaly alerts, and AI-generated insights for dashboards. Covers embeddings, NL2SQL, and per-tenant analytics...
data-ai
Design AI-powered analytics dashboards — what metrics to show, how to display AI predictions and confidence, drill-down patterns, KPI cards, trend visualisation, AI Insights panels, export design, and role-based dashboard variants. Invoke when...
development
Use when designing, building, reviewing, or upgrading production software systems that must be secure, performant, maintainable, scalable, and user-centered. Apply before writing specs, code, architecture, APIs, databases, mobile apps, SaaS platforms, or ERP systems.
development
Professional web app UI using commercial templates (Tabler/Bootstrap 5) with strong frontend design direction when needed. Use for CRUD interfaces, dashboards, admin panels with SweetAlert2, DataTables, Flatpickr. Clone seeder-page.php, use...