Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,425
总 Skills
89.4M
总安装量
2,578
贡献者
# Skill 仓库 描述 安装量
19151 drug-discovery-search yorkeccak/scientific-skills
Drug Discovery Search Search across all major drug discovery databases (ChEMBL, DrugBank, FDA drug labels, Open Targets) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete compound, target, and drug i...
51
19152 dumbwaiter-mcp lambdamechanic/skills
Dumbwaiter MCP: Wait-for-Change Goal: give Claude a single, stable way to “wait until X happens” on a code host (GitHub now; GitLab next). This skill teaches Claude when and how to use the Dumbwaiter MCP server’s tools. Prerequisites Server: this repo builds a stdio MCP server ( cargo build && target/debug/dumbwaiter-mcp ). Auth: export GITHUB_TOKEN=… (repo read permissions are sufficient for commit statuses). Persistence (optional): DUMBWAITER_DB to override ./state/dumbwaiter.sqlite . Await se...
51
19153 rp-diet borisghidaglia/science-based-lifter
This skill provides evidence-based nutrition guidance, synthesized from The Renaissance Diet 2.0 by Dr. Mike Israetel, Melissa Davis, Jen Case, and James Hoffmann. Attribution: All knowledge in this skill is derived from *The Renaissance Diet 2.0* (Renaissance Periodization). As an Amazon Associate I earn from qualifying purchases. Book Link: [https://www.amazon.com/dp/1782551905/?tag=borisfyi0f-20](https://www.amazon.com/dp/1782551905/?tag=borisfyi0f-20) When to Use This Skill Activate whe...
51
19154 consultancy-practices proffesor-for-testing/agentic-qe
<default_to_action> When consulting on quality: - LISTEN FIRST: Understand their context before prescribing solutions - DISCOVER: What's the pain? What have they tried? What are constraints? - PRIORITIZE: Impact/effort matrix - high impact, low effort first - TRANSFER KNOWLEDGE: Leave them better, not dependent on you - MEASURE: Define success metrics upfront, track weekly Engagement Types: - Assessment (1-4 weeks): Discover, analyze, recommend - Transformation (3-12 months): Implement n...
51
19155 freelance business manager eddiebe147/claude-settings
Freelance Business Manager Manage freelance business operations including clients, projects, and finances When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create freelance business manager freelance business Review and optimize review freelance business manager Get best...
51
19156 three-js noklip-io/agent-skills
Three.js Development You are an expert in React, Vite, Tailwind CSS, Three.js, React Three Fiber, and Next UI. Key Principles Write concise, technical responses with accurate React examples Use functional, declarative programming; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasRendered) Use lowercase with dashes for directories (e.g., components/auth-wizard) Favor named exports for components JavaSc...
51
19157 field-service groeimetai/snow-flow
Field Service Management for ServiceNow Field Service Management (FSM) manages work orders, technician dispatch, and mobile field operations. FSM Architecture Work Order (wm_order) ├── Work Order Tasks (wm_task) │ ├── Time Entries │ └── Parts Used ├── Asset/CI └── Location Dispatch ├── Scheduling └── Route Optimization Key Tables Table Purpose wm_order Work orders wm_task Work order tasks wm_resource Field technicians wm_schedule_entry Schedule entries wm_territory Service territories Work O...
51
19158 hover-interactions dylantarre/animation-principles
Hover Interaction Animations Apply Disney's 12 principles to mouse hover states. Principle Application Squash & Stretch: Cards can subtly scale (1.02-1.05) on hover, creating "lift" effect. Anticipation: Hover IS anticipation for click. The hover state previews the interaction. Staging: Hover effects should highlight the interactive element, not distract from it. Straight Ahead vs Pose-to-Pose: Define rest and hover poses precisely. Transition smoothly between them. Follow Through & Overl...
51
19159 vibefigma vibeflowing-inc/vibe_figma
Convert Figma designs into React components with Tailwind CSS using the `vibefigma` CLI. Usage Interactive Mode (Recommended for first-time users) ``` npx vibefigma --interactive ``` Prompts for Figma URL, access token, and output paths. Direct Command ``` npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" --token FIGMA_TOKEN ``` With Environment Variable ``` export FIGMA_TOKEN=your_token npx vibefigma "https://www.figma.com/design/FILE_ID?node-id=X-Y" ``` Using .e...
51
19160 storybook-configuration thebushidocollective/han
Storybook - Configuration Configure Storybook for optimal development experience with the right addons, builders, and framework integrations. Key Concepts Main Configuration .storybook/main.ts is the primary configuration file: import type { StorybookConfig } from '@storybook/react-vite'; const config: StorybookConfig = { stories: ['../src//*.mdx', '../src//*.stories.@(js|jsx|mjs|ts|tsx)'], addons: [ '@storybook/addon-essentials', '@storybook/addon-interactions', '@storybook...
51
19161 brand-guidelines-anthropic sickn33/antigravity-awesome-skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
51
19162 browserforce ivalsaraj/browserforce
BrowserForce — Your Real Chrome Browser BrowserForce gives you the user's actual Chrome browser — all their logins, cookies, and extensions already active. No headless browser, no fresh profiles. Prerequisites The user must have: BrowserForce Chrome extension installed and connected (green icon) The relay auto-starts on first command — no manual step needed Check with: browserforce status Quick Reference browserforce status Check relay + extension status browserforce tabs List open tabs browse...
51
19163 figma-implement-design tech-leads-club/agent-skills
Implement Design Overview This skill provides a structured workflow for translating Figma designs into production-ready code with pixel-perfect accuracy. It ensures consistent integration with the Figma MCP server, proper use of design tokens, and 1:1 visual parity with designs. Skill Boundaries Use this skill when the deliverable is code in the user's repository. If the user asks to create/edit/delete nodes inside Figma itself, switch to figma-use . If the user asks to build or update a full-pa...
51
19164 e2e-testing sickn33/antigravity-awesome-skills
E2E Testing Patterns Comprehensive Playwright patterns for building stable, fast, and maintainable E2E test suites. Test File Organization tests/ ├── e2e/ │ ├── auth/ │ │ ├── login.spec.ts │ │ ├── logout.spec.ts │ │ └── register.spec.ts │ ├── features/ │ │ ├── browse.spec.ts │ │ ├── search.spec.ts │ │ └── create.spec.ts │ └── api/ │ └── endpoints.spec.ts ├── fixtures/ │ ├── auth.ts │ └── data.ts └── playwright.config.ts Page Object Model (POM) import { Pag...
51
19165 context7 connorads/dotfiles
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
51
19166 configuration-management oimiragieo/agent-studio
Configuration Management Overview Comprehensive guide to managing application configuration across environments, including environment variables, configuration files, secrets, feature flags, and following 12-factor app methodology. When to Use Setting up configuration for different environments Managing secrets and credentials Implementing feature flags Creating configuration hierarchies Following 12-factor app principles Migrating configuration to cloud services Implementing dynamic configura...
51
19167 better-auth-components andrelandgraf/fullstackrecipes
Better Auth Components To set up Better Auth Components, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-components If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-components
51
19168 secure-coding-practices nickcrew/claude-ctx-plugin
Secure Coding Practices Comprehensive guidance for implementing security-first development patterns with defensive programming techniques and proactive threat mitigation strategies. When to Use This Skill Implementing authentication and authorization systems Processing user input or external data Handling sensitive data (PII, credentials, financial information) Building APIs and web services Managing cryptographic operations (hashing, encryption) Conducting security-focused code reviews Establ...
51
19169 growth hacker eddiebe147/claude-settings
Growth Hacker Design and execute growth experiments using lean, data-driven tactics When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create growth hacker growth hacking Review and optimize review growth hacker Get best practices growth hacker best practices Core Workflo...
51
19170 timeline-creator mhattingpete/claude-skills-marketplace
Timeline Creator Create interactive HTML timelines and project roadmaps with Gantt charts and milestones. When to Use "Create timeline for [project]" "Generate roadmap for Q1-Q4" "Make Gantt chart for schedule" "Show project milestones" Components Timeline Header: project name, date range, completion % Phase Groups: Q1, Q2, Q3, Q4 or custom phases Timeline Items: tasks with start/end dates, progress, status Milestones: key deliverables with dates Gantt Visualization: horizontal bars showing du...
51
19171 pr-draft-summary openai/openai-agents-js
PR Draft Summary Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python. When to Trigger The task for this repo is finished (or ready for review) and it touched runtime code, tests, examples, docs with behavior impact, or build/test configuration. You are about to send the...
51
19172 azure-communication-sms-java sickn33/antigravity-awesome-skills
Azure Communication SMS (Java) Send SMS messages to single or multiple recipients with delivery reporting. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-sms </ artifactId > < version > 1.2.0 </ version > </ dependency > Client Creation import com . azure . communication . sms . SmsClient ; import com . azure . communication . sms . SmsClientBuilder ; import com . azure . identity . DefaultAzureCredentialBuilder ; // With DefaultAzureCredential ...
51
19173 youtube optimizer eddiebe147/claude-settings
YouTube Optimizer Optimize YouTube videos for SEO, thumbnails, descriptions, and audience retention When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create youtube optimizer youtube optimization Review and optimize review youtube optimizer Get best practices y...
51
19174 moralis-data-api moralisweb3/onchain-skills
CRITICAL: Read Rule Files Before Implementing The 1 cause of bugs is not reading the endpoint rule file before writing code. For EVERY endpoint: Read rules/{EndpointName}.md Find "Example Response" section Copy the EXACT JSON structure Note field names (snake_case), data types, HTTP method, path, wrapper structure Reading Order: This SKILL.md (core patterns) Endpoint rule file in rules/ Pattern references in references/ (for edge cases only) Setup API Key (optional) Never ask the user to paste t...
51
19175 career-biographer erichowens/some_claude_skills
Career Biographer An AI-powered professional biographer that conducts thoughtful, structured interviews about career journeys and transforms stories into actionable professional assets. Quick Start Minimal example to begin a career interview: User: "Help me document my career for a portfolio" Biographer: 1. "Let's start with your current role. How would you describe what you do to someone outside your field?" 2. [Listen and validate] 3. "What's the thread that connects your various roles an...
51
19176 pricing strategist eddiebe147/claude-settings
Pricing Strategist Expert pricing strategy and optimization system that helps you develop pricing models, analyze willingness to pay, optimize revenue, and test pricing changes. This skill provides structured frameworks for pricing decisions based on economic principles, behavioral psychology, and revenue optimization best practices. Pricing is one of the most powerful levers for business growth. This skill helps you move beyond cost-plus pricing to value-based strategies, design pricing tiers t...
51
19177 azure-ai-anomalydetector-java sickn33/antigravity-awesome-skills
Azure AI Anomaly Detector SDK for Java Build anomaly detection applications using the Azure AI Anomaly Detector SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-anomalydetector </ artifactId > < version > 3.0.0-beta.6 </ version > </ dependency > Client Creation Sync and Async Clients import com . azure . ai . anomalydetector . AnomalyDetectorClientBuilder ; import com . azure . ai . anomalydetector . MultivariateClient ; import com . azure . a...
51
19178 llm prompt optimizer eddiebe147/claude-settings
LLM Prompt Optimizer The LLM Prompt Optimizer skill systematically analyzes and refines prompts to maximize the quality, accuracy, and relevance of large language model outputs. It applies evidence-based optimization techniques including structural improvements, context enrichment, constraint calibration, and output format specification. This skill goes beyond basic prompt writing by leveraging understanding of how different LLMs process instructions, their attention patterns, and their response...
51
19179 prowler-test-sdk prowler-cloud/prowler
Generic Patterns: For base pytest patterns (fixtures, mocking, parametrize, markers), see the pytest skill. This skill covers Prowler-specific conventions only. Full Documentation: docs/developer-guide/unit-testing.mdx CRITICAL: Provider-Specific Testing Provider Mocking Approach Decorator AWS moto library @mock_aws Azure, GCP, K8s, others MagicMock None NEVER use moto for non-AWS providers. NEVER use MagicMock for AWS. AWS Check Test Pattern from unittest import mock from boto3 import clien...
51
19180 twitter thread builder eddiebe147/claude-settings
Twitter Thread Builder Craft engaging Twitter/X threads with strong hooks and optimal structure for engagement When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create twitter thread builder twitter thread Review and optimize review twitter thread builder Get b...
51
19181 pdf jim60105/copilot-prompt
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
51
19182 theme-factory guanyang/antigravity-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
51
19183 brainstorming guanyang/antigravity-skills
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
51
19184 kubernetes-expert personamanagmentlayer/pcl
Kubernetes Expert You are an expert in Kubernetes with deep knowledge of cluster architecture, workload management, networking, security, and production operations. You design and manage scalable, reliable Kubernetes deployments following cloud-native best practices. Core Expertise Kubernetes Architecture Core Components: Control Plane: ├── API Server (kube-apiserver) ├── etcd (distributed key-value store) ├── Scheduler (kube-scheduler) ├── Controller Manager (kube-controller-manager) └── Cl...
51
19185 swiftui-advanced johnrogers/claude-swift-engineering
SwiftUI Advanced Advanced SwiftUI patterns for gesture composition, adaptive layouts, architecture decisions, and performance optimization. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Gestures Composing multiple gestures, GestureState, custom recognizers Adaptive Layout ViewThatFits, AnyLayout, size classes, iOS 26 free-form window...
51
19186 elegance-sophistication dylantarre/animation-principles
Elegance & Sophistication Animation Create animations that convey refinement, luxury, and understated excellence. Emotional Goal Elegance emerges from restrained, perfectly timed motion. Sophistication means animations that are noticed for their quality, not their quantity—subtle excellence over obvious effort. Disney Principles for Elegance Squash & Stretch Extremely minimal (0-5%). Refined objects don't deform—they glide. Preserve perfect proportions throughout motion. Anticipation Subt...
51
19187 api-logging-guidelines inkeep/agents
API Route Logging Guidelines Comprehensive guidance for appropriate use of logging in API routes to maintain clean, useful, and performant logs. Core Principles 1. Avoid Redundant Logging DON'T log what's already logged by middleware: // ❌ BAD - Request details are already logged by middleware logger . info ( { tenantId , projectId } , 'Getting project details' ) ; DO rely on request middleware logging: Request/response middleware already logs: method, path, status, duration, path params These l...
51
19188 rust-pro rmyndharis/antigravity-skills
You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications. Use this skill when Building Rust services, libraries, or systems tooling Solving ownership, lifetime, or async design issues Optimizing performance with memory safety guarantees Do not use this skill when You need a quick script or dynamic runtime You only need basic Rust syntax You cannot introduce Rust into the stack Instructions Cl...
51
19189 vercel-react-native-skills connorads/dotfiles
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
51
19190 tuzi-post-to-wechat tuziapi/tuzi-skills
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/wechat-browser.ts Image-text posts (图文) scripts/wechat-article.ts Article posting via browser (文章) scripts/wechat-api.ts Article posting via API (文章...
51
19191 file-validator cisco-ai-defense/skill-scanner
File Validator Validates file formats and checks content integrity. Usage Provide file path to validate format and content. Features Format validation Content integrity checks Safe file operations
51
19192 intent-signal-aggregator onewave-ai/claude-skills
Intent Signal Aggregator Know exactly when prospects are ready to buy by tracking buying signals. Instructions You are an expert at identifying buyer intent signals that indicate a company is in-market for solutions like yours. Your mission is to aggregate signals from multiple sources and alert on "hot" accounts showing strong buying intent. Intent Signals High-Intent Signals (Act Within Days): Posted job listing for role that uses your product Raised funding (Series A/B/C) Key executive ...
51
19193 windows-expert jackspace/claudeskillz
When helping with Windows-related tasks: - Use /mnt/c/ paths for Windows drives in WSL - Use wslpath for path conversion: wslpath -w (Linux to Windows), wslpath -u (Windows to Linux) - Windows executables can be called from WSL: cmd.exe, powershell.exe, *.exe - Be aware of file permissions and line ending differences (CRLF vs LF) - Provide PowerShell examples alongside bash when relevant - Use modern PowerShell conventions (cmdlets, pipelines) - Suggest PowerShell Core (pwsh) for cross-pl...
51
19194 vite teachingai/full-stack-skills
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
51
19195 gitlab stack creator rknall/claude-skills
Expert assistance for creating new GitLab stack projects with proper structure, git configuration, validation scripts, and comprehensive documentation. When to Use This Skill This skill should be triggered when: - Creating a new GitLab stack project - Initializing a Docker stack with proper structure - Setting up a project with ./config, ./secrets, ./_temporary directories - Configuring git repository for stack projects - Setting up validation hooks and scripts - Bootstrapping a stack p...
51
19196 vb-winforms bobmatnyc/claude-mpm-skills
Visual Basic Windows Forms Patterns Modern Windows Forms development with VB.NET focusing on proper UI threading, data binding, and event handling. Quick Start ' Form definition Public Class CustomerForm Inherits Form Private customerService As ICustomerService Private bindingSource As New BindingSource ( ) Public Sub New ( ) InitializeComponent ( ) customerService = New CustomerService ( ) End Sub ' Async load Private Async Sub CustomerForm_Load ( sender As Object , e As EventArgs ) Handles MyB...
51
19197 nextjs teachingai/full-stack-skills
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
51
19198 configure-claude-plugins laurigates/claude-plugins
/configure:claude-plugins Configure a project to use the laurigates/claude-plugins Claude Code plugin marketplace. Sets up .claude/settings.json permissions and GitHub Actions workflows ( claude.yml , claude-code-review.yml ) with the marketplace pre-configured. When to Use This Skill Use this skill when... Use another approach when... Onboarding a new project to use Claude Code plugins Configuring Claude Code settings unrelated to plugins Setting up claude.yml and claude-code-review.yml workflo...
51
19199 docx guanyang/antigravity-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
51
19200 harmonyos-build-deploy fadinglight9291117/arkts_skills
HarmonyOS Build & Deploy Complete workflow for building, cleaning, packaging, and installing HarmonyOS applications. First Step: Confirm Operation with User IMPORTANT: Before executing any build or deploy operation, confirm which specific operation(s) the user wants to perform. Ask the user to choose from: Operation Description Clean build artifacts Remove previous build cache and outputs Install dependencies Use ohpm to install project dependencies Build project Use hvigorw to build HAP/APP pac...
51