Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
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 | 77 Impact — 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 | 77 Impact — 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 | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 74020ca |
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 | 77 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 3b5f6cd |
depot-github-runners depot/skills Configures Depot-managed GitHub Actions runners as a drop-in replacement for GitHub-hosted runners. Use when setting up or migrating GitHub Actions workflows to use Depot runners, choosing runner sizes (CPU/RAM), configuring runs-on labels, setting up ARM or Windows or macOS runners, troubleshooting GitHub Actions runner issues, configuring egress filtering, using Depot Cache with GitHub Actions, or running Dagger/Dependabot on Depot runners. Also use when the user mentions depot-ubuntu, depot-windows, depot-macos runner labels, or asks about faster/cheaper GitHub Actions runners. | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 7b5bc8c |
demo-video paolomoz/skills Build a narrated demo video from a screen recording, a talk track script with act timelines, branded intro/outro slides, background music, and AI-generated voiceover via ElevenLabs. Use when user asks to create a "demo video", "product demo", "narrated screencast", "talk track video", or "voiceover video". | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 7068b01 |
doppel Demerzels-lab/elsamultiskillagent Connect to Doppel - the first collaborative, multi-agent 3D world builder. Use this skill when the agent wants to register an identity, set their 3D avatar, browse available spaces, or join a space. | Skills | 77 2.17x Agent success vs baseline Impact 100% 2.17xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
doppel-block-builder Demerzels-lab/elsamultiskillagent Place MML blocks in Doppel worlds. Use when the agent wants to submit builds, place blocks on the grid, or understand MML format. Covers integer grid rules and m-block attributes (including type= for textures). | Skills | 77 2.63x Agent success vs baseline Impact 100% 2.63xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
deploy-staging einverne/dotfiles 将当前分支部署到测试环境。当用户要求部署、发布到测试或在 staging 环境测试时使用 | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b1b2fe0 |
azure-ai-projects-dotnet boisenoise/skills-collections Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes. | Skills | 77 1.81x Agent success vs baseline Impact 100% 1.81xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
azure-ai-document-intelligence-dotnet boisenoise/skills-collections Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. | Skills | 77 1.35x Agent success vs baseline Impact 100% 1.35xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
address-github-comments boisenoise/skills-collections Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI. | Skills | 77 1.20x Agent success vs baseline Impact 88% 1.20xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
apify-lead-generation sickn33/antigravity-awesome-skills Scrape leads from multiple platforms using Apify Actors. | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: a4b1f35 |
apify-brand-reputation-monitoring sickn33/antigravity-awesome-skills Scrape reviews, ratings, and brand mentions from multiple platforms using Apify Actors. | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 27cb7c6 |
Generate Playwright integration tests for Vaadin 25 views using the DramaFinder library. Use when the user wants to write IT tests for a Vaadin view, mentions DramaFinder, or asks about Playwright testing in a Vaadin project. Contains: vaadin-playwright-test Generate Playwright integration tests for Vaadin 25 views using the DramaFinder library, including element interaction, form validation, grid assertions, and navigation checks. Use when the user wants to write IT tests for a Vaadin view, mentions DramaFinder, or asks about Playwright testing in a Vaadin project. | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
v0.1.9 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 repo shape, top-level docs, delivery, CI, proof harness work, and SDK package patterns. 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 repo shape, top-level docs, delivery, CI, or proof harness work (use `putio-frontend-repos`), or SDK packages (use `putio-sdk-dev`). | Skills | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.9 |
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 | 77 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.1.3 |
Enforces minimum similarity thresholds on vector retrieval to prevent RAG hallucination from weak matches. Contains: retrieval-threshold-guard Adds hard similarity threshold guards to vector retrieval RPCs. Returns empty results instead of weak matches to prevent downstream hallucination. Use when implementing retrieval guardrails, minimum similarity thresholds, match_threshold parameters, or preventing RAG hallucination from low-confidence results. | SkillsDocsRules | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Secures Supabase Realtime private channels via RLS policies on the realtime.messages table. Contains: realtime-channel-authorization Configures private Realtime channels with RLS-backed authorization on the realtime.messages table. Enforces tenant-scoped Presence and Broadcast security. Use when implementing private realtime channels, realtime authorization, presence security, broadcast security, or securing the realtime messages table. | SkillsDocsRules | 77 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Configures Prometheus scraping, log drains, and observability for Supabase infrastructure monitoring. Contains: supabase-observability-metrics Sets up Prometheus scrape jobs targeting the Supabase metrics endpoint and configures log drain pipelines. Establishes monitoring dashboards and alerting baselines. Use when configuring Supabase monitoring, setting up Prometheus metrics, implementing log drains, or establishing observability for production Supabase deployments. | SkillsDocsRules | 77 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.1.0 |
Can't find what you're looking for? Evaluate a missing skill.