Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
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 | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 7068b01 |
deploy-staging einverne/dotfiles 将当前分支部署到测试环境。当用户要求部署、发布到测试或在 staging 环境测试时使用 | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b1b2fe0 |
apify-lead-generation sickn33/antigravity-awesome-skills Scrape leads from multiple platforms using Apify Actors. | Skills | 97 Impact Pending 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 | 97 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 8692fbc |
verification-before-completion vgeshel/local-skills Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c10c616 |
verification-before-completion vgeshel/local-skills Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c10c616 |
ci-fix warpdotdev/oz-skills Diagnose and fix GitHub Actions CI failures. Inspects workflow runs and logs, identifies root causes, implements minimal fixes, and pushes to a fix branch. Use when CI is failing, red, broken, or needs diagnosis. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 6c08c49 |
gemini-icon-set catalan-adobe/skills Generate production-quality colorful icon sets using Google Imagen 4. Use this skill when the user needs custom app icons, emoji-style icons, cartoon icons, or any colorful icon set. Takes a project description, suggests icons, generates 1024px PNGs via Imagen 4, removes backgrounds, downscales to all target sizes, and delivers a review gallery for iterative refinement. Trigger on: "icon set", "generate icons", "app icons", "custom icons", "colorful icons", "cartoon icons", "emoji icons", "make icons", "icon generation", "imagen icons", or any request for a set of colorful visual assets. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9041beb |
putio/sdk-dev v0.2.4 Develop or review put.io SDK repositories, API clients, and client libraries across TypeScript, Swift, Kotlin, and similar packages. Use when adding or changing namespaces, tightening request or error types, aligning SDK behavior with backend and app usage, updating SDK verification flows, or checking how an SDK repo should be documented and released. Contains: putio-sdk-dev Develop or review put.io SDK repositories, API clients, and client libraries across TypeScript, Swift, Kotlin, and similar packages. Use when adding or changing namespaces, tightening request or error types, aligning SDK behavior with backend and app usage, updating SDK verification flows, or checking how an SDK repo should be documented and released. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.4 |
agent-browser code-yeongyu/oh-my-openagent Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: beb89fa |
using-tmux-for-interactive-commands obra/superpowers-lab Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 59389b1 |
python-to-dafny-translator santosomar/general-secure-coding-agent-skills Translates Python functions into Dafny, adding types, pre/postconditions, and loop invariants sufficient for Dafny to verify. Use when formally verifying a Python algorithm, when the user wants machine-checked correctness for a critical function, or when building a verified reference implementation. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
dead-code-eliminator santosomar/general-secure-coding-agent-skills Finds and safely removes code that is never executed — unreachable branches, uncalled functions, unused classes, dead feature flags. Use when cleaning up after a feature removal, when the user suspects the codebase has accumulated cruft, or when reducing build/bundle size. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
mutation-test-suite-optimizer santosomar/general-secure-coding-agent-skills Uses mutation testing to find weak assertions and missing tests — injects small bugs and checks if the suite catches them, then generates tests targeting the surviving mutants. Use when coverage is high but bugs still ship, when auditing test quality, or when deciding if the suite is good enough. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
test-deduplicator santosomar/general-secure-coding-agent-skills Finds and removes redundant tests — tests that cover the same code, kill the same mutants, or assert the same behavior — to shrink suite runtime without losing coverage. Use when the test suite is slow, when tests have accumulated over years of copy-paste, or when CI costs are too high. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
configuration-generator santosomar/general-secure-coding-agent-skills Generates configuration files for services and tools (app config, logging config, linter config, database config) from a brief description of desired behavior, matching the target format's idioms. Use when bootstrapping a new service, when the user asks for a config file for a specific tool, or when translating config intent between formats. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
rollback-strategy-advisor santosomar/general-secure-coding-agent-skills Advises on rollback strategies by analyzing what a deploy changes — recommending revert, roll-forward, feature-flag kill, or data repair depending on reversibility. Use during an incident when a deploy went bad, when designing a deploy pipeline and the user asks how to make it reversible, or when a migration needs an undo plan. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
unit-test-generator santosomar/general-secure-coding-agent-skills Generates unit tests for a function or class by analyzing branches, boundaries, and error paths — then emits test code in the project's existing framework and style. Covers happy path, edge cases, and failure modes with mocks for external dependencies. Use when writing tests for new code, when backfilling coverage on untested functions, when the user asks to generate tests, or when a coverage report shows specific gaps. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
java-test-updater santosomar/general-secure-coding-agent-skills Updates broken JUnit tests after a deliberate code change — distinguishing tests that broke because the behavior changed (update assertion) from tests that broke because they were overcoupled to structure (loosen or delete). Use after API changes, refactors, or intentional behavior changes leave a trail of failing tests. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
test-guided-migration-assistant santosomar/general-secure-coding-agent-skills Uses an existing test suite as the behavioral oracle during a migration, tracking which tests pass at each step and localizing regressions to specific migration changes. Use when porting or refactoring code that has tests, when the user wants to migrate incrementally with a safety net, or when a migration broke something and you need to find which step did it. | Skills | 97 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 47d56bb |
Can't find what you're looking for? Evaluate a missing skill.