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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,481
总 Skills
91.9M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
7651 swap-curve-strategy anthropics/financial-services-plugins
Swap Curve Strategy Analysis You are an expert rates strategist specializing in swap curve analysis. Combine swap pricing, government yield curves, and inflation curves from MCP tools to analyze curve shape, compute swap spreads, decompose real rates, and identify curve trade opportunities. Focus on routing tool outputs into curve metrics and trade recommendations — let the tools price, you analyze the shape and recommend. Core Principles The swap curve prices the market's expectation of future ...
676
7652 loki-label-analyzer grafana/skills
Loki Label Strategy Evaluator You are an expert in Grafana Loki label strategy. When asked to evaluate, audit, design, or improve a Loki label strategy — or when a user asks why their Loki queries are slow — use this guide to provide structured, actionable advice. Core Concepts Streams are the fundamental unit in Loki. Each unique combination of label key-value pairs creates a new stream. Too many streams = performance problems. Too few = broad, slow queries. Cardinality = the number of unique v...
676
7653 video-analyzer zrong/skills
Video Analyzer 通过视觉/视频大模型分析视频内容,支持本地视频文件和互联网视频。 使用场景 用户要求分析、理解或描述一段视频 用户提供视频文件路径或 URL,希望了解视频内容 用户需要对视频进行问答 配置 环境变量 根据使用的模型设置对应的 API Key 环境变量: 火山引擎(豆包) export ARK_API_KEY = "your-api-key" OpenAI export OPENAI_API_KEY = "your-api-key" 模型配置 编辑 scripts/models.json 添加或修改模型配置。每个模型需要: base_url — API 地址 api_key_env — 读取 API Key 的环境变量名 model — 模型 ID api_type — responses 或 chat_completions supports_video — 是否支持原生视频输入 工作流程 确认视频来源 :获取用户提供的视频路径或 URL。 确认分析需求 :明确用户想了解什么(如概括内容、回答问题、描述场景等)。如果 $ARGUMENTS 非空,将其作...
676
7654 getnote-auth iswalle/getnote-cli
getnote-auth Skill Log in, log out, and check authentication status. Commands Log in getnote auth login [--api-key <key>] Mode Command Description OAuth (recommended) getnote auth login Opens browser to authorize; saves credentials automatically API Key getnote auth login --api-key <key> Saves key directly, no browser needed Show more
676
7655 pdf davila7/claude-code-templates
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...
676
7656 agentic-engineering affaan-m/ecc
Agentic Engineering Use this skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls. Operating Principles Define completion criteria before execution. Decompose work into agent-sized units. Route model tiers by task complexity. Measure with evals and regression checks. Eval-First Loop Define capability eval and regression eval. Run baseline and capture failure signatures. Execute implementation. Re-run evals and compare delta...
676
7657 verification-loop affaan-m/ecc
Verification Loop Skill A comprehensive verification system for Claude Code sessions. When to Use Invoke this skill: After completing a feature or significant code change Before creating a PR When you want to ensure quality gates pass After refactoring Verification Phases Phase 1: Build Verification Check if project builds npm run build 2 > &1 | tail -20 OR pnpm build 2 > &1 | tail -20 If build fails, STOP and fix before continuing. Phase 2: Type Check TypeScript projects npx tsc --noEmit 2 >...
676
7658 motion-advanced affaan-m/ecc
Motion Advanced Complex, interactive, and physics-based animation patterns. Requires motion-foundations to be set up first. Use these when motion-patterns is not enough. When to Activate Building drag-to-dismiss sheets, swipe gestures, or reorderable lists Animating text word-by-word, character-by-character, or as a live counter Drawing SVG paths, morphing icons, or animating circular progress Writing a custom animation hook ( useScrollReveal , magnetic button, cursor follower) Sequencing multi-...
676
7659 java-coding-standards affaan-m/ecc
Java Coding Standards Standards for readable, maintainable Java (17+) code in Spring Boot services. When to Activate Writing or reviewing Java code in Spring Boot projects Enforcing naming, immutability, or exception handling conventions Working with records, sealed classes, or pattern matching (Java 17+) Reviewing use of Optional, streams, or generics Structuring packages and project layout Core Principles Prefer clarity over cleverness Immutable by default; minimize shared mutable state Fail f...
676
7660 skill-from-masters gbsoss/skill-from-masters
Create skills that embody the wisdom of domain masters. This skill helps users discover and incorporate proven methodologies from recognized experts before generating a skill. Core Philosophy Most professional domains have outstanding practitioners who have codified their methods through books, talks, interviews, and frameworks. A skill built on these proven methodologies is far more valuable than one created from scratch. The goal is not just "good enough" — it's reaching the highest level ...
675
7661 sales-engineer alirezarezvani/claude-skills
Sales Engineer Skill A production-ready skill package for pre-sales engineering that bridges technical expertise and sales execution. Provides automated analysis for RFP/RFI responses, competitive positioning, and proof-of-concept planning. Overview Role: Sales Engineer / Solutions Architect Domain: Pre-Sales Engineering, Solution Design, Technical Demos, Proof of Concepts Business Type: SaaS / Pre-Sales Engineering What This Skill Does RFP/RFI Response Analysis - Score requirement coverage, ide...
675
7662 react-2026 patternsdev/skills
React Stack Patterns Table of Contents When to Use Instructions Details Source React has come a long way since its early days of simple component libraries. By late 2025, the React ecosystem is rich but complex , offering multiple ways to choose your stack for building apps. Modern React developers face choices at every layer of the stack - from build tools and frameworks to routers and other libraries. The official React documentation (now at react.dev ) encourages using higher-level frameworks...
675
7663 zod-schema-validation mindrally/skills
Zod Schema Validation You are an expert in Zod schema validation and type inference for TypeScript applications. Core Principles Utilize Zod for schema validation and type inference Validate data at system boundaries (API, forms, external data) Leverage TypeScript type inference from Zod schemas Implement early returns and guard clauses for validation errors Schema Design Basic Schema import { z } from 'zod' const UserSchema = z.object({ id: z.string().uuid(), email: z.string().email(), ...
675
7664 muapi-social-media-video samuraigpt/generative-media-skills
Social Media Video Creator End-to-end pipeline: Brand Files → Storyboard → Reference Images → Seedance 2.0 Video. Reads your brand identity, ICP, and messaging documents to produce on-brand social video — fully optimized for Seedance 2.0's instructional prompt grammar and your target platform. Agent Execution Protocol Step 1 — Read Brand Files Before writing anything, the agent MUST read all available brand files. Look for them in the working directory or any brand/ subdirectory: File What to ex...
675
7665 swap-planner uniswap/uniswap-ai
Swap Planning Plan and generate deep links for token swaps on Uniswap across all supported chains. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Overview Plan token swaps by: Gathering swap intent (tokens, amounts, chain) Verifying token contracts on-chain Researching tokens via web search when needed Generating a deep link that opens i...
675
7666 mapbox-mcp-devkit-patterns mapbox/mapbox-agent-skills
Mapbox MCP DevKit Patterns This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development. What is Mapbox MCP DevKit? The Mapbox MCP DevKit Server is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs: Style management - Create, list, update, delete, preview, validate, compare, and optimize styles Token management - Generate and list access tokens with scopes Valida...
675
7667 security-compliance davila7/claude-code-templates
Security & Compliance Expert Core Principles 1. Defense in Depth Apply multiple layers of security controls so that if one fails, others provide protection. Never rely on a single security mechanism. 2. Zero Trust Architecture Never trust, always verify. Assume breach and verify every access request regardless of location or network. 3. Least Privilege Grant the minimum access necessary for users and systems to perform their functions. Regularly review and revoke unused permissions. 4. Sec...
675
7668 crm-builder customware-ai/skills
CRM Builder Skill What This Skill Does This skill defines how to build a CRM tool — a system for managing contacts, companies, deals, and the relationships between them. CRM is structurally different from CPQ and trades-builder: CPQ / Trades = one record moves through sequential stages (stepper navigation) CRM = multiple entity types with relationships between them (entity navigation) The left sidebar uses a navigator pattern (Contacts, Companies, Deals, Pipeline, Activities) — NOT a stepper. Us...
675
7669 nestjs-patterns affaan-m/ecc
NestJS Development Patterns Production-grade NestJS patterns for modular TypeScript backends. When to Activate Building NestJS APIs or services Structuring modules, controllers, and providers Adding DTO validation, guards, interceptors, or exception filters Configuring environment-aware settings and database integrations Testing NestJS units or HTTP endpoints Project Structure src/ ├── app.module.ts ├── main.ts ├── common/ │ ├── filters/ │ ├── guards/ │ ├── interceptors/ │ └── pipes/ ├──...
675
7670 gemini-managed-agents-api google/skills
No SKILL.md available for this skill. View on GitHub Installs 673 Repository google/skills GitHub Stars 10.8K First Seen 10 days ago
674
7671 hairy-react-lib hairyf/skills
Based on @hairy/react-lib v1.47.0. Focuses on React hooks and components for building React applications. Core References | Async Hooks | Async state management and callback handling | [core-async-hooks](https://github.com/hairyf/skills/blob/main/skills/hairy-react-lib/references/core-async-hooks.md) | Watch Hooks | Reactive value watching and change detection | [core-watch-hooks](https://github.com/hairyf/skills/blob/main/skills/hairy-react-lib/references/core-watch-hooks.md) | Lifec...
674
7672 domain-cli zhanghandong/rust-skills
CLI Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication User ergonomics Clear help, errors clap derive macros Config precedence CLI > env > file Layered config loading Exit codes Non-zero on error Proper Result handling Stdout/stderr Data vs errors eprintln! for errors Interruptible Handle Ctrl+C Signal handling Critical Constraints User Communication Show more
674
7673 prd-planner charon-fan/agent-playbook
PRD Planner A PRD creation skill that uses persistent file-based planning to maintain coherent thinking and avoid "left-brain vs right-brain" context switching issues. When This Skill Activates This skill activates when you: Explicitly say "PRD", "prd", "create a PRD", or "产品需求文档" Say "product requirements document" or "产品需求" Mention "write a PRD for..." Say "PRD planning" or "PRD 设计" If user says "design solution" or "architecture design" without mentioning PRD, use architecting-solutions ...
674
7674 sop-creator ognjengt/founder-skills
SOP Creator Purpose Transform unstructured process descriptions into clear, actionable Standard Operating Procedures written at a 5th-grade reading level. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "sop-creator loaded, describe the process you want to document" Then wait for the user to provide their process description in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execution (skip th...
674
7675 prompt-videos replicate/skills
Prompting video models on Replicate Distilled from Replicate's blog posts on prompting video models (2025-2026). Techniques are model-agnostic and focus on transferable principles. Choose a model with the API, not from memory This skill describes general prompting techniques. To choose a model, use the find-models skill and query the Replicate API. The video model landscape changes weekly. Don't assume specific models exist or are still state-of-the-art based on names you've seen before. Always ...
674
7676 r3f-lighting enzed/r3f-skills
React Three Fiber Lighting Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas shadows> {/* Ambient fill */} <ambientLight intensity={0.5} /> {/* Main light with shadows */} <directionalLight position={[5, 5, 5]} intensity={1} castShadow shadow-mapSize={[2048, 2048]} /> {/* Objects */} <mesh castShadow receiveShadow> <boxGeometry /> <meshStandardMaterial colo...
674
7677 caveman vinvcn/mattpocock-skills-zh-cn
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
674
7678 github-ops affaan-m/ecc
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
674
7679 research-ops affaan-m/ecc
Research Ops Use this when the user asks to research something current, compare options, enrich people or companies, or turn repeated lookups into a monitored workflow. This is the operator wrapper around the repo's research stack. It is not a replacement for deep-research , exa-search , or market-research ; it tells you when and how to use them together. Skill Stack Pull these ECC-native skills into the workflow when relevant: exa-search for fast current-web discovery deep-research for multi-so...
674
7680 everything-claude-code affaan-m/ecc
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Activate this skill when: Making changes to this repository Adding new features following established patterns Writing tests that match project conventions Creating ...
674
7681 fsi-strip-profile anthropics/financial-services-plugins
Workflow 1. Clarify Requirements Ask the user : Single-slide or multi-slide (3-4 slides)? Ask the user : Any specific focus areas or topics to emphasize? Only after user confirms , proceed to research 2. Research & Planning Data Sources: Primary : Company filings (BamSEC, SEC EDGAR - "Item 1. Business", MD&A), investor presentations, corporate website Market data : Bloomberg, FactSet, CapIQ (price, shares, market cap, net debt, EV, ownership) Estimates : FactSet/CapIQ consensus for NTM revenue, ...
673
7682 bail camacho/ai-skills
Bail-out protocol: always reflect FIRST, then clean up. Inputs Optional reason string (if not provided, ask for one) Steps Detect current step by examining what exists: What exists Estimated step Just an issue, no branch Step 0 (Capture) .branch-context.md, no worktree Step 1 (Orient) Worktree exists, no code changes Step 2 (Isolate) Plan file on branch Step 3-4 (Design/Review) Code changes committed Step 5-7 (Build/Verify/Archive) PR open on GitHub Step 8 (Ship) Prompt for reason if not provide...
673
7683 capacitor-plugins capawesome-team/skills
Capacitor Plugins Install, configure, and use Capacitor plugins from official, Capawesome, community, Firebase, MLKit, and RevenueCat sources. Prerequisites Capacitor 6, 7, or 8 app. Node.js and npm installed. For iOS plugins: Xcode installed. CocoaPods or Swift Package Manager (SPM) for dependency management. For Android plugins: Android Studio installed. Agent Behavior Guide step-by-step. Walk the user through the process one step at a time. Never present multiple unrelated questions at once. ...
673
7684 huggingface-best huggingface/skills
HuggingFace Best Model Finder Finds the best models for a task by querying official HF benchmark leaderboards, enriching results with model size data, filtering for what fits on the user's device, and returning a comparison table with benchmark scores. Step 1: Parse the request Extract from the user's message: Task : what they want the model to do (coding, math/reasoning, chat, OCR, RAG/retrieval, speech recognition, image classification, multimodal, agents, etc.) Device : hardware constraints (...
673
7685 mapbox-google-maps-migration mapbox/mapbox-agent-skills
Mapbox Google Maps Migration Skill Comprehensive guidance for migrating from Google Maps Platform to Mapbox GL JS. Provides API equivalents, pattern translations, and strategies for successful migration. Core Philosophy Differences Google Maps: Imperative & Object-Oriented Create objects (Marker, Polygon, etc.) Add to map with .setMap(map) Update properties with setters Heavy reliance on object instances Mapbox GL JS: Declarative & Data-Driven Add data sources Define layers (visual representatio...
673
7686 mapbox-android-patterns mapbox/mapbox-agent-skills
Mapbox Android Integration Patterns Official integration patterns for Mapbox Maps SDK on Android. Covers Kotlin, Jetpack Compose, View system, proper lifecycle management, token handling, offline maps, and mobile-specific optimizations. Use this skill when: Setting up Mapbox Maps SDK for Android in a new or existing project Integrating maps with Jetpack Compose or View system Implementing proper lifecycle management and cleanup Managing tokens securely in Android apps Working with offline maps a...
673
7687 blueprint affaan-m/ecc
Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. When to Use Breaking a large feature into multiple PRs with clear dependency order Planning a refactor or migration that spans multiple sessions Coordinating parallel workstreams across sub-agents Any task where context loss between sessions would cause rework Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says...
673
7688 error-handling affaan-m/ecc
Error Handling Patterns Consistent, robust error handling patterns for production applications. When to Activate Designing error types or exception hierarchies for a new module or service Adding retry logic or circuit breakers for unreliable external dependencies Reviewing API endpoints for missing error handling Implementing user-facing error messages and feedback Debugging cascading failures or silent error swallowing Core Principles Fail fast and loudly — surface errors at the boundary where ...
673
7689 ai-first-engineering affaan-m/ecc
AI-First Engineering Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation. Process Shifts Planning quality matters more than typing speed. Eval coverage matters more than anecdotal confidence. Review focus shifts from syntax to system behavior. Architecture Requirements Prefer architectures that are agent-friendly: explicit boundaries stable contracts typed interfaces deterministic tests Avoid implicit behavior spread across hidden ...
673
7690 agent-harness-construction affaan-m/ecc
Agent Harness Construction Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion. Core Model Agent output quality is constrained by: Action space quality Observation quality Recovery quality Context budget quality Action Space Design Use stable, explicit tool names. Keep inputs schema-first and narrow. Return deterministic output shapes. Avoid catch-all tools unless isolation is impossible. Granularity Rules Use micro-tools for h...
673
7691 remotion-video-creation affaan-m/ecc
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. How to use Read individual rule files for detailed explanations and code examples: rules/3d.md - 3D content in Remotion using Three.js and React Three Fiber rules/animations.md - Fundamental animation skills for Remotion rules/assets.md - Importing images, videos, audio, and fonts into Remotion rules/audio.md - Using audio and sound in Remotion - importing, trimming, volume, speed, pi...
673
7692 motion-foundations affaan-m/ecc
Motion Foundations The base layer of the motion system. Defines every value, constraint, and rule that downstream skills ( motion-patterns , motion-advanced ) inherit. Load this skill before any animation work begins. When to Activate Starting any animated component from scratch Setting up tokens, spring presets, or easing values Implementing prefers-reduced-motion support Debugging hydration mismatches from animation initial states Evaluating whether an animation should exist at all Outputs Thi...
673
7693 search-first affaan-m/ecc
/search-first — Research Before You Code Systematizes the "search for existing solutions before implementing" workflow. Trigger Use this skill when: Starting a new feature that likely has existing solutions Adding a dependency or integration The user asks "add X functionality" and you're about to write code Before creating a new utility, helper, or abstraction Workflow ┌─────────────────────────────────────────────┐ │ 1. NEED ANALYSIS │ │ Define what functionality ...
673
7694 rust-symbol-analyzer zhanghandong/rust-skills
Rust Symbol Analyzer Analyze project structure by examining symbols across your Rust codebase. Usage /rust-symbol-analyzer [file.rs] [--type struct|trait|fn|mod] Examples: /rust-symbol-analyzer - Analyze entire project /rust-symbol-analyzer src/lib.rs - Analyze single file /rust-symbol-analyzer --type trait - List all traits in project LSP Operations 1. Document Symbols (Single File) Show more
672
7695 campaign-analytics alirezarezvani/claude-skills
Campaign Analytics Production-grade campaign performance analysis with multi-touch attribution modeling, funnel conversion analysis, and ROI calculation. Three Python CLI tools provide deterministic, repeatable analytics using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Best Practices Limitations Capabilities Multi-Touch Attribution : Five attribution models (fi...
672
7696 rust-call-graph zhanghandong/rust-skills
Rust Call Graph Visualize function call relationships using LSP call hierarchy. Usage /rust-call-graph <function_name> [--depth N] [--direction in|out|both] Options: --depth N : How many levels to traverse (default: 3) --direction : in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis Show more
672
7697 pixi-js mindrally/skills
Pixi.js Game Development You are an expert in TypeScript, Pixi.js, web game development, and mobile app optimization. Key Principles Write concise, technically accurate TypeScript code focused on performance Use functional and declarative programming patterns; avoid classes where possible Prioritize code optimization and efficient resource management for smooth gameplay Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasRendered) Project Structure Organize code by featur...
672
7698 scrum-master alirezarezvani/claude-skills
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
672
7699 funding-digest anthropics/financial-services-plugins
AI DISCLAIMER (MANDATORY): You MUST include the following disclaimer text in the powerpoint footer. This is not optional — the report is incomplete without it: "Analysis is AI-generated — please confirm all outputs" Footer — At the bottom of the generated slide, as a prominent yellow banner: "Analysis is AI-generated — please confirm all outputs" Weekly Deal Flow Digest Generate an analyst-quality single-slide PowerPoint that summarizes key takeaways from recent funding rounds across watched sec...
672
7700 newapi quantumnous/skills
SKILL: newapi newapi ( new-api ) is an open-source unified AI gateway platform. It aggregates multiple model providers behind OpenAI / Claude / Gemini compatible interfaces, and provides model, token, group, and balance management. Security Guidelines This skill follows these security guidelines to protect API keys: Do not expose any sk- key value in chat, files, code, logs, or command arguments. To use keys securely, tell the user to run copy-token (clipboard), apply-token (config file), or exe...
671