SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

claude-code-plugins-plus-skills
Design efficient NoSQL data models (MongoDB, DynamoDB, Cassandra, Redis) driven by access patterns, indexes, and migration strategies.

mern-ninja-cc
Guidelines and best-practice patterns for writing efficient Mongoose/MongoDB queries and avoiding common performance pitfalls (N+1, unindexed filters, unnecessa

marcellourbani
ABAP performance best practices for SAP ECC on traditional databases (Oracle, DB2, MSSQL, MaxDB): optimize SELECTs, buffering, internal tables, and common ECC a

dbcli
Safely execute INSERT/UPDATE/DELETE (DML) against 30+ databases using the DbCli CLI — with mandatory backup and verification workflows for destructive operation

node-orm-mysql
Guides building MySQL queries, CRUD operations, and transactions using @axiosleo/orm-mysql with query builders, pools, and dry-run support.

dotfiles
Opinionated SQL formatting and saving rules to produce consistent, testable, and reviewable SQL examples and queries.

claude-code-plugins-plus-skills
Guides and automates setup of Cloud SQL instances on Google Cloud Platform.

claude-code-templates
Access the BRENDA enzyme database via SOAP API to retrieve kinetic parameters, reactions, organism data, and substrate-specific enzyme information.

marcellourbani
Trace SAP SPRO activities to the underlying configuration tables, views, and transactions.

agent-skills
Expert reference for Azure Database for MySQL: troubleshooting, architecture, security, configuration, migrations, backups, and deployment best practices.

ordinary-claude-skills
Generate context-safe, phase-aligned planning docs for web projects (implementation phases, schemas, API endpoints, UI components and verification criteria).

antigravity-awesome-skills
Guide and examples for using the @azure/cosmos SDK in TypeScript/JavaScript: authentication, CRUD, queries, bulk ops, and container management.

skills
Guidance and examples for calling CloudBase platform features over raw HTTP when SDKs are unavailable or unsuitable.

frosty
Guidance for authoring Snowflake CREATE REPLICATION GROUP DDL: validate parameters, avoid CREATE OR REPLACE, include only non-default or requested clauses, and

claude-mpm-skills
Guided, safe patterns for evolving database schemas in production with decision trees, tooling examples, and rollback strategies.

core
Guidance for implementing, reviewing, debugging, and migrating WordPress custom database tables using BerlinDB 3.x — schemas, queries, migrations, and verificat

claude-skill-registry
Production-ready async SQLAlchemy 2.0+ patterns for FastAPI: session management, connection pooling, Alembic migrations, relationship loading strategies, and qu

marketplace
Provision production-ready PostgreSQL clusters on Kubernetes using the CloudNativePG operator with HA, connection secrets, and S3 backups.

skills
Expert guidance for MySQL schema design, query optimization, and database administration to ensure high performance and scalability.

rune
Automates database migrations with safety checks, breaking change detection, and SQL injection scanning for multiple ORMs.

retriever
Manage and migrate the SQLite schema for Retriever's document intelligence system, including table layouts and path rules.

agent-workflows
Performs focused performance reviews on code changes, PRs, or diffs; identifies algorithmic hotspots, N+1 queries, paging and caching opportunities, and offers