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.
dspy-evaluation-suite
OmidZamani/dspy-skills
This skill should be used when the user asks to "evaluate a DSPy program", "test my DSPy module", "measure performance", "create evaluation metrics", "use answer_exact_match or SemanticF1", mentions "Evaluate class", "comparing programs", "establishing baselines", or needs to systematically test and measure DSPy program quality with custom or built-in metrics.
daily-progress-report
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Generate automated daily progress reports from site data. Track work completed, labor hours, equipment usage, and weather conditions.
performance-optimization
addyosmani/agent-skills
Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.
architecture-patterns
a5c-ai/babysitter
System and API design guidance covering component boundaries, data flow, integration patterns, and scalability considerations.
shiny-bslib
posit-dev/skills
Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming, accordions, tooltips, popovers, toasts, or bslib inputs. Assumes familiarity with basic Shiny.
bim-classification-ai
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Classify BIM elements using AI and standard classification systems. Map elements to UniFormat, MasterFormat, OmniClass, and CWICR codes.
dspy-finetune-bootstrap
OmidZamani/dspy-skills
This skill should be used when the user asks to "fine-tune a DSPy model", "distill a program into weights", "use BootstrapFinetune", "create a student model", "reduce inference costs with fine-tuning", mentions "model distillation", "teacher-student training", or wants to deploy a DSPy program as fine-tuned weights for production efficiency.
using-agent-skills
addyosmani/agent-skills
Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.
mcp-resource-uri-designer
a5c-ai/babysitter
Design and implement MCP resource URI schemes and templates with proper naming, hierarchy, and documentation.
dspy-output-refinement-constraints
OmidZamani/dspy-skills
This skill should be used when the user asks to "refine DSPy outputs", "enforce constraints", "use dspy.Refine", "select best output", "use dspy.BestOfN", mentions "output validation", "constraint checking", "multi-attempt generation", "reward function", or needs to improve output quality through iterative refinement or best-of-N selection with custom constraints.
test-driven-development
addyosmani/agent-skills
Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.
business-card-scanner
dkyazzentwatwa/chatgpt-skills
Extract contact information from business card images using OCR - name, company, email, phone, address.
containerization-assistant
a5c-ai/babysitter
Assist in containerizing applications with Dockerfile generation and optimization
dspy-rag-pipeline
OmidZamani/dspy-skills
This skill should be used when the user asks to "build a RAG pipeline", "create retrieval augmented generation", "use ColBERTv2 in DSPy", "set up a retriever in DSPy", mentions "RAG with DSPy", "context retrieval", "multi-hop RAG", or needs to build a DSPy system that retrieves external knowledge to answer questions with grounded, factual responses.
ln-761-secret-scanner
levnikolaevich/claude-code-skills
Scans codebase for hardcoded secrets. Returns normalized findings with severity and remediation guidance. Pre-commit hook integration.
gpd-submission-health
rudrankriyam/app-store-connect-cli-skills
Preflight Google Play releases, validate edits, and verify listing completeness with gpd. Use when shipping to production or troubleshooting a failed release.
researching-on-the-internet
ed3dai/ed3d-plugins
Use when planning features and need current API docs, library patterns, or external knowledge; when testing hypotheses about technology choices or claims; when verifying assumptions before design decisions - gathers well-sourced, current information from the internet to inform technical decisions
despacho-generator
fbmoulin/lex-intelligentia-skills
Gerador de despachos judiciais padronizados por fase processual — inicial, saneamento, instrucao e pos-sentenca. Modelos completos com placeholders, variacoes e fundamentacao legal. Usar quando o usuario precisar gerar despacho, despachar processo, proferir decisao ordinatoria, dar andamento processual, designar audiencia, intimar parte, determinar emenda, abrir vista, converter rito, determinar citacao, designar pericia ou qualquer ato ordinatorio do juiz. Triggers: "despacho", "despachar", "cite-se", "intime-se", "emende", "audiencia designada", "vista", "pericia", "ato ordinatorio", "andamento", "impulso oficial".
ifc-to-excel
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Convert IFC files (2x3, 4x1, 4x3) to Excel databases using IfcExporter CLI. Extract BIM data, properties, and geometry without proprietary software.
dwg-to-excel
datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction
Convert AutoCAD DWG files (1983-2026) to Excel databases using DwgExporter CLI. Extract layers, blocks, attributes, and geometry data without Autodesk licenses.
ln-723-seed-data-generator
levnikolaevich/claude-code-skills
Universal seed data generator: MIGRATE from ORM schemas or GENERATE from entity definitions to any target format
my-personality-c-d
crystal-project-inc/personality-ai
Personality-tuned AI for the CD (The Skeptic) DISC type. Adapts AI tone, structure, and feedback to be critical, direct, and analytically driven. Powered by Crystal's DISC framework.
Analyzing AgentScope Library
Microck/ordinary-claude-skills
This skill provides a way to retrieve information from the AgentScope library for analysis and decision-making.
howto-code-in-typescript
ed3dai/ed3d-plugins
Use when writing TypeScript code, reviewing TS implementations, or making decisions about type declarations, function styles, or naming conventions - comprehensive house style covering type vs interface rules, function declarations, FCIS integration, immutability patterns, and type safety enforcement