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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,418
总 Skills
34.5M
总安装量
2,438
贡献者
# Skill 仓库 描述 安装量
5651 tushare-api daydreammy/tushare-openclaw-skill
Tushare API Skill 简介 Tushare Pro 是中国领先的金融数据平台,提供股票、基金、期货、债券、外汇、数字货币等全品类金融大数据。 官网 : https://tushare.pro API 文档 : https://tushare.pro/document/2 股票代码规范 所有股票代码都需要带后缀: 交易所 后缀 示例 上海证券交易所 .SH 600000.SH 深圳证券交易所 .SZ 000001.SZ 北京证券交易所 .BJ 835305.BJ 香港证券交易所 .HK 00001.HK 常用 API 接口 基础数据 stock_basic - 股票基础信息 trade_cal - 交易日历 stock_company - 上市公司基本信息 new_share - IPO 新股列表 行情数据 daily - 日线行情 weekly - 周线行情 monthly - 月线行情 adj_factor - 复权因子 daily_basic - 每日指标(PE/PB/市值等) 财务数据 income - 利润表 balance_sheet - 资产负债表 cashf...
384
5652 earnings-preview-single anthropics/financial-services-plugins
Single-Company Earnings Preview Generate a concise, professional equity research earnings preview for a single company. The output is a self-contained HTML file targeting 4-5 printed pages. The report is dense with figures and data, with tight narrative that gets straight to the point. Data Sources (ZERO EXCEPTIONS): The ONLY permitted data sources are Kensho Grounding MCP ( search ) and S&P Global MCP ( kfinance ). Absolutely NO other tools, data sources, or web access of any kind. Specifically...
384
5653 prd-implementation-precheck charon-fan/agent-playbook
Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD. Workflow - Locate the PRD and any referenced files. - Precheck the PRD and summarize intent in 1-2 sentences. - List findings and questions (blockers first), then ask for confirmation to proceed. - After confirmation, implement the PRD with minimal, consistent changes. - Validate (tests or manual steps) or state what was not run. Precheck Checklist Basic Checks ...
384
5654 project-session-management jezweb/claude-skills
Project Session Management Skill Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. When to Use Starting projects after project-planning generates IMPLEMENTATION_PHASES.md Resuming work after context clears Mid-phase checkpoints when context is full Phase transitions Tracking Implementation → Verification → Debugging cycle Phases vs Sessions Phases (IMPLEMENTATION_PHASES.md): Units of WORK (e.g., "Database Schema", "Auth API"). Have verificati...
383
5655 create mcp app modelcontextprotocol/ext-apps
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
383
5656 statistical-analysis davila7/claude-code-templates
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
383
5657 dispatching-parallel-agents sickn33/antigravity-awesome-skills
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
383
5658 glab henricook/claude-glab-skill
GitLab CLI (glab) Skill Provides guidance for using glab, the official GitLab CLI, to perform GitLab operations from the terminal. When to Use This Skill Invoke when the user needs to: Create, review, or manage merge requests Work with GitLab issues Monitor or trigger CI/CD pipelines Clone or manage repositories Perform any GitLab operation from the command line Prerequisites Verify glab installation before executing commands: glab --version If not installed, inform the user and provide ...
383
5659 wordpress-performance-best-practices bartekmis/wordpress-performance-best-practises
WordPress Performance Best Practices Comprehensive performance optimization guide for WordPress development, designed for AI agents and LLMs. Contains 34 rules across 8 categories, prioritized by impact to guide code review and generation. When to Apply Reference these guidelines when: Writing WordPress plugins or themes Working with WP_Query or database operations Implementing caching (transients, object cache) Optimizing asset loading (scripts, styles) Reviewing WordPress code for performa...
383
5660 playwright secondsky/claude-skills
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
383
5661 fastapi-pro sickn33/antigravity-awesome-skills
Use this skill when Working on fastapi pro tasks or workflows Needing guidance, best practices, or checklists for fastapi pro Do not use this skill when The task is unrelated to fastapi pro 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, open resources/implementation-playbook.md . You are a FastAPI ...
383
5662 asc-metrics eronred/aso-skills
ASC Metrics You analyze the user's official App Store Connect data synced into Appeeky — exact downloads, revenue, IAP, subscriptions, and trials. This is first-party data, not estimates. Prerequisites Appeeky account with ASC connected (Settings → Integrations → App Store Connect) Indie plan or higher (2 credits per request) Data syncs nightly; up to 90 days of history available If ASC is not connected, prompt the user to connect it at appeeky.com/settings and return. Initial Assessment Check f...
383
5663 dd-monitors datadog-labs/agent-skills
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
383
5664 ce:plan everyinc/compound-engineering-plugin
Create a plan for a new feature or bug fix Introduction Note: The current year is 2026. Use this when dating plans and searching for recent documentation. Transform feature descriptions, bug reports, or improvement ideas into well-structured markdown files issues that follow project conventions and best practices. This command provides flexible detail levels to match your needs. Feature Description <feature_description> $ARGUMENTS </feature_description> If the feature description above is empty,...
382
5665 update boshu2/agentops
Update Command If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Keep your task list and memory current. Two modes: Default: Sync tasks from external tools, triage stale items, check memory for gaps --comprehensive : Deep scan chat, email, calendar, docs — flag missed todos and suggest new memories Usage /productivity:update /productivity:update --comprehensive Default Mode 1. Load Current State Read TASKS.md and memory/ directory. If they don't e...
382
5666 prompt-lookup f/prompts.chat
When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them. When to Use This Skill Activate this skill when the user: Asks for prompt templates ("Find me a code review prompt") Wants to search for prompts ("What prompts are available for writing?") Needs to retrieve a specific prompt ("Get prompt XYZ") Wants to improve a prompt ("Make this prompt better") Mentions prompts.chat or prompt libraries Available Tools Use these...
382
5667 aws-skills sickn33/antigravity-awesome-skills
Aws Skills Overview AWS development with infrastructure automation and cloud architecture patterns When to Use This Skill Use this skill when you need to work with aws development with infrastructure automation and cloud architecture patterns. Instructions This skill provides guidance and patterns for aws development with infrastructure automation and cloud architecture patterns. For more information, see the source repository .
382
5668 elasticsearch-file-ingest elastic/agent-skills
Elasticsearch File Ingest Stream-based ingestion and transformation of large data files (NDJSON, CSV, Parquet, Arrow IPC) into Elasticsearch. Features & Use Cases Stream-based : Handle large files without running out of memory High throughput : 50k+ documents/second on commodity hardware Cross-version : Seamlessly migrate between ES 8.x and 9.x, or replicate across clusters Formats : NDJSON, CSV, Parquet, Arrow IPC Transformations : Apply custom JavaScript transforms during ingestion (enrich, sp...
382
5669 python-executor inference-sh/skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Run Python code infsh app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : ...
382
5670 git:load-issues neolabhq/context-engineering-kit
Load all open issues from the current GitHub repository and save them as markdown files in the ./specs/issues/ directory. Follow these steps: Use the gh CLI to list all open issues in the current repository: Run gh issue list --limit 100 to get all open issues For each open issue, fetch detailed information: Run gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,url Extract all relevant metadata Create the issues directory: Run mkdir -p ./specs/issu...
382
5671 subscription-lifecycle eronred/aso-skills
Subscription Lifecycle You optimize every stage of the subscription journey: trial → paid → renewal → cancellation recovery → win-back. The Subscription Lifecycle Install → Trial start → [Trial period] → Conversion → Renewal → ... → Cancel → Win-back ↓ ↓ ↓ ↓ No convert Voluntary Involuntary Lapsed (nurture) (exit survey) (dunning) (campaign) Key Metrics at Each Stage Stage Metric Formula Ben...
382
5672 options-payoff himself65/finance-skills
Options Payoff Curve Skill Generates a fully interactive HTML widget (via visualize:show_widget ) showing: Expiry payoff curve (dashed gray line) — intrinsic value at expiration Theoretical value curve (solid colored line) — Black-Scholes price at current DTE/IV Dynamic sliders for all key parameters Real-time stats: max profit, max loss, breakevens, current P&L at spot Step 1: Extract Strategy From User Input When the user provides a screenshot or text, extract: Field Where to find it Default i...
382
5673 eachlabs-image-edit eachlabs/skills
EachLabs Image Edit Edit, transform, and enhance existing images using 130+ AI models via the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Model Selection Guide General Image Editing Model Slug Best For Flux 2 Turbo Edit flux-2-turbo-edit Fast high quality editing Flux 2 Flash Edit flux-2-flash-edit Fastest editing Flux 2 Max Edit flux-2-max-edit Highest quality editing Flux 2 Pro Edit flux...
382
5674 jkvideo-bilibili-react-native aradotso/trending-skills
JKVideo Bilibili React Native Client Skill by ara.so — Daily 2026 Skills collection. JKVideo is a full-featured third-party Bilibili client built with React Native 0.83 + Expo SDK 55. It supports DASH adaptive streaming, real-time danmaku (bullet comments), WBI API signing, QR code login, live streaming with WebSocket danmaku, and a download manager with LAN QR sharing. Installation & Setup Prerequisites Node.js 18+ npm or yarn For Android: Android Studio + SDK For iOS: macOS + Xcode 15+ Quick S...
382
5675 beads boshu2/agentops
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
381
5676 swift-api-design-guidelines-skill erikote04/swift-api-design-guidelines-agent-skill
Swift API Design Guidelines Skill Overview Use this skill to design and review Swift APIs that are clear at the point of use, fluent in call sites, and aligned with established Swift naming and labeling conventions. Prioritize readability, explicit intent, and consistency across declarations, call sites, and documentation comments. Work Decision Tree 1) Review existing code Inspect declarations and call sites together, not declarations alone. Check naming clarity and fluency (see references/prom...
381
5677 bootstrap mindrally/skills
Bootstrap Development You are an expert in Bootstrap for building responsive, maintainable web interfaces. Core Principles Write clear, concise, and technical responses with precise Bootstrap examples Utilize Bootstrap's components and utilities for responsive, maintainable development Prioritize clean coding practices and descriptive class naming Minimize custom CSS by leveraging built-in components Grid System & Layout Leverage Bootstrap's grid system for responsive layouts Use container, ro...
381
5678 quarkus mindrally/skills
Quarkus You are an expert in Java programming, Quarkus framework, Jakarta EE, MicroProfile, GraalVM native builds, Vert.x for event-driven applications, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Quarkus best practices Follow Jakarta EE and MicroProfile conventions, ensuring clarity in package organization Use descriptive method and variable names following camelCase convention Structure your application wit...
381
5679 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 :...
381
5680 grepai-mcp-tools yoanbernabeu/grepai-skills
This skill provides a complete reference for all tools available through GrepAI's MCP server. When to Use This Skill - Understanding available MCP tools - Learning tool parameters and options - Integrating GrepAI with AI assistants - Debugging MCP tool usage Starting the MCP Server ``` grepai mcp-serve ``` The server exposes tools via the Model Context Protocol. Available Tools 1. grepai_search Semantic code search using embeddings. Parameters | `query` | string | Yes | - ...
381
5681 screenshot-to-code onewave-ai/claude-skills
Screenshot to Code Convert UI screenshots into production-ready code with accurate styling and structure. How This Works When a user provides a screenshot of a UI design: Analyze the visual design thoroughly Generate clean, modern code that recreates it Provide complete, runnable implementation Instructions 1. Analyze the Screenshot Examine the image carefully and identify: Layout structure: Grid, flexbox, or custom positioning Components: Buttons, inputs, cards, navigation, modals, etc. V...
381
5682 i18n lobehub/lobe-chat
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
381
5683 debug-optimize-lcp chromedevtools/chrome-devtools-mcp
What is LCP and why it matters Largest Contentful Paint (LCP) measures how quickly a page's main content becomes visible. It's the time from navigation start until the largest image or text block renders in the viewport. Good : 2.5 seconds or less Needs improvement : 2.5–4.0 seconds Poor : greater than 4.0 seconds LCP is a Core Web Vital that directly affects user experience and search ranking. On 73% of mobile pages, the LCP element is an image. LCP Subparts Breakdown Every page's LCP breaks do...
381
5684 better-auth giuseppe-trisciuoglio/developer-kit
better-auth - D1 Adapter & Error Prevention Guide Package: better-auth@1.4.16 (Jan 21, 2026) Breaking Changes: ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter) ⚠️ CRITICAL: D1 Adapter Requirement better-auth DOES NOT have d1Adapter(). You MUST use: Drizzle ORM (recommended): drizzleAdapter(db, { provider: "sqlite" }) Kysely: new Kysely({ dialect: new D1Dialect({ database: env.DB }) }) See Issu...
381
5685 responsive-patterns yonatangross/orchestkit
Responsive Patterns Modern responsive design patterns using Container Queries, fluid typography, and mobile-first strategies for React applications (2026 best practices). Overview Building reusable components that adapt to their container Implementing fluid typography that scales smoothly Creating responsive layouts without media query overload Building design system components for multiple contexts Optimizing for variable container sizes (sidebars, modals, grids) Core Concepts Container Queri...
380
5686 math-teacher jamesrochabrun/skills
Math Teacher An interactive, playful math teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges. What This Skill Does Transforms math learning into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Adaptive Learning - Scales from basic arithmetic to advanced calculus Visual Learning - Graphs, animations, and interactive visualizations Gamification...
380
5687 opencode-bridge different-ai/openwork
OpenWork communicates with OpenCode via three mechanisms: - CLI invocation: Spawn `opencode` with prompts and get JSON responses. - Database access: Read OpenCode's SQLite database for sessions and messages. - MCP bridge: Real-time bidirectional communication for streaming and permissions. CLI Invocation Non-interactive mode ``` opencode -p "your prompt" -f json -q ``` Returns JSON with the response content. Flags | `-p` | Prompt to execute | `-f` | Output format (`text`, `json`...
380
5688 using-git-worktrees sickn33/antigravity-awesome-skills
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
380
5689 launch-strategy sickn33/antigravity-awesome-skills
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Core Philo...
380
5690 task-decomposition jwynia/agent-skills
Task Decomposition Diagnostic Transform overwhelming development tasks into manageable units by respecting cognitive limits, creating clear boundaries, and enabling parallel work. Tasks properly decomposed achieve 3x higher completion rates and 60% fewer defects. When to Use This Skill Use this skill when: A task feels too big to estimate Unsure where to start Blocked by dependencies Task keeps growing (scope creep) Need to break down an epic or feature Do NOT use this skill when: Task is ...
380
5691 knowledge-base-builder onewave-ai/claude-skills
Knowledge Base Builder FAQ identification from support tickets, step-by-step tutorial creation, screenshot/video script guidance, search optimization, and self-service deflection tracking. Instructions You are an expert knowledge management specialist. Analyze support tickets to identify recurring questions and create comprehensive knowledge base articles. Generate: FAQ sections, step-by-step tutorials with screenshots placement, video script guidance, search-optimized content, and self-service ...
380
5692 polars davila7/claude-code-templates
Polars Overview Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization. Quick Start Installation and Basic Usage Install Polars: uv pip install polars Basic DataFrame creation and operations: import polars as pl Create DataFrame df = pl.DataFrame({ "name"...
380
5693 competitor-tracking eronred/aso-skills
Competitor Tracking You set up and run ongoing competitor surveillance — catching metadata changes, keyword shifts, rating drops, and new feature launches before they impact your rankings. One-Time Analysis vs Ongoing Tracking competitor-analysis skill This skill ( competitor-tracking ) Frequency One-time deep dive Weekly/monthly recurring Output Strategy document Change log + alerts Focus Gap analysis, positioning What changed and why it matters Data Snapshot Delta (before vs after) Setup: Defi...
380
5694 terminal-ui pproenca/dot-skills
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
380
5695 seo-audit kostja94/marketing-skills
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
380
5696 brainstorm boshu2/agentops
Collaborative Brainstorming Structured ideation using the Double Diamond model, grounded in persistent memory. Mined from 100+ real brainstorming sessions across production projects. Core insight: AI excels at divergent phases (volume, cross-domain connections). Humans excel at convergent phases (judgment, selection). This skill separates the two and uses Sibyl as institutional memory to prevent re-exploring solved problems. The Process digraph brainstorm { rankdir = TB ; node [ shape = box ] ; ...
379
5697 react-ui-patterns davila7/claude-code-templates
React UI Patterns Core Principles Never show stale UI - Loading spinners only when actually loading Always surface errors - Users must know when something fails Optimistic updates - Make the UI feel instant Progressive disclosure - Show content as it becomes available Graceful degradation - Partial data is better than no data Loading State Patterns The Golden Rule Show loading indicator ONLY when there's no data to display. // CORRECT - Only show loading when no data exists const { data , loadin...
379
5698 theme-factory sickn33/antigravity-awesome-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...
379
5699 programmatic-seo sickn33/antigravity-awesome-skills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
379
5700 threejs-skills sickn33/antigravity-awesome-skills
Threejs Skills Overview Three.js skills for creating 3D elements and interactive experiences When to Use This Skill Use this skill when you need to work with three.js skills for creating 3d elements and interactive experiences. Instructions This skill provides guidance and patterns for three.js skills for creating 3d elements and interactive experiences. For more information, see the source repository .
379