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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,475
总 Skills
91.6M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
7001 proposal-writer jezweb/claude-skills
Proposal Writer Overview This skill helps you create professional, persuasive business proposals that clearly communicate value and win deals. From simple quotes to comprehensive RFP responses. Use Cases: Sales proposals and quotes Project proposals Partnership proposals RFP/RFI responses Grant applications Service agreements How to Use Tell me about the opportunity (client, project, requirements) Share your solution and pricing Specify the proposal type and length needed I'll create a structure...
747
7002 agent-trading-predictor ruvnet/ruflo
name: trading-predictor description: Advanced financial trading agent that leverages temporal advantage calculations to predict and execute trades before market data arrives. Specializes in using sublinear algorithms for real-time market analysis, risk assessment, and high-frequency trading strategies with computational lead advantages. color: green You are a Trading Predictor Agent, a cutting-edge financial AI that exploits temporal computational advantages to predict market movements and execu...
747
7003 backend-patterns affaan-m/ecc
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
747
7004 react-native-expo jezweb/claude-skills
React Native Expo (0.76-0.82+ / SDK 52+) Status: Production Ready Last Updated: 2026-01-21 Dependencies: Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions: react-native@0.81.5, expo@~54.0.31, react@19.2.3 Quick Start (15 Minutes) 1. Create New Expo Project (RN 0.76+) Create new Expo app with React Native 0.76+ npx create-expo-app@latest my-app cd my-app Install latest dependencies npx expo install react-native@latest expo@latest Why this matters: Expo SDK 52+ uses React Nati...
746
7005 literature-search-biorxiv google-deepmind/science-skills
bioRxiv and medRxiv Literature Search Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://api.biorxiv.org/ and https://www.biorxiv.org/content/about-biorxiv and to always check the license of the papers retrieved by the skill for any restrictions, then (2) create the file recordi...
746
7006 card kostja94/marketing-skills
Components: Card Layout Guides card layout design for scannable, responsive content display. Cards are self-contained containers that group related content; used in grids for blog posts, products, templates, tools, features, galleries, and integrations. 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. Card Anatomy Element P...
745
7007 scientific-brainstorming davila7/claude-code-templates
Scientific Brainstorming Overview Scientific brainstorming is a conversational process for generating novel research ideas. Act as a research ideation partner to generate hypotheses, explore interdisciplinary connections, challenge assumptions, and develop methodologies. Apply this skill for creative scientific problem-solving. When to Use This Skill This skill should be used when: Generating novel research ideas or directions Exploring interdisciplinary connections and analogies Challenging...
745
7008 modern-web-development mindrally/skills
Modern Web Development Brandon Fernandez's comprehensive cursor rules for modern web development with TypeScript, Node.js, Next.js 14, React, Supabase, GraphQL, Tailwind CSS, Radix UI, and Shadcn UI. Key Development Principles Code Style and Architecture Write concise, technical responses with accurate TypeScript examples Employ functional, declarative programming while avoiding class-based approaches Prioritize iteration and modularization over code duplication Use descriptive variable names ...
745
7009 danawa-price-search nomadamas/k-skill
Danawa Price Search What this skill does 다나와의 로그인 없는 공개 검색/가격비교 표면을 읽기 전용으로 호출해 한국 쇼핑몰 가격을 비교한다. 상품명/검색어로 다나와 상품 후보와 pcode 를 찾는다. 선택한 상품의 쇼핑몰별 오퍼를 조회한다. 상품가만이 아니라 배송비 포함 실구매가, 무료배송 여부, 카드 할인가, 무이자 할부 문구를 함께 정리한다. 구매, 로그인, 장바구니, 찜, 주문 액션은 하지 않는다. When to use "다나와에서 에어팟 최저가 찾아줘" "다나와 가격비교로 쇼핑몰별 가격 비교해줘" "무료배송인지, 카드 할인까지 보면 어디가 제일 싸?" "무이자 할부 붙은 최저가도 같이 봐줘" When not to use Show more
745
7010 typst-paper bahayonghang/academic-writing-skills
Typst Academic Paper Assistant Use this skill for targeted work on an existing Typst paper project. Route requests to the smallest useful module and keep outputs compatible with Typst source review. Capability Summary Compile Typst projects and diagnose Typst CLI issues. Audit format, bibliography, grammar, sentence length, argument logic, expression quality, and AI traces. Support both BibTeX and Hayagriva bibliography files. Improve titles, translation, and experiment-section clarity for Typst...
745
7011 asc-workflow rorkai/app-store-connect-cli-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
745
7012 asc-ppp-pricing rorkai/app-store-connect-cli-skills
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
745
7013 langchain davila7/claude-code-templates
LangChain - Build LLM Applications with Agents & RAG The most popular framework for building LLM-powered applications. When to use LangChain Use LangChain when: Building agents with tool calling and reasoning (ReAct pattern) Implementing RAG (retrieval-augmented generation) pipelines Need to swap LLM providers easily (OpenAI, Anthropic, Google) Creating chatbots with conversation memory Rapid prototyping of LLM applications Production deployments with LangSmith observability Metrics: 119,0...
744
7014 css-architecture aj-geddes/useful-ai-prompts
CSS Architecture Overview Build maintainable CSS systems using methodologies like BEM (Block Element Modifier), SMACSS, and CSS-in-JS patterns with proper organization and conventions. When to Use Large-scale stylesheets Component-based styling Design system development Multiple team collaboration CSS scalability and reusability Implementation Examples 1. BEM (Block Element Modifier) Pattern /* Block - standalone component */ .button { display: inline-block; padding: 10px 20px; border: n...
744
7015 muapi-workflow samuraigpt/generative-media-skills
AI Workflow Builder Chain any combination of muapi.ai generation steps into automated pipelines. The AI architect converts your plain-language description into a runnable node graph. Prerequisites Always ensure the muapi CLI is up-to-date before running any commands. Reinstall from source at the start of every session: pip install --upgrade /path/to/muapi-cli Replace /path/to/muapi-cli with the actual path to the muapi-cli directory in the workspace (the directory containing pyproject.toml ). Co...
744
7016 marketing-demand-acquisition alirezarezvani/claude-skills
No SKILL.md available for this skill. View on GitHub Installs 652 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
744
7017 ai-product sickn33/antigravity-awesome-skills
AI Product Development You are an AI product engineer who has shipped LLM features to millions of users. You've debugged hallucinations at 3am, optimized prompts to reduce costs by 80%, and built safety systems that caught thousands of harmful outputs. You know that demos are easy and production is hard. You treat prompts as code, validate all outputs, and never trust an LLM blindly. Patterns Structured Output with Validation Use function calling or JSON mode with schema validation Streaming...
744
7018 agent-payments ruvnet/ruflo
name: flow-nexus-payments description: Credit management and billing specialist. Handles payment processing, credit systems, tier management, and financial operations within Flow Nexus. color: pink You are a Flow Nexus Payments Agent, an expert in financial operations and credit management within the Flow Nexus ecosystem. Your expertise lies in seamless payment processing, intelligent credit management, and subscription optimization. Your core responsibilities: Manage rUv credit systems and bala...
744
7019 earnings-calendar tradermonty/claude-trading-skills
Earnings Calendar Overview This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. It focuses on companies with significant market capitalization (mid-cap and above, over $2B) that are likely to impact market movements. The skill generates organized markdown reports showing which companies are reporting earnings over the next week, grouped by date and timing (before market open, after market close, or time not announced). Key Features: U...
744
7020 literature-search-europepmc google-deepmind/science-skills
Europe PMC Database A skill for searching, downloading, and exploring open-access papers from Europe PMC — a comprehensive, free life-science literature database with over 43 million abstracts and 9 million full-text articles. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://e...
744
7021 symbolic-equation lingzhi227/agent-research-skills
Symbolic Equation Discovery Discover interpretable scientific equations from data using LLM-guided evolutionary search. Input $0 — Dataset description, variable names, and physical context References LLM-SR patterns (prompts, evolution, sampling): ~/.claude/skills/symbolic-equation/references/llmsr-patterns.md Workflow (from LLM-SR) Show more
744
7022 frontend-design-direction affaan-m/ecc
Frontend Design Direction Use this skill when the work is not just making UI function, but making it feel purposeful, polished, and appropriate to the product domain. Source: salvaged from stale community PR 1659 by linus707 . Note: ECC intentionally does not rebundle the canonical Anthropic frontend-design skill. Install that from anthropics/skills when you want the official upstream skill. This skill is the ECC-specific design-direction salvage of the useful local guidance from 1659. When to U...
744
7023 refund-page-generator kostja94/marketing-skills
Pages: Refund / Return Policy Guides refund and return policy page content for e-commerce and digital 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 Identify: Product type : Physical, digital, subscription, or mixed Policy : Time window, conditions, process Jurisdiction : Consumer rights (EU, ...
743
7024 brand-protection kostja94/marketing-skills
Strategy: Brand Protection Guides discovery, reporting, and prevention of brand impersonation—fake websites, phishing sites, trademark infringement, and domain squatting. See domain-selection for defensive domain registration; trust-badges for official site verification signals; about-page for identity declaration. 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 ...
743
7025 explore codebase tirth8205/code-review-graph
Explore Codebase Use the code-review-graph MCP tools to explore and understand the codebase. Steps Run list_graph_stats to see overall codebase metrics. Run get_architecture_overview for high-level community structure. Use list_communities to find major modules, then get_community for details. Use semantic_search_nodes to find specific functions or classes. Use query_graph with patterns like callers_of , callees_of , imports_of to trace relationships. Use list_flows and get_flow to understand ex...
743
7026 auth0-react-native auth0/agent-skills
Auth0 React Native Integration Add authentication to React Native and Expo mobile applications using react-native-auth0. Prerequisites React Native or Expo application Auth0 account and application configured as Native type If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use React web applications - Use auth0-react skill for SPAs (Vite/CRA) React Server Components - Use auth0-nextjs for Next.js applications Non-React native apps - Use platform-specific SDKs (...
743
7027 javascript-mastery sickn33/antigravity-awesome-skills
🧠 JavaScript Mastery 33+ essential JavaScript concepts every developer should know, inspired by 33-js-concepts. When to Use This Skill Use this skill when: Explaining JavaScript concepts Debugging tricky JS behavior Teaching JavaScript fundamentals Reviewing code for JS best practices Understanding language quirks 1. Fundamentals 1.1 Primitive Types JavaScript has 7 primitive types: // String const str = "hello"; // Number (integers and floats) const num = 42; const float = 3.14; // BigI...
743
7028 pump-analyzer-solana aradotso/trending-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. PumpAnalyzer — Solana Token Monitoring Platform Skill by ara.so — Daily 2026 Skills collection. PumpAnalyzer is a static front-end platform (pure HTML/CSS/JS, no build tools) that provides real-time monitoring, analytics, and alerts for tokens launched on Pump.fun on the Solana blockchain. It connects to Pump.fun's WebSocket API for sub-second ...
743
7029 paper-to-code lingzhi227/agent-research-skills
Paper to Code Convert a research paper into a complete, runnable code repository. Input $0 — Paper PDF path, paper text, or paper URL References Paper2Code prompts (planning, analysis, coding stages): ~/.claude/skills/paper-to-code/references/paper-to-code-prompts.md Workflow (from Paper2Code) Stage 1: Planning Four-turn conversation to create a comprehensive plan: Show more
743
7030 atomic-decomposition lingzhi227/agent-research-skills
Atomic Decomposition Decompose research ideas into atomic concepts with math formula <-> code implementation mapping. Input $0 — Research idea, paper, or method description References Decomposition prompts and workflow: ~/.claude/skills/atomic-decomposition/references/decomposition-prompts.md Workflow (from AI-Researcher Survey Agent) Show more
743
7031 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...
742
7032 resume-cover-letter jezweb/claude-skills
Resume and Cover Letter Writer Produces job application documents: a resume/CV, a cover letter, or both. Every output is tailored to a specific role at a specific company — generic documents are not useful. Before You Start Gather these inputs. Ask for anything missing: Target role — job title, company name, and the job listing or description (paste or URL) Mode — "resume", "cover-letter", or "both" Region — AU/NZ, US, or UK (affects format, terminology, length expectations) Candidate background...
742
7033 kubernetes-architect sickn33/antigravity-awesome-skills
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Use this skill when Designing Kubernetes platform architecture or multi-cluster strategy Implementing GitOps workflows and progressive delivery Planning service mesh, security, or multi-tenancy patterns Improving reliability, cost, or developer experience in K8s Do not use this skill when You only need a local dev cluster or single-node setup You a...
742
7034 firebase-data-connect firebase/skills
Firebase Data Connect Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs. Project Structure dataconnect/ ├── dataconnect.yaml Service configuration ├── schema/ │ └── schema.gql Data model (types with @table) └── connector/ ├── connector.yaml Connector config + SDK generation ├── queries.gql Queries └── mutations.gql Mutations Development Workflow Follow thi...
742
7035 docker-best-practices josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
742
7036 eslint-prettier-config patricio0312rev/skills
ESLint & Prettier Configuration Setup consistent code quality and formatting with ESLint and Prettier. Core Workflow Install dependencies: ESLint, Prettier, plugins Configure ESLint: Rules and extends Configure Prettier: Formatting options Integrate tools: ESLint + Prettier Setup scripts: Lint and format commands Add hooks: Pre-commit validation ESLint Flat Config (v9+) // eslint.config.mjs import js from '@eslint/js'; import typescript from '@typescript-eslint/eslint-plugin'; import tsParser ...
742
7037 agent-coordination ruvnet/ruflo
Agent Coordination Skill Purpose Spawn and coordinate agents for complex multi-agent tasks. Agent Types Core Development coder , reviewer , tester , planner , researcher V3 Specialized security-architect , security-auditor , memory-specialist , performance-engineer Swarm Coordination hierarchical-coordinator , mesh-coordinator , adaptive-coordinator , collective-intelligence-coordinator Consensus byzantine-coordinator , raft-manager , gossip-coordinator , consensus-builder GitHub pr-manager , co...
742
7038 embeddings ruvnet/ruflo
Embeddings Skill Purpose Vector embeddings for semantic search and pattern matching with HNSW indexing. Features Feature Description sql.js Cross-platform SQLite persistent cache (WASM) HNSW 150x-12,500x faster search Hyperbolic Poincare ball model for hierarchical data Normalization L2, L1, min-max, z-score Chunking Configurable overlap and size 75x faster With agentic-flow ONNX integration Commands Initialize Embeddings npx claude-flow embeddings init --backend sqlite Embed Text npx claude-flo...
742
7039 asc-crash-triage rorkai/app-store-connect-cli-skills
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
742
7040 changelog-page-generator kostja94/marketing-skills
Pages: Changelog Guides changelog and release notes pages. Typically at changelog.* subdomain or /changelog . Builds trust, reduces support, increases feature adoption. 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 .c...
741
7041 crypto-trading-bots omer-metin/skills-for-antigravity
No SKILL.md available for this skill. View on GitHub
741
7042 diffity-diff kamranahmedse/diffity
Diffity Diff Skill You are opening the diffity diff viewer so the user can see their changes in the browser. Arguments ref (optional): Git ref to diff (e.g. main..feature , HEAD~3 ) or a GitHub PR URL (e.g. https://github.com/owner/repo/pull/123 ). Defaults to working tree changes. Instructions Check that diffity is available: run which diffity . If not found, install it with npm install -g diffity . Run diffity <ref> (or just diffity if no ref) using the Bash tool with run_in_background: true :...
741
7043 agent-planner ruvnet/ruflo
name: planner type: coordinator color: "4ECDC4" description: Strategic planning and task orchestration agent capabilities: task_decomposition dependency_analysis resource_allocation timeline_estimation risk_assessment priority: high hooks: pre: | echo "🎯 Planning agent activated for: $TASK" memory_store "planner_start_$(date +%s)" "Started planning: $TASK" post: | echo "✅ Planning complete" memory_store "planner_end_$(date +%s)" "Completed planning: $TASK" Strategic Planning Agent You are a stra...
741
7044 asc-app-create-ui rorkai/app-store-connect-cli-skills
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
741
7045 integrations-page-generator kostja94/marketing-skills
Pages: Integrations / Plugins Guides integrations, plugins, and extensions pages. Shows how the product connects with Canva, Slack, Zapier, and other platforms. Common for SaaS, tools, and developer 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 for product marketing context first: If .c...
740
7046 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:...
740
7047 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...
740
7048 glossary-page-generator kostja94/marketing-skills
Pages: Glossary Guides glossary page structure, content, and internal linking for SEO. 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 industry terms and customer...
740
7049 domain-selection kostja94/marketing-skills
Strategy: Domain Selection Guides initial domain choice for a single site: Brand vs Partial Match vs Exact Match domains, TLD selection (.ai, .com, .io), length, readability, history check, and defensive registration. A good domain affects SEO, brand perception, and UX. See domain-architecture when planning for multiple products; rebranding-strategy when changing domain. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide ...
740
7050 directory-listing-ads kostja94/marketing-skills
Paid Ads: Directory / Marketplace Listing Ads Guides paid promotions within directories and marketplaces: Taaft, Shopify App Store, G2, Capterra. Use when you have a listing and want to boost visibility with paid placements. Listing first : Ensure product is submitted—see directory-submission for listing prep and submission workflow. 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 ...
740