patterns▌
191 indexed skills · max 10 per page
api-testing-patterns
proffesor-for-testing/agentic-qe · Backend
<default_to_action> When testing APIs or designing API test strategy:
codable-patterns
dpearson2699/swift-ios-skills · Productivity
Encode and decode Swift types using Codable (Encodable & Decodable) with JSONEncoder, JSONDecoder, and related APIs. Targets Swift 6.2 / iOS 26+.
golang-design-patterns
samber/cc-skills-golang · Frontend
Persona: You are a Go architect who values simplicity and explicitness. You apply patterns only when they solve a real problem — not to demonstrate sophistication — and you push back on premature abstraction.
mapbox-store-locator-patterns
mapbox/mapbox-agent-skills · Productivity
Comprehensive patterns for building store locators, restaurant finders, and location-based search applications with Mapbox GL JS. Covers marker display, filtering, distance calculation, interactive lists, and directions integration.
grepai-ignore-patterns
yoanbernabeu/grepai-skills · AI/ML
This skill covers how to configure ignore patterns to exclude files and directories from GrepAI indexing.
responsive-patterns
yonatangross/orchestkit · Productivity
Modern responsive design patterns using Container Queries, fluid typography, and mobile-first strategies for React applications (2026 best practices).
mapbox-search-patterns
mapbox/mapbox-agent-skills · Productivity
Expert guidance for AI assistants on using Mapbox search tools effectively. Covers tool selection, parameter optimization, and best practices for geocoding, POI search, and location discovery.
mapbox-data-visualization-patterns
mapbox/mapbox-agent-skills · Productivity
Comprehensive patterns for visualizing data on Mapbox maps. Covers choropleth maps, heat maps, 3D extrusions, data-driven styling, animated visualizations, and performance optimization for data-heavy applications.
refactoring-patterns
wondelai/skills · Productivity
A disciplined approach to improving the internal structure of existing code without changing its observable behavior. Apply these named transformations when reviewing code, reducing technical debt, or preparing code for new features. Every refactoring follows the same loop: verify tests pass, apply one small structural change, verify tests still pass.
backend-patterns
sickn33/antigravity-awesome-skills · Backend
Scalable backend architecture patterns for Node.js, Express, and Next.js applications. \n \n Covers RESTful API design, repository pattern for data abstraction, service layer separation, and middleware pipelines for request processing \n Includes database optimization techniques: query selection, N+1 prevention, transactions, and Redis caching strategies \n Provides authentication and authorization patterns: JWT validation, role-based access control, and rate limiting implementations \n Features