Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
golang-samber-hot samber/cc-skills-golang In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or adopting samber/hot, when the codebase imports github.com/samber/hot, or when the project repeatedly loads the same medium-to-low cardinality resources at high frequency and needs to reduce latency or backend pressure. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a10cda0 |
golang-grpc samber/cc-skills-golang Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a10cda0 |
golang-samber-lo samber/cc-skills-golang Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), in-place mutations (lo/mutable aka lom), lazy iterators (lo/it aka loi for Go 1.23+), and experimental SIMD (lo/exp/simd). Apply when using or adopting samber/lo, when the codebase imports github.com/samber/lo, or when implementing functional-style data transformations in Go. Not for streaming pipelines (→ See golang-samber-ro skill). | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a10cda0 |
golang-data-structures samber/cc-skills-golang Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b88f91d |
golang-cli samber/cc-skills-golang Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, version embedding, exit codes, I/O patterns, signal handling, shell completion, argument validation, and CLI unit testing. Also triggers when code uses cobra, viper, or urfave/cli. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a10cda0 |
golang-samber-do samber/cc-skills-golang Implements dependency injection in Golang using samber/do. Apply this skill when working with dependency injection, setting up service containers, managing service lifecycles, or when you see code using github.com/samber/do/v2. Also use when refactoring manual dependency injection, implementing health checks, graceful shutdown, or organizing services into scopes/modules. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: a10cda0 |
spotify Demerzels-lab/elsamultiskillagent Control Spotify playback on macOS. Play/pause, skip tracks, control volume, play artists/albums/playlists. Use when a user asks to play music, control Spotify, change songs, or adjust Spotify volume. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 45f9fac |
product-ux-designer gorfadvijay/temp-skill Designs B2B SaaS pages, components, forms, tables, flows, and features with structured UX methodology. Triggers when designing pages, wireframing, making layout decisions, choosing containers, mapping states, defining conditional visibility, writing confirmation dialogs, speccing empty/error/loading states, ordering fields, reviewing designs, auditing pages, speccing for engineering, or researching users. Also triggers on "what should go on this page", "where should this field go", "what states does this need", "design this", "wireframe this", "review this design", or "audit this page". | Skills | 98 1.25x Agent success vs baseline Impact 94% 1.25xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
analyzing-market-sentiment jeremylongshore/claude-code-plugins-plus-skills Analyze cryptocurrency market sentiment using Fear & Greed Index, news analysis, and market momentum. Use when gauging overall market mood, checking if markets are fearful or greedy, or analyzing sentiment for specific coins. Trigger with phrases like "analyze crypto sentiment", "check market mood", "is the market fearful", "sentiment for Bitcoin", or "Fear and Greed index". | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: dabf1e9 |
threejs-shaders cloudai-x/threejs-skills Three.js shaders - GLSL, ShaderMaterial, uniforms, custom effects. Use when creating custom visual effects, modifying vertices, writing fragment shaders, or extending built-in materials. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b1c6230 |
threejs-postprocessing cloudai-x/threejs-skills Three.js post-processing - EffectComposer, bloom, DOF, screen effects. Use when adding visual effects, color grading, blur, glow, or creating custom screen-space shaders. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b1c6230 |
threejs-materials cloudai-x/threejs-skills Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with textures, creating custom shaders, or optimizing material performance. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b1c6230 |
threejs-interaction cloudai-x/threejs-skills Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b1c6230 |
reka-ui onmax/nuxt-skills Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 5ba8b80 |
nuxt-seo onmax/nuxt-skills Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 5ba8b80 |
motion onmax/nuxt-skills Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 5ba8b80 |
domain-hunter resciencelab/opc-skills Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or search for .ai/.com domains. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 2c7fabd |
prompt-engineer jeffallan/claude-skills Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot learning, creating system prompts with personas and guardrails, building JSON/function-calling schemas, or developing prompt evaluation frameworks to measure and improve model performance. | Skills | 98 1.04x Agent success vs baseline Impact 96% 1.04xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
react-hook-form-zod jezweb/claude-skills Build type-safe validated forms using React Hook Form v7 and Zod v4. Single schema works on client and server with full TypeScript inference via z.infer. Use when building forms, multi-step wizards, or fixing uncontrolled warnings, resolver errors, useFieldArray issues, performance problems with large forms. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: fa91c34 |
openai-assistants jezweb/claude-skills Build stateful chatbots with OpenAI Assistants API v2 - Code Interpreter, File Search (10k files), Function Calling. Prevents 10 documented errors including vector store upload bugs, temperature parameter conflicts, memory leaks. Deprecated (sunset August 2026); use openai-responses for new projects. Use when: maintaining legacy chatbots, implementing RAG with vector stores, or troubleshooting thread errors, vector store delays, uploadAndPoll issues. | Skills | 98 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: fa91c34 |
Can't find what you're looking for? Evaluate a missing skill.