AI Agent Skills Database

Browse our curated library of 121+ SKILL.md files for AI agents. Download ready-to-use skills for Claude Code, Codex, OpenAI and more.

Generate a Skill Bundle Submit a Skill

Categories

Difficulty

121 skills found
Autonomous Agents Advanced
0

Keyboard Shortcut Systems

Design and implement cross-platform, conflict-free keyboard shortcut systems with proper scope, discoverability, and OS/browser safety.

keyboard-shortcuts cross-platform modifier-keys +4
universal
Autonomous Agents Intermediate
0

Database Operations

Provides safe database operation guidelines for apps, covering parameterized queries, idempotent migrations, and transactional, rollback-capable writes.

autonomous-agents database-operations sql-query-construction +4
universal
Autonomous Agents Advanced
0

Search Implementation

Implement and optimize fast, relevant search with indexing, analyzers, and autocomplete across engines like Elasticsearch, Algolia, and Meilisearch.

autonomous-agents search full-text-search +5
universal
Autonomous Agents Intermediate
0

Codebase Navigation

Guides rapid understanding of unfamiliar codebases by mapping structure and dependencies so you can orient quickly before making changes.

autonomous-agents code-analysis codebase-navigation +4
universal
Autonomous Agents Intermediate
0

Code Style Matching

Detects a project's code style (indentation, naming, quotes, formatting) and writes code that matches it, ensuring new code blends in.

code-styling code-style-matching coding-conventions +4
universal
Autonomous Agents Advanced
0

Code Generation Patterns

Generates production-quality, idiomatic code that follows language conventions, naming, and project structure for seamless integration.

autonomous-agents code-generation coding-conventions +4
universal
Autonomous Agents Intermediate
0

Performance Optimization

Systematically profile, identify bottlenecks, and apply measured optimizations (caching, lazy loading, algorithmic tweaks) to improve performance without guessing.

autonomous-agents performance-optimization profiling +4
universal
Autonomous Agents Intermediate
0

Data Validation Patterns

Implements robust boundary data validation using schemas, sanitization, and targeted error handling to ensure safe, well-formed input.

data-validation schema-validation input-sanitization +4
universal
Autonomous Agents Advanced
0

JSON Manipulation

Advanced JSON manipulation: deep merges, path-based access, schema validation, diffs, and streaming for large files with lossless, ordered results.

json deep-merge path-based-access +4
chatgpt
Autonomous Agents Intermediate
0

Clipboard Operations

Implements modern Clipboard API usage for copying and pasting rich or plain text with proper permissions, fallbacks, and content sanitization.

autonomous-agents clipboard-operations web-clipboard +4
universal
Autonomous Agents Advanced
0

PDF Document Generation

Generate pixel-accurate PDFs from templates or HTML using data-driven layouts, with compliance rules and digital signatures.

autonomous-agents pdf-generation html-to-pdf +4
universal
Autonomous Agents Advanced
0

Payment Integration

Integrates payment processing with Stripe and PayPal, handling webhooks, subscriptions, refunds, PCI compliance, currency, and tax calculations.

payments payment-integration stripe +4
openai-codex
Autonomous Agents Intermediate
0

Parallel Task Execution

Identifies independent subtasks and executes them in parallel to speed up workflows while safeguarding shared state, avoiding conflicts, and merging results correctly.

autonomous-agents concurrency parallelism +5
universal
Autonomous Agents Advanced
0

Data Extraction and Transformation

Extract, parse, clean, and transform data from CSV, JSON, XML, and more, handling malformed input and streaming large files.

autonomous-agents data-extraction data-transformation +4
universal
Autonomous Agents Advanced
0

Package Publishing

Automates package publishing to registries (npm, PyPI), enforcing SemVer, changelogs, pre-publish checks, and deprecation handling.

autonomous-agents package-publishing npm +4
universal
Autonomous Agents Intermediate
0

State Management Across Sessions

Preserve and reconstruct agent work across sessions using structured progress files, a git-based state journal, and clear decisions and rationale.

autonomous-agents state-management cross-session +3
universal
Autonomous Agents Intermediate
0

Event-Driven Architecture

Design and implement event-driven architectures using pub/sub, event sourcing, message queues, and reliable event handlers.

event-driven event-driven-architecture pub-sub +4
universal
Autonomous Agents Advanced
0

CI/CD Pipeline Management

Reads, debugs, and safely modifies CI/CD pipelines across GitHub Actions, GitLab CI, and CircleCI; ensures changes are incremental and testable.

ci-cd continuous-integration ci-pipeline-management +4
universal
Autonomous Agents Advanced
0

State Machine Patterns

Model complex workflows with state machines—defining states, transitions, guards, and hierarchies for predictable, debuggable agent behavior.

state-machine workflow-modeling autonomous-agents +5
universal
Autonomous Agents Advanced
0

ORM Patterns

A practical guide to using ORMs across Prisma, Sequelize, SQLAlchemy, and TypeORM, covering relations, migrations, query optimization, and transactions.

autonomous-agents orm-patterns orm +4
universal
Autonomous Agents Intermediate
0

URL Routing Patterns

Design and implement clean RESTful URL routing patterns, handling dynamic segments, path vs query parameters, and nested routes for maintainable web APIs.

url-routing restful-design web-api +4
universal
Autonomous Agents Intermediate
0

Error Message Interpretation

Reads error messages end-to-end to locate root causes, navigates stack traces, and distinguishes environment issues from code bugs.

autonomous-agents error-handling debugging +3
universal
Autonomous Agents Advanced
0

Error Handling Patterns

Design robust error handling with try/catch, error hierarchies, boundaries, graceful degradation, retries, and circuit breakers.

autonomous-agents error-handling robustness +3
universal
Autonomous Agents Advanced
0

Error Cascade Prevention

Prevents small mistakes from cascading in long task chains by inserting checkpoints, validating outcomes, and enabling early termination when issues are detected.

autonomous-agents error-cascade-prevention checkpointing +4
universal
Autonomous Agents Intermediate
0

Checkpoint Strategy

Creates save points, stash and backup branches before risky operations to enable fast rollback and reversibility.

autonomous-agents checkpoint-strategy version-control +4
universal