961 free skills
Backend Frameworks skills
Framework-specific backend skills — Django, FastAPI, Ruby on Rails, Spring, Laravel, Go, and Rust service patterns.
Sourced from real, public repositories — synced daily, never invented.
961 free skills
Framework-specific backend skills — Django, FastAPI, Ruby on Rails, Spring, Laravel, Go, and Rust service patterns.
Sourced from real, public repositories — synced daily, never invented.
15 tools across six categories
13 of them never send your data anywhere
Free · No signup · No trial clock
SEE THE DIRECTORY

springboot-backend-conventions
tencentblueking/bk-ci
编写 BK-CI Spring Boot 后端代码时使用,例如配置管理、Bean 装配、事务与数据访问、异常处理、监控和框架层最佳实践。当用户要处理 Spring Boot 框架用法而不是服务归属或语言风格时优先使用。
fastapi
vkirill/antigravity-for-claude-code
FastAPI — modern async Python web framework on Starlette + Pydantic v2 with auto-generated OpenAPI 3.1. Use when: fastapi, fast api, FastAPI, async python api, python rest api, pydantic-backed api, async/await python web, path operation, APIRouter, include_router, Depends, sub-dependencies, dependencies with yield, BaseModel response, response_model, OAuth2PasswordBearer, OAuth2PasswordRequestForm, SecurityScopes, JWT python-jose PyJWT, passlib bcrypt argon2, CORSMiddleware, TrustedHostMiddleware, GZipMiddleware, lifespan asynccontextmanager, BackgroundTasks, StreamingResponse, EventSourceResponse, WebSocket, TestClient, AsyncClient httpx, dependency_overrides, uvicorn, gunicorn UvicornWorker, openapi auto-doc, Swagger UI, ReDoc. SKIP: Django (→django cascade), Flask (→flask cascade), Node frameworks (→fastify/hono), pure Pydantic schemas (→pydantic), SQLAlchemy ORM specifics (→sqlalchemy cascade).
fastapi
evolv3ai/claude-skills-archive
|
rails-work
itisbryan/dear_bryan
How I work with Rails — a growing collection of subskills covering my tooling, conventions, and workflows for Rails projects. Loads the relevant subskill on demand. Use when working in a Ruby on Rails codebase (setup, running the app, gems, Ruby versions, conventions). Currently ships use-rv (Ruby version & gem management with rv).
go-backend
svdx9/test-agent-workflow
Production-grade Go HTTP backend development using chi, PostgreSQL (pgx + sqlc), structured logging (slog), explicit error handling, context propagation, and migration-driven schema management. Emphasises small packages, dependency injection, deterministic startup, graceful shutdown, security-first design (OWASP aligned), and containerised, stateless runtime patterns.
go-backend-fiber
sirmahdirahmani/go-backend-skills
>
go-backend-best-practices
baekenough/oh-my-customcode
Go backend patterns from Uber style and standard layout
mir-backend-go-echo
anantbhandarkar/make-it-right
Make It Right (Echo module). Echo web framework reliability augmentation for Go backends. Use alongside mir-backend and mir-backend-go when the target stack is Echo — adds the mechanical footguns the runtime-agnostic tiers deliberately omit: echo.Context is request-scoped and must not be retained across the handler boundary or passed to a goroutine without copying values, Bind + Validator separation (Bind alone does not validate — you must install a custom Validator and call Validate explicitly), middleware ordering (Recover() before your middleware), HTTPErrorHandler for consistent error shape, and graceful shutdown via e.Shutdown(ctx). TRIGGER only when the Go backend uses the Echo framework — building, reviewing, or debugging an Echo handler, middleware, or router. Always loads TOGETHER WITH mir-backend (generic gates) and mir-backend-go (Go runtime concerns: goroutine leaks, context propagation, data races, channel rules, typed-nil, defer-in-loop, slice aliasing, error discipline, WaitGroup); this module only adds Echo library mechanics. SKIP for Gin, Fiber, chi, stdlib net/http, or any non-Echo stack, and for non-Go runtimes.
mir-backend-go-fiber
anantbhandarkar/make-it-right
Make It Right (Fiber module). Fiber web framework reliability augmentation for Go backends. Use alongside mir-backend and mir-backend-go when the target stack is Fiber — adds the mechanical footguns the runtime-agnostic tiers deliberately omit: fiber.Ctx and all its values (Body, Params, Headers) are pooled and reused after the handler returns (retaining them causes data corruption across requests), fasthttp incompatibility with net/http middleware and ecosystem, the Immutable setting that controls whether returned strings reference reused buffers, and graceful shutdown via app.ShutdownWithContext. TRIGGER only when the Go backend uses the Fiber framework — building, reviewing, or debugging a Fiber handler, middleware, or route. Always loads TOGETHER WITH mir-backend (generic gates) and mir-backend-go (Go runtime concerns: goroutine leaks, context propagation, data races, channel rules, typed-nil, defer-in-loop, slice aliasing, error discipline, WaitGroup); this module only adds Fiber library mechanics. SKIP for Gin, Echo, chi, stdlib net/http, or any non-Fiber stack, and for non-Go runtimes.
go-go-go
pfalkowski/skills
End-to-end "ship it" driver — takes whatever state the repo is in (ideas, uncommitted work, open tasks, stalled PR) and drives forward to a raised PR without stopping for low-stakes decisions. Applies whatever-mode, completes unfinished work via nightshift or a focused loop, picks the cheapest model tier that fits each step, commits, pushes, and opens the PR. Escalates autonomously to extreme mode when needed: ralph-loop as persistence engine with either a farm of parallel Haiku workers (mechanical/breadth tasks) or a sequential Opus chain (hard reasoning/depth tasks) — shape chosen at own discretion. Use when the user says "go go go", "just ship it", "make it happen", "finish and PR this", or wants zero-friction end-to-end delivery.
rust-backend-advance
thienty1207/rust-skills
Production-ready Rust backend development with Axum framework and PostgreSQL. Master async patterns, tower middleware, SQLx database operations, authentication (JWT/OAuth), testing strategies, and deployment. Use when building REST APIs, microservices, or any Rust web backend with Axum.
backend
padaliyasavan88/api-forge
Scaffold or extend an Express + TypeScript backend using a strict 3-layer architecture (Controller → Service → DB). Handles new projects, alignment of existing ones, and adding new resources with full Zod validation, Winston logging, and configurable auth/DB/tooling.
nodejs-scaffold
tammai/bigin-skills
Scaffolds a new Node.js modular-monolith REST API from scratch — empty repo or no package.json. Fastify, code-first OpenAPI via TypeBox, Drizzle + Postgres, JWT auth. Triggers: 'scaffold node api', 'create a fastify backend', 'new node backend'.
backend-api
alizafarbati/opencode-agents-mcp
Expert backend API architect specializing in scalable distributed systems, microservices, event-driven architecture, and enterprise-grade API design patterns.
rivetkit-actors
rivet-dev/rivet
Build stateful backends with Rivet Actors: high-performance, long-lived, in-memory, persisted processes. Use when you outgrow HTTP, databases, or queues. Trigger on tasks related to AI agents, multiplayer apps or games, collaborative editors, realtime solutions, workflow automation, geo-distributed or per-tenant databases, local-first sync, WebSocket servers, background or cron jobs, rate limiters, or CRDT docs.
fastapi
nealepetrillo/claude-skills-fastapi
>
backend-api
yiweiwan/skills
Use as a router only for general backend API work when the API style is unclear. Prefer rest-api for REST endpoints, graphql-api for GraphQL, and auth-access-control for authentication or authorization.
nodejs
alisonaquinas/llm-web-design-skills
>
django
alisonaquinas/llm-web-design-skills
>
django-access-review
getsentry/dotagents
Django access control and IDOR security review. Use when reviewing Django views, DRF viewsets, ORM queries, or any Python/Django code handling user authorization. Trigger keywords: "IDOR", "access control", "authorization", "Django permissions", "object permissions", "tenant isolation", "broken access".
python
appwrite/claude-plugin
Appwrite Python SDK skill. Use when building server-side Python applications with Appwrite, including Django, Flask, and FastAPI integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
nodejs-backend
iliaal/compound-engineering-plugin
>-
php-laravel
iliaal/compound-engineering-plugin
>-
nex-gdpr
nex-ai-guy/nex-gdpr
GDPR and AVG (Belgian data protection law) compliance handler for agency operators, data controllers, and organizations managing data subject requests. Register and manage all types of data subject requests (inzageverzoek, verwijderverzoek, recht op gegevensoverdracht) as required under GDPR Articles 15-21 and Belgian AVG regulations. Automatically scan and discover personal data across OpenClaw sessions, agent memory, application logs, and skill databases. Process Right of Access requests by compiling complete personal data exports in machine-readable formats. Handle Right of Erasure requests with secure 3-pass file deletion and audit logging. Support Right to Data Portability with JSON format exports. Generate compliant response letters in both Dutch (AVG) and English (GDPR) with formal documentation. Track 30-day legal response deadlines with extension options for complex requests. Maintain immutable audit trails of every action taken on data subject requests for regulatory compliance and dispute resolution. Manage data retention policies and auto-cleanup schedules. Perfect for Belgian agencies, service providers, and organizations operating under GDPR/AVG who need systematic compliance processes.
openui-forge-elixir
othmanadi/openui-forge
OpenUI generative UI with Elixir Phoenix backend. Chunked SSE streaming via Plug.Conn and Req.
rubydoc-fetcher
slbug/claude-ruby-grape-rails
Use when looking up Ruby or gem documentation via WebFetch. Covers rubydoc.info, Rails Guides, official gem docs, and API references.
ruby-4-upgrade-prep
fadynaffa3/railsonclaude
Prepare Ruby on Rails applications for Ruby 4.0 upgrade. Analyzes actual breaking changes from Ruby 4.0.0 release including process creation removal, Ractor API changes, Set/Pathname core promotion, and *nil splat behavior changes.
ruby
g1joshi/agent-skills
Ruby programming with blocks, metaprogramming, gems, and Rails conventions. Use for .rb files.
rails
g1joshi/agent-skills
Ruby on Rails MVC framework with Active Record and conventions. Use for rapid development.
ruby-deploy
nixopus/nixopus
Build and deploy Ruby applications — Bundler, Rails, Rack, asset pipeline, bootsnap, and Dockerfile patterns. Use when deploying a Ruby or Rails project, or when a Gemfile is detected.
php
nimadorostkar/claude-skills-collection
Use when writing PHP 8.2+ or working in Laravel and Symfony codebases. Covers strict types, enums, readonly classes, attributes, PSR standards, and static analysis with PHPStan.
baethon-php-standards
baethon/skills
PHP and Laravel coding reference for readability, style, tests, Eloquent, queues, commands, validation, and API conventions. Use when writing, modifying, planning, or reviewing PHP code, including Laravel application code.
php-patterns
marvinrichter/clarc
PHP 8.4+ patterns: readonly classes/properties, enums, named arguments, match expressions, value objects, repository pattern, service layer with command/handler, Laravel controller/FormRequest, Symfony service wiring, Doctrine QueryBuilder, Fiber async. Use when writing or reviewing PHP code.
deno
g1joshi/agent-skills
Deno secure JavaScript/TypeScript runtime. Use for modern JS backend.
django-view-generator
comeonoliver/skillshub
|
django-6-knowledge
drzoot/django-skill
Provides knowledge about Django 6.0 features and implementation patterns. Use when working with Django projects, when the user mentions Django features, or when implementing Django functionality that may have changed in version 6.0.
django-pro
comeonoliver/skillshub
Master Django 5.x with async views, DRF, Celery, and Django
parallel-fix-django
jpoutrin/product-forge
Fix Django-specific blockers identified in parallelization readiness assessment
seedkit-slim
robustarush/seedkit
Bootstrap a new Django project, or add components to an existing one — auth, payments, REST, Celery / django-tasks, async / WebSockets, Tailwind, S3, structlog, healthchecks, Docker, CI, deploy, dbbackup, Sentry. Use whenever the user wants to scaffold Django or extend an existing Django project.
django-engine-design
travis-gilbert/claude-marketplace
>-
create-python-x402-facilitator-bazaar
aditya060806/ciphera
Create Python x402 facilitator with Bazaar discovery extension for API cataloging. Use when adding Bazaar discovery to x402 resource servers, declaring discovery extensions on payment-gated routes, extracting discovery info on the facilitator side, validating extensions, building API catalogs for paid services, or integrating Bazaar with FastAPI/Flask servers. Strong triggers include "Bazaar discovery extension", "declare_discovery_extension", "API catalog for x402", "resource discovery", "bazaar_resource_server_extension", "extract_discovery_info", "paid API catalog", "machine-readable API menu", "x402 discovery".
rails-idioms
slbug/claude-ruby-grape-rails
Use when applying idiomatic Rails patterns for controllers, params, callbacks, jobs, routes, and application structure across Rails 7.x and 8.x.
rails-contexts
slbug/claude-ruby-grape-rails
Use when deciding where business logic belongs in Rails: controllers, services, forms, queries, policies, serializers, and mounted Grape APIs.
rails-patterns
ryenski/skills
Object-oriented design patterns for Ruby on Rails. Use when deciding whether to extract a service object, form object, decorator, or PORO; when a model is getting fat; when business logic doesn't belong in a controller; or when applying classic OOP patterns (decorator, strategy, observer, command) to Rails code.
rails-version-upgrade
afalkear/rails-version-upgrade-skill
>-
jr-rails-bootstrap
julianrubisch/skills
>-
rails-localization
gierd-inc/dev-skills
use when adding I18n translations, locale files, pluralization, time/number formatting
spring-versions
rynr/spring-skills
Provide current Spring ecosystem version numbers, release schedule, version alignment between projects, and support timelines. Use when generating pom.xml or build.gradle dependencies, choosing which Spring Boot version to target, checking compatibility between Spring projects, or answering which version is latest.
spring-boot-initializr
devcodelog/spring-boot-initializr-skill
Creates Spring Boot projects using the Spring Initializr API. Use when the user wants to generate a new Spring Boot project with specific dependencies and configurations. Don't use it for non-Spring Boot projects.
cluster-manage
kurtosis-tech/kurtosis
Manage Kurtosis cluster settings. Switch between Docker and Kubernetes backends, list available clusters, and configure which cluster Kurtosis uses. Use when you need to change where Kurtosis runs enclaves.
backend-message-queue
j4flmao/agent-skills
>
quarkus-patterns
zeeroiq/agent-powerhouse
Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with event-driven architectures.
rb:trace
slbug/claude-ruby-grape-rails
Use when you need to trace a request, API call, background job, or service flow through Rails, Grape, and Sidekiq code to understand where a value changes or where a side effect comes from.
al-design
fbakkensen/bc-agentic-dev-tools-marketplace
Settle the AL/Business Central feature architecture from idea or `event-model.md`. Use after `/al-event-model` for user/API-facing features, after `/al-grill-adr` for backend-only features, or when the user asks to design an AL feature.
spritesheet-gen
xikhar/atlas
Create animation sprite sheets as a uniform grid where each row is one action (idle, walk, attack, etc.) and each column is one animation frame in time order, using the codex-imagegen-backend skill for generation and the greenscreen skill for transparency. Use when an agent needs a multi-frame, multi-action sheet for a single character or object, sliceable into equal cells.
dst-fx-vfx-authoring
2784693842/dst-skill
Use when creating DST visual effects — FX prefabs, AnimState effects, follower effects, trails, light and bloom, colour adders, VFXEffect particles, reveal or additive blending, effect lifetimes, or separating local visuals from replicated gameplay state. 中文触发:特效、粒子、光效、拖尾、Bloom、跟随特效、VFX、视觉表现。信号:fx.lua、Follower、AddVFXEffect、bloomer.lua、colouradder.lua。
rails-helper
ryo-cool/nature-spots
Rails開発を支援するスキル。モデル、コントローラー、テストの生成、マイグレーションのサポートを提供します。
ruby
pledgeandgrow/pledge-skills
Ruby programming language — syntax, core types, OOP, blocks/procs/lambdas, exceptions, I/O, concurrency, metaprogramming, gems, testing, style guide, C extensions, and tooling
ruby-development
dallay/agents-skills
>-
go-backend
0x4139/praxis
Go backend patterns for HTTP handlers, middleware, service layers, database access, and error handling with PostgreSQL. Use as reference when building Go APIs.