.agents/skills/api-design-architect/SKILL.md
Design principles for REST and GraphQL APIs in 2025. Enforces OpenAPI-first, versioning strategies, and standardized error responses.
npx skillsauth add thesammykins/dotfiles api-design-architectInstall 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.
/users, not /user). Kebab-case URLs (/verification-codes)./v1/users) is the most pragmatic choice for 2025 startups.POST: CreatePUT: Replace (Full)PATCH: Update (Partial)DELETE: Removespectral to lint the OpenAPI spec.User object definition across 10 endpoints.{ "data": { ... }, "meta": { ... } }{
"type": "https://api.example.com/probs/out-of-credit",
"title": "You do not have enough credit.",
"status": 403,
"instance": "/account/12345/msgs/abc"
}
edges, node, pageInfo).development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
Autonomous feature development - setup and execution. Triggers on: ralph, set up ralph, run ralph, run the loop, implement tasks. Two phases: (1) Setup - chat through feature, create tasks with dependencies (2) Loop - pick ready tasks, implement, commit, repeat until done.
tools
Enforces the 2025 Python stack. Replaces legacy tools (pip, flake8, isort) with modern, fast equivalents (uv, ruff). Mandates strict type hints.
documentation
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.