Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
tessl/npm-jest-circus v29.7.0 The next-gen flux-based test runner for Jest that provides test framework globals and event-driven test execution | Docs | 82 1.95x Agent success vs baseline Impact 82% 1.95xAverage score across 10 eval scenarios Reviewed: Version: 29.7.0 |
tessl/npm-isbot v5.1.0 Recognise bots/crawlers/spiders using the user agent string. | Docs | 82 0.94x Agent success vs baseline Impact 82% 0.94xAverage score across 7 eval scenarios Reviewed: Version: 5.1.0 |
ESLint plugin for finding RegExp mistakes and RegExp style guide violations. | Docs | 82 0.97x Agent success vs baseline Impact 82% 0.97xAverage score across 10 eval scenarios Reviewed: Version: 2.10.0 |
dead-code-eliminator ArabelaTso/Skills-4-SE Identify and analyze unused or redundant code including unused functions/methods, unused variables/imports, unreachable code, and redundant conditions. Use when cleaning up codebases, improving maintainability, reducing technical debt, or conducting code quality audits. Analyzes Python code using AST analysis and produces markdown reports listing dead code locations with line numbers, severity ratings, and recommendations. Triggers when users ask to find dead code, remove unused code, identify unused imports, find unreachable code, or clean up redundant logic. | Skills | 81 2.06x Agent success vs baseline Impact 93% 2.06xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
counterexample-generator ArabelaTso/Skills-4-SE Generate concrete counterexamples when formal verification, assertions, or specifications fail. Use this skill when debugging failed proofs, understanding why verification fails, creating minimal reproducing examples, analyzing assertion violations, investigating invariant breaks, or diagnosing specification mismatches. Produces concrete input values, execution traces, and state information that demonstrate the failure. | Skills | 81 1.10x Agent success vs baseline Impact 85% 1.10xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
database-schema-designer softaworks/agent-toolkit Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models. | Skills | 81 1.07x Agent success vs baseline Impact 89% 1.07xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
security-review affaan-m/everything-claude-code 認証の追加、ユーザー入力の処理、シークレットの操作、APIエンドポイントの作成、支払い/機密機能の実装時にこのスキルを使用します。包括的なセキュリティチェックリストとパターンを提供します。 | Skills | 81 1.11x Agent success vs baseline Impact 97% 1.11xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
gifgrep trpc-group/trpc-agent-go Search GIF providers with CLI/TUI, download results, and extract stills/sheets. | Skills | 81 2.16x Agent success vs baseline Impact 93% 2.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ai-prompt-engineering-safety-review github/awesome-copilot Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content. | Skills | 81 2.27x Agent success vs baseline Impact 91% 2.27xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ai-prompt-engineering-safety-review github/awesome-copilot Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content. | Skills | 81 2.27x Agent success vs baseline Impact 91% 2.27xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ai-prompt-engineering-safety-review github/awesome-copilot Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content. | Skills | 81 2.27x Agent success vs baseline Impact 91% 2.27xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
review NeverSight/skills_feed Code review with semantic diffs, expert routing, and auto-TaskCreate. Triggers on: code review, review changes, check code, review PR, security audit. | Skills | 81 1.34x Agent success vs baseline Impact 85% 1.34xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
testing-best-practices NeverSight/skills_feed Test layering, execution, and CI guidance across unit, integration, and e2e. Use when designing tests, writing test cases, or planning test strategy for a module. | Skills | 81 1.64x Agent success vs baseline Impact 97% 1.64xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
gifgrep deepgram/dglabs-deepclaw Search GIF providers with CLI/TUI, download results, and extract stills/sheets. | Skills | 81 2.16x Agent success vs baseline Impact 93% 2.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
gifgrep qsimeon/openclaw-engaging Search GIF providers with CLI/TUI, download results, and extract stills/sheets. | Skills | 81 2.16x Agent success vs baseline Impact 93% 2.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
gifgrep attilaczudor/Test Search GIF providers with CLI/TUI, download results, and extract stills/sheets. | Skills | 81 2.16x Agent success vs baseline Impact 93% 2.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
gifgrep Hung-Reo/hungreo-openclaw Search GIF providers with CLI/TUI, download results, and extract stills/sheets. | Skills | 81 2.16x Agent success vs baseline Impact 93% 2.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
setup-env benchflow-ai/skillsbench When given a Python project codebase, this skill helps the agent to set up virtual environments, install dependencies, and run scripts. | Skills | 81 6.76x Agent success vs baseline Impact 88% 6.76xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
metamorphic-test-generator ArabelaTso/Skills-4-SE Generate test cases using metamorphic testing by applying transformations based on metamorphic properties. Use when you need to expand test suites, test programs without oracles, validate mathematical or algorithmic properties, or detect subtle bugs through input-output relationships. The skill takes a program, original test cases, and metamorphic properties as input, generates new test cases by applying transformations, executes tests, verifies outputs satisfy properties, reports violations and anomalies, and outputs an expanded test suite with property coverage summary. Supports multiple programming languages and property types. | Skills | 81 1.57x Agent success vs baseline Impact 88% 1.57xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
interval-difference-analyzer ArabelaTso/Skills-4-SE Analyze differences in program intervals between two versions of a program (old and new) to identify added, removed, or modified intervals. Use when comparing program versions, analyzing variable ranges, detecting behavioral changes in numeric computations, validating refactorings, or assessing migration impacts. Supports optional test suite integration to validate interval changes. Generates comprehensive reports highlighting intervals requiring further testing or verification. | Skills | 81 1.85x Agent success vs baseline Impact 100% 1.85xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.