Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
understand-knowledge Lum1104/Understand-Anything Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 42d70c3 |
blazemeter-scripting Blazemeter/bzm-mcp Comprehensive guide for BlazeMeter Scripting, including Groovy/Beanshell, JMeter plugins, JMeter DSL, and API Monitoring scripting. Use when working with scripting for (1) Writing files in Groovy/Beanshell scripts, (2) Using non-standard JMeter plugins, (3) Creating JMeter tests with JMeter DSL, (4) Writing custom scripts for API Monitoring (custom libraries, included libraries, initial script, reusable snippets), or any other scripting tasks. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 6395eba |
145-java-refactoring-high-performance jabrena/cursor-rules-java Use when you need to refactor Java code for high performance — including memory/allocation reduction, CPU hot-path optimization, and syntax/API/control-flow improvements. This should trigger for requests such as Review Java code for high performance; Optimize Java hot path; Reduce Java allocations; Improve Java latency/throughput. Part of cursor-rules-java project | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b60c43e |
admin adobe/skills Generate comprehensive admin documentation for AEM Edge Delivery Services project handover. Creates admin guide covering Config Service setup, permissions, access control, Admin API operations, cache management, and code sync. Use for "admin guide", "admin documentation", "admin handover". | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 706f94d |
incident-response adobe/skills Investigate and triage runtime incidents involving the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration in AEM 6.5 LTS environments only, using runtime MCP evidence. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ca72b27 |
domino-ai-gateway dominodatalab/domino-claude-plugin Access external LLM providers through Domino AI Gateway - a secure proxy with centralized API key management, usage monitoring, and compliance. Supports OpenAI, AWS Bedrock, Azure OpenAI, Anthropic, and more. Use when calling LLMs from Domino, configuring AI Gateway endpoints, or monitoring LLM usage and costs. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
design-standards rampstackco/claude-skills Apply production-grade design standards when building or reviewing pages, components, or UI. Use this skill whenever the user asks to build a page, design a component, lay out a section, review the UI, fix the layout, or check design quality. Triggers on build a page, create a component, design a section, hero, card, CTA, layout, review the UI, fix the design, design system, design tokens, spacing, typography scale, button standards, mobile design. Also triggers for any production design decision where contrast, accessibility, spacing, or visual hierarchy matters. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1dad68b |
gstack-openclaw-office-hours garrytan/gstack Use when asked to brainstorm, evaluate whether an idea is worth building, run office hours, or think through a new product idea or design direction before any code is written. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 675717e |
is-skill pmatos/skills This skill should be used when the user asks "is this a skill", "can we extract a skill", "skill extraction", "is there a reusable pattern here", "should this be a skill", "extract skill", or wants to analyze the current session for reusable patterns that could become a Claude Code skill. Also triggered by the /is-skill command. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 6f11b3a |
fix-ci-tests DataDog/rshell Diagnose and fix CI failures on a GitHub PR by analyzing failing checks, reading logs, and applying fixes | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 729dfbb |
code-review DataDog/rshell Comprehensive code review covering security, correctness, bash compatibility, test coverage, and code quality. Use for PRs, commits, or any code changes. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 77af742 |
arn-spark-static-prototype-teams AppsVortex/arness This skill should be used when the user says "static prototype teams", "arn static prototype teams", "team static prototype", "debate static prototype", "collaborative visual review", "static prototype with debate", "team-based visual review", "visual debate", "review visuals as a team", or wants to create a static component showcase and validate it through iterative expert debate cycles where product strategist and UX specialist discuss their scores and findings before producing a combined review, with per-criterion scoring, an independent judge verdict, and versioned output. Supports Agent Teams for parallel debate or sequential simulation as fallback. For standard lower-of-two-scores visual review, use /arn-spark-static-prototype instead. | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: b9084b6 |
forge-help jpoutrin/product-forge Show all available Product Forge agents, skills, and commands | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
create-rfc jpoutrin/product-forge Create a new RFC (Request for Comments) technical specification | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
162-java-profiling-analyze jabrena/cursor-rules-java Use when you need to analyze Java profiling data collected during the detection phase — including interpreting flamegraphs, memory allocation patterns, CPU hotspots, threading issues, systematic problem categorization, evidence documentation with profiling-problem-analysis and profiling-solutions markdown files, or prioritizing fixes using Impact/Effort scoring. This should trigger for requests such as Analyze JFR profile; Analyze the profile; Analyze the performance; Analyze the memory. Part of cursor-rules-java project | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 7772a1b |
511-frameworks-micronaut-jdbc jabrena/cursor-rules-java Use when you need programmatic JDBC in Micronaut — pooled DataSource, parameterized SQL, io.micronaut.transaction.annotation.Transactional, batching, and domain exception translation. This should trigger for requests such as Review JDBC or SQL data access in a Micronaut project; Improve transactions and parameter binding for Micronaut JDBC; Translate SQLException to domain exceptions or stream large result sets; Fix self-invocation bypassing @Transactional in Micronaut. Part of cursor-rules-java project | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9ec21dd |
311-frameworks-spring-jdbc jabrena/cursor-rules-java Use when you need to write or review programmatic JDBC with Spring — including JdbcClient (Spring Framework 7+) as the default API, JdbcTemplate only where batch/streaming APIs require JdbcOperations, NamedParameterJdbcTemplate for legacy named-param code, parameterized SQL, RowMapper mapping to records, batch operations, transactions, safe handling of generated keys, DataAccessException handling, read-only transactions, streaming large result sets, and @JdbcTest slice testing. This should trigger for requests such as Review Java code for Spring JDBC (JdbcTemplate, JdbcClient, NamedParameterJdbcTemplate); Apply best practices for Spring JDBC data access in Java code; Detect and fix SQL injection risks in JDBC code; Improve transaction boundaries or exception handling for JDBC operations. Part of cursor-rules-java project | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9ec21dd |
323-frameworks-spring-boot-testing-acceptance-tests jabrena/cursor-rules-java Use when you need to implement acceptance tests from a Gherkin .feature file for Spring Boot applications — including finding scenarios tagged @acceptance, implementing happy path tests with TestRestTemplate, @SpringBootTest, Testcontainers with @ServiceConnection for DB/Kafka, and WireMock for external REST stubs. Requires .feature file in context. This should trigger for requests such as Review Java code for Spring Boot acceptance tests; Apply best practices for Spring Boot acceptance tests in Java code. Part of cursor-rules-java project | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 25a10e7 |
worktree-make-dev dlt-hub/dlt Set up a dev environment in an existing worktree (make dev + copy secrets) | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: e3e58fe |
worktree-from-issue dlt-hub/dlt Create a git worktree with a new branch for implementing a fix or feature for a GitHub issue | Skills | 61 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: e3e58fe |
Can't find what you're looking for? Evaluate a missing skill.