claude.symlink/skills/backend/SKILL.md
Design APIs, microservices, and database schemas. Use for server-side development, API design, or system architecture.
npx skillsauth add htlin222/dotfiles backendInstall 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.
Design scalable, reliable backend systems and APIs.
{
"data": { ... },
"meta": {
"page": 1,
"total": 100
},
"errors": null
}
{
"data": null,
"errors": [
{
"code": "VALIDATION_ERROR",
"message": "Email is required",
"field": "email"
}
]
}
Input: "Design an API for user management" Action: Define endpoints, request/response schemas, auth flow, database schema
Input: "Set up microservice architecture" Action: Define service boundaries, communication patterns, deployment strategy
testing
Converts narrative medical text into Pocket Medicine bullet-style notes with proper abbreviations, then modularizes sections exceeding 20 lines into linked standalone files.
devops
Use when deploying Docker services on the local VM (hostname: vm, Pop!_OS) with Traefik reverse proxy and Homepage dashboard. Covers crane image workflow, Traefik file-provider registration, Homepage services.yaml entries, and compose templates on the traefik-proxy network.
development
Use when reviewing a data visualization or figure for clarity, checking if a graph communicates its message without additional context, or iterating on R/Python plot scripts until a naive reader can fully understand the figure.
development
Runs Vale prose linter on markdown/text files and auto-fixes issues. Use when the user asks to lint, proofread, or improve writing quality of markdown or text files.