Data & backend
10,268 rows from 1,381 repositories
Where the data lives and what serves it.
- Databases & SQL4,697
- APIs & services1,766
- Pipelines & ETL567
- Auth & identity1,766
- Scraping & extraction918
What Data & backend skills agree on
233 skill files read, by 258 of the 277 authors on this shelf whose files we hold, 2026-09-06
The middle one of the 37 measured here is ~1.7k tokens long, counted with cl100k_base
Counted by distinct author, so one author publishing three of these counts once. Where a claim sits in fewer files than authors, that is said: a claim held by forty authors across three files is one file people copied, not forty people who agreed. Near-identical wordings are grouped and the other wordings are shown, so the grouping is yours to check.
What they tell the agent to do
- Centralize error handling in one handler38 of 258 in 20 filesalso worded as Handle errors through one centralized handler; Handle errors through a central handler
- Select only needed columns in queries36 of 258 in 18 filesalso worded as Select only needed database columns; Select only the columns a query needs
- Check cache before querying the database36 of 258 in 19 filesalso worded as Check the cache before querying the database
- Wrap multi-step writes in transactions36 of 258 in 18 filesalso worded as Wrap multi-step writes in a transaction; Run multi-step writes inside a transaction
- Retry failed requests with exponential backoff36 of 258 in 18 filesalso worded as Retry failed operations with exponential backoff; Retry transient failures with exponential backoff
- Batch fetch related records to avoid N+1 queries34 of 258 in 16 filesalso worded as Batch fetch to prevent N+1 queries; Batch fetches to prevent N+1 queries
- Use resource-based URLs for REST endpoints31 of 258 in 13 filesalso worded as Use resource-based REST URLs; Use resource-based REST endpoint URLs
- Separate business logic into a service layer29 of 258 in 17 filesalso worded as Put business logic in the Service layer; Put business logic in service objects
- Queue background jobs instead of blocking requests29 of 258 in 14 filesalso worded as Queue background work instead of blocking requests; Queue background jobs instead of blocking
- Abstract data access behind repository interfaces25 of 258 in 13 filesalso worded as Abstract data access behind a repository interface; Abstract data access behind a repository
- Log structured JSON with request context15 of 258 in 7 filesalso worded as Log structured events with request context; Log structured JSON with context
- Use a shared store for rate limiting14 of 258 in 6 filesalso worded as Rate limit through a shared store
- Validate input data14 of 258 in 8 filesalso worded as Validate all input data; Validate all inputs
- Verify JWT tokens on protected requests14 of 258 in 6 filesalso worded as Verify JWT tokens before granting access; Verify JWT tokens on protected routes
- Rate limit requests per client13 of 258 in 7 filesalso worded as Rate limit incoming requests; Rate limit incoming API requests
What they tell it not to do
- Do not select all columns in queries34 of 258 in 16 filesalso worded as Never select all columns with a wildcard; Don't select all columns with wildcard queries
- Do not fetch related records in a loop29 of 258 in 12 filesalso worded as Never fetch related records inside a loop; Do not query related records in a loop
- Do not use in-memory counters for production rate limiting13 of 258 in 5 filesalso worded as Do not use per-process in-memory rate limit counters in production; Never use per-process in-memory rate limit counters
- Do not use web searches9 of 258 in 3 filesalso worded as Don't use web search
- Do not use emojis9 of 258 in 3 filesalso worded as Don't use emojis in communication; Never use emojis in code, markup, or alt text
- Do not edit node_modules or dist files8 of 258 in 2 filesalso worded as Don't edit node_modules, .git, dist, or build
- Never query in a loop6 of 258 in 5 filesalso worded as Do not query per record inside loops; Do not query inside loops
- Never hardcode secrets in examples6 of 258also worded as Do not hardcode secrets; Hardcode secrets or credentials in source
- Never change production without approvals and rollback plans5 of 258 in 3 filesalso worded as Never change production without approvals and a rollback plan
- Don't use for small isolated backend changes or bug fixes5 of 258 in 3 filesalso worded as Do not use for small isolated changes or bug fixes; Don't use for small isolated backend changes
What they expect to be installed
- Redis58 of 258 in 38 files
- Zod52 of 258 in 33 files
- jsonwebtoken37 of 258 in 19 files
- Supabase34 of 258 in 17 files
- Next.js24 of 258 in 11 files
- grep18 of 258 in 12 files
- curl14 of 258 in 12 files
- Express13 of 258 in 7 files
- Read12 of 258 in 6 files
- npm11 of 258 in 5 files
What they ask it to produce
- API documentation16 of 258 in 8 filesalso worded as API documentation and user guides; API contract documentation
- Structured JSON log entries11 of 258 in 6 filesalso worded as structured logs; structured JSON logs with correlation IDs
- Endpoint tests9 of 258 in 3 filesalso worded as Tests for all endpoints
- Stored learning patterns9 of 258 in 3 filesalso worded as Stored learning pattern; Stored learning pattern records
- API endpoint code8 of 258 in 2 filesalso worded as API endpoint implementation
- Database migrations8 of 258 in 6 filesalso worded as migrations; Database migration files
- Swagger/OpenAPI documentation6 of 258 in 4 filesalso worded as OpenAPI or Swagger documentation; OpenAPI/Swagger documented endpoints
- Deployment runbook and rollback plan5 of 258 in 3 filesalso worded as Deployment and rollout plan
When Data & backend authors say to reach for one
The situations these authors wrote into their own files, counted out of the same 258 authors, with the skills that name each one
- Optimizing database queries29 of 258 in 12 files
- Backend patterns
- Ecc backend patterns
- and 8 more on this shelf
- Structuring API error handling and validation29 of 258 in 12 files
- Backend patterns
- Ecc backend patterns
- and 7 more on this shelf
- Implementing repository, service, or controller layers28 of 258 in 11 files
- Backend patterns
- Ecc backend patterns
- and 7 more on this shelf
- Designing REST or GraphQL API endpoints28 of 258 in 11 files
- Backend patterns
- Ecc backend patterns
- and 7 more on this shelf
- Setting up background jobs or async processing28 of 258 in 11 files
- Backend patterns
- Ecc backend patterns
- and 7 more on this shelf
- Adding caching26 of 258 in 9 files
- Backend patterns
- Ecc backend patterns
- and 7 more on this shelf
- Building middleware17 of 258 in 5 files
- Backend patterns
- Backend
- Ecc backend patterns
- and 2 more on this shelf
- Building auth, logging, or rate-limiting middleware13 of 258 in 8 files
- Backend patterns
- and 4 more on this shelf
How Data & backend skills are built
8,911 skill directories by 1,145 authors, read from their repositories’ own file trees 2026-08-05
The middle bundle among those shipping files is 3 files, 19.9 KB beside SKILL.md
Counted by distinct author, same as above, so one author publishing forty template copies counts once. SKILL.md itself is not counted as a file, so a single-file skill is one where that file is the whole skill.
The shape
- SKILL.md is the whole skill404 of 1,145 authors, 4,559 of 8,911 skills
- files ship beside it741 of 1,145 authors, 4,352 of 8,911 skills
- executable scripts ship inside282 of 1,145 authors, 1,320 of 8,911 skills
The folders they converge on
- references/501 of 1,145 authors, 2,462 of 8,911 skills
- scripts/229 of 1,145 authors, 1,180 of 8,911 skills
- assets/98 of 1,145 authors, 366 of 8,911 skills
- agents/83 of 1,145 authors, 220 of 8,911 skills
- evals/70 of 1,145 authors, 181 of 8,911 skills
- examples/53 of 1,145 authors, 169 of 8,911 skills
tt-a1i/archify/archify Skill
10,485★ repoAgent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.
gosom/google-maps-scraper/skills/google-maps-scraper Skill
5,506★ reposcrape data from Google Maps. Extracts data such as the name, address, phone number, website URL, rating, reviews number, latitude and longitude, reviews,email and more for each place
bytebase/dbhub/io.github.bytebase/dbhub MCP server
3,362★ repoMinimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
mongodb-js/mongodb-mcp-server/io.github.mongodb-js/mongodb-mcp-server MCP server
1,099★ repoMongoDB Model Context Protocol Server
us/crw/io.github.us/crw MCP server
552★ repoOpen-source web scraper for AI agents with scrape, crawl, and map tools
delorenj/mcp-server-trello/io.github.delorenj/mcp-server-trello MCP server
432★ repoMCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
agamm/claude-code-owasp/.claude/skills/owasp-security Skill
325★ repoClaude Code skill for OWASP security best practices (2025-2026). Includes Top 10:2025, ASVS 5.0, Agentic AI security, and 20+ language-specific security quirks.
telagod/code-abyss/skills/_kernel/backend Skill
238★ repoGive your AI coding agent a personality. Composable persona + style + skills for Claude Code, Codex, Gemini CLI & OpenClaw. Ships Tech Persona Card v1.0 spec.
pgEdge/pgedge-postgres-mcp/io.github.pgEdge/postgres-mcp MCP server
211★ repoEnterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI
Idun-Group/idun-agent-platform/examples/tutorials/text-to-sql-deep-agent/skills/query-writing Skill
198★ repo🟪 Open-source runtime that ships any LangGraph or Google ADK agent as a production-ready FastAPI service. Bundled , AG-UI copilotkit API, chat UI, 15+ guardrails, MCP, OpenTelemetry, OIDC. One pip install. Self-hosted, no vendor lock-in.
alex-on-ai/WebReaper/io.github.alex-on-ai/webreaper MCP server
142★ repoAI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.
getmockd/mockd/io.mockd/mockd MCP server
141★ repoMulti-protocol API mock server: HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, SOAP.
ahpxex/open-dashboard/.claude/skills/add-backend Skill
119★ repoA skill catalogue of 36 copy-ready admin UI shapes an AI agent installs and composes into a real back-office. Built on TanStack Start, Drizzle + better-auth, shadcn + Tailwind v4.
AltimateAI/data-engineering-skills/skills/altimate-code Skill
118★ repoSkills related to Data Engineering Work for Claude Code
nubo-db/dynoxide/io.github.nubo-db/dynoxide MCP server
83★ repoDynamoDB-compatible database engine in Rust on SQLite, with an MCP server for coding agents.
yfe404/web-scraper Skill
82★Intelligent web scraping Claude Code skill with automatic strategy selection and TypeScript-first Apify Actor development
gogf/skills/skills/goframe-v2 Skill
no license78★ repoGoFrame Agent Skills empowering AI to deeply understand GoFrame conventions and best practices, generating high-quality, production-ready code.
michtio/craftcms-claude-skills/skills/craft-cloud Skill
70★ repoProduction-ready Claude Code skills, agents, and project templates for Craft CMS 5 development
FROWNINGdev/django-orm-lens/io.github.FROWNINGdev/django-orm-lens MCP server
64★ repoDjango ORM static-analysis MCP. 10 tools: models, relations, migrations, indexes, signals, N+1.
lensesio/agentic-engineering-for-apache-kafka/skills/kafka-connector-review Skill
56★ repoAI agent skills for building, operating and troubleshooting Apache Kafka applications. Topic audit, consumer lag, schema review, security, connectors and DLQ
AzureCosmosDB/cosmosdb-agent-kit/skills/cosmosdb-best-practices Skill
50★ repoA collection of skills for AI coding agents working with Azure Cosmos DB. Skills are packaged instructions and scripts that extend agent capabilities.
enessari/metabase-ai-assistant/io.github.enessari/metabase-ai-assistant MCP server
48★ repoMCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL
unmateria/MCP-Access/io.github.unmateria/msaccess-database MCP server
no license48★ repoRead and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows.
prisma/mcp/io.prisma/mcp MCP server
no license47★ repoMCP server for managing Prisma Postgres.
proyecto26/system-design-skills/skills/api-design Skill
46★ repoA divide-and-conquer wiki of system-design skills for Claude Code — reason about scalable systems, don't memorize architectures.
brettdavies/crawl4ai-skill Skill
no license42★Scrape JavaScript-heavy sites and extract structured data via reusable CSS schemas. Portable agent skill wrapping the Crawl4AI CLI and Python SDK.
Linked-API/linkedin-skills/linkedin-growth Skill
42★ repoLinkedIn automation skills for AI agents – sales, social selling, data extraction, and more.
ea-toolkit/architecture-catalog/.claude/skills/crawl-apis Skill
38★ repoGit-native architecture catalog — Markdown registry, schema-driven UI, AI-ready
thoughtspot/mcp-server/app.thoughtspot/mcp-server MCP server
no license33★ repoMCP Server for ThoughtSpot - provides OAuth authentication and tools for querying data
abhishekbhakat/airflow-mcp-server/io.github.abhishekbhakat/airflow-mcp-server MCP server
33★ repoAn MCP server for Apache Airflow
aligundogdu/symfony-hexagonal-skill/skills/symfony-api-response Skill
no license32★ repoClaude Code plugin that enforces hexagonal architecture (ports & adapters) in Symfony projects — with 10 auto-triggered skills, 2 review agents, and progressive refactoring support for existing codebases.
haymon-ai/dbmcp/ai.haymon/dbmcp MCP server
30★ repoDatabase MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention
Airflow and workflow orchestration
vaquarkhan/data-engineering-agent-skills/skills/airflow-and-workflow-orchestration Skill
29★ repoProduction-grade Agent Skills for data engineering AI agents: 73 workflows, platform presets, safe backfill/replay, Kafka & Spark reliability, MCP observability, and VS Code/JetBrains installers.
nicholasglazer/gnosis-mcp/io.github.nicholasglazer/gnosis MCP server
27★ repoZero-config MCP server for searchable documentation. SQLite or PostgreSQL.
verygoodplugins/mcp-local-wp/io.github.verygoodplugins/mcp-local-wp MCP server
no license27★ repoWordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.
AutumnsGrove/ClaudeSkills/api-designer Skill
no license26★ repoSkills for Claude.ai and Claude Code
PostgreSQL performance Tuner MCP Server
isdaniel/pgtuner_mcp/io.github.isdaniel/pgtuner_mcp MCP server
25★ repoprovides AI-powered PostgreSQL performance tuning capabilities.
vrtalex/bitrix24-skill/skills/bitrix24-agent Skill
24★ repoBitrix24 AI Agent skill: webhook/OAuth, events, retries, safety guardrails, and ops patterns
AgamiAI/agami-core/plugins/agami/skills/agami-connect Skill
no license22★ repoThe trust layer between AI and your data. Turns your database schema - messy joins, undocumented tables, into a governed semantic model so AI answers with correct SQL and a receipt on every answer. Run it locally, or self-host a shared team server with Docker.
Orizon-eu/claude-code-pentest/api-breaker Skill
22★ repo6 Claude Code skills that automate the entire pentest lifecycle. From recon to exploit chains to bug bounty reports — just give it a domain. 43 scripts, zero dependencies, pure Python.
goesByhc/cn-scraper-mcp/io.github.goesByhc/cn-scraper-mcp MCP server
22★ repoMCP server for AI agents to search major Chinese internet platforms with local-first login support.
exmergo/dex/skills/explore Skill
21★ repoDex is the agent-native analytics engineering toolkit. Point it at your warehouse and your dbt project. It learns the landscape, authors your transformations, and tells you exactly what to fix when the schema drifts. Built for analytics engineers and data engineers who want more out of their coding agent.
scholarly360/owasp-top10-web-skills/skills/authentication-failures Skill
20★ repoAgent Skills for OWASP Top 10 Application Security Risks (https://owasp.org/Top10/2025/)
PaymobAccept/Paymob-AI-Integration-Skill/skills/paymob-integration Skill
19★ repoOfficial Paymob payment integration skill for Claude Code — Intention API, HMAC, mobile wallets, BNPLs, Apple Pay across Node.js, Python, PHP, Flutter and more
Souhar-dya/mcp-db-server/io.github.Souhar-dya/mcp-db-server MCP server
no license19★ repoMCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
jamjet-labs/jamjet/io.github.jamjet-labs/engram-server MCP server
19★ repoDurable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.
spences10/mcp-sqlite-tools/io.github.spences10/mcp-sqlite-tools MCP server
19★ repoMCP server for local SQLite database operations
Chipagosfinest/enterprise-team/enterprise-team/skills/data-catchall Skill
no license18★ repoHire a whole company with one plugin. 75 specialized AI agents across Engineering, Product, Infrastructure, Data, Security, Marketing, Sales, Finance, Legal, and People.
powersync-ja/agent-skills/skills/powersync Skill
17★ repoOfficial agent skills for PowerSync
houtini-ai/seo-crawler-mcp/io.github.houtini-ai/seo-crawler-mcp MCP server
16★ repoCrawl and analyse websites for SEO errors using Crawlee with SQLite storage
ShieldNet-360/secure-vibe/dist/agent-skills/.agents/skills/api-security Skill
15★ repoSecureVibe — prevention-first security for AI-written code. Signed SKILL.md knowledge that makes AI coding assistants write secure code at generation time, plus a deterministic CI gate. Offline · keyless · Ed25519-signed. By ShieldNet360.
lisniuse/taoguba-crawler-skill Skill
15★淘股吧帖子爬取skill,给 AI agent(AI智能体)使用。
saifoelloh/golang-best-practices-skill Skill
15★Production-ready Go code review skill for AI agents based on authoritative sources
ogarciarevett/stacker/skills/stacker Skill
15★ repoAgent skill: stack overlapping skills — run the best candidates in parallel, score outputs, merge the result
ryaker/appstore-connect-mcp/io.github.ryaker/appstore-connect-mcp MCP server
15★ repoMCP server for Apple Store Connect API integration with OAuth authentication support
tmssoftware/skills/skills/aurelius-mapping Skill
no license14★ repoOfficial collection of agent skills from TMS Software
melissa-pereira-deel/claude-code-server-side-swift-skills/skills/server-side-swift Skill
13★ repoProduction-ready Claude Code skills for server-side Swift (Vapor, Hummingbird) and Xcode Cloud CI/CD
steph-dove/klaussy-agents/examples/fastapi/.agents/skills/fastapi-address-review Skill
13★ repoA multi-agent context, rules, and hooks boilerplate generator. With a single command, it scaffolds conventions, namespaced skills, stack-appropriate settings, and interactive guardrails for seven major AI coding environments, matching each agent's native file formats and capability profiles.
martinholovsky/SOTA-skills/skills/sota-api-design Skill
12★ repoState-of-the-Art (2026) AI/LLM engineering skills/agents for building and auditing software — 40+ domain & language skills, BUILD/AUDIT modes, audit checklists.
G1Joshi/Agent-Skills/skills/ai-ml/airflow Skill
12★ repoA comprehensive skill catalog for AI agents