Skills

The open registry for AI agent skills — structured prompts and workflows with recommended models, example prompts, and compatible tools.

Contribute a Skill

Skills

50

Categories

9

Compatible tools

6

Contributors

2

Showing 2242 of 50 skills

Prompt Injection Testeradvanced

Red-teams LLM applications for prompt injection, jailbreaks, and data exfiltration risks. Generates adversarial test cases for direct and indirect injection, system prompt leakage, tool-call abuse, and unsafe output handling, then reports findings with severity ratings and concrete mitigations such as input isolation, output filtering, and least-privilege tools.

3 models
Threat Modelingadvanced

Performs systematic threat modeling for software systems using frameworks like STRIDE, PASTA, and Attack Trees. Identifies potential security threats, attack vectors, and vulnerabilities in system architectures. Produces prioritized risk assessments with mitigation strategies and security controls.

3 models
Video Analysisadvanced

Analyzes video content to extract insights, describe scenes, identify objects and actions, generate summaries, and create structured annotations. Supports temporal reasoning across frames, scene change detection, and content categorization. Works with educational videos, product demos, surveillance footage, and social media content.

3 models
Design System Generatoradvanced

Creates comprehensive design system documentation and component specifications from existing UI patterns or requirements. Generates design tokens, component APIs, usage guidelines, and accessibility specifications. Supports Figma-to-code workflows and produces consistent theming across platforms.

3 models
Data Pipeline Builderadvanced

Designs and generates data pipeline configurations for ETL/ELT workflows. Supports Apache Airflow DAGs, dbt models, Spark jobs, and streaming pipelines with Kafka or Flink. Creates data quality checks, schema evolution strategies, and monitoring dashboards for pipeline health.

3 models
Contract Analysisadvanced

Analyzes legal and business contracts to extract key terms, identify risks, compare clauses against standard templates, and generate summaries. Highlights unusual provisions, missing protections, and negotiation points. Supports NDAs, SaaS agreements, employment contracts, and vendor agreements.

3 models
Infrastructure as Code Generatoradvanced

Generates production-ready infrastructure as code (IaC) configurations for cloud deployments. Supports Terraform, Pulumi, CloudFormation, and CDK. Creates modular, reusable infrastructure components with proper networking, security groups, IAM policies, and monitoring configurations.

3 models
ASO Competitor Analysisadvanced

Performs a comprehensive competitive intelligence analysis for mobile apps on the App Store and Google Play. Compares metadata, keyword gaps, creative strategy (screenshots, preview video, icon), ratings, monetization, and growth signals across up to 5 competitors, then delivers a prioritized opportunity map with quick wins and strategic recommendations.

3 models
ASO Auditadvanced

Performs a full App Store Optimization health check across 10 weighted dimensions: title, subtitle, keyword field, description, screenshots, preview video, ratings and reviews, icon, keyword rankings, and conversion signals. Produces a scored ASO report card (0–100) with quick wins, high-impact changes, and strategic recommendations prioritized by effort and expected impact.

3 models
Scientific Writingadvanced

Assists with writing, structuring, and editing scientific manuscripts, grant proposals, and technical reports. Supports IMRaD structure, proper citation formatting, abstract writing, methods sections with reproducibility details, results interpretation, and response to reviewer comments. Adapts to journal-specific guidelines and word limits.

3 models
Literature Reviewadvanced

Conducts systematic literature reviews across scientific databases including PubMed, arXiv, bioRxiv, and Semantic Scholar. Synthesizes findings from multiple papers, identifies research gaps, maps citation networks, and produces structured review documents suitable for grant proposals or publication introductions.

3 models
Hypothesis Generationadvanced

Assists researchers in generating, refining, and evaluating scientific hypotheses. Analyzes existing literature and data to propose testable hypotheses, identifies confounding variables, suggests experimental designs, and evaluates feasibility. Supports structured frameworks like PICO for clinical research and helps formulate null/alternative hypotheses with appropriate statistical tests.

3 models
Molecular Analysisadvanced

Performs cheminformatics and molecular property analysis using RDKit, PubChem, and ChEMBL. Supports SMILES/InChI parsing, molecular descriptor calculation, drug-likeness filtering (Lipinski, Veber), ADMET prediction, substructure search, and structure-activity relationship (SAR) analysis for drug discovery workflows.

3 models
Bioinformatics Pipelineadvanced

Builds and executes bioinformatics analysis pipelines for genomics, transcriptomics, and proteomics data. Supports single-cell RNA-seq analysis with Scanpy, differential expression with PyDESeq2, sequence alignment, variant calling, gene ontology enrichment, and pathway analysis using KEGG and Reactome databases.

3 models
Cloud Deployment Assistantadvanced

Assists with deploying applications to cloud platforms including AWS, GCP, Azure, and Vercel/Netlify. Generates infrastructure-as-code (Terraform, Pulumi, CDK), Dockerfiles, CI/CD pipelines, and deployment scripts. Handles environment configuration, secrets management, and production readiness checks.

3 models
Self-Improving Agentadvanced

Records learnings, mistakes, and corrections to enable continuous improvement of AI agent behavior. Maintains a structured memory of failures, user corrections, outdated knowledge, and discovered better approaches. Reviews past learnings before executing important tasks to avoid repeating mistakes.

4 models
Skill Security Vetteradvanced

Security-first AI agent skill auditing. Reviews skill definitions, SKILL.md files, and agent configurations for dangerous patterns, excessive permissions, data exfiltration risks, and suspicious behaviors before installation. Provides a safety score and actionable recommendations.

3 models
Knowledge Graph Builderadvanced

Builds and queries typed knowledge graphs for structured agent memory and composable skills. Creates entities (people, projects, tasks, events, documents), links related objects, enforces constraints, and plans multi-step actions as graph transformations. Enables persistent, queryable memory across agent sessions.

4 models
System Designadvanced

Helps architect scalable distributed systems by analyzing requirements and producing high-level architecture diagrams, component breakdowns, data flow descriptions, and technology recommendations. Covers load balancing, caching strategies, database selection, message queues, and failure handling patterns.

4 models
AI Agent Builderadvanced

Designs and scaffolds AI agent architectures including tool definitions, system prompts, memory strategies, and orchestration logic. Supports multi-agent workflows, ReAct patterns, function calling schemas, and MCP server configurations. Helps structure agents that are reliable, observable, and easy to debug.

4 models
Database Query Optimizeradvanced

Analyzes SQL queries and database schemas to identify performance bottlenecks and suggest optimizations. Recommends index strategies, query rewrites, denormalization opportunities, and partitioning schemes. Explains EXPLAIN plans and provides before/after comparisons with expected performance improvements.

4 models

Skills vs MCP servers

what's the difference?

Skillsthe “what to do”

A skillA reusable, structured prompt/workflow with recommended models, an example prompt, and compatible tools. packages know-how — instructions, an example promptA ready-to-use prompt template that demonstrates how to invoke the skill., and recommended models — so an agent performs a task consistently. Skills add knowledge, not new connections.

MCP serversthe “how to connect”

An MCP serverModel Context Protocol server — a standard way to expose tools, resources, and prompts to AI agents and IDEs. gives an agent new capabilities by connecting it to real systems (databases, APIs, files) over a transportHow the client talks to the server: stdio (local process), SSE, or HTTP streaming.. MCP adds connections and actions, not task instructions.

Rule of thumb: reach for a skill when you need the model to do a task well, and an MCP server when you need it to reach a tool or system. They compose — a skill can rely on tools an MCP server provides.

Built a useful skill?

Submit a SKILL.md — it's open source and community-maintained.

Contribute on GitHub