Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
lorem-ipsum intellectronica/agent-skills Generate lorem ipsum placeholder text. This skill should be used when users ask to generate lorem ipsum content, placeholder text, dummy text, or filler text. Supports various structures including plain paragraphs, headings with sections, lists, and continuous text. Output can be saved to a file or used directly as requested by the user. | Skills | 88 3.33x Agent success vs baseline Impact 100% 3.33xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ralph-tui-prd subsy/ralph-tui Generate a Product Requirements Document (PRD) for ralph-tui task orchestration. Creates PRDs with user stories that can be converted to beads issues or prd.json for automated execution. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out. | Skills | 88 1.52x Agent success vs baseline Impact 96% 1.52xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ralph-tui-create-json subsy/ralph-tui Convert PRDs to prd.json format for ralph-tui execution. Creates JSON task files with user stories, acceptance criteria, and dependencies. Triggers on: create prd.json, convert to json, ralph json, create json tasks. | Skills | 88 1.21x Agent success vs baseline Impact 100% 1.21xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
openapi-to-typescript softaworks/agent-toolkit Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces, or generate TypeScript types from an API specification. | Skills | 88 1.51x Agent success vs baseline Impact 100% 1.51xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
openapi-to-typescript softaworks/agent-toolkit Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces, or generate TypeScript types from an API specification. | Skills | 88 1.51x Agent success vs baseline Impact 100% 1.51xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
scoutqa-test github/awesome-copilot This skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly. | Skills | 88 2.08x Agent success vs baseline Impact 100% 2.08xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
rails-service-object fernandezbaptiste/rails_ai_agents Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs. | Skills | 88 1.19x Agent success vs baseline Impact 100% 1.19xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
tool-discovery NeverSight/skills_feed Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool. | Skills | 88 5.26x Agent success vs baseline Impact 100% 5.26xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
tmux NeverSight/skills_feed Patterns for running long-lived processes in tmux. Use when starting dev servers, watchers, tilt, or any process expected to outlive the conversation. | Skills | 88 1.14x Agent success vs baseline Impact 100% 1.14xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
react-best-practices NeverSight/skills_feed Provides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns, and correct effect usage. Must use when reading or writing React components (.tsx, .jsx files with React imports). | Skills | 88 1.07x Agent success vs baseline Impact 96% 1.07xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
playwright-best-practices NeverSight/skills_feed Provides Playwright test patterns for resilient locators, Page Object Models, fixtures, web-first assertions, and network mocking. Must use when writing or modifying Playwright tests (.spec.ts, .test.ts files with @playwright/test imports). | Skills | 88 1.36x Agent success vs baseline Impact 100% 1.36xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ios-device-screenshot NeverSight/skills_feed Take screenshots from physical iOS devices connected via USB using pymobiledevice3. Use when capturing screenshots from real iPhones/iPads (not simulators), debugging on-device, or needing high-fidelity device captures. Triggers on physical iOS device screenshots, pymobiledevice3 usage, or USB-connected device capture tasks. | Skills | 88 2.17x Agent success vs baseline Impact 100% 2.17xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
deepgram-python-conversational-stt deepgram/deepgram-python-sdk Use when writing or reviewing Python code in this repo that calls Deepgram Conversational STT v2 / Flux (`/v2/listen`) for turn-aware streaming transcription. Covers `client.listen.v2.connect(...)`, Flux models, end-of-turn detection. Use `deepgram-python-speech-to-text` for standard v1 ASR, `deepgram-python-voice-agent` for full-duplex interactive assistants. Triggers include "flux", "v2 listen", "conversational STT", "turn detection", "end of turn", "EOT", "listen.v2", "flux-general-en", "flux-general-multi". | Skills | 88 1.19x Agent success vs baseline Impact 100% 1.19xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
upstash-redis-js upstash/skills Work with the Upstash Redis TypeScript/JavaScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating) with Upstash Redis Search (different from regular FT.SEARCH), and all Redis data structures. Supports automatic serialization/deserialization of JavaScript types. Upstash Redis Search also available via @upstash/search-redis and @upstash/search-ioredis adapters for TCP clients. | Skills | 88 2.08x Agent success vs baseline Impact 100% 2.08xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
react-best-practices freekmurze/dotfiles Provides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns, and correct effect usage. Must use when reading or writing React components (.tsx, .jsx files with React imports). | Skills | 88 1.07x Agent success vs baseline Impact 96% 1.07xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
configuring-service-meshes jeremylongshore/claude-code-plugins-plus-skills This skill configures service meshes like Istio and Linkerd for microservices. It generates production-ready configurations, implements best practices, and ensures a security-first approach. Use this skill when the user asks to "configure service mesh", "setup Istio", "setup Linkerd", or requests assistance with "service mesh configuration" for their microservices architecture. The configurations will be tailored to the specified infrastructure requirements. | Skills | 88 0.98x Agent success vs baseline Impact 97% 0.98xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
planning-disaster-recovery jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments. | Skills | 88 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
mcollina/documentation v0.1.0 Creates, structures, and reviews technical documentation following the Diátaxis framework (tutorials, how-to guides, reference, and explanation pages). Use when a user needs to write or reorganize docs, structure a tutorial vs. a how-to guide, build reference docs or API documentation, create explanation pages, choose between Diátaxis documentation types, or improve existing documentation structure. Trigger terms include: documentation structure, Diátaxis, tutorials vs how-to guides, organize docs, user guide, reference docs, technical writing. Contains: documentation Creates, structures, and reviews technical documentation following the Diátaxis framework (tutorials, how-to guides, reference, and explanation pages). Use when a user needs to write or reorganize docs, structure a tutorial vs. a how-to guide, build reference docs or API documentation, create explanation pages, choose between Diátaxis documentation types, or improve existing documentation structure. Trigger terms include: documentation structure, Diátaxis, tutorials vs how-to guides, organize docs, user guide, reference docs, technical writing. | Skills | 88 1.11x Agent success vs baseline Impact 96% 1.11xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
HTTP caching for web APIs — Cache-Control headers, ETags, conditional requests, Contains: http-caching-strategy HTTP caching for web APIs — Cache-Control headers, ETags, conditional requests, Vary header, and no-store for sensitive data. Apply AUTOMATICALLY whenever building any API endpoint that serves data — do not wait to be asked. | Skills | 88 25.00x Agent success vs baseline Impact 100% 25.00xAverage score across 4 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
Knowledge base for architecture patterns, trade-offs, and selection criteria. Activates when recommending or evaluating architecture patterns like microservices, monolith, serverless, event-driven, CQRS, or hybrid approaches. Contains: architecture-patterns Knowledge base for architecture patterns, trade-offs, and selection criteria. Activates when recommending or evaluating architecture patterns like microservices, monolith, serverless, event-driven, CQRS, or hybrid approaches. | Skills | 88 1.12x Agent success vs baseline Impact 99% 1.12xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
Can't find what you're looking for? Evaluate a missing skill.