Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
rails-architecture fernandezbaptiste/rails_ai_agents Guides modern Rails 8 code architecture decisions and patterns. Use when deciding where to put code, choosing between patterns (service objects vs concerns vs query objects), designing feature architecture, refactoring for better organization, or when user mentions architecture, code organization, design patterns, or layered design. | Skills | 93 1.40x Agent success vs baseline Impact 97% 1.40xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
lemma-discovery-assistant ArabelaTso/Skills-4-SE Analyze failed or stuck proofs and propose auxiliary lemmas to help complete the proof in Isabelle/HOL or Coq. Use when encountering proof failures, stuck proof states, unprovable subgoals, or when needing to strengthen induction hypotheses. Identifies missing lemmas, suggests proof strategies, and generates helper lemmas with appropriate statements and proof sketches. Supports inductive proofs, case analysis, rewriting, and complex proof obligations. | Skills | 93 1.13x Agent success vs baseline Impact 93% 1.13xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
counterexample-debugger ArabelaTso/Skills-4-SE Debug proof failures using counterexamples from Nitpick (Isabelle) or QuickChick (Coq) to identify specification errors, missing preconditions, and proof strategy issues. Use when: (1) A proof attempt fails and you need to understand why, (2) Counterexamples are generated by Nitpick or QuickChick, (3) Specifications may be incorrect or incomplete, (4) Theorems need validation before proving, (5) Missing preconditions or lemmas need identification, or (6) Proof failures need explanation and correction suggestions. Supports both Isabelle/HOL and Coq equally. | Skills | 93 1.10x Agent success vs baseline Impact 93% 1.10xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
resend-webhooks hookdeck/webhook-skills Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered, email.bounced, or processing inbound emails. | Skills | 93 1.09x Agent success vs baseline Impact 89% 1.09xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
cloudflare-workers-runtime-apis secondsky/claude-skills Cloudflare Workers Runtime APIs including Fetch, Streams, Crypto, Cache, WebSockets, and Encoding. Use for HTTP requests, streaming, encryption, caching, real-time connections, or encountering API compatibility, response handling, stream processing errors. | Skills | 93 1.27x Agent success vs baseline Impact 89% 1.27xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
logo-creator resciencelab/opc-skills Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG. Use when user wants to create a logo, icon, favicon, brand mark, mascot, emblem, or design a logo. | Skills | 93 2.32x Agent success vs baseline Impact 93% 2.32xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
azuredevops-pipelines-template jjjermiah/dotagents Azure DevOps Repos-first template architecture for reusable CI pipelines. Use when designing or debugging Azure Pipelines YAML templates, splitting PR validation from post-merge main workflows while reusing one core CI template, enforcing strict compile-time/runtime variable rules, building typed template APIs (`stepList`, `jobList`, `stageList`, `templateContext`), or creating self-contained dependency-management templates for TypeScript/Python/R using bun, npm, and pixi—e.g., "one CI template for PR and main", "fix expression timing bug", "design jobList template contract". | Skills | 93 1.14x Agent success vs baseline Impact 93% 1.14xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
skill-creator jjjermiah/dotagents Guides creation, validation, and packaging of AI agent skills with token-efficient design, progressive disclosure patterns, and YAML frontmatter best practices. Use when building new skills, updating existing skills, validating skill structure against standards, or packaging for distribution—e.g., "create skill", "validate SKILL.md", "package skill for sharing", "check description format". | Skills | 93 1.75x Agent success vs baseline Impact 93% 1.75xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Enforces a 4-phase architecture design workflow by reading `.arch/state.json` on every request to gate responses by phase. Phase 1 extracts and validates requirements from PRDs; Phase 2 selects architecture patterns and establishes high-level structure; Phase 3 designs and accepts components sequentially; Phase 4 finalises and documents the solution. Use when discussing system design, solution architecture, PRD analysis, component design, technology selection, or architecture patterns — distinct from general coding help by its strict phase-gating, anti-pattern detection, and state-tracked component acceptance. Contains: architecture-methodology Enforces a 4-phase architecture design workflow by reading `.arch/state.json` on every request to gate responses by phase. Phase 1 extracts and validates requirements from PRDs; Phase 2 selects architecture patterns and establishes high-level structure; Phase 3 designs and accepts components sequentially; Phase 4 finalises and documents the solution. Use when discussing system design, solution architecture, PRD analysis, component design, technology selection, or architecture patterns — distinct from general coding help by its strict phase-gating, anti-pattern detection, and state-tracked component acceptance. | Skills | 93 1.07x Agent success vs baseline Impact 89% 1.07xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
obsidian-markdown kepano/obsidian-skills Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes. | Skills | 93 1.19x Agent success vs baseline Impact 100% 1.19xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
agent-creator Jamie-BitFlight/claude_skills Create high-quality Claude Code agents from scratch or by adapting existing agents as templates. Use when the user wants to create a new agent, modify agent configurations, build specialized subagents, or design agent architectures. Guides through requirements gathering, template selection, and agent file generation following Anthropic best practices (v2.1.63+). | Skills | 93 1.58x Agent success vs baseline Impact 100% 1.58xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
coverage-enhancer ArabelaTso/Skills-4-SE Analyze existing test suites and source code to suggest additional unit tests that improve test coverage. Use this skill when working with test files and source code to identify untested code paths, missing edge cases, uncovered branches, untested error conditions, and gaps in test coverage. Supports major testing frameworks (pytest, Jest, JUnit, Go testing, etc.) and generates targeted test suggestions based on coverage analysis. | Skills | 93 1.15x Agent success vs baseline Impact 96% 1.15xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
edge-case-generator ArabelaTso/Skills-4-SE Automatically identify potential boundary and exception cases from requirements, specifications, or existing code, and generate comprehensive test cases targeting boundary conditions, edge cases, and uncommon scenarios. Use this skill when analyzing programs, code repositories, functions, or APIs to discover and test corner cases, null handling, overflow conditions, empty inputs, concurrent access patterns, and other exceptional scenarios that are often missed in standard testing. | Skills | 93 1.03x Agent success vs baseline Impact 96% 1.03xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
counterexample-explainer ArabelaTso/Skills-4-SE Explain why counterexamples violate specifications by analyzing formal specifications (temporal logic, invariants, pre/postconditions, code contracts), informal requirements (user stories, acceptance criteria), test specifications (assertions, property-based tests), and providing step-by-step traces showing state changes, comparing expected vs actual behavior, identifying root causes, and assessing violation impact. Use when debugging test failures, understanding model checker output, explaining runtime assertion violations, analyzing static analysis warnings, or teaching specification concepts. Produces structured markdown explanations with traces, comparisons, state diagrams, and cause chains. Triggers when users ask why something failed, explain a violation, understand a counterexample, debug a specification, or analyze why a test fails. | Skills | 93 1.45x Agent success vs baseline Impact 96% 1.45xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
sandbox-sdk cloudflare/skills Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev environments, or executing untrusted code. Covers Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs. Biases towards retrieval from Cloudflare docs over pre-trained knowledge. | Skills | 93 2.63x Agent success vs baseline Impact 100% 2.63xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
firecrawl-reliability-patterns jeremylongshore/claude-code-plugins-plus-skills Implement Firecrawl reliability patterns: circuit breakers, crawl fallbacks, and content validation. Use when building fault-tolerant scraping pipelines, implementing crawl-to-scrape fallback, or adding content quality gates to Firecrawl integrations. Trigger with phrases like "firecrawl reliability", "firecrawl circuit breaker", "firecrawl fallback", "firecrawl resilience", "firecrawl fault tolerant". | Skills | 93 1.23x Agent success vs baseline Impact 96% 1.23xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
exa-performance-tuning jeremylongshore/claude-code-plugins-plus-skills Optimize Exa API performance with search type selection, caching, and parallelization. Use when experiencing slow responses, implementing caching strategies, or optimizing request throughput for Exa integrations. Trigger with phrases like "exa performance", "optimize exa", "exa latency", "exa caching", "exa slow", "exa fast". | Skills | 93 1.41x Agent success vs baseline Impact 96% 1.41xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
technical-specification secondsky/claude-skills Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records. | Skills | 93 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 |
meeting-minutes-taker daymade/claude-code-skills Transforms raw meeting transcripts into high-fidelity, structured meeting minutes with iterative review for completeness. This skill should be used when (1) a meeting transcript is provided and meeting minutes, notes, or summaries are requested, (2) multiple versions of meeting minutes need to be merged without losing content, (3) existing minutes need to be reviewed against the original transcript for missing items, (4) transcript has anonymous speakers like "Speaker 1/2/3" that need identification. Features include: speaker identification via feature analysis (word count, speaking style, topic focus) with context.md team directory mapping, intelligent file naming from content, integration with transcript-fixer for pre-processing, evidence-based recording with speaker quotes, Mermaid diagrams for architecture discussions, multi-turn parallel generation to avoid content loss, and iterative human-in-the-loop refinement. | Skills | 93 1.60x Agent success vs baseline Impact 96% 1.60xAverage score across 3 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: 0.0.1 |
scikit-survival K-Dense-AI/claude-scientific-skills Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitting Cox models, Random Survival Forests, Gradient Boosting models, or Survival SVMs, evaluating survival predictions with concordance index or Brier score, handling competing risks, or implementing any survival analysis workflow with the scikit-survival library. | Skills | 93 1.29x Agent success vs baseline Impact 96% 1.29xAverage 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.