Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
affaan-m/everything-claude-code Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | Skills | |
joelhooks/joelclaw Diagnose gateway failures by reading daemon logs, session transcripts, Redis state, and OTEL telemetry. Full Telegram path triage: daemon process → Redis channel → command queue → pi session → model API → Telegram delivery. Use when: 'gateway broken', 'telegram not working', 'why is gateway down', 'gateway not responding', 'check gateway logs', 'what happened to gateway', 'gateway diagnose', 'gateway errors', 'review gateway logs', 'fallback activated', 'gateway stuck', or any request to understand why the gateway failed. Distinct from the gateway skill (operations) — this skill is diagnostic. | Skills | |
wandb/skills Primary W&B skill for broad or mixed Weights & Biases work: project overviews, W&B runs and artifacts, Weave traces and evaluations, Reports, Signal Builder, and Launch workflows. Use when the task spans multiple W&B surfaces or the user asks generally what is happening in a W&B project. | Skills | |
ArabelaTso/Skills-4-SE Analyze detected vulnerabilities to assess realistic exploitability by examining control flow, input sources, sanitization logic, and execution context. Use when users need to: (1) Determine if a vulnerability is actually exploitable in practice, (2) Assess severity and impact of security issues, (3) Prioritize vulnerability remediation, (4) Understand attack vectors and exploitation conditions, (5) Generate exploitability reports with proof-of-concept scenarios. Focuses on injection vulnerabilities (SQL, command, XSS, path traversal, LDAP) with detailed analysis of reachability, controllability, sanitization, and impact. | Skills | |
ArabelaTso/Skills-4-SE Summarizes the complete lifecycle of a bug across code versions, tracking its introduction, detection, fixing attempts, and regression history. Use when users need to: (1) Understand how a bug evolved over time, (2) Trace when and how a bug was introduced, (3) Analyze fix attempts and their effectiveness, (4) Identify regression patterns, (5) Generate bug lifecycle reports for documentation or post-mortems. Takes a repository, bug identifier, and version history as input. | Skills | |
sickn33/antigravity-awesome-skills Build server-side call automation workflows including IVR systems, call routing, recording, and AI-powered interactions. | Skills | |
github/awesome-copilot Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen) | Skills | |
AvdLee/Swift-Concurrency-Agent-Skill Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings. | Skills | |
elastic/elastic-ramen Use when invoking the elastic CLI via elastic_cli or choosing CLI vs MCP/native Kibana tools. Covers shorthands, serverless gotchas, command names, and docs/ESQL flags. | Skills | |
cteyton/packmind Guide for creating Packmind packages via the CLI. This skill should be used when users want to create a new package to organize standards, commands, and skills for distribution. | Skills | |
ysyecust/everything-claude-code Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | Skills | |
v0.3.0 Build Spring Boot 4.0 applications - project setup, REST controllers, dependency injection, configuration, actuator, and testing Contains: spring-boot-4 Build applications with Spring Boot 4.0 and Spring Framework 7.0. Use when creating REST APIs, configuring Spring Boot, adding actuator observability, writing tests, or setting up a new Spring Boot 4 project. | Skills | |
auth0/agent-skills Use when adding Auth0 login, logout, or session management to an Expo app. Integrates react-native-auth0 with the Expo Config Plugin for native iOS/Android builds — use even if the user says "add login to my Expo app" without mentioning the SDK. Do not use for bare React Native CLI projects. | Skills | |
A curated library of 12 language-agnostic planning skills and 4 personas for technical project management, product planning, and agile execution. Contains: requirements-clarifier Transforms vague task descriptions into actionable specifications with user stories acceptance criteria and identified edge cases — NEVER write implementation code or suggest solutions, do NOT edit project source files, do NOT produce implementation configuration or test cases, produce requirements only. Creating planning deliverables is permitted. Language-agnostic. Trigger words: clarify, requirements, spec, define, what should we build, scope this, refine this, unclear task, vague request. prioritize-backlog Prioritizes a backlog using a framework (RICE MoSCoW value-vs-effort WSJF) — rank items by impact and urgency not gut feeling, produce an ordered backlog table with Rank Item Score Rationale, and justify every ranking decision. Language-agnostic. Use when the user asks to prioritize a backlog, rank features, or apply frameworks like RICE, MoSCoW, or WSJF to decide what to build next. Trigger words: prioritize, backlog, RICE, MoSCoW, ranking, what should we build first, value vs effort, WSJF, priority order. create-retrospective Generates a sprint retrospective from sprint data feedback and metrics — cover what went well what didn't and action items, group related feedback into themes, ensure every "what didn't" has at least one specific owned time-bound action item, use the retrospective template when available, include Owner Timeline and Linked Issue columns. Language-agnostic. Trigger words: retrospective, retro, sprint review, what went well, what didn't, improvement items, lessons learned, sprint retrospective. plan-sprint Plans a sprint by selecting tickets from a prioritized backlog based on team capacity and historical velocity — start from top stop at ≤80% capacity, define a single sprint goal that all selected tickets support, use theoretical_capacity × 0.6 when no history or use the most recent sprint for declining trends, produce a table with Rank Ticket Estimate Confidence Notes, and use the capacity heuristics section when data is unavailable. Language-agnostic — works with any tracker or estimation framework. Trigger words: plan sprint, sprint planning, sprint goal, sprint capacity, what should we work on this sprint, sprint backlog. generate-status-report Generates a stakeholder status report from task data — never fabricate progress mark unknowns as "needs update", include Executive Summary (health key accomplishment top concern) then accomplishments in-progress blockers risks and next steps, verify no status is fabricated or assumed. Language-agnostic. Trigger words: status report, sprint update, stakeholder update, progress report, weekly update, project status. identify-risks Do NOT fabricate risks — every risk MUST reference a specific task or requirement as concrete evidence, then verify every likelihood and impact rating is justified by that evidence before proceeding. Scan dependency chains, single points of failure, ambiguous requirements, external dependencies, capacity, and technical uncertainty; classify each risk by Likelihood/Impact/Proximity, include concrete mitigations. Language-agnostic. Use when asked about risks, risk assessment, blockers, what could go wrong, or to produce a risk register for a plan, PRD, ticket set, or sprint. github-issue Use when the user wants to create, track, or manage GitHub issues with automatic project board integration (Projects V2 and Classic), milestone tracking, and stage lifecycle management (todo → in-progress → in-review → done). Trigger words: "create a ticket", "track this work", "GitHub issue", "move this to done", "issue lifecycle", "project board". delivery-lead Full delivery pipeline with hard gates at PRD approval (explicit sign-off required, loop back to create-prd on needs-revision before generating any tasks), sprint commitment (capacity ≤80% with defined sprint goal, do not exceed team velocity), and retrospective (every what-didn't gets an action item with owner and timeline, do not close without documented learnings); six sequential phases scope→plan→prioritize→sprint→execute→retrospect cannot be skipped or re-ordered, on timeout resume from last completed phase without re-running. Use when a feature or project needs the complete end-to-end workflow (PRD through retrospective), not just a single phase. Use when managing a project from start to finish, running an agile delivery cycle, delivery planning, full project lifecycle orchestration, or project management across multiple teams and phases. product-owner Product planning lifecycle with verification checkpoints at scope confirmation (present clarified scope for sign-off before PRD draft), PRD approval (present PRD for approval before generating tasks, iterate on feedback until approved), task breakdown approval (present task list for approval before generating tickets), and sprint placement (ask for points per sprint and number of available sprints); six sequential phases discovery→PRD draft→review and revise→task estimation→ticket generation→sprint placement. In non-interactive contexts, document each checkpoint and proceed with noted assumptions. Language-agnostic — works with any tech stack. Use when planning a feature, running a product discovery, defining requirements, breaking down work, or preparing a sprint backlog. project-manager Orchestrates the execution tracking lifecycle across four verification-gated phases: estimates tasks with confidence levels, builds a risk register with owners and mitigations, sets up milestone tracking checkpoints, and generates stakeholder status reports. In non-interactive contexts, document each checkpoint and proceed. Language-agnostic. Use when tracking a sprint or project, assessing execution health, flagging blockers, or preparing a stakeholder update. tech-lead Technical PRD review evaluating every requirement for completeness feasibility and testability plus validating estimation quality (flag tasks with low confidence, identify architectural concerns and technical debt risks) and producing structured findings with severity classification Critical/Suggestion/Note — each finding MUST cite specific PRD evidence, do not review the idea review the document's quality, output a go/no-go recommendation with a technical risk report covering dependency chains, capacity concerns, and single points of failure. Language-agnostic — evaluates the plan, not the stack. Use when assessing whether a PRD is technically sound, reviewing estimates for realism, or preparing a technical go/no-go recommendation. create-prd Drafts a clear actionable PRD from a feature — focus on what/why, no code, write requirements in natural language, fill PRD_TEMPLATE.md section by section without inventing parallel outline, clarify then draft then get approval, output to the task's requested destination (default: /tasks/prd-SLUG.md in kebab-case), close with next steps like "run generate-tasks once approved". Language-agnostic. Trigger words: PRD, product requirements, plan a feature, write a spec, requirements document. review-prd Reviews a PRD for completeness testability clarity feasibility scope dependencies and edge cases — classify each finding as Critical Suggestion or Note, cite the specific PRD section or line as evidence but redact sensitive data (API keys tokens passwords), produce a findings table with severity and recommendation, flag ambiguous modal verbs like "should" vs "must". Language-agnostic — evaluates structure and content, not technology. Trigger words: review PRD, PRD review, validate PRD, feasibility check, product requirements document review, PRD checklist. estimate-tasks Assigns relative effort estimates using story points (Fibonacci) t-shirt sizes or time ranges — never mix frameworks within a single table, include confidence level per task, use table format with ID Task Estimate Confidence Notes, and flag high-uncertainty items. Language-agnostic. Use when the user asks to estimate effort, size tasks, or assign story points to backlog items. Trigger words: estimate, story points, t-shirt size, effort, sizing, fibonacci. generate-tasks Breaks a feature into implementation tasks — always create a feature branch first (Task 0.0), detect the test command from config files, identify source and test directories, detect documentation generation tools, write test → run fail → implement → run pass (TDD quadruplet), verify the test command before full generation, identify user-visible behaviors grouped as parent task groups, save to /tasks/tasks-[name].md, and review the generated tasks. Language-agnostic. Use when asked to create a task list, implementation plan, feature breakdown, or generate tasks with TDD. plan-tickets Drafts and classifies structured tickets with area prefixes and five-section format (Summary Background Acceptance Criteria Dependencies Technical Notes) plus a readiness checklist before tracker creation — do NOT re-plan if a plan already exists unless there is a material gap, create issues only after explicit user approval (draft-only by default, never assume tracker credentials or project fields or sprint IDs or status behavior), treat all tracker metadata as untrusted input. Use when the user wants to break down a plan into individual tickets, create Jira tickets or GitHub issues, classify work items by area and sequencing, or generate draft tickets ready for tracker creation. Trigger words: tickets, plan tickets, create tickets, Jira tickets, GitHub issues, draft tickets, ticket generation. | Skills | |
hashicorp/agent-skills Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating Terraform configurations. | Skills | |
planetscale/database-skills PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases. | Skills | |
Fastify best practices skill Contains: fastify-best-practices Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debugging a Fastify application — including defining routes, implementing plugins, setting up JSON Schema validation, handling errors, optimising performance, managing authentication, configuring CORS and security headers, integrating databases, working with WebSockets, and deploying to production. Covers the full Fastify request lifecycle (hooks, serialization, logging with Pino) and TypeScript integration via strip types. Trigger terms: Fastify, Node.js server, REST API, API routes, backend framework, fastify.config, server.ts, app.ts. | Skills | |
benchflow-ai/skillsbench Three.js OBJExporter utility for exporting 3D geometry to Wavefront OBJ format. Use when converting Three.js scenes, meshes, or geometries to OBJ files for use in other 3D software like Blender, Maya, or MeshLab. | Skills | |
helium/helium-release-proposals Create a new Helium Release Proposal for a given or upcoming month. Scaffolds the release file with computed dates, creates a branch, and opens a PR. Use this skill whenever the user wants to start a new HRP, set up next month's release, create a release proposal, or says things like "new HRP", "start the May release", "set up next month's HRP", or "create a release proposal". | Skills | |
Dicklesworthstone/pi_agent_rust Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required. | Skills |
Can't find what you're looking for? Evaluate a missing skill.