Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
instantly-incident-runbook jeremylongshore/claude-code-plugins-plus-skills Execute Instantly.ai incident response procedures with triage, mitigation, and recovery. Use when responding to campaign failures, account health crises, deliverability drops, or Instantly API outages. Trigger with phrases like "instantly incident", "instantly outage", "instantly campaign failed", "instantly emergency", "instantly runbook". | Skills | 97 1.57x Agent success vs baseline Impact 93% 1.57xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
vue antfu/skills Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 3fb90f0 |
Run a read-only code review through the opposite AI coding harness and return uinaf review-style findings, evidence, unverified gaps, and a ship-it / needs-review / blocked verdict. Use for /review-with-claudex, cross-harness review, opposite-model review, Claude reviewing Codex work, or Codex reviewing Claude work. Contains: cross-harness-review Run a read-only code review through the opposite AI coding harness and return uinaf `review`-style findings, evidence, unverified gaps, and a ship-it / needs-review / blocked verdict. Use for `/review-with-claudex`, cross-harness review, opposite-model review, Claude reviewing Codex work, or Codex reviewing Claude work. Not an implementation or fix loop. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
edgeone-pages-deploy NeverSight/skills_feed Deploys static HTML to a public URL instantly with no authentication required. Use when asked to "host this", "deploy this site", "get a public link", "share this HTML", "quick deploy", "publish this page", or any request to make an HTML file publicly accessible via URL. Supports self-contained HTML files with inline CSS/JS. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: aa009ea |
grafana-scenes grafana/skills Build Grafana plugin pages using the @grafana/scenes framework. Use this skill when creating new scene pages, adding panels/visualizations, setting up drilldown navigation, defining variables, configuring query runners, building table/timeseries/stat panels, or extending SceneObjectBase for custom scene objects. Triggers on any work involving SceneApp, SceneAppPage, EmbeddedScene, SceneQueryRunner, SceneDataTransformer, PanelBuilders, SceneFlexLayout, QueryVariable, or drilldown/tab configuration in Grafana plugins. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ccbb23d |
putio/frontend-patterns v0.1.5 Apply put.io frontend code patterns and seed repo-local `.patterns/` conventions. Use when writing or reviewing UI/frontend code in a put.io frontend repo, picking the default approach for types, data parsing, state machines, error handling, components, or testing, or seeding/extending the repo's `.patterns/` folder. Contains: putio-frontend-patterns Apply put.io frontend code patterns and seed repo-local `.patterns/` conventions. Use when writing or reviewing UI/frontend code in a put.io frontend repo, picking the default approach for types, data parsing, state machines, error handling, components, or testing, or seeding/extending the repo's `.patterns/` folder. Skip for delivery and CI shape (use `putio-frontend-repos`), top-level docs (use `putio-frontend-docs`), or SDK packages (use `putio-sdk-dev`). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.5 |
microsoft-code-reference jonathan-vella/azure-agentic-infraops Look up Microsoft API references, find working code samples, and verify SDK code is correct. USE FOR: Azure SDK method verification, .NET/Python package lookups, code sample discovery, error troubleshooting, catching hallucinated methods and deprecated patterns. DO NOT USE FOR: conceptual documentation (use microsoft-docs), skill creation (use microsoft-skill-creator), Bicep/Terraform module lookups (use azure-bicep-patterns or terraform-patterns). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: c9b0b16 |
Execute Jira and Confluence operations with endpoint discovery, payload construction, and authentication. Contains: atlassian-tasks Execute Jira or Confluence operations given an Atlassian URL and task instructions. Use when the user wants to create, read, update, delete, or search Jira/Confluence resources and needs endpoint discovery, payload construction, and authenticated API execution. Trigger on any request mentioning Jira, Confluence, Atlassian, tickets, epics, sprints, backlogs, wiki pages, or related Atlassian workflows. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.1.3 |
1password openclaw/openclaw Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1b3a124 |
ios-debugger-agent dimillian/skills Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: bc7f788 |
fp-error-handling olion500/skills Handle errors as values instead of throwing exceptions. Result/Either pattern, railway-oriented programming, and validation with error accumulation. Activate when: writing error handling, try/catch blocks, validation logic, operations that can fail, chaining fallible operations, form validation, API input validation, or when the user mentions Result, Either, error handling, or validation patterns. Works in any language (TypeScript, Python, Go, Rust, Java). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9949bbb |
fp-composition olion500/skills Build complex behavior by composing small, reusable functions. Covers currying, partial application, pipe/flow, data-last design, and building utility libraries from tiny pieces. Activate when: creating utility functions, building data processing pipelines, chaining transformations, refactoring large functions into smaller ones, or when the user mentions pipe, compose, curry, partial application, point-free, data-last, or function composition. Works in any language (TypeScript, Python, Go, Rust, Java). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9949bbb |
fp-immutability olion500/skills Never mutate data — create new values instead. Covers immutable update patterns (spread, copy, freeze), nested updates without mutation, readonly enforcement, and performance trade-offs. Activate when: updating objects or arrays, working with state management (React, Redux), fixing bugs caused by unintended mutation, deeply nested data updates, or when the user mentions immutability, spread, readonly, frozen, copy-on-write, or structural sharing. Works in any language (TypeScript, Python, Go, Rust, Java). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 74020ca |
fp-architecture olion500/skills Design system architecture using functional programming principles. Pure core with impure shell, state machines as data, memoization of pure functions, type-driven development with branded types, and event sourcing patterns. Activate when: designing system architecture, separating business logic from I/O, modeling state transitions, implementing caching/memoization, creating domain models, preventing invalid states through types, or when the user mentions architecture, pure core, impure shell, state machine, memoization, branded types, event sourcing, or domain modeling. Works in any language (TypeScript, Python, Go, Rust, Java). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: dc9f2d2 |
xcodebuildmcp-cli getsentry/XcodeBuildMCP Official skill for the XcodeBuildMCP CLI. Use when doing iOS/macOS/watchOS/tvOS/visionOS work (build, test, run, debug, log, UI automation). | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1bcc988 |
obi butttons/obi Query Obsidian vaults via obi CLI. Use for any vault data lookup instead of grep or find -- searching notes, filtering by frontmatter (read status, type, tags), listing folders, reading sections, checking backlinks, and finding unread or recent notes. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 2ce02b3 |
pulumi-terraform-to-pulumi pulumi/agent-skills Migrate Terraform/OpenTofu projects to Pulumi, including translating HCL source code and/or importing Terraform state into a Pulumi stack. Use when a user wants to convert Terraform to Pulumi, migrate from HCL, or import tfstate into Pulumi. Do NOT trigger for general Terraform-vs-Pulumi comparisons or questions about using both tools side-by-side. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: b6b942f |
openai-docs openai/skills Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any fallback browsing to official OpenAI domains. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 2c9ebb3 |
vibe OthmanAdi/vibe-skills Generate and deploy production-grade websites from a natural language description. Use when asked to "vibe a site", "vibe code this", "build me a website and publish it", "create a landing page and deploy it", "make a portfolio site and put it online", "generate a site and ship it", or any request combining website creation with deployment. Produces a live URL via here.now. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 3b5f6cd |
i18n 0xrabbidfly/eric-cartman Bilingual EN/FR content validation using next-intl. Use when adding translated content, testing language switching, or validating message key coverage before deployment. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 5fc5234 |
Can't find what you're looking for? Evaluate a missing skill.