███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7801 | eve-agentic-app-design | incept5/eve-skillpacks |
Agentic App Design on Eve Horizon Transform a full-stack app into one where agents are primary actors — reasoning, coordinating, remembering, and communicating alongside humans. When to Use Load this skill when: Designing an app where agents are primary users alongside (or instead of) humans Adding agent capabilities to an existing Eve app Choosing between human-first and agent-first architecture Deciding how agents should coordinate, remember, and communicate Planning multi-model inference stra...
|
109 |
| 7802 | ln-740-quality-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates code quality tooling configuration for the project. Purpose & Scope Does: - Detects project technology stack (TypeScript/React, .NET, Python) - Checks for existing quality configurations - Delegates to specialized workers for each quality aspect - Verifies final configuration works correctly Does NOT: - Generate configuration files directly (workers do this) - Modify source code -...
|
109 |
| 7803 | drupal-development | mindrally/skills |
Drupal Development You are an expert Drupal 10 developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles. Core Principles Write concise, technically accurate PHP code with proper Drupal API examples Follow SOLID principles for object-oriented programming Follow the DRY principle Adhere to Drupal coding standards Leverage the service container and plugin system PHP Standards Use PHP 8.1+ features (typed properties, match expressions, named arguments) Follow PSR-...
|
109 |
| 7804 | ln-700-project-bootstrap | levnikolaevich/claude-code-skills |
Type: L1 Top Orchestrator Category: 7XX Project Bootstrap Transforms a prototype project (Replit export or early-stage repo) into a production-ready codebase with Clean Architecture, Docker, CI/CD, and development tooling. Overview | Input | Source project directory | Output | Production-ready project with all infrastructure | Delegations | ln-710 -> ln-720 -> ln-730 -> ln-740 -> ln-750 -> ln-760 -> ln-770 -> ln-780 | Duration | ~30 minutes (vs 4+ hours manual) Workflow ``` Pha...
|
109 |
| 7805 | ln-743-test-infrastructure | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Sets up testing frameworks, coverage tools, and sample tests for projects. Purpose & Scope Does: - Detects project stack to choose appropriate test framework - Creates test configuration files - Sets up coverage reporting with thresholds - Creates sample tests demonstrating patterns - Verifies test suite runs successfully Does NOT: - Configure linters (ln-741 does this) - Set up pre-commit hooks (ln-742 does...
|
109 |
| 7806 | subagent-task-execution | davidkiss/smart-ai-skills |
Subagent Task Execution Overview This skill is used to execute a set of tasks (typically from a task breakdown or plan). It focuses on high-quality execution by dispatching specialized subagents for each task, ensuring each task is performed correctly and verified before moving to the next. Core Principle One Task, One Subagent, Multi-Stage Review. By isolating each task and applying a structured review process, we ensure high quality and prevent context pollution. The Process Preparation: Read ...
|
109 |
| 7807 | recharts | ansanabria/skills |
Recharts React charting library built on top of D3 for composable, declarative data visualization. Quick Start 1. Install Recharts npm install recharts 2. Basic Chart Structure All Recharts charts follow the same pattern: import { LineChart , Line , XAxis , YAxis , CartesianGrid , Tooltip , Legend , ResponsiveContainer } from 'recharts' ; const data = [ { name : 'Jan' , sales : 4000 , profit : 2400 } , { name : 'Feb' , sales : 3000 , profit : 1398 } , { name : 'Mar' , sales : 2000 , profit : 980...
|
109 |
| 7808 | author-contributions | microsoft/vscode |
When asked to find all files a specific author contributed to on a branch (compared to main or another upstream), follow this procedure. The goal is to produce a simple table that both humans and LLMs can consume. Run as a Subagent This skill involves many sequential git commands. Delegate it to a subagent with a prompt like: Find every file that author "Full Name" contributed to on branch <branch> compared to <upstream> . Trace contributions through file renames. Return a markdown table with co...
|
109 |
| 7809 | cancel | yeachan-heo/oh-my-claudecode |
Cancel Skill Intelligent cancellation that detects and cancels the active OMC mode. What It Does Automatically detects which mode is active and cancels it: Autopilot: Stops workflow, preserves progress for resume Ralph: Stops persistence loop, clears linked ultrawork if applicable Ultrawork: Stops parallel execution (standalone or linked) Ecomode: Stops token-efficient parallel execution (standalone or linked to ralph) UltraQA: Stops QA cycling workflow Swarm: Stops coordinated agent swarm, ...
|
109 |
| 7810 | build-review-interface | hamelsmu/evals-skills |
Build a Custom Annotation Interface Overview Build an HTML page that loads traces from a data source (JSON/CSV file), displays one trace at a time with Pass/Fail buttons, a free-text notes field, and Next/Previous navigation. Save labels to a local file (CSV/SQLite/JSON). Then customize to the domain using the guidelines below. Data Display Format all data in the most human-readable representation for the domain. Emails should look like emails. Code should have syntax highlighting. Markdown shou...
|
109 |
| 7811 | survival analysis | aj-geddes/useful-ai-prompts |
Survival Analysis Overview Survival analysis studies time until an event occurs, handling censored data where events haven't happened for some subjects, enabling prediction of lifetimes and risk assessment. Key Concepts Survival Time : Time until event Censoring : Event not observed (subject dropped out) Hazard : Instantaneous risk at time t Survival Curve : Probability of surviving past time t Hazard Ratio : Relative risk between groups Common Models Kaplan-Meier : Non-parametric survival curve...
|
109 |
| 7812 | playwright | oakoss/agent-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
109 |
| 7813 | calcom-api | calcom/cal.com |
Cal.com API v2 This skill provides guidance for AI agents to interact with the Cal.com API v2, enabling scheduling automation, booking management, and calendar integrations. Base URL All API requests should be made to: https://api.cal.com/v2 Authentication All API requests require authentication via Bearer token in the Authorization header: Authorization: Bearer cal_<your_api_key> API keys must be prefixed with cal_ . You can generate API keys from your Cal.com dashboard under Settings > Develop...
|
109 |
| 7814 | ln-002-best-practices-researcher | levnikolaevich/claude-code-skills |
Research industry standards and create project documentation in one workflow. Purpose & Scope - Research via MCP Ref + Context7 for standards, patterns, versions - Create 4 types of documents from research results: Guide: Pattern documentation (Do/Don't/When table) - Manual: API reference (methods/params/doc links) - ADR: Architecture Decision Record (Q&A dialog) - Research: Investigation document answering specific question - Return document path for linking in Stories/Tasks Phase 0:...
|
109 |
| 7815 | ln-721-frontend-restructure | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Restructures monolithic React frontend code into component-based architecture using AST-based analysis methodology. Purpose & Scope | Input | Monolithic React frontend source | Output | Component-based architecture with co-located feature folders | Framework | React only Scope boundaries: - Restructures existing code, does not add new functionality - Works with React + TypeScript projects - Applies ...
|
109 |
| 7816 | quant-factor-screener | geeksfino/finskills |
量化因子筛选器 扮演量化权益分析师。使用基于学术因子研究的系统化多因子框架筛选A股——对价值、动量、质量、低波动、规模和成长因子进行评分和排名。 工作流程 第一步:确定参数 与用户确认: 输入 选项 默认 选股池 沪深300 / 中证500 / 中证1000 / 全A / 自定义 中证800 因子 全部6个或特定因子 全部 因子权重 等权或自定义 等权 行业约束 行业中性或不约束 行业中性 结果数量 前N只 前20只 宏观研判 当前因子择时评估 自动判断 排除项 行业、概念、特定个股 无 第二步:计算因子得分 对选股池中每只股票计算各因子得分。详细定义参见 references/factor-methodology.md 。 因子 主要指标 默认权重 价值 盈利收益率、PB倒数、FCF收益率、EV/EBITDA 1/6 动量 12-1月价格动量、盈利预期修正动量 1/6 质量 ROE、盈利稳定性、低杠杆、应计质量 1/6 低波动 已实现波动率(1年)、Beta、下行偏差 1/6 规模 市值(越小得分越高) 1/6 成长 营收增速、盈利增速、利润率扩张 1/6 对每个因子: 计算每只股票...
|
108 |
| 7817 | convex http actions | waynesutton/convexskills |
Convex HTTP Actions Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/functions/http-actions Actions Overview: https://docs.convex.dev/functions/actions Authentication: https://docs.convex.dev/auth For broader context: https://docs.convex.dev/llms.txt Instructions HTTP Actions Overview HTTP actions allow you to define HTT...
|
108 |
| 7818 | feishu-cli-write | riba2534/feishu-cli |
飞书文档写入技能 创建或更新飞书云文档,通过 Markdown 作为中间格式。 支持 Mermaid/PlantUML 图表自动转飞书画板 。 快速创建空白文档 最简方式创建一个新的飞书云文档: feishu-cli doc create --title "文档标题" --output json 创建后 必须立即 : 授予 full_access 权限: feishu-cli perm add < document_id > --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner < document_id > --doc-type docx --member-type email --member-id user@example.com --notification 发送飞书消息通知用户文档已创建 核心概念 Markdown 作为中间态 :本地文档与飞书云文档之间通...
|
108 |
| 7819 | openspec-archiving | forztf/open-skilled-sdd |
Archives completed change proposals and merges their spec deltas into the living specification documentation. Quick Start Archiving involves two main operations: - Move change folder to archive with timestamp - Merge spec deltas into living specs (ADDED/MODIFIED/REMOVED operations) Critical rule: Verify all tasks are complete before archiving. Archiving signifies deployment and completion. Workflow Copy this checklist and track progress: ``` Archive Progress: - [ ] Step 1: Verify imple...
|
108 |
| 7820 | ln-201-opportunity-discoverer | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Opportunity Discoverer Traffic-First approach to finding next growth direction for existing product. Core Philosophy Anti-pattern: Idea → Surveys → Product → "where's traffic?" Correct: Traffic → Niche → MVP → Launch under existing demand The 90% Developer Bug Most fail because they: Invent idea with no analogs Ask 5 people...
|
108 |
| 7821 | seo-snippet-hunter | sickn33/antigravity-awesome-skills |
Use this skill when Working on seo snippet hunter tasks or workflows Needing guidance, best practices, or checklists for seo snippet hunter Do not use this skill when The task is unrelated to seo snippet hunter You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md...
|
108 |
| 7822 | convex schema validator | waynesutton/convexskills |
Convex Schema Validator Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Indexes: https://docs.convex.dev/database/indexes Data Types: https://docs.convex.dev/database/types For broader context: https://docs.convex.dev/llms.txt Instructions Basic Schema Defi...
|
108 |
| 7823 | image-search | z0gsh1u/oh-my-writing-skill |
你是一个专业的图片素材搜索助手,负责为内容创作查找合适的配图。 核心能力 - 多维度过滤:按尺寸、颜色、类型(照片/插画/GIF)筛选 - 版权筛选:支持按授权类型过滤图片 - 自动下载:可将图片下载到本地目录 - 结构化输出:返回图片元数据便于后续处理 使用方式 步骤 1:运行搜索脚本 ``` python scripts/image_search.py "搜索关键词" --max_results 10 --size Large ``` 参数说明: - `query`:搜索关键词(必填) - `--max_results`:返回的最大图片数(默认 10) - `--size`:图片尺寸,可选 `Small`、`Medium`、`Large`、`Wallpaper` - `--color`:颜色过滤,如 `Red`、`Blue`、`Green`、`Monochrome` - `--type`:图片类型,可选 `photo`、`clipart`、`gif`、`transparent`、`line` - `--layout`:布局,可选 `Square...
|
108 |
| 7824 | oo-component-documentation | github/awesome-copilot |
OO Component Documentation Create new documentation for an object-oriented component or update an existing component documentation file by analyzing the current implementation. Determine the mode first Choose the workflow before writing anything: Use update mode when the user provides an existing documentation Markdown file, points to a docs path, or explicitly asks to refresh or revise existing documentation. Follow references/update-mode.md . Use create mode when the user provides a source fil...
|
108 |
| 7825 | technical-design-doc-creator | tech-leads-club/agent-skills |
Technical Design Doc Creator You are an expert in creating Technical Design Documents (TDDs) that clearly communicate software architecture decisions, implementation plans, and risk assessments following industry best practices. When to Use This Skill Use this skill when: User asks to "create a TDD", "write a design doc", or "document technical design" User asks to "criar um TDD", "escrever um design doc", or "documentar design técnico" Starting a new feature or integration project Designing a s...
|
108 |
| 7826 | code-review | alinaqi/claude-bootstrap |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
108 |
| 7827 | upstash-qstash | davila7/claude-code-templates |
Upstash QStash You are an Upstash QStash expert who builds reliable serverless messaging without infrastructure management. You understand that QStash's simplicity is its power - HTTP in, HTTP out, with reliability in between. You've scheduled millions of messages, set up cron jobs that run for years, and built webhook delivery systems that never drop a message. You know that QStash shines when you need "just make this HTTP call later, reliably." Your core philosophy: HTTP is the universal l...
|
108 |
| 7828 | gsap-master | su69ar/rdnax-gsap-master |
GSAP Master Skill (Antigravity) Scope & Ground Rules You are a production-grade GSAP v3 engineer. You deliver interactive UI motion with: Performance (avoid layout thrash, keep 60fps, optimize pointer interactions) Maintainability (timeline architecture, modular functions, clear labels) Accessibility (prefers-reduced-motion, readable motion, focus visibility) Framework safety (React/Next.js cleanup, no duplicated triggers on rerenders) GSAP Core handles Tween/Timeline + utilities/tools. Plugins ...
|
108 |
| 7829 | paperclip | paperclipai/paperclip |
Paperclip Skill You run in heartbeats — short execution windows triggered by Paperclip. Each heartbeat, you wake up, check your work, do something useful, and exit. You do not run continuously. Authentication Env vars auto-injected: PAPERCLIP_AGENT_ID , PAPERCLIP_COMPANY_ID , PAPERCLIP_API_URL , PAPERCLIP_RUN_ID . Optional wake-context vars may also be present: PAPERCLIP_TASK_ID (issue/task that triggered this wake), PAPERCLIP_WAKE_REASON (why this run was triggered), PAPERCLIP_WAKE_COMMENT_ID (...
|
108 |
| 7830 | validate-evaluator | hamelsmu/evals-skills |
Validate Evaluator Calibrate an LLM judge against human judgment. Overview Split human-labeled data into train (10-20%), dev (40-45%), test (40-45%) Run judge on dev set and measure TPR/TNR Iterate on the judge until TPR and TNR > 90% on dev set Run once on held-out test set for final TPR/TNR Apply bias correction formula to production data Prerequisites A built LLM judge prompt (from write-judge-prompt) Human-labeled data: ~100 traces with binary Pass/Fail labels per failure mode Aim for ~50 Pa...
|
108 |
| 7831 | business-analyst | 404kidwiz/claude-supercode-skills |
Business Analyst Role: Phase 1 - Analysis Specialist Function: Conduct product discovery, research, and create product briefs When to Use This Skill Activate this skill when you need to: Create a product brief for a new product or feature Conduct product discovery and problem analysis Brainstorm and explore product ideas Perform market and competitive research Gather and document requirements Interview stakeholders about needs and pain points Define success metrics and goals Set the foundation b...
|
108 |
| 7832 | ln-221-story-creator | levnikolaevich/claude-code-skills |
Universal factory worker for creating Stories. Supports two modes: - CREATE MODE: Epic has no Stories → create from IDEAL plan (5-10 Stories) - ADD MODE: Epic has Stories → append new Story(s) from user request Invoked by ln-220-story-coordinator (Phase 5a for CREATE, Phase 5c for ADD). When Invoked 1. ln-220-story-coordinator CREATE MODE (Phase 5a): - Epic has NO existing Stories (Linear query count = 0) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2...
|
108 |
| 7833 | adr-writing | existential-birds/beagle |
ADR Writing Overview Generate Architectural Decision Records (ADRs) following the MADR template with systematic completeness checking. Quick Reference ┌─────────────┐ ┌──────────────┐ ┌─────────────┐ │ SEQUENCE │ ──▶ │ EXPLORE │ ──▶ │ FILL │ │ (get next │ │ (context, │ │ (template │ │ number) │ │ ADRs) │ │ sections) │ └─────────────┘ └──────────────┘ └─────────────┘ │ │ │ ...
|
108 |
| 7834 | canghe-comic | freestylefly/canghe-skills |
Knowledge Comic Creator Create original knowledge comics with flexible art style × tone combinations. Usage /canghe-comic posts/turing-story/source.md /canghe-comic article.md --art manga --tone warm /canghe-comic then paste content Options Visual Dimensions Option Values Description --art ligne-claire (default), manga, realistic, ink-brush, chalk Art style / rendering technique --tone neutral (default), warm, dramatic, romantic, energetic, vintage, action Mood / atmosphere --layout standard (d...
|
108 |
| 7835 | secrets-management | sickn33/antigravity-awesome-skills |
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
|
108 |
| 7836 | performance-testing-review-ai-review | sickn33/antigravity-awesome-skills |
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
|
108 |
| 7837 | managing-astro-deployments | astronomer/agents |
No SKILL.md available for this skill. View on GitHub
|
108 |
| 7838 | debugger | charon-fan/agent-playbook |
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
|
108 |
| 7839 | pitch-deck | anthropics/financial-services-plugins |
Pitch Deck Generator Overview Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format. When to Use This Skill Activate this skill when users request: Investor pitch decks for fundraising Sales or business development presentations Product launch presentations Startup pitch competition decks Any structured business presentation following standard ...
|
108 |
| 7840 | android-data-layer | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
108 |
| 7841 | nextjs | pproenca/dot-skills |
Next.js App Router - Production Patterns Version: Next.js 16.1.1 React Version: 19.2.3 Node.js: 20.9+ Last Verified: 2026-01-09 Table of Contents When to Use This Skill When NOT to Use This Skill Security Advisories (December 2025) Next.js 16.1 Updates Next.js 16 Breaking Changes Cache Components & Caching APIs Route Handlers (Next.js 16 Updates) Proxy vs Middleware Parallel Routes - default.js Required React 19.2 Features Turbopack (Stable in Next.js 16) Common Errors & Solutions Templates & ...
|
108 |
| 7842 | backend-developer | 404kidwiz/claude-supercode-skills |
Backend Developer Skill Purpose Provides comprehensive expertise in server-side application development across multiple frameworks, languages, and deployment strategies. Specializes in building scalable APIs, database design, authentication systems, and production-ready backend infrastructure. When to Use Building REST or GraphQL APIs Designing database schemas and models Implementing authentication and authorization Setting up server infrastructure Creating microservices or monolithic backend...
|
108 |
| 7843 | tdd-workflows-tdd-red | sickn33/antigravity-awesome-skills |
Write comprehensive failing tests following TDD red phase principles. [Extended thinking: Generates failing tests that properly define expected behavior using test-automator agent.] Use this skill when Starting the TDD red phase for new behavior You need failing tests that capture expected behavior You want edge case coverage before implementation Do not use this skill when You are in the green or refactor phase You only need performance benchmarks Tests must run against production systems Instr...
|
108 |
| 7844 | blockrun | davila7/claude-code-templates |
BlockRun BlockRun works with Claude Code and Google Antigravity. You can't generate images. You have no real-time X/Twitter access. BlockRun gives you these capabilities. Philosophy You have a wallet. When you need a capability you lack, you pay for it autonomously. You Need You Call Pricing Image generation DALL-E $0.04/image Real-time X data Grok + Live Search $0.025/source Second opinion GPT-5.2 $1.75/M input, $14/M output Cheaper processing DeepSeek $0.14/M input, $0.28/M output How it...
|
108 |
| 7845 | deployment-pipeline-design | sickn33/antigravity-awesome-skills |
Deployment Pipeline Design Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies. Do not use this skill when The task is unrelated to deployment pipeline design You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . P...
|
108 |
| 7846 | tooluniverse-metabolomics | mims-harvard/tooluniverse |
Metabolomics Research Comprehensive metabolomics research skill that identifies metabolites, analyzes studies, and searches metabolomics databases. Generates structured research reports with annotated metabolite information, study details, and database statistics. Use Case Use this skill when asked to: Identify or annotate metabolites (HMDB IDs, chemical properties, pathways) Retrieve metabolomics study information from MetaboLights or Metabolomics Workbench Search for metabolomics studies by ke...
|
108 |
| 7847 | e2e-studio-tests | supabase/supabase |
E2E Studio Tests Run Playwright end-to-end tests for the Studio application. Running Tests Tests must be run from the e2e/studio directory: cd e2e/studio && pnpm run e2e Run specific file cd e2e/studio && pnpm run e2e -- features/cron-jobs.spec.ts Run with grep filter cd e2e/studio && pnpm run e2e -- --grep "test name pattern" UI mode for debugging cd e2e/studio && pnpm run e2e -- --ui Environment Setup Tests auto-start Supabase local containers via web server config Self-hosted mode ( IS_PLATFO...
|
108 |
| 7848 | troubleshooting-astro-deployments | astronomer/agents |
No SKILL.md available for this skill. View on GitHub
|
108 |
| 7849 | linkedin-automation | composiohq/awesome-claude-skills |
LinkedIn Automation via Rube MCP Automate LinkedIn operations through Composio's LinkedIn toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/linkedin Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active LinkedIn connection via RUBE_MANAGE_CONNECTIONS with toolkit linkedin Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the end...
|
108 |
| 7850 | kotlin-spring-boot | ashchupliak/dream-team |
Kotlin Spring Boot Patterns Project Configuration // build.gradle.kts plugins { kotlin("jvm") version "2.2.21" kotlin("plugin.spring") version "2.2.21" id("org.springframework.boot") version "3.5.7" } dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-data-jdbc") implementation("org.springframework.boot:spring-boot-starter-validation") implementation("com.fasterxml.jackson.mod...
|
108 |