Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
intercom-automation davepoon/buildwithclaude Automate Intercom tasks via Rube MCP (Composio): conversations, contacts, companies, segments, admins. Always search tools first for current schemas. | Skills | 68 1.55x Agent success vs baseline Impact 92% 1.55xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
iii-getting-started iii-hq/iii Install the iii engine, set up your first worker, and get a working backend running. Use when a user wants to start a new iii project, install the SDK, or needs help with initial setup and configuration. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Critical Do not install without reviewing Reviewed: Version: d51a06d |
iii-browser-sdk iii-hq/iii Browser SDK for connecting to the iii engine from web applications via WebSocket. Use when building browser-based clients that register functions, invoke triggers, or consume streams from the frontend. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: e6cfdaf |
agent-teams-simplify-and-harden pskoett/pskoett-ai-skills Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or the loop cap is reached. Use when: implementing features from a spec or plan, hardening existing code, fixing a batch of issues, or any multi-file task that benefits from a build-verify-fix cycle. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: fe0da1c |
02-meta-skill-forge-150 majiayu000/claude-skill-registry [02] META. Create new skills when existing ones don't cover the task. Analyze unique requirements, build framework (Frame → Research → Plan → Execute), integrate risks, and declare new skill. Use when facing novel problems that existing skills can't address. | Skills | 68 1.62x Agent success vs baseline Impact 96% 1.62xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
feishu-notify wanshuiyin/Auto-claude-code-research-in-sleep Send notifications to Feishu/Lark. Internal utility used by other skills, or manually via /feishu-notify. Supports push-only (webhook) and interactive (bidirectional) modes. Use when user says "发飞书", "notify feishu", or other skills need to send status updates. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 391bda8 |
run-experiment wanshuiyin/Auto-claude-code-research-in-sleep Deploy and run ML experiments on local, remote, Vast.ai, or Modal serverless GPU. Use when user says "run experiment", "deploy to server", "跑实验", or needs to launch training jobs. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 391bda8 |
auto-paper-improvement-loop wanshuiyin/Auto-claude-code-research-in-sleep Autonomously improve a generated paper via Claude review through claude-review MCP → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 391bda8 |
paper-figure wanshuiyin/Auto-claude-code-research-in-sleep Generate publication-quality figures and tables from experiment results. Use when user says "画图", "作图", "generate figures", "paper figures", or needs plots for a paper. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ed826fc |
research-review wanshuiyin/Auto-claude-code-research-in-sleep Get a deep critical review of research from GPT via Codex MCP. Use when user says "review my research", "help me review", "get external review", or wants critical feedback on research ideas, papers, or experimental results. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: ed826fc |
flaky-detector golikovichev/flaky-detector-agent Detect flaky tests from CI history and propose LLM-validated fixes via quarantine pull requests. Use when Claude needs to find flaky tests, analyze CI test stability, identify tests that flip pass/fail without code changes, or set up automated quarantine workflows. Supports any test framework that emits JUnit XML (pytest, unittest, JUnit, TestNG, Vitest, Jest with junit reporter). Trigger when users mention "flaky tests", "intermittent failures", "tests that randomly fail", "quarantine flaky tests", "CI flakiness", or ask to "find unreliable tests", "analyze CI history", "mark tests as flaky". | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 2392045 |
upstash-workflow-js upstash/skills Skills for the Upstash Workflow TypeScript/JavaScript SDK to define, trigger, and manage workflows. Use this Skill whenever a user wants to create workflow endpoints, run steps, or interact with the Upstash Workflow client. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 1fc95df |
portman jpoutrin/product-forge Port management for local development with git worktrees. Use when setting up local development environments, booking ports for services to avoid collisions between parallel worktrees, or configuring docker-compose with dynamic ports. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0ebe7ae |
triage-malware dandye/ai-runbooks Triage a suspected malicious file hash. Use when investigating malware alerts or suspicious files. Analyzes GTI file report, behavioral indicators, identifies affected hosts, enriches network IOCs, and recommends containment actions. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 4d132c7 |
sdd-init Gentleman-Programming/agent-teams-lite Initialize Spec-Driven Development context in any project. Detects stack, conventions, and bootstraps the active persistence backend. Trigger: When user wants to initialize SDD in a project, or says "sdd init", "iniciar sdd", "openspec init". | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 6901875 |
android-legacy-state HoangNguyen0403/agent-skills-standard Integrate ViewModel state with Views using Coroutines and Lifecycle on Android. Use when managing state with repeatOnLifecycle or lifecycle-aware coroutines in Fragment/Activity. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
angular-architecture HoangNguyen0403/agent-skills-standard Standards for Angular project structure, feature modules, and lazy loading. Use when structuring Angular apps, defining feature modules, or configuring lazy loading. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
typescript-tooling HoangNguyen0403/agent-skills-standard Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 4c72e76 |
android-navigation-type-safe HoangNguyen0403/agent-skills-standard Implement type-safe Jetpack Navigation Compose routes using Kotlin serialization. Use when defining navigation graphs with type-safe destinations in Jetpack Compose. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
angular-http-client HoangNguyen0403/agent-skills-standard Integrate HttpClient, Interceptors, and API interactions in Angular. Use when integrating HttpClient, writing interceptors, or handling API calls in Angular. | Skills | 68 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 19a1140 |
Can't find what you're looking for? Evaluate a missing skill.