Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
performance-optimization fernandezbaptiste/rails_ai_agents Identifies and fixes Rails performance issues including N+1 queries, slow queries, and memory problems. Use when optimizing queries, fixing N+1 issues, improving response times, or when user mentions performance, slow, optimization, or Bullet gem. | Skills | 85 1.01x Agent success vs baseline Impact 89% 1.01xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 15fdeaf |
himank-test/tessl-llvm v0.5.1 LLVM 22.x tile for building compilers, language runtimes, and out-of-tree tooling Contains: add-alias-analysis Use and extend alias analysis in LLVM 22. Covers querying AAResults from a function pass, using IR-level hints (noalias, TBAA) as the preferred approach, writing a custom AA analysis with the New Pass Manager, and common ModRef patterns. add-attributes-metadata Add function/parameter attributes and IR metadata to LLVM 22 IR to unlock optimizer opportunities. Covers NoUnwind, ReadNone, NoCapture, Noundef, loop vectorization hints, branch weights, TBAA, !range, and !nonnull. add-calling-convention Add or wire a calling convention in an LLVM 22 in-tree target or document IR-level ABI choices for out-of-tree frontends. Covers CallingConv IDs, TableGen CallingConv.td, CCState/CCValAssign hooks, ISel lowering, and tests. add-debug-info Add DWARF debug info to an existing LLVM 22 IR frontend. Covers DIBuilder setup, compile unit, function subprograms, local variable declarations, source locations on instructions, and module flags. add-exception-handling Add exception handling (try/catch/finally) to an LLVM 22 IR frontend using invoke, landingpad, and the Itanium C++ ABI. Covers personality function, invoke vs call, catch dispatch, __cxa_begin/end_catch, resume, cleanup blocks, and Windows SEH notes. add-gc-statepoints Add garbage-collection support to an LLVM 22 IR frontend. Covers the shadow-stack (gcroot) model for simple GCs and the statepoint/gc.relocate model for moving/relocating collectors, including the RewriteStatepointsForGC pass and StackMap section. add-intrinsic Add a new LLVM IR intrinsic in LLVM 22. Covers TableGen definition, header regeneration, IRBuilder call-site usage, verifier rules, and lit testing. add-lto Enable Link-Time Optimization (LTO and ThinLTO) for an LLVM 22-based compiler. Covers full LTO vs ThinLTO trade-offs, bitcode emission from a frontend, LLD integration, out-of-tree whole-program optimization via ModulePassManager, and common debugging tips. add-sanitizer Instrument LLVM 22 IR for AddressSanitizer (ASan), UndefinedBehaviorSanitizer (UBSan), or ThreadSanitizer (TSan). Covers enabling sanitizers via TargetMachine/PassBuilder, adding manual shadow-memory checks, inserting UBSan runtime calls, and CMake setup. add-vectorization-hint Guide LLVM 22's auto-vectorizer and SLP vectorizer from a frontend. Covers loop vectorization metadata, interleaving, loop distribution, marking parallel accesses, controlling SLP, and how to check whether vectorization happened. frontend-to-ir Lower a toy language AST to LLVM 22 IR using IRBuilder. Covers project setup, AST node types, expression lowering, control flow, functions, structs, and applying mem2reg. jit-setup Set up an ORC JIT v2 execution engine for a language runtime using LLVM 22. Covers LLJIT, LLLazyJIT, ThreadSafeModule, symbol exposure, optimization pipeline, and calling JIT'd functions. lit-filecheck Write lit tests with FileCheck for LLVM 22 IR transforms, pass output, and codegen. Covers RUN lines, CHECK patterns, common directives, negative checks, and running tests with llvm-lit. lower-struct-types Lower source-language struct, union, and tuple types to LLVM 22 IR. Covers creating StructType, computing field offsets, emitting GEP for field access, packed vs. padded layouts, unions via largest-member types, passing structs by value vs. pointer, and the alloca+mem2reg pattern for struct locals. new-target-backend Add a new target backend skeleton to LLVM 22. Covers CMake registration, TargetInfo, TargetMachine, MCTargetDesc, minimal TableGen register/instruction defs, and wiring into the LLVM build. out-of-tree-setup Scaffold an out-of-tree LLVM 22 compiler/language project from scratch. Covers CMake configuration, finding LLVM, linking components, a minimal LLVMContext driver, and build instructions. add-npm-pass Add a New Pass Manager (NPM) pass to an LLVM 22 in-tree or out-of-tree project. Covers FunctionPass, ModulePass, LoopPass, and CGSCCPass kinds, registration, pipeline wiring, CMake, and lit testing. version-sync Migrate an out-of-tree LLVM project to a new LLVM version (e.g., LLVM 21 → 22). Covers CMake bump, common LLVM 22 API breakages, header moves, pass renames, and opaque pointer migration. | SkillsDocsRules | 85 1.23x Agent success vs baseline Impact 96% 1.23xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.5.1 |
pubnub-app-developer pubnub/skills Build real-time applications with PubNub pub/sub messaging | Skills | 85 1.27x Agent success vs baseline Impact 88% 1.27xAverage score across 15 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: f1e472f |
Build real-time applications with PubNub pub/sub messaging Contains: pubnub-app-developer Build real-time applications with PubNub pub/sub messaging | Skills | 85 1.27x Agent success vs baseline Impact 88% 1.27xAverage score across 15 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.1.4 |
xint openclaw/skills X Intelligence CLI — search, analyze, and engage on X/Twitter from the terminal. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "search x", "find tweets about", "monitor x for", "track followers", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic, (4) user needs real-time monitoring ("watch"), (5) user wants AI-powered analysis ("analyze", "sentiment", "report"), (6) user wants to sync bookmarks to Obsidian ("sync bookmarks", "capture bookmarks", "bookmark research", "save my bookmarks to obsidian"). Also supports: bookmarks, likes, following (read/write), trending topics, Grok AI analysis, and cost tracking. Export as JSON, JSONL (pipeable), CSV, or Markdown. Non-goals: Not for posting tweets, not for DMs, not for enterprise features. Requires OAuth for user-context operations (bookmarks, likes, following, diff). | Skills | — |
performance-optimization supercent-io/skills-template Optimize application performance for speed, efficiency, and scalability. Use when improving page load times, reducing bundle size, optimizing database queries, or fixing performance bottlenecks. Handles React optimization, lazy loading, caching, code splitting, and profiling. | Skills | 85 1.04x Agent success vs baseline Impact 100% 1.04xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
deployment-automation supercent-io/skills-template Automate application deployment to cloud platforms and servers. Use when setting up CI/CD pipelines, deploying to Docker/Kubernetes, or configuring cloud infrastructure. Handles GitHub Actions, Docker, Kubernetes, AWS, Vercel, and deployment best practices. | Skills | 85 1.43x Agent success vs baseline Impact 92% 1.43xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
tailwind-design-system wshobson/agents Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns. | Skills | 85 1.13x Agent success vs baseline Impact 100% 1.13xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
guidewire-rate-limits jeremylongshore/claude-code-plugins-plus-skills Manage Guidewire Cloud API rate limits, quotas, and throttling for high-volume integrations. Trigger: "guidewire rate limits", "rate-limits". | Skills | 85 2.38x Agent success vs baseline Impact 100% 2.38xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
gamma-core-workflow-b jeremylongshore/claude-code-plugins-plus-skills Generate from templates, retrieve exports, and manage sharing via Gamma API. Use when creating content from template gammas, downloading PDF/PPTX/PNG exports, or configuring sharing and folder organization. Trigger: "gamma template", "gamma export", "gamma download PDF", "gamma PPTX", "gamma sharing", "gamma from template". | Skills | 85 3.20x Agent success vs baseline Impact 96% 3.20xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
coderabbit-security-basics jeremylongshore/claude-code-plugins-plus-skills Configure CodeRabbit for security-focused code review with secret detection and vulnerability scanning. Use when setting up security review rules, configuring secret detection in PRs, or hardening CodeRabbit configuration for compliance requirements. Trigger with phrases like "coderabbit security", "coderabbit secrets", "secure coderabbit", "coderabbit vulnerability detection", "coderabbit security review". | Skills | 85 1.26x Agent success vs baseline Impact 96% 1.26xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
clay-architecture-variants jeremylongshore/claude-code-plugins-plus-skills Choose and implement Clay integration architecture for different scales and use cases. Use when designing new Clay integrations, comparing direct vs queue-based vs event-driven, or planning architecture for Clay-powered data operations. Trigger with phrases like "clay architecture", "clay blueprint", "how to structure clay", "clay integration design", "clay event-driven". | Skills | 85 1.33x Agent success vs baseline Impact 96% 1.33xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
microservices-patterns secondsky/claude-skills Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices. | Skills | 85 1.14x Agent success vs baseline Impact 96% 1.14xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
research tavily-ai/skills Comprehensive research grounded in web data with explicit citations. Use when you need multi-source synthesis—comparisons, current events, market analysis, detailed reports. | Skills | 85 6.25x Agent success vs baseline Impact 100% 6.25xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: ce6b68b |
writing-user-outputs max-sixty/worktrunk CLI output formatting standards for worktrunk. Use when writing user-facing messages, error handling, progress output, hints, warnings, or working with the output system. | Skills | 85 2.33x Agent success vs baseline Impact 84% 2.33xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 40810fe |
security-review haniakrim21/everything-claude-code Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns. | Skills | 85 1.04x Agent success vs baseline Impact 96% 1.04xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: ae2cadd |
java-regression-test-generator ArabelaTso/Skills-4-SE Automatically generate regression tests for Java codebases by analyzing changes between old and new code versions. Use when users need to: (1) Generate tests after refactoring or code changes, (2) Ensure previously tested behavior still works in new versions, (3) Cover modified or newly added code paths, (4) Migrate existing tests to work with updated APIs or signatures, (5) Maintain test coverage during code evolution. Supports JUnit and TestNG frameworks with unit tests, parameterized tests, and exception testing patterns. | Skills | 85 1.00x No change in agent success vs baseline Impact 76% 1.00xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0f00a4f |
reducing-entropy softaworks/agent-toolkit Manual-only skill for minimizing total codebase size. Only activate when explicitly requested by user. Measures success by final code amount, not effort. Bias toward deletion. | Skills | 85 1.16x Agent success vs baseline Impact 92% 1.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 3027f20 |
integrating-jupiter jup-ag/agent-skills Comprehensive guidance for integrating Jupiter APIs (Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Use for endpoint selection, integration flows, error handling, and production hardening. | Skills | 85 1.85x Agent success vs baseline Impact 91% 1.85xAverage score across 5 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: b5a02f0 |
Comprehensive guidance for integrating Jupiter APIs (Ultra Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Contains: integrating-jupiter Comprehensive guidance for integrating Jupiter APIs (Ultra Swap, Lend, Perps, Trigger, Recurring, Tokens, Price, Portfolio, Prediction Markets, Send, Studio, Lock, Routing). Use for endpoint selection, integration flows, error handling, and production hardening. | Skills | 85 1.85x Agent success vs baseline Impact 91% 1.85xAverage score across 5 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.