███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5901 | web-animation-design | connorads/dotfiles |
Web Animation Design A comprehensive guide for creating animations that feel right, based on Emil Kowalski's "Animations on the Web" course. Initial Response When this skill is first invoked without a specific question, respond only with: I'm ready to help you with animations based on Emil Kowalski's animations.dev course. Do not provide any other information until the user asks a question. Review Format (Required) When reviewing animations, you MUST use a markdown table. Do NOT use a list with ...
|
145 |
| 5902 | axiom-swift-performance | charleswiltgen/axiom |
Swift Performance Optimization Purpose Core Principle: Optimize Swift code by understanding language-level performance characteristics—value semantics, ARC behavior, generic specialization, and memory layout—to write fast, efficient code without premature micro-optimization. Swift Version: Swift 6.2+ (for InlineArray, Span, @concurrent) Xcode: 16+ Platforms: iOS 18+, macOS 15+ Related Skills: axiom-performance-profiling — Use Instruments to measure (do this first!) axiom-swiftui-performance ...
|
145 |
| 5903 | railway-metrics | davila7/claude-code-templates |
Railway Service Metrics Query resource usage metrics for Railway services. When to Use User asks "how much memory is my service using?" User asks about CPU usage, network traffic, disk usage User wants to debug performance issues User asks "is my service healthy?" (combine with railway-service skill) Prerequisites Get environmentId and serviceId from linked project: railway status --json Extract: environment.id → environmentId service.id → serviceId (optional - omit to get all services) M...
|
145 |
| 5904 | sentry-otel-exporter-setup | getsentry/sentry-for-ai |
All Skills > Feature Setup > OTel Exporter Sentry OTel Exporter Setup Terminology : Always capitalize "Sentry Exporter" when referring to the exporter component. Configure the OpenTelemetry Collector to send traces and logs to Sentry using the Sentry Exporter. Setup Overview Copy this checklist to track your progress: OTel Exporter Setup: - [ ] Step 1: Check for existing configuration - [ ] Step 2: Check collector version and install if needed - [ ] Step 3: Configure project creation settings - ...
|
145 |
| 5905 | refactor-legacy-code | aj-geddes/useful-ai-prompts |
Refactor Legacy Code Overview This skill helps you systematically refactor legacy code to improve maintainability, readability, and performance while preserving existing functionality. It follows industry best practices for safe refactoring with comprehensive testing. When to Use Modernizing outdated code patterns or deprecated APIs Reducing technical debt in existing codebases Improving code readability and maintainability Extracting reusable components from monolithic code Upgrading to newer...
|
145 |
| 5906 | frontend-state-management | aj-geddes/useful-ai-prompts |
Frontend State Management Overview Implement scalable state management solutions using modern patterns and libraries to handle application state, side effects, and data flow across components. When to Use Complex application state Multiple components sharing state Predictable state mutations Time-travel debugging needs Server state synchronization Implementation Examples 1. Redux with Redux Toolkit (React) // store/userSlice.ts import { createSlice, createAsyncThunk, PayloadAction } from '@red...
|
145 |
| 5907 | video-marketing | kostja94/marketing-skills |
Video Marketing Expert Глубокая экспертиза в стратегии видео-контента, производстве и дистрибуции на всех платформах. Core Competencies Strategy & Planning video_strategy : content_planning : - Content calendar development - Audience research and personas - Competitor analysis - Trend identification - Series and playlist planning platform_strategy : youtube : - Channel positioning - Upload schedule optimization - Community building - Monetization strategy short_form : - TikTok trends and sounds ...
|
145 |
| 5908 | add-expert | remotion-dev/remotion |
Steps Add the expert's photo to both: packages/docs/static/img/freelancers/<firstname>.png packages/promo-pages/public/img/freelancers/<firstname>.png The image should be a square headshot (PNG format). Both paths must have the same file. Add an entry to the experts array in packages/promo-pages/src/components/experts/experts-data.tsx : { slug : 'firstname-lastname' , name : 'First Last' , image : '/img/freelancers/<firstname>.png' , website : 'https://example.com' | null , x : 'twitter_handle' ...
|
145 |
| 5909 | contact-page-generator | kostja94/marketing-skills |
Pages: Contact Guides contact page design and form optimization for conversions. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice. Identify: Contact ty...
|
145 |
| 5910 | dd-docs | datadog-labs/agent-skills |
Datadog Docs Use this skill to locate Datadog documentation and limits. LLM-Friendly Documentation Datadog provides an LLM-optimized documentation index at: https://docs.datadoghq.com/llms.txt This file contains: Overview of all Datadog products organized by use case Full list of documentation pages with URLs and descriptions Direct links to Markdown sources (append .md to URLs) How to Use llms.txt Fetch the index to understand available documentation: curl -s https://docs.datadoghq.com/llms.txt...
|
145 |
| 5911 | project-management | aaaaqwq/claude-code-skills |
项目管理与产品需求 功能说明 此技能专门用于项目管理和产品需求分析,包括: 产品需求文档(PRD)编写 项目计划制定 任务分解和优先级排序 用户故事和验收标准 风险识别和管理 敏捷开发流程 使用场景 "编写一个电商系统的 PRD" "制定项目开发计划" "分解功能模块和任务" "定义用户故事和验收标准" "评估项目风险" "规划 MVP 功能" 核心能力 1. 需求洞察与分析 精准识别真实用户需求 区分核心功能和增值功能 基于场景的产品设计 竞品分析和差异化定位 2. 功能分解 将宏观需求拆解为可执行的功能点 定义输入-处理-输出逻辑 识别依赖关系和集成点 处理边界情况和异常 3. 优先级管理 P0(Must Have):MVP 必需功能 P1(Should Have):重要但非必需 P2(Nice to Have):锦上添花功能 4. 风险预判 技术实现风险 市场接受度风险 用户采用风险 资源和时间风险 PRD 文档结构 标准 PRD 模板 [产品名称] 产品需求文档(PRD) 版本: v1.0 创建日期: 2025-01-01 作者: 产品经理 状态: 草稿/评审中/已批准...
|
145 |
| 5912 | security-suite | boshu2/agentops |
Security Suite Purpose: Provide composable, repeatable security/internal-testing primitives for authorized binaries. This skill separates concerns into primitives so security workflows stay testable and reusable. Guardrails Use only on binaries you own or are explicitly authorized to assess. Do not use this workflow to bypass legal restrictions or extract third-party proprietary content without authorization. Prefer behavioral assurance and policy gating over ad-hoc one-off reverse-engineering. ...
|
145 |
| 5913 | cc-skill-continuous-learning | davila7/claude-code-templates |
cc-skill-continuous-learning Development skill skill.
|
145 |
| 5914 | axiom-swift-concurrency | charleswiltgen/axiom |
Swift 6 Concurrency Guide Purpose: Progressive journey from single-threaded to concurrent Swift code Swift Version: Swift 6.0+, Swift 6.2+ for @concurrent iOS Version: iOS 17+ (iOS 18.2+ for @concurrent) Xcode: Xcode 16+ (Xcode 16.2+ for @concurrent) Context: WWDC 2025-268 "Embracing Swift concurrency" - approachable path to data-race safety When to Use This Skill ✅ Use this skill when: Starting a new project and deciding concurrency strategy Debugging Swift 6 concurrency errors (actor isola...
|
145 |
| 5915 | web-design-guidelines | calcom/cal.com |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
145 |
| 5916 | breadcrumb-generator | kostja94/marketing-skills |
Components: Breadcrumb Navigation Guides breadcrumb implementation for SEO, UX, and GEO. Breadcrumbs show users their location in the site hierarchy and help search engines understand content taxonomy. Well-implemented breadcrumbs can increase CTR by 20–30%, reduce bounce rates by up to 30%, and strengthen internal linking. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the u...
|
145 |
| 5917 | kegg-database | davila7/claude-code-templates |
KEGG Database Overview KEGG (Kyoto Encyclopedia of Genes and Genomes) is a comprehensive bioinformatics resource for biological pathway analysis and molecular interaction networks. Important: KEGG API is made available only for academic use by academic users. When to Use This Skill This skill should be used when querying pathways, genes, compounds, enzymes, diseases, and drugs across multiple organisms using KEGG's REST API. Quick Start The skill provides: Python helper functions (scripts...
|
145 |
| 5918 | commit-work | davila7/claude-code-templates |
Commit work Goal Make commits that are easy to review and safe to ship: only intended changes are included commits are logically scoped (split when needed) commit messages describe what changed and why Inputs to ask for (if missing) Single commit or multiple commits? (If unsure: default to multiple small commits when there are unrelated changes.) Commit style: Conventional Commits are required. Any rules: max subject length, required scopes. Workflow (checklist) Inspect the working tree before s...
|
145 |
| 5919 | careers-page-generator | kostja94/marketing-skills |
Pages: Careers Guides careers page content, structure, and employer branding for recruitment. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for company values, cult...
|
145 |
| 5920 | claw-control | adarshmishra07/claw-control |
Claw Control - Agent Operating System (v2) Complete setup for AI agent coordination with real-time Kanban dashboard, featuring autonomous task discovery, multi-agent collaboration, and human approval gates. What This Skill Does Deploy Claw Control - Three paths: one-click, bot-assisted, or fully automated Theme your team - Pick a series (DBZ, One Piece, Marvel, etc.) Enforce workflow - ALL tasks go through the board, no exceptions Configure agent behavior - Update AGENTS.md and SOUL.md Setup bro...
|
145 |
| 5921 | cc-skill-frontend-patterns | sickn33/antigravity-awesome-skills |
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. Component Patterns Composition Over Inheritance // ✅ GOOD: Component composition interface CardProps { children : React . ReactNode variant ? : 'default' | 'outlined' } export function Card ( { children , variant = 'default' } : CardProps ) { return < div className = { ` card card- ${ variant } ` } > { children } < / div > } export function CardHeader ( { children } : { children : React . R...
|
145 |
| 5922 | deep-research | daymade/claude-code-skills |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
145 |
| 5923 | encore-database | encoredev/skills |
Encore Database Operations Instructions Database Setup import { SQLDatabase } from "encore.dev/storage/sqldb"; const db = new SQLDatabase("mydb", { migrations: "./migrations", }); Query Methods Encore provides three main query methods: query - Multiple Rows Returns an async iterator for multiple rows: interface User { id: string; email: string; name: string; } const rows = await db.query<User>` SELECT id, email, name FROM users WHERE active = true `; const users: User[] = []; f...
|
145 |
| 5924 | cookie-policy-page-generator | kostja94/marketing-skills |
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
|
145 |
| 5925 | neurokit2 | davila7/claude-code-templates |
NeuroKit2 Overview NeuroKit2 is a comprehensive Python toolkit for processing and analyzing physiological signals (biosignals). Use this skill to process cardiovascular, neural, autonomic, respiratory, and muscular signals for psychophysiology research, clinical applications, and human-computer interaction studies. When to Use This Skill Apply this skill when working with: Cardiac signals: ECG, PPG, heart rate variability (HRV), pulse analysis Brain signals: EEG frequency bands, microstates,...
|
144 |
| 5926 | axiom-ui-testing | charleswiltgen/axiom |
UI Testing Overview Wait for conditions, not arbitrary timeouts. Core principle Flaky tests come from guessing how long operations take. Condition-based waiting eliminates race conditions. NEW in WWDC 2025: Recording UI Automation allows you to record interactions, replay across devices/languages, and review video recordings of test runs. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My UI tests pass locally on my Mac but fail in CI. How ...
|
144 |
| 5927 | celery-expert | martinholovsky/claude-skills-generator |
Celery Distributed Task Queue Expert 1. Overview You are an elite Celery engineer with deep expertise in: Core Celery: Task definition, async execution, result backends, task states, routing Workflow Patterns: Chains, groups, chords, canvas primitives, complex workflows Brokers: Redis vs RabbitMQ trade-offs, connection pools, broker failover Result Backends: Redis, database, memcached, result expiration, state tracking Task Reliability: Retries, exponential backoff, acks late, task rejection, ...
|
144 |
| 5928 | featured-snippet | kostja94/marketing-skills |
SEO On-Page: Featured Snippet Guides optimization for Featured Snippets (Position Zero)—direct answers displayed above organic results. Featured snippets appear on ~19% of queries; by 2025, AI Overviews replaced many, but snippet optimization still supports AI citation and PAA. See serp-features for full SERP context. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user as...
|
144 |
| 5929 | axiom-hig-ref | charleswiltgen/axiom |
Apple Human Interface Guidelines — Comprehensive Reference Overview The Human Interface Guidelines (HIG) define Apple's design philosophy and provide concrete guidance for creating intuitive, accessible, platform-appropriate experiences across all Apple devices. Three Core Principles Every design decision should support these principles: 1. Clarity Content is paramount. Interface elements should defer to content, not compete with it. Every element has a purpose, unnecessary complexity is eli...
|
144 |
| 5930 | parasite-seo | kostja94/marketing-skills |
SEO: Parasite SEO Guides parasite SEO (also "barnacle SEO")—publishing optimized content on high-authority third-party platforms (Medium, Reddit, LinkedIn, Grokipedia, etc.) to leverage their domain strength for rankings and backlinks, bypassing the need to build your own site's authority from scratch. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go d...
|
144 |
| 5931 | file-upload-handling | aj-geddes/useful-ai-prompts |
File Upload Handling Overview Build secure and robust file upload systems with validation, sanitization, virus scanning, efficient storage management, CDN integration, and proper file serving mechanisms across different backend frameworks. When to Use Implementing file upload features Managing user-uploaded documents Storing and serving media files Implementing profile picture uploads Building document management systems Handling bulk file imports Instructions 1. Python/Flask File Upload conf...
|
144 |
| 5932 | eve-auth-and-secrets | incept5/eve-skillpacks |
Eve Auth and Secrets Use this workflow to log in to Eve and manage secrets for your app. When to Use Setting up a new project profile Authentication failures Adding or rotating secrets Secret interpolation errors during deploys Setting up identity providers or org invites Adding SSO login to an Eve-deployed app Setting up access groups and scoped data-plane authorization Configuring group-aware RLS for environment databases Authentication eve auth login eve auth login --ttl 30 custom token TTL ...
|
144 |
| 5933 | referral-program | kostja94/marketing-skills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
|
144 |
| 5934 | nexus-query | haaaiawd/nexus-skills |
nexus-query — 代码结构精准查询 "改之前先算清楚——数字比猜测更有力。" 本 Skill 将 extract_ast.py 、 git_detective.py 、 query_graph.py 三个脚本 封装成一个 开发辅助工具 :按需生成数据、精确回答问题。 📌 和 nexus-mapper 的区别 维度 nexus-mapper nexus-query 目的 为 AI 建立项目持久记忆( .nexus-map/ ) 为开发者回答当下的具体问题 时机 项目初期,一次性全量探测 开发中,随时按需调用 输出 结构化知识库文档 精准文本答案(秒级出结果) 前提 需要运行完整 PROBE 五阶段 仅需 ast_nodes.json 存在即可 nexus-query 是 nexus-mapper 的轻量伴侣 :如果 .nexus-map/ 已存在,直接复用; 如果不存在,先运行 extract_ast.py 生成 ast_nodes.json,再开始查询。 📌 何时调用 场景 调用 「这个文件有哪些类/方法,依赖什么」 ✅ 「改这个接口/模块,哪些文件受影响」 ✅ 「这个改动的...
|
144 |
| 5935 | security-headers-configuration | aj-geddes/useful-ai-prompts |
Security Headers Configuration Overview Implement comprehensive HTTP security headers to protect web applications from XSS, clickjacking, MIME sniffing, and other browser-based attacks. When to Use New web application deployment Security audit remediation Compliance requirements Browser security hardening API security Static site protection Implementation Examples 1. Node.js/Express Security Headers // security-headers.js const helmet = require('helmet'); function configureSecurityHeaders(app...
|
144 |
| 5936 | alicloud-platform-openclaw-setup | cinience/alicloud-skills |
OpenClaw Setup Deploy OpenClaw on Linux, enable DingTalk, Feishu, Discord, or other documented channels, and verify gateway health. Use This Workflow Run this sequence in order: Prepare Linux runtime and install OpenClaw. Discover channels from official docs (required for new channel requests). Install and verify channel integrations. Create/merge ~/.openclaw/openclaw.json . Configure and start gateway service. Run health checks and collect logs. Prerequisites SSH access to target Linux host (De...
|
144 |
| 5937 | using-tuist-generated-projects | tuist/agent-skills |
Using Tuist Generated Projects Quick Start Generate workspace without opening Xcode tuist generate --no-open Build a scheme with xcodebuild xcodebuild build -workspace App.xcworkspace -scheme App Run tests with xcodebuild xcodebuild test -workspace App.xcworkspace -scheme AppTests -only-testing AppTests/MyTestCase Project definition Prefer buildable folders Use buildableFolders instead of sources and resources globs. Buildable folders stay synchronized with the file system, so adding or remov...
|
144 |
| 5938 | gcp-development | mindrally/skills |
GCP Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Google Cloud Platform (GCP), covering serverless computing, data services, Infrastructure as Code with Terraform, and security best practices. Core Principles Write clean, well-structured code using GCP client libraries Use Infrastructure as Code (Terraform) for all infrastructure management Follow Google Cloud security best practices and compliance guidelines Implement comprehen...
|
144 |
| 5939 | rate-limiting-implementation | aj-geddes/useful-ai-prompts |
Rate Limiting Implementation Overview Implement rate limiting and throttling mechanisms to protect your services from abuse, ensure fair resource allocation, and maintain system stability under load. When to Use Protecting public APIs from abuse Preventing DOS/DDOS attacks Ensuring fair resource usage across users Implementing API quotas and billing tiers Managing system load and backpressure Enforcing SLA limits Controlling third-party API usage Database connection management Rate Limiting Al...
|
144 |
| 5940 | nodejs-backend | alinaqi/claude-bootstrap |
Node.js Backend Skill Load with: base.md + typescript.md Project Structure project/ ├── src/ │ ├── core/ Pure business logic │ │ ├── types.ts Domain types │ │ ├── errors.ts Domain errors │ │ └── services/ Pure functions │ │ ├── user.ts │ │ └── order.ts │ ├── infra/ Side effects │ │ ├── http/ HTTP layer │ │ │ ├── server.ts Server setup │ │ │ ├── routes/ ...
|
144 |
| 5941 | asc-shots-pipeline | rudrankriyam/asc-skills |
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.13.0 for...
|
144 |
| 5942 | tailwind-4 | prowler-cloud/prowler |
Styling Decision Tree Tailwind class exists? → className="..." Dynamic value? → style={{ width: `${x}%` }} Conditional styles? → cn("base", condition && "variant") Static only? → className="..." (no cn() needed) Library can't use class?→ style prop with var() constants Critical Rules Never Use var() in className // ❌ NEVER: var() in className <div className="bg-[var(--color-primary)]" /> <div className="text-[var(--text-color)]" /> // ✅ ALWAYS: Use Tailwind semantic cl...
|
144 |
| 5943 | twitter-cards | kostja94/marketing-skills |
SEO On-Page: Twitter Cards Guides implementation of Twitter Card meta tags for X (Twitter) link previews. Twitter falls back to Open Graph if Twitter-specific tags are missing; add both for best results. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Social Sharing) Twitter Cards : X-specific meta tags; control how...
|
144 |
| 5944 | integrating-tauri-js-frontends | dchuk/claude-code-tauri-skills |
Tauri v2 JavaScript Frontend Integration This skill covers integrating JavaScript frontend frameworks with Tauri v2 for desktop application development. Core Architecture Tauri functions as a static web host, serving HTML, CSS, JavaScript, and WASM files through a native webview. The framework is frontend-agnostic but requires specific configurations for optimal integration. Supported Application Types Static Site Generation (SSG) Single-Page Applications (SPA) Multi-Page Applications (MPA) ...
|
144 |
| 5945 | skill-creator | bobmatnyc/claude-mpm-skills |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
144 |
| 5946 | devtu-optimize-skills | mims-harvard/tooluniverse |
Optimizing ToolUniverse Skills Best practices for high-quality research skills with evidence grading and source attribution. Tool Quality Standards Error messages must be actionable — tell the user what went wrong AND what to do Schema must match API reality — run python3 -m tooluniverse.cli run <Tool> '<json>' to verify Coverage transparency — state what data is NOT included Input validation before API calls — don't silently send invalid values Cross-tool routing — name the correct tool when qu...
|
144 |
| 5947 | reactome-database | davila7/claude-code-templates |
Reactome Database Overview Reactome is a free, open-source, curated pathway database with 2,825+ human pathways. Query biological pathways, perform overrepresentation and expression analysis, map genes to pathways, explore molecular interactions via REST API and Python client for systems biology research. When to Use This Skill This skill should be used when: Performing pathway enrichment analysis on gene or protein lists Analyzing gene expression data to identify relevant biological pathway...
|
144 |
| 5948 | drawio | markdown-viewer/skills |
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
|
144 |
| 5949 | json-render-react-native | vercel-labs/json-render |
No SKILL.md available for this skill. View on GitHub
|
144 |
| 5950 | eve-job-lifecycle | incept5/eve-skillpacks |
Eve Job Lifecycle Use jobs as the unit of work and keep phases explicit. Phases idea -> backlog -> ready -> active -> review -> done or cancelled Jobs default to ready and can be scheduled immediately. Create jobs eve job create --description "..." Add details with --project , --priority , --phase , --labels , --review . Create sub-jobs with eve job create --parent <job-id> --description "..." . Update and complete eve job update <id> --phase <phase> eve job submit <id> --summary "..." eve job a...
|
144 |