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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
6001 manage-mcp nuxt-modules/mcp-toolkit
Manage MCP Complete skill for managing Model Context Protocol (MCP) servers in Nuxt applications. Setup, create, customize with middleware and handlers, review, and troubleshoot. When to Use Setup : "Setup an MCP server in my Nuxt app" Create : "Create a tool to calculate BMI" / "Add a resource to read the README" Customize : "Add authentication to my MCP server" / "Create middleware for rate limiting" Review : "Review my MCP implementation" / "Check for best practices" Troubleshoot : "My auto-i...
143
6002 media-kit-page-generator kostja94/marketing-skills
Pages: Media Kit Guides media kit and press page content, structure, and accessibility for journalists. Media kits provide self-service brand assets; consistent presentation builds trust (companies with strong guidelines are 20% more valuable). Distinct from press-coverage-page-generator : Media kit = assets for journalists; press coverage = aggregation of third-party mentions for visitor trust. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why ...
143
6003 powershell-7-expert 404kidwiz/claude-supercode-skills
PowerShell 7 Expert Purpose Provides expertise in modern PowerShell 7+ (PowerShell Core) for cross-platform automation. Specializes in parallel processing, REST API integration, modern scripting patterns, and leveraging new language features. When to Use Cross-platform automation (Windows, Linux, macOS) Parallel processing with ForEach-Object -Parallel REST API integrations Modern PowerShell scripting patterns Pipeline chain operators (&& ||) Ternary expressions and null coalescing SSH-based r...
143
6004 translation kostja94/marketing-skills
Content: Translation Guides translation workflow, terminology, style, and quality for multilingual content. Covers when to use human vs machine translation, glossary and style guide creation, and SEO considerations. For i18n implementation, hreflang, and URL structure, see localization-strategy . 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 directl...
143
6005 vitest supabase/supabase
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
143
6006 url-slug-generator kostja94/marketing-skills
Components: URL Slug Guides creation of SEO-friendly URL slugs for blog posts, articles, and content pages. Research on 11.8M Google results shows shorter URLs tend to rank higher; position 1 URLs average 50–60 characters. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope URL slug : The path segment after the base (e.g., ai-people-search...
143
6007 pytdc davila7/claude-code-templates
PyTDC (Therapeutics Data Commons) Overview PyTDC is an open-science platform providing AI-ready datasets and benchmarks for drug discovery and development. Access curated datasets spanning the entire therapeutics pipeline with standardized evaluation metrics and meaningful data splits, organized into three categories: single-instance prediction (molecular/protein properties), multi-instance prediction (drug-target interactions, DDI), and generation (molecule generation, retrosynthesis). When t...
143
6008 create-handoff casper-studios/casper-marketplace
Create Handoff You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on. Process 1. Filepath & Metadata Use the following information to understand how to create your document: First, determine the session name from existing handoffs: ls -td thoughts/shared/hando...
143
6009 sentiment analysis aj-geddes/useful-ai-prompts
Sentiment Analysis Overview Sentiment analysis determines emotional tone and opinions in text, enabling understanding of customer satisfaction, brand perception, and feedback analysis. Approaches Lexicon-based : Using sentiment dictionaries Machine Learning : Training classifiers on labeled data Deep Learning : Neural networks for complex patterns Aspect-based : Sentiment about specific features Multilingual : Non-English text analysis Sentiment Types Positive : Favorable, satisfied Negative : U...
143
6010 iterate-pr davila7/claude-code-templates
Iterate on PR Until CI Passes Continuously iterate on the current branch until all CI checks pass and review feedback is addressed. Requires : GitHub CLI ( gh ) authenticated. Important : All scripts must be run from the repository root directory (where .git is located), not from the skill directory. Use the full path to the script via ${CLAUDE_SKILL_ROOT} . Bundled Scripts scripts/fetch_pr_checks.py Fetches CI check status and extracts failure snippets from logs. uv run ${CLAUDE_SKILL_ROOT} /sc...
143
6011 plugin settings davila7/claude-code-templates
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
143
6012 analytics-metrics hoodini/ai-agents-skills
Analytics & Metrics Dashboards Build data visualization components with Recharts. Quick Start npm install recharts Line Chart import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer, } from 'recharts'; const data = [ { month: 'Jan', revenue: 4000, users: 2400 }, { month: 'Feb', revenue: 3000, users: 1398 }, { month: 'Mar', revenue: 2000, users: 9800 }, { month: 'Apr', revenue: 2780, users: 3908 }, ]; function RevenueChart() { ret...
142
6013 tooluniverse-clinical-trial-design mims-harvard/tooluniverse
Clinical Trial Design Feasibility Assessment Systematically assess clinical trial feasibility by analyzing 6 research dimensions. Produces comprehensive feasibility reports with quantitative enrollment projections, endpoint recommendations, and regulatory pathway analysis. IMPORTANT : Always use English terms in tool calls (drug names, disease names, biomarker names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respon...
142
6014 api-response-optimization aj-geddes/useful-ai-prompts
API Response Optimization Overview Fast API responses improve overall application performance and user experience. Optimization focuses on payload size, caching, and query efficiency. When to Use Slow API response times High server CPU/memory usage Large response payloads Performance degradation Scaling bottlenecks Instructions 1. Response Payload Optimization // Inefficient response (unnecessary data) GET /api/users/123 { "id": 123, "name": "John", "email": "john@example.com", "passwo...
142
6015 features-page-generator kostja94/marketing-skills
Pages: Features Guides features page content, structure, and conversion optimization. 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 product, differentiation, an...
142
6016 axiom-apple-docs-research charleswiltgen/axiom
Apple Documentation Research When to Use This Skill ✅ Use this skill when: Researching Apple frameworks or APIs (WidgetKit, SwiftUI, etc.) Need full WWDC session transcripts with code samples Looking for Apple Developer documentation Want to extract code examples from WWDC presentations Building comprehensive skills based on Apple technologies ❌ Do NOT use this skill for: Third-party framework documentation General web research Questions already answered in existing skills Basic Swift langua...
142
6017 newsletter-signup-generator kostja94/marketing-skills
Components: Newsletter Signup Guides newsletter signup form design for list growth. Email subscribers spend 138% more than non-subscribers; top popups convert at 23%+. 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 .cu...
142
6018 tanstack-query pproenca/dot-skills
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
142
6019 comprehensive-review-full-review sickn33/antigravity-awesome-skills
Use this skill when Working on comprehensive review full review tasks or workflows Needing guidance, best practices, or checklists for comprehensive review full review Do not use this skill when The task is unrelated to comprehensive review full review 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,...
142
6020 scvi-tools davila7/claude-code-templates
scvi-tools Deep Learning Skill This skill provides guidance for deep learning-based single-cell analysis using scvi-tools, the leading framework for probabilistic models in single-cell genomics. How to Use This Skill Identify the appropriate workflow from the model/workflow tables below Read the corresponding reference file for detailed steps and code Use scripts in scripts/ to avoid rewriting common code For installation or GPU issues, consult references/environment_setup.md For debugging, cons...
142
6021 implement-plan casper-studios/casper-marketplace
Implement Plan You are tasked with implementing an approved technical plan from .claude/scratchpad/{plan_name}.md . These plans contain phases with specific changes and success criteria. If no file is provided, ask for one. Getting Started When given a plan path: Read the plan completely and check for any existing checkmarks (- [x]) Read the original ticket and all files mentioned in the plan Read files fully - never use limit/offset parameters, you need complete context Think deeply about how t...
142
6022 crafting-effective-readmes davila7/claude-code-templates
Crafting Effective READMEs Overview READMEs answer questions your audience will have. Different audiences need different information - a contributor to an OSS project needs different context than future-you opening a config folder. Always ask: Who will read this, and what do they need to know? Process Step 1: Identify the Task Ask: "What README task are you working on?" Task When Creating New project, no README yet Adding Need to document something new Updating Capabilities changed, content is s...
142
6023 pseudo-elements raphaelsalaja/userinterface-wiki
Pseudo Elements Modern CSS pseudo-elements provide direct styling hooks into browser-native features—dialogs, popovers, view transitions—reducing the need for JavaScript. Sometimes you don't need to install a library; the browser has you covered. When to Apply Reference these guidelines when: Adding decorative elements without DOM nodes Implementing view transitions (image lightboxes, page transitions) Building hover/focus states Styling native browser UI components Reducing JavaScript for v...
142
6024 use-cases-page-generator kostja94/marketing-skills
Pages: Use Cases Guides use case pages that bridge product features and real-world customer problems. Scenario-first is the primary organization. BOFU (bottom-of-funnel) pages for SaaS/B2B. Answer "when would I use it?" and "how does it help me?" — distinct from solutions (industry/outcome). 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 ...
142
6025 regulatory-affairs-head davila7/claude-code-templates
Head of Regulatory Affairs Regulatory strategy development, submission management, and global market access for medical device organizations. Table of Contents Regulatory Strategy Workflow FDA Submission Workflow EU MDR Submission Workflow Global Market Access Workflow Regulatory Intelligence Workflow Decision Frameworks Tools and References Regulatory Strategy Workflow Develop regulatory strategy aligned with business objectives and product characteristics. Workflow: New Product Regulatory Stra...
142
6026 polishing casper-studios/casper-marketplace
Polishing A comprehensive workflow for finalizing code changes before creating a PR. This skill ensures code quality, consistency with codebase patterns, and removes common AI-generated artifacts. Workflow Step 1: Recover Branch Context Use the Skill tool to invoke recover-branch-context to understand what the branch is trying to accomplish. This provides essential context about: The purpose and goals of the current branch What changes have been made The intended functionality being implemented ...
142
6027 showcase-page-generator kostja94/marketing-skills
Pages: Showcase Guides showcase and gallery pages that display user-generated work, creator content, or "made with [product]" examples. Builds community, social proof, and inspiration. Common for design tools, no-code, and creator-focused products. 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 fo...
142
6028 url-structure kostja94/marketing-skills
SEO On-Page: URL Structure Guides URL structure optimization for SEO: readability, hierarchy, and best practices. 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 (On-Page SEO) URL hierarchy : Path structure, categories, depth URL format : Static vs dynamic; omit file extensions URL slug : See url-slug-generator for s...
142
6029 serp-features kostja94/marketing-skills
SEO On-Page: SERP Features Guides SERP (Search Engine Results Page) features: types, obtainability, and optimization. ~98.5% of Google's first page includes SERP features; rich results receive ~58% of clicks vs 41% for standard listings. Understanding SERP features helps prioritize keywords and content strategy. 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 ...
142
6030 image vercel-labs/json-render
@json-render/image Image renderer that converts JSON specs into SVG and PNG images using Satori. Quick Start import { renderToPng } from "@json-render/image/render" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "frame" , elements : { frame : { type : "Frame" , props : { width : 1200 , height : 630 , backgroundColor : "1a1a2e" } , children : [ "heading" ] , } , heading : { type : "Heading" , props : { text : "Hello World" , level : "h1" , color : "ffffff" } , chil...
142
6031 find-arbitrage-opps hummingbot/skills
find-arbitrage-opps Find arbitrage opportunities across all Hummingbot-connected exchanges by comparing prices for a trading pair, accounting for fungible tokens (e.g., BTC = WBTC, USDT = USDC). Prerequisites Hummingbot API must be running with exchange connectors configured: bash < ( curl -s https://raw.githubusercontent.com/hummingbot/skills/main/skills/lp-agent/scripts/check_prerequisites.sh ) DEX Support By default the script queries CEX connectors via the Hummingbot API. Add --dex to also f...
142
6032 download-page-generator kostja94/marketing-skills
Pages: Download Page Guides download page structure and optimization for desktop and mobile app downloads. Purpose: convert visitors into installers by clearly presenting value, platform options, and trust signals. 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:...
142
6033 pylabrobot davila7/claude-code-templates
PyLabRobot Overview PyLabRobot is a hardware-agnostic, pure Python Software Development Kit for automated and autonomous laboratories. Use this skill to control liquid handling robots, plate readers, pumps, heater shakers, incubators, centrifuges, and other laboratory automation equipment through a unified Python interface that works across platforms (Windows, macOS, Linux). When to Use This Skill Use this skill when: Programming liquid handling robots (Hamilton STAR/STARlet, Opentrons OT-2,...
142
6034 top-banner-generator kostja94/marketing-skills
Components: Top Banner (Announcement Bar) Guides top announcement bar and sticky banner design for conversion. Top banners answer visitor questions in ~3 seconds (trust, discount, free shipping, urgency) and can increase coupon redemption by 30-50% when used well. 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 Ass...
142
6035 autopilot yeachan-heo/oh-my-claudecode
Autopilot Skill Full autonomous execution from idea to working code. Overview Autopilot is the ultimate hands-off mode. Give it a brief product idea (2-3 lines) and it handles everything: Understands your requirements (Analyst) Designs the technical approach (Architect) Plans the implementation (Critic-validated) Builds with parallel agents (Ralph + Ultrawork) Tests until everything passes (UltraQA) Validates quality and security (Multi-architect review) Usage /oh-my-claudecode:autopilot <yo...
142
6036 qa-testing-strategy vasilyu1983/ai-agents-public
QA Testing Strategy (Jan 2026) Risk-based quality engineering strategy for modern software delivery. Core references: curated links in data/sources.json (SLOs/error budgets, contracts, E2E, OpenTelemetry). Start with references/operational-playbook.md for a compact, navigable overview. Scope Create or update a risk-based test strategy (what to test, where, and why) Define quality gates and release criteria (merge vs deploy) Select the smallest effective layer (unit → integration → contract → ...
142
6037 time series analysis aj-geddes/useful-ai-prompts
Time Series Analysis Overview Time series analysis examines data points collected over time to identify patterns, trends, and seasonality for forecasting and understanding temporal dynamics. When to Use Forecasting future values based on historical trends Detecting seasonality and cyclical patterns in data Analyzing trends over time in sales, stock prices, or website traffic Understanding autocorrelation and temporal dependencies Making time-based predictions with confidence intervals Decomposin...
142
6038 services-page-generator kostja94/marketing-skills
Pages: Services Guides services page content and structure for service-based businesses (consulting, agencies, freelancers). 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, r...
142
6039 ln-626-dead-code-auditor levnikolaevich/claude-code-skills
Dead Code Auditor (L3 Worker) Specialized worker auditing unused and unreachable code. Purpose & Scope Worker in ln-620 coordinator pipeline Audit dead code (Category 9: Low Priority) Find unused imports, variables, functions, commented-out code Calculate compliance score (X/10) Inputs (from Coordinator) Receives contextStore with tech stack, codebase root. Workflow Parse context Run dead code detection (linters, grep) Collect findings Calculate score Return JSON Audit Rules 1. Unreachable C...
142
6040 zustand vercel-labs/json-render
LobeHub Zustand State Management Action Type Hierarchy 1. Public Actions Main interfaces for UI components: Naming: Verb form ( createTopic , sendMessage ) Responsibilities: Parameter validation, flow orchestration 2. Internal Actions ( internal_* ) Core business logic implementation: Naming: internal_ prefix ( internal_createTopic ) Responsibilities: Optimistic updates, service calls, error handling Should not be called directly by UI 3. Dispatch Methods ( internal_dispatch* ) State update hand...
142
6041 flutter-ui-ux ajianaz/skills-collection
Flutter UI/UX Development Create beautiful, responsive, and animated Flutter applications with modern design patterns and best practices. Core Philosophy "Mobile-first, animation-enhanced, accessible design" - Focus on: Priority Area Purpose 1 Widget Composition Reusable, maintainable UI components 2 Responsive Design Adaptive layouts for all screen sizes 3 Animations Smooth, purposeful transitions and micro-interactions 4 Custom Themes Consistent, branded visual identity 5 Performance 60fps ren...
142
6042 trust-badges-generator kostja94/marketing-skills
Components: Trust Badges Guides trust badge design and placement for conversion. Trust badges borrow authority from third-party organizations to signal legitimacy and reduce purchase anxiety. 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-mar...
142
6043 heading-structure kostja94/marketing-skills
SEO On-Page: Heading Structure Guides heading (H1-H6) optimization for SEO and content structure. 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 (On-Page SEO) H1 tag : One per page; clear headline; matches content; primary keyword near start Header tags (H1-H6) : Logical hierarchy; keyword in headers; one idea per h...
142
6044 ai-tech-rss-fetch tiangong-ai/skills
AI Tech RSS Fetch Core Goal Subscribe to RSS/Atom sources. Persist feed and entry metadata to SQLite. Deduplicate entries with layered identity keys plus content fingerprints. Keep only metadata; do not fetch full article bodies and do not summarize. Triggering Conditions Receive a request to subscribe RSS feeds from URLs or OPML. Receive a request to run incremental RSS sync reliably. Need stable metadata persistence for downstream processing. Need dedupe-safe storage of feed items over repeate...
142
6045 fluidsim davila7/claude-code-templates
FluidSim Overview FluidSim is an object-oriented Python framework for high-performance computational fluid dynamics (CFD) simulations. It provides solvers for periodic-domain equations using pseudospectral methods with FFT, delivering performance comparable to Fortran/C++ while maintaining Python's ease of use. Key strengths: Multiple solvers: 2D/3D Navier-Stokes, shallow water, stratified flows High performance: Pythran/Transonic compilation, MPI parallelization Complete workflow: Parameter ...
142
6046 humanize-academic-writing momo2young/humanize-academic-writing
Humanize Academic Writing for Social Sciences Academic Integrity Statement Purpose : This skill helps researchers improve the quality and naturalness of their own original ideas expressed through AI-assisted writing tools. Ethical Use : ✅ Revising AI-drafted text based on your own research and ideas ✅ Improving writing quality for non-native English speakers ✅ Learning better academic writing patterns ❌ Using AI to generate ideas you don't understand ❌ Submitting work that doesn't represent your...
142
6047 tamagui tamagui/tamagui
Tamagui Skill Universal React UI framework for web and native with an optimizing compiler. Getting Project-Specific Config Before writing Tamagui code , get the project's actual configuration: npx tamagui generate-prompt This outputs tamagui-prompt.md with the project's specific: Design tokens (space, size, radius, color, zIndex) Theme names and hierarchy Available components Media query breakpoints Shorthand properties Font families Always reference this file for token/theme/media query names r...
142
6048 project-overview lobehub/lobe-chat
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
142
6049 qms-audit-expert davila7/claude-code-templates
QMS Audit Expert ISO 13485 internal audit methodology for medical device quality management systems. Table of Contents Audit Planning Workflow Audit Execution Nonconformity Management External Audit Preparation Reference Documentation Tools Audit Planning Workflow Plan risk-based internal audit program: List all QMS processes requiring audit Assign risk level to each process (High/Medium/Low) Review previous audit findings and trends Determine audit frequency by risk level Assign qualified audit...
142
6050 template-skill davila7/claude-code-templates
Insert instructions below
142