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

go-backend-dev
kuidream/blackswan-ai-backend
Expert in Go, Gin, and GORM. Use this skill when implementing business logic, creating API endpoints, or writing service layer code.
xynpos-go-backend
ilramdhan/xynpos-docs
XynPOS Go backend development — use when writing, reviewing, or debugging Go code for any XynPOS microservice. Covers clean architecture patterns, error handling, GORM database access, JWT/tenant security, Zap logging, Fiber handlers, gRPC, NATS events, and testing. Triggers when a developer asks to create a Go service, write a handler or usecase, fix a Go bug, review Go code, add an API endpoint, write a migration, or work with the XynPOS backend codebase. Also use when questions like "how do I structure this service" or "what's the right way to handle errors" come up.
django
iam-nazmul/drcr
This skill should be used when working in a Django project — editing models.py, views.py, urls.py, settings.py, forms.py, admin.py, writing or reviewing migrations, configuring the Django admin, structuring a Django project, or debugging Django ORM query performance (N+1 queries, select_related/prefetch_related). Applies to Django 5.x (current LTS is 5.2; Django 6.0 is in early development as of this writing).
fastapi
eggboy/skills
Build and configure FastAPI applications following best practices with uv project setup, Pydantic models, dependency injection, async/sync endpoints, SSE streaming, and OpenAPI docs. Use when developing APIs with FastAPI or setting up new FastAPI projects. DO NOT use for general Python style (use python-best-practices) or dataframe workflows.
fastapi
yldgio/anomalyco
FastAPI endpoint design, Pydantic validation, dependency injection, and async patterns
ruby-on-rails
jcchikikomori/skills-md
Ruby on Rails development for legacy (4.x-6.x) and modern (7.x-8.x) apps, covering RSpec, migrations, security, and debugging. Use when writing or reviewing Rails code.
ruby-rails-patterns
coppermare/skillverse
Master Ruby on Rails MVC architecture, ActiveRecord patterns, and Rails conventions for building maintainable, scalable web applications.
ruby-review
erp-core-dev/eagles-ai-platform
Review Ruby/Rails code for idioms, Rails conventions, and security best practices
ruby-rails
qiscus-integration/integration-skills
Backend Ruby on Rails conventions for a Rails codebase. Use when Codex needs to build, review, or refactor backend code in this repository, especially models, validations, controllers, forms, services, queries, jobs, policies, mailers, migrations, and RSpec coverage, and when backend performance concerns such as N+1 queries, eager loading, query shape, callback side effects, and job boundaries must be checked carefully.
rails-gem-finder
fadynaffa3/railsonclaude
Search for battle-tested Ruby gems and Rails libraries instead of building from scratch. Uses RubyGems, GitHub, and community sources to find well-maintained, popular, and license-compatible gems for any Rails problem.
mir-backend-go
anantbhandarkar/make-it-right
Make It Right (Go runtime tier). Go 1.22+ runtime reliability footguns shared across every Go backend framework (Gin, Fiber, Echo, chi, stdlib net/http) — distinct from the generic backend gates and from any one framework's mechanics. Covers: goroutine leaks (the #1 Go reliability bug), context propagation and cancellation, data races on shared state, channel ownership rules, goroutine-level panic recovery, the nil-interface/nil-pointer trap, defer-in-loop resource buildup, slice aliasing and backing-array mutation, error wrapping discipline, and sync.WaitGroup misuse. TRIGGER when the backend runtime is Go — sits between mir-backend (generic) and the framework module (e.g. mir-backend-go-gin). SKIP for Python/Node/JVM/Rust/.NET/Ruby/PHP/BEAM runtimes (each has its own mir-backend-<runtime> tier), and for framework-library mechanics (those live in the framework module).
gorstack
developerakx/skills
Go + React monorepo architecture: Bun + Turborepo workspace with Go backend (fx, Huma, SQLC) and React web apps (Vite, TanStack, Radix/shadcn, Tailwind v4). Opinionated defaults for full-stack TypeScript+Go projects. Use when building a Go+React monorepo, adding full-stack features, or invokes /gorstack.
gornstack
developerakx/skills
Go + React + React Native monorepo: Bun + Turborepo with Go backend (fx, Huma, SQLC), React web (Vite, TanStack, shadcn), and Expo mobile (expo-router, NativeWind, Reanimated). Full-stack conventions for web + mobile + backend. Use when building a Go+React+RN monorepo, adding cross-platform features, or invokes /gornstack.
go-embedded-spa
castle-x/skills-x
This skill provides guidance for implementing Go Embedded SPA architecture - embedding React/Vue/TSX frontend static resources into Go binary using go:embed directive. Use this skill when building self-contained single-binary applications, implementing SPA with Go backend, setting up cross-platform deployable full-stack projects, or configuring static file serving with Go standard library net/http.
Go
clawic/skills
Writes, debugs, and reviews Go: goroutine leaks, data races, nil interfaces, slices and maps, go.mod, and net/http. Use when Go panics or misbehaves — "all goroutines are asleep - deadlock!", "concurrent map writes", "send on closed channel", "assignment to entry in nil map", or a WARNING: DATA RACE from `go test -race`; when a goroutine, timer, or connection leaks and memory climbs; when a service hangs for want of a timeout; when errors.Is or errors.As stops matching after a %v wrap; when a slice mutates its parent, a map iterates in a new order, or a typed nil returned as error compares non-nil; when go.mod, go.sum, workspaces, replace, or a /v2 path fight over dependencies; when cross-compiling, cgo, build tags, go:embed, or a static container binary fail; when tests are flaky under -race or -parallel or benchmarks lie; when GOGC, GOMEMLIMIT, GOMAXPROCS, or escape analysis need tuning; or when writing handlers, CLIs, database access, or generics. Not for Kubernetes operators or framework internals.
go
background-craft/hydrant-skills
Implement a Hydrant issue end-to-end — fetch context, set up the branch, plan, build, verify, and commit. Use when the user asks for `/go`, says "go HYD-123", "implement HYD-123", or wants implementation started on a specific issue. The "do the work" command in the lifecycle.
gostack
developerakx/skills
Go backend service architecture: fx DI, Huma+Fiber HTTP, SQLC database access, pgx pools, atomic-string money values, feature-based directory layout. Opinionated defaults for building production Go services. Use when building Go backend services, adding features to a gostack-style codebase, or invokes /gostack.
personal-tutor-rust-backend
saimirbaci/personal_tutor
Deep knowledge of the Personal Tutor Rust/Tauri backend. Use for: adding Tauri commands, database operations with rusqlite, streaming AI responses, sync server changes, voice command implementation, URL/paper import, or any src-tauri/ work. Trigger when the user mentions commands/, db/, Cargo.toml, rusqlite, Mutex, stream_chat, fetch_and_summarize_url, source.rs, scraper, SSRF, or any backend Rust file.
audit-rust-backend
peterblenessy/notesage
Audit Rust backend for mutex issues, panics, process management, and concurrency
backend-rust
iamfourh2e/rust-skill
Rust gRPC backend patterns, folder structure, module anatomy, and infrastructure wiring for the Anachak multi-tenant SaaS platform.
rust-systems
lua2147/claude-toolkit-catalog
Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines
rust
cyoeea9e/skills
Use when working with Rust code, Cargo projects, or when implementing features in Rust
ruby-rails-best-practices
coppermare/skillverse
Apply Ruby on Rails best practices for MVC architecture, Active Record patterns, and convention over configuration. Use for building Rails applications and APIs.
rails-deep-research
fadynaffa3/railsonclaude
Conduct thorough, multi-source research on any Rails or Ruby topic — architecture patterns, gem comparisons, security advisories, performance benchmarks, migration guides, or industry best practices. Produces structured reports with cited sources. Use for complex topics that need synthesis across multiple sources.
mir-backend-go-gin
anantbhandarkar/make-it-right
Make It Right (Gin module). Gin web framework reliability augmentation for Go backends. Use alongside mir-backend and mir-backend-go when the target stack is Gin — adds the mechanical footguns the runtime-agnostic tiers deliberately omit: *gin.Context is request-scoped and must be copied before passing to a spawned goroutine, binding and validation discipline (ShouldBindJSON + struct tags, separate request vs DB model), middleware ordering (Recovery before your handlers), missing graceful shutdown wiring (http.Server.Shutdown on SIGTERM), and route group auth guard placement. TRIGGER only when the Go backend uses the Gin framework — building, reviewing, or debugging a Gin 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 Gin library mechanics. SKIP for Fiber, Echo, chi, stdlib net/http, or any non-Gin stack, and for non-Go runtimes.
desqta-settings-rust-backend
betterseqta/desqta
Add new settings to the Rust backend so they persist. Use when adding a new setting, config option, or when settings are not saving correctly.
appwrite-php
appwrite/codex-plugin
Appwrite PHP SDK skill. Use when building server-side PHP applications with Appwrite, including Laravel and Symfony integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
appwrite-kotlin
appwrite/codex-plugin
Appwrite Kotlin SDK skill. Use when building native Android apps or server-side Kotlin/JVM backends with Appwrite. Covers client-side auth (email, OAuth with Activity integration), database queries, file uploads, real-time subscriptions with coroutine support, and server-side admin via API keys for user management, database administration, storage, and functions.
php
appwrite/claude-plugin
Appwrite PHP SDK skill. Use when building server-side PHP applications with Appwrite, including Laravel and Symfony integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
ruby
appwrite/claude-plugin
Appwrite Ruby SDK skill. Use when building server-side Ruby applications with Appwrite, including Rails and Sinatra integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
appwrite-python
appwrite/codex-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.
appwrite-ruby
appwrite/codex-plugin
Appwrite Ruby SDK skill. Use when building server-side Ruby applications with Appwrite, including Rails and Sinatra integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
azure-compute
microsoft/skills
Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus / compute_vm_list-images / compute_vm_check-quota.
azure-cloud-migrate
microsoft/skills
Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS/Kubernetes/GKE/EKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.
azure-cosmos-db-py
microsoft/skills
Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".
azure-cosmos-db-py
microsoft/agent-skills
Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".
rails-code-review
carlosmurilodn/financial_manager
>
using-spacy-nlp
spillwavesolutions/spacy-nlp-agentic-skill
Industrial-strength NLP with spaCy 3.x for text processing and custom classifier training. Use when "installing spaCy", "selecting model for nlp" (en_core_web_sm/md/lg/trf), "tokenization", "POS tagging", "named entity recognition" (NER), "dependency parsing", "training TextCategorizer models", "troubleshooting spaCy errors" (E050/E941 model errors, E927 version mismatch, memory issues), "batch processing with nlp.pipe", or "deploying nlp models to production". Includes data preparation scripts, config templates, and FastAPI serving examples.
recipe-build
shinpr/codex-workflows
Execute decomposed backend tasks in autonomous execution mode using task-executor and quality-fixer.
php-quality-tooling
fusengine/agents
Use when setting up PHPStan, Rector, or PHP-CS-Fixer on a non-Laravel PHP project, incl. CI wiring. Do NOT use for Laravel (Pint/Larastan), tests, or syntax.
cpanel-php
azdigi-official/hosting_ai_skills
Xem và đổi phiên bản PHP theo từng domain trên hosting cPanel (MultiPHP / CloudLinux PHP Selector). Dùng khi người dùng cần đổi PHP cho một website, kiểm tra PHP đang chạy, hoặc xử lý lỗi tương thích PHP (WordPress/Laravel yêu cầu PHP mới hơn).
php-pro
lamb92009/claude-skills
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
acture-php
thorwhalen/acture
Foundational skill for adding a command-dispatch architecture to a PHP project — greenfield or strangler-fig. Maps acture's three primitives (state model, command registry, schema bridge) to the modern PHP stack (cuyz/valinor + symfony/messenger + #[Command] attribute + spiral/json-schema-generator + opis/json-schema), surfaces the framework choice (vanilla / Symfony / Laravel), and routes to the right deeper skill (`acture-php-greenfield` or `acture-php-strangler`). Triggers on "PHP command dispatch", "command bus in PHP", "Symfony Messenger registry", "Laravel command palette", "expose PHP service to MCP", "PHP MCP server", "wrap PHP service as a command", "acture in PHP", "Symfony command palette", "Tactician replacement", "Prooph replacement".
php-json-backend
getwinharris/bapxphpaibackend
Use this skill set when contributing to this PHP/JSON agent-ready monorepo.
php-pro
stephanj/claude-code-collections
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
php-pro
coopyrightdmin/claude-skills
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
php-pro
lc-jhony/tramite
Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
create-expressive
pratham-srivastava-07/create-expressive-skill
Use when a user wants to bootstrap, scaffold, initialize, or start a new Express/TypeScript backend, or when adding an entity, model, CRUD, resource, route, auth, or feature to a project created by create-expressive. Triggers include "create-expressive", "new express backend", "scaffold a backend", "add a User/Product/Order resource", "add CRUD", "add an endpoint".
django-scaffold
dr-rompecabezas/django-scaffold-skill
Scaffold a new Django project following Felipe's established patterns
deploy-django
acskang/deploy-django
>-
django-security
roodlicht/accans-sec-skills
Django security review — CSRF, ORM-level SQL injection (raw/extra/annotate), template injection via |safe, admin hardening, middleware ordering, settings deploy checklist, and recent Django CVE patterns.
opinionated-django
ekinertac/opinionated-django
Index + quick reference for the opinionated-django stack. 16 skills, routing table, inline rules. Read first. Answers most "what's the convention?" questions. Invoke deep skill only when this doesn't cover it. Use at start of any task in an opinionated-django project.
django-dev
shohanur-shoron/django-skills
>
django-architect
treblahq/amplifiers
|
django
duthaho/claudekit
>
django-routing
ssrjkk/claude-skills
Routing with Django. HTTP routing.
django-skills
fish895623/full-skills
>-
django-expert
meet6338-x/meetkitai
Robust Python web development with Django. ORM mastery, DRF patterns, security, and project structure.
python-backend-core
sheshiyer/skill-clusters
Shared reference for the python-backend cluster: the thin-adapter model (web/API layer over a typed, tested core), the Django-vs-FastAPI decision, boundary validation, the test/verify gate, and the shared tooling matrix. USE WHEN choosing a Python web framework, wiring persistence or validation, or planning a release — the conventions every spoke in this cluster shares.
django-expert
eliranabu/schoolclaudeskills
>