All Skills
(19,009)Browse all AI agent skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
posix-shell-validator
a5c-ai/babysitter
Validate scripts for POSIX compliance with portability checks, bashism detection, and cross-platform compatibility.
agents-md-pro
Melon4Program/ai-skills
Create, optimize, update, and validate AGENTS.md files with maximum token efficiency. Use when the user asks to (1) create new AGENTS.md files for any repository, (2) optimize/condense existing AGENTS.md to reduce token count, (3) update/refresh AGENTS.md to sync with codebase changes, (4) validate AGENTS.md quality and completeness, or (5) improve AGENTS.md files to be more effective for AI agents. Always generates token-efficient, condensed output focused on actionable commands and patterns while maintaining model-agnostic language.
dotnet-upgrade
github/awesome-copilot
Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
Deliver Launch Checklist
product-on-purpose/pm-skills
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> --- name: deliver-launch-checklist description: Creates a comprehensive pre-launch checklist covering engineering, design, marketing, support, legal, and operations readiness. Use before releasing features, products, o
storage
beriberikix/zephyr-agent-skills
Storage management for Zephyr RTOS. Covers Non-Volatile Storage (NVS) for persistent settings, flash partition management in Devicetree, and runtime flash layout access. Trigger when implementing persistent data storage, managing flash wear leveling, or configuring device partitions.
alex-hormozi-pitch
Microck/ordinary-claude-skills
Create irresistible offers and pitches using Alex Hormozi's methodology from $100M Offers. Guides through value equation, guarantee frameworks, pricing psychology, and creating offers "too good not to take" for any product or service.
android-docs-search
tamtom/android-docs-claude-plugin
Search Android/Kotlin documentation offline using SQLite index for API lookups and Grep for content search. Use when the user asks about Android APIs, Compose components, AndroidX classes, Kotlin extensions, or needs to find documentation for Android development.
finishing-a-development-branch
parthalon025/autonomous-coding-toolkit
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Deliver Prd
product-on-purpose/pm-skills
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> --- name: deliver-prd description: Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product
Deliver Edge Cases
product-on-purpose/pm-skills
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> --- name: deliver-edge-cases description: Documents edge cases, error states, boundary conditions, and recovery paths for a feature. Use during specification to ensure comprehensive coverage, or during QA planning to i
Images
samarth777/modal-skills
# Modal Images Reference This document provides detailed reference for building container images in Modal. ## Base Images ### `debian_slim` Minimal Debian-based image, recommended for most use cases. ```python image = modal.Image.debian_slim(python_version="3.12") ``` ### `micromamba` For conda
tasks
agenticnotetaking/arscontexta
View and manage the task stack and processing queue. Shows pending work, active tasks, completed items, and queue state. Triggers on "/tasks", "show tasks", "what's pending", "task list", "queue status".
opentargets-database
K-Dense-AI/claude-scientific-skills
Query Open Targets Platform for target-disease associations, drug target discovery, tractability/safety data, genetics/omics evidence, known drugs, for therapeutic target identification.
ci-monitoring
troykelly/claude-skills
Use after creating PR - monitor CI pipeline, resolve failures, address review feedback, and merge when all gates pass
peer-review
K-Dense-AI/claude-scientific-skills
Structured manuscript/grant review with checklist-based evaluation. Use when writing formal peer reviews with specific criteria methodology assessment, statistical validity, reporting standards compliance (CONSORT/STROBE), and constructive feedback. Best for actual review writing, manuscript revision. For evaluating claims/evidence quality use scientific-critical-thinking; for quantitative scoring frameworks use scholar-evaluation.
Develop Solution Brief
product-on-purpose/pm-skills
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> --- name: develop-solution-brief description: Creates a concise one-page solution overview that communicates the proposed approach, key decisions, and trade-offs. Use when pitching solutions to stakeholders, aligning t
pubchem-database
K-Dense-AI/claude-scientific-skills
Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.
postgresql-code-review
github/awesome-copilot
PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).
pm-case-study
aroyburman-codes/pm-skills
Generate end-to-end PM case studies from real AI product launches, pivots, and decisions. Analyzes what happened, why, what the PM likely decided, trade-offs made, and lessons learned.
pdb-database
K-Dense-AI/claude-scientific-skills
Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural biology and drug discovery.
erc721-specifics
mnedelchev-vn/solidity-defi-claude-skills
WHY TO USE AND WHEN TO USE?
pr-health-check
JacobPEvans/ai-assistant-instructions
Use when checking if PR is ready to merge. Validates merge-readiness and PR status patterns.
pyopenms
K-Dense-AI/claude-scientific-skills
Complete mass spectrometry analysis platform. Use for proteomics workflows feature detection, peptide identification, protein quantification, and complex LC-MS/MS pipelines. Supports extensive file formats and algorithms. Best for proteomics, comprehensive MS data processing. For simple spectral comparison and metabolite ID use matchms.
sql-optimization
github/awesome-copilot
Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.