Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
backend-api-standards
A comprehensive and practical guide for RESTful API design with clear standards, excellent examples, and actionable checklists for backend developers.
golang
Provides concrete Go patterns for building backend services, including project structure, error handling, HTTP handlers, repositories, context usage, middleware, configuration, and testing. Shows actual code examples for common tasks like graceful shutdown and worker pools.
api-design
A comprehensive and well-structured reference guide covering RESTful and GraphQL API design patterns, status codes, pagination, versioning, and best practices for backend developers.
wheels-model-generator
A highly practical and well-documented Skill that addresses critical production issues in Wheels ORM model generation with clear anti-pattern prevention and production-tested solutions.
Add Admin API Endpoint
This skill provides step-by-step instructions for adding new admin API endpoints to the Ghost CMS. It includes detailed reference material covering controller structure, request flow, validation, and error handling. The guide walks through file placement, routing, and testing procedures specific to Ghost's framework.
python
A comprehensive Python backend skill providing production-ready FastAPI patterns with clean architecture, async database operations, and repository pattern implementation.
stripe-best-practices
Provides specific guidance for Stripe API integrations, including clear recommendations for modern APIs like CheckoutSessions over deprecated ones like Charges. It addresses common pitfalls like PCI compliance and platform integration patterns, with direct links to official Stripe documentation.
wheels-email-generator
Generates complete email infrastructure for CFML Wheels framework including mailer controllers, HTML/text templates, and configuration. Provides patterns for welcome emails, password resets, and attachments. Includes testing examples and SMTP provider configurations for common services like SendGrid and AWS SES.
mcp-integration
Provides detailed guidance for integrating Model Context Protocol servers into Claude Code plugins. Covers configuration methods, server types, tool naming, and usage patterns. Includes practical examples for stdio, SSE, HTTP, and WebSocket connections with environment variable handling.
webapp-testing
Provides Python Playwright scripts for testing local web applications with server lifecycle management. Includes a helper script to start and stop development servers automatically before running tests. Offers clear decision trees for static vs dynamic apps and practical examples for common testing scenarios.
error-handling
A comprehensive error handling framework for Node.js/TypeScript backends with custom error classes, middleware, validation, and external service error management.
rust
A comprehensive Rust backend skill providing production-ready patterns for Axum web applications with clean architecture, error handling, and database integration.
wheels-routing-generator
Generates routing configurations for Wheels CFML applications, covering RESTful resources, nested routes, custom patterns, and route constraints. Provides clear examples for common web application patterns like blogs, e-commerce, and APIs. Includes best practices and debugging guidance.
n8n-integration-testing-patterns
A comprehensive testing skill for n8n integrations with excellent practical guidance, clear patterns, and actionable code examples for API contract testing, authentication flows, and error handling.
bunjs-architecture
Provides concrete patterns for building Bun.js TypeScript backends with layered architecture. Enforces strict separation of concerns (routes, controllers, services, repositories) and mandates camelCase naming across the stack. Includes detailed workflows for database design, API endpoints, and implementation phases.
bunjs
This skill provides concrete patterns for building TypeScript backends with Bun, Hono, and Prisma. It includes project structure, setup scripts, testing examples, and configuration for real development workflows. The documentation covers file operations, WebSocket setup, and quality checks with Biome.
reportlab
Provides detailed guidance for using ReportLab Python library to generate PDF documents including invoices, reports, certificates, and labels. Covers both Canvas API for precise positioning and Platypus for flowing documents, with examples for tables, charts, barcodes, and troubleshooting common issues.
testability
This skill provides a structured guide for implementing a testing pyramid in web development. It covers unit, integration, and E2E testing with concrete TypeScript examples for tRPC, database mocking, and Playwright. It emphasizes designing for testability from the start, including dependency injection and pure function extraction patterns.
activitypub-federation
This skill provides detailed documentation for implementing and understanding the ActivityPub protocol within WordPress. It covers core concepts like actors, activities, and objects, explains server-to-server federation mechanics, and offers concrete PHP implementation patterns for transformers, handlers, and third-party plugin integrations.
wheels-api-generator
Generates RESTful API controllers for ColdFusion Wheels framework with proper HTTP status codes, JSON responses, and authentication middleware. Provides complete CRUD operations with error handling and validation.
unit-test-wiremock-rest-api
A well-structured skill for unit testing REST API integrations using WireMock, providing clear patterns for stubbing HTTP responses and verifying requests with practical examples and best practices.
unit-test-controller-layer
This skill provides ready-to-use code patterns for testing Spring REST controllers with MockMvc. It covers GET, POST, PUT, DELETE endpoints, error handling, request parameters, and headers. The examples show how to mock service dependencies and verify HTTP responses without starting the full application context.
spring-boot-rest-api-standards
This skill provides concrete patterns for building REST APIs with Spring Boot. It covers URL design, HTTP methods, status codes, DTOs, validation, error handling, and pagination. Includes ready-to-use Java code examples for controllers, DTOs, and global exception handlers. Focuses on separating API contracts from domain models and applying consistent architectural layers.
dev-api-design
Provides concrete patterns for designing REST, GraphQL, and gRPC APIs with specific guidance on versioning, authentication, pagination, and error handling. Includes decision trees for choosing API styles and links to language-specific best practices for Node.js, Go, Rust, and Python.