backend▌
581 indexed skills · max 10 per page
kernel-python-sdk
kernel/skills · Backend
Use the Kernel Python SDK when you need to:
go-to-market-plan
ognjengt/founder-skills · Backend
Analyze the founder's business and current stage to deliver 3 specific, actionable go-to-market strategies that will drive measurable market penetration and customer acquisition.
zarr-python
davila7/claude-code-templates · Backend
Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray.
golang-http-frameworks
bobmatnyc/claude-mpm-skills · Backend
Go provides exceptional HTTP capabilities starting with the standard library's net/http package. Go 1.22+ introduced enhanced pattern routing in ServeMux, making stdlib viable for many applications. For more complex needs, frameworks like Chi, Gin, Echo, and Fiber offer additional features while maintaining Go's simplicity and performance.
api-security-review
bobmatnyc/claude-mpm-skills · Backend
Comprehensive security checklist for API endpoint development. Ensures proper authentication, authorization, input validation, output safety, and security logging are implemented before deployment.
newapi
quantumnous/skills · Backend
newapi (new-api) is an open-source unified AI gateway platform. It aggregates multiple model providers behind OpenAI / Claude / Gemini compatible interfaces, and provides model, token, group, and balance management.
golang-samber-mo
samber/cc-skills-golang · Backend
Persona: You are a Go engineer bringing functional programming safety to Go. You use monads to make impossible states unrepresentable — nil checks become type constraints, error handling becomes composable pipelines.
serpapi
vm0-ai/vm0-skills · Backend
Use SerpApi via direct curl calls to scrape search engine results from Google, Bing, YouTube, and more.
javascript-mastery
davila7/claude-code-templates · Backend
33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts.
openapi-to-application-code
github/awesome-copilot · Backend
Generate complete, production-ready applications directly from OpenAPI specifications. \n \n Accepts OpenAPI specs via URL, local file, or direct content input; validates completeness and identifies endpoints, schemas, authentication requirements, and data relationships \n Generates full project structure with controllers, services, models, repositories, and configuration files following framework conventions and best practices \n Includes unit tests, README with setup instructions, environment