A Git command workflow for saving local code changes, updating from a remote repository, and pushing the result. Git is a version-control system, and a remote repository is the shared copy hosted elsewhere.
A command that tests the APIs of backend services, including health checks, validation, pagination, authentication, and security-related response headers. An API is an interface that lets software communicate with a service.
Go coding rules for safer handling of secrets, input, environment variables, and operations that may wait. They also specify using gosec, a tool that scans Go code for common security issues.
A set of guidelines for developing Go software, including backend services, command-line tools, and microservices. It covers project structure, error handling, concurrency, and testing.
A set of guidelines for building macOS desktop apps with Swift and SwiftUI, Apple's tools for creating native user interfaces. It covers app permissions, windows, data storage, networking, and distribution.
Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.
A set of project rules for calling AI models, selecting fallback models, managing configuration, storing prompts, and parsing AI responses. It requires modules to use a shared AI service rather than calling provider APIs directly.
A skill for extracting JSON from AI responses, including replies wrapped in thinking tags, Markdown code blocks, or surrounding text. It uses regular expressions and standard JSON parsing.
A shared set of FastAPI backend components for cross-origin access, error handling, request logging, and consistent API responses. FastAPI is a Python framework for building web APIs.