Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
managing-database-migrations
This skill enables Claude to manage database schema changes through version-controlled migrations. It is activated when the user requests to create, apply, or rollback database migrations. The skill supports generating timestamped migration files with both up and down migrations for PostgreSQL, MySQL, SQLite, and MongoDB. It helps in tracking schema evolution and ensuring safe database modifications. Use this skill when the user mentions "database migration", "schema change", "add column", "rollback migration", or "create migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
validating-database-integrity
This skill utilizes the data-validation-engine plugin to ensure database integrity. It automatically validates data types, ranges, formats, referential integrity, and business rules. Use this skill when you need to implement data validation, enforce constraints, or improve data quality within a database. It is triggered by requests for "data validation", "database integrity", or "validation rules". The plugin supports multi-database environments and production-ready implementations.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
modeling-nosql-data
This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-database-seed-data
This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a database with sample data for development, testing, or demonstration purposes. The skill is triggered by phrases like "seed database", "generate test data", "create seed script", or "populate database with realistic data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
generating-database-documentation
This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
optimizing-sql-queries
This skill analyzes and optimizes SQL queries for improved performance. It identifies potential bottlenecks, suggests optimal indexes, and proposes query rewrites. Use this when the user mentions "optimize SQL query", "improve SQL performance", "SQL query optimization", "slow SQL query", or asks for help with "SQL indexing". The skill helps enhance database efficiency by analyzing query structure, recommending indexes, and reviewing execution plans.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
implementing-database-caching
This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database load, improving query latency, and supporting horizontal scaling with cache-aside, write-through, and read-through patterns. Use this skill when the user mentions terms like "database caching", "improve database performance", "reduce database load", or uses the `/caching` command.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
optuna-study-creator
Optuna Study Creator - Auto-activating skill for ML Training.
Triggers on: optuna study creator, optuna study creator
Part of the ML Training skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
tensorflow-model-trainer
Tensorflow Model Trainer - Auto-activating skill for ML Training.
Triggers on: tensorflow model trainer, tensorflow model trainer
Part of the ML Training skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
early-stopping-callback
Early Stopping Callback - Auto-activating skill for ML Training.
Triggers on: early stopping callback, early stopping callback
Part of the ML Training skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
openapi-spec-generator
Openapi Spec Generator - Auto-activating skill for API Development.
Triggers on: openapi spec generator, openapi spec generator
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
hypermedia-link-generator
Hypermedia Link Generator - Auto-activating skill for API Development.
Triggers on: hypermedia link generator, hypermedia link generator
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
graphql-schema-generator
Graphql Schema Generator - Auto-activating skill for API Development.
Triggers on: graphql schema generator, graphql schema generator
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
http-method-helper
Http Method Helper - Auto-activating skill for API Development.
Triggers on: http method helper, http method helper
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
request-body-validator
Request Body Validator - Auto-activating skill for API Development.
Triggers on: request body validator, request body validator
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
swagger-doc-creator
Swagger Doc Creator - Auto-activating skill for API Development.
Triggers on: swagger doc creator, swagger doc creator
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
sorting-parameter-handler
Sorting Parameter Handler - Auto-activating skill for API Development.
Triggers on: sorting parameter handler, sorting parameter handler
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
pagination-helper
Pagination Helper - Auto-activating skill for API Development.
Triggers on: pagination helper, pagination helper
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
filtering-query-builder
Filtering Query Builder - Auto-activating skill for API Development.
Triggers on: filtering query builder, filtering query builder
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
api-rate-limiting-config
Api Rate Limiting Config - Auto-activating skill for API Development.
Triggers on: api rate limiting config, api rate limiting config
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
etag-handler
Etag Handler - Auto-activating skill for API Development.
Triggers on: etag handler, etag handler
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
graphql-mutation-builder
Graphql Mutation Builder - Auto-activating skill for API Development.
Triggers on: graphql mutation builder, graphql mutation builder
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
graphql-subscription-setup
Graphql Subscription Setup - Auto-activating skill for API Development.
Triggers on: graphql subscription setup, graphql subscription setup
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
api-key-auth-setup
Api Key Auth Setup - Auto-activating skill for API Development.
Triggers on: api key auth setup, api key auth setup
Part of the API Development skill category.
jeremylongshore/claude-code-plugins-plus-skills 1,803