Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
obsidian-bases
★ 39,700by kepano
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
planning-oracle-to-postgres-migration-integration-testing
✓★ 36,200by github
Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify…
aspire
✓★ 36,200by github
Code-first orchestration for polyglot distributed apps with automatic service discovery and observability. Orchestrates containers, executables, and cloud resources (C#, Python, JavaScript, Go, Java, Rust, and more) from a single .NET AppHost project Includes 144+ integrations across databases, caches, messaging, AI, and observability platforms with automatic environment variable injection for service discovery Built-in dashboard provides real-time logs, traces, metrics, and GenAI...
scaffolding-oracle-to-postgres-migration-test-project
✓★ 36,200by github
Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project,…
breakdown-feature-implementation
✓★ 36,200by github
Detailed feature implementation plan generator following Epoch monorepo conventions. Generates comprehensive markdown implementation plans with system architecture, database schema, and API design specifications Includes Mermaid diagrams for system architecture, entity relationships, and component hierarchies with shadcn/ui integration Covers frontend component structure, state management patterns, backend service design, and deployment strategies Outputs structured plans to...
creating-oracle-to-postgres-migration-integration-tests
✓★ 36,200by github
Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with…
schema-exploration
★ 25,700by langchain-ai
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about…
query-writing
★ 25,700by langchain-ai
Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database,…
notion-knowledge-capture
✓★ 23,200by openai
Capture conversations and decisions into structured, linkable Notion pages for wikis, how-tos, FAQs, and decision logs. Supports six content types: decisions, how-to guides, FAQs, wiki entries, learning notes, and documentation pages, each with dedicated database templates and schemas. Includes a five-step workflow: define capture purpose, locate the target database, extract and structure content, create or update the Notion page, and link from related hub pages. Provides reference guides...
deploy-checklist
✓★ 22,300by anthropic
Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and…
alphafold-skill
✓★ 4,000by openai
Submit compact AlphaFold Protein Structure Database API requests for prediction, UniProt summary, sequence summary, and annotation lookups. Use when a user…
azure-cosmos-db-py
✓★ 2,700by microsoft
Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth…
azure-cosmos-rust
✓★ 2,700by microsoft
Client library for Azure Cosmos DB NoSQL API — globally distributed, multi-model database.
azure-cosmos-py
✓★ 2,700by microsoft
Client library for Azure Cosmos DB NoSQL API — globally distributed, multi-model database.
azure-postgres-ts
✓★ 2,700by microsoft
Connect to Azure Database for PostgreSQL Flexible Server using the pg (node-postgres) package with support for password and Microsoft Entra ID (passwordless) authentication.
azure-cosmos-py
✓★ 2,700by microsoft
Client library for Azure Cosmos DB NoSQL API — globally distributed, multi-model database.
azure-cosmos-db-py
✓★ 2,700by microsoft
Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth…
azure-postgres-ts
✓★ 2,700by microsoft
Connect to Azure Database for PostgreSQL Flexible Server using the pg (node-postgres) package with support for password and Microsoft Entra ID (passwordless) authentication.
supabase
✓★ 2,300by supabase
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client…
wp-wpcli-and-ops
★ 1,800by wordpress
WordPress operations and automation via WP-CLI with safe search-replace, database management, and multisite support. Covers search-replace for domain migrations, database export/import, plugin/theme/user management, cron inspection, and cache flushing Includes built-in guardrails: environment confirmation, dry-run validation, and backup workflows before destructive operations Supports multisite operations with site-specific ( --url ) and network-wide ( --network ) targeting Enables...
wp-performance
★ 1,800by wordpress
Backend-only WordPress performance profiling and optimization using WP-CLI, Query Monitor, and targeted diagnostics. Detects and measures performance bottlenecks via WP-CLI doctor/profile commands, Server-Timing headers, and Query Monitor REST API integration without requiring browser access Covers five optimization categories: database query reduction, autoloaded options cleanup, object cache configuration, cron task optimization, and remote HTTP call management Includes safe verification...
vitess
✓★ 530by planetscale
Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Load when working with Vitess databases, sharding,…
PlanetScale Postgres
✓★ 527by PlanetScale
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
MySQL
✓★ 527by PlanetScale
Plan and review MySQL/InnoDB schema, indexing, query tuning, transactions, and operations. Use when creating or modifying MySQL tables, indexes, or queries; diagnosing slow/locking behavior; planning migrations; or troubleshooting replication and connection issues. Load when using a MySQL database.
Knowledge Capture
✓★ 432by Notion
Turns discussions into durable knowledge in Notion. Captures insights and decisions from chat, formats them clearly, and files them to the right wiki or database with smart linking.
db-migrate
★ 195by medusajs
Run database migrations in Medusa
db-generate
★ 195by medusajs
Generate database migrations for a Medusa module
db-generate
★ 195by medusajs
Generate database migrations for Medusa modules with a single command. Wraps the npx medusa db:generate CLI command to create migration files for specified Medusa modules Accepts module name as an argument and reports migration file location, errors, and next steps Automatically suggests running npx medusa db:migrate after generation to apply migrations
db-migrate
★ 195by medusajs
Execute pending Medusa database migrations and report results. Runs npx medusa db:migrate via Bash to apply all pending migrations to your Medusa database Reports migration outcomes including count of applied migrations, any errors encountered, and success confirmation Designed for Medusa projects with standard npm/npx setup
neon-postgres-egress-optimizer
✓★ 73by neondatabase
Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses.