Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
apple-notes attilaczudor/Test Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: b3cef5f |
apple-notes Hung-Reo/hungreo-openclaw Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: e893157 |
setup-env benchflow-ai/skillsbench When given a Python project codebase, this skill helps the agent to set up virtual environments, install dependencies, and run scripts. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 593b0c6 |
dyn-object-masks benchflow-ai/skillsbench Generate dynamic-object binary masks after global motion compensation, output CSR sparse format. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 593b0c6 |
debugging tslateman/duet Systematic debugging that applies the scientific method to failures. Use when the user says "debug this", "why is this failing", "help me find the bug", "this doesn't work", "track down the issue", or is stuck on a problem and thrashing without progress. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 96a72fa |
deslop brianlovin/claude-config Remove AI-generated code slop from the current branch. Use after writing code to clean up unnecessary comments, defensive checks, and inconsistent style. | Skills | 80 1.31x Agent success vs baseline Impact 96% 1.31xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
pubmed-database K-Dense-AI/claude-scientific-skills Direct REST API access to PubMed. Advanced Boolean/MeSH queries, E-utilities API, batch processing, citation management. For Python workflows, prefer biopython (Bio.Entrez). Use this for direct HTTP/REST work or custom API implementations. | Skills | 80 1.16x Agent success vs baseline Impact 72% 1.16xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
packaging-zig-projects projectbluefin/dakota Use when packaging a project that uses the Zig build system, when an element needs zig fetch/build with offline dependency caching, or when adding Zig dependencies to an existing element | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: ff693e7 |
orchestration numman-ali/n-skills Multi-agent orchestration for complex tasks. Use when tasks require parallel work, multiple agents, or sophisticated coordination. Triggers include requests for features, reviews, refactoring, testing, documentation, or any work that benefits from decomposition into parallel subtasks. This skill defines how to orchestrate work using cc-mirror tasks for persistent dependency tracking and TodoWrite for real-time session visibility. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: c7dbca0 |
sprint-retrospective supercent-io/skills-template Facilitate effective sprint retrospectives for continuous team improvement. Use when conducting team retrospectives, identifying improvements, or fostering team collaboration. Handles retrospective formats, action items, and facilitation techniques. | Skills | 80 1.12x Agent success vs baseline Impact 100% 1.12xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
log-analysis supercent-io/skills-template Analyze application logs to identify errors, performance issues, and security anomalies. Use when debugging issues, monitoring system health, or investigating incidents. Handles various log formats including Apache, Nginx, application logs, and JSON logs. | Skills | 80 1.46x Agent success vs baseline Impact 60% 1.46xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
frontend-design pbakaus/impeccable Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: d6b1a56 |
adme-property-predictor aipoch/medical-research-skills Predict ADME pharmacokinetic properties and drug-likeness of small molecules using validated cheminformatics models. Supports absorption, distribution, metabolism, excretion prediction, QED/MPO scoring, and batch library screening from SMILES input. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ca9aaa4 |
development thrashr888/AllBeads AllBeads development process. Use when planning features, creating documentation, tracking work with beads, or understanding the documentation system. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: e85caf1 |
tessl-labs/skill-discovery v0.27.0 Discover and apply best practice skills automatically. Gap analysis scans the codebase, skill-search fills gaps from the registry, skill-classifier separates proactive from reactive skills, quality-standards generates CLAUDE.md guidance, self-review compares code against checklists, and verification-strategy sets up test/lint/typecheck feedback loops. Contains: gap-analysis Scan a project for practice gaps — missing domains, weak implementations, and new technology areas. Use when starting a new project, joining an existing codebase, beginning a major feature (3+ new files), or when the PreToolUse gate hook blocks a write. Produces a structured gap report that drives skill-search and downstream skills. quality-standards Generate project-level quality standards in CLAUDE.md from installed proactive skills. The quality block is the single biggest lever for code quality (4x improvement in experiments). Use after skill-classifier runs, when the skill set changes, or when the user asks "update my quality standards", "what standards should I follow". self-review Compare your code against installed proactive skill checklists and fix gaps. Use after committing, after completing a feature, before submitting a PR, or whenever you want to verify your code meets quality standards. Can be triggered by a post-commit hook, a periodic check, or a direct request like "review your code", "check quality", "did you follow the skills". skill-classifier Classify installed skills as proactive (apply to all code, review at every commit) or reactive (domain-specific, use only when working in that domain). Use after installing new skills via skill-search. The classification drives which skills quality-standards includes in CLAUDE.md and which skills self-review checks against. skill-discovery Orchestrates practice gap discovery and quality improvement. Coordinates gap-analysis, skill-search, skill-classifier, quality-standards, and self-review skills. Use when starting a new project, joining an existing codebase, beginning a major feature, or when the user asks "what skills do I need", "find best practices", "audit this project". skill-search Search the Tessl registry for skills that fill practice gaps identified by gap-analysis. Uses a two-pass strategy: first find language-agnostic best practice skills, then find technology-specific skills for the project's stack. Use after gap-analysis identifies gaps, when entering a new technology domain, or when the user asks "find skills for X", "what best practices exist for Y". verification-strategy Set up self-verification before building features — test runner, type checking, linting, and feedback loops that let the agent confirm its own work. Use when starting a new project, setting up a codebase for the first time, or when the user asks "how will you test this", "set up testing", "make sure this works", or "verify your work". Run this BEFORE writing feature code. | SkillsRules | 80 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.27.0 |
landing-page-guide bear2u/my-skills Comprehensive guide for creating effective landing pages using Next.js or React. This skill should be used when users request to create landing pages, marketing pages, or product pages that require the 11 essential elements for high-converting landing pages. Specifically designed for Next.js 14+ App Router with ShadCN UI components. | Skills | 80 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 1be5394 |
building-cicd-pipelines jeremylongshore/claude-code-plugins-plus-skills Execute use when you need to work with deployment and CI/CD. This skill provides deployment automation and pipeline orchestration with comprehensive guidance and automation. Trigger with phrases like "deploy application", "create pipeline", or "automate deployment". | Skills | 80 1.03x Agent success vs baseline Impact 95% 1.03xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.4 |
ollama-setup jeremylongshore/claude-code-plugins-plus-skills Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose. | Skills | 80 1.74x Agent success vs baseline Impact 96% 1.74xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.2 |
test-failure-mindset Jamie-BitFlight/claude_skills This skill should be used when encountering failing tests or when the user asks about "test failure analysis", "debugging tests", "why tests fail", or needs to set a balanced investigative approach for test failures. Establishes mindset that treats test failures as valuable signals requiring investigation, not automatic dismissal. | Skills | 80 1.02x Agent success vs baseline Impact 91% 1.02xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
detecting-memory-leaks jeremylongshore/claude-code-plugins-plus-skills Detect potential memory leaks and analyze memory usage patterns in code. Use when troubleshooting performance issues related to memory growth or identifying leak sources. Trigger with phrases like "detect memory leaks", "analyze memory usage", or "find memory issues". | Skills | 80 0.98x Agent success vs baseline Impact 98% 0.98xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.4 |
Can't find what you're looking for? Evaluate a missing skill.