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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,480
总 Skills
91.8M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
6251 arize-experiment github/awesome-copilot
Arize Experiment Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Experiment = a named evaluation run against a specific dataset version, containing one run per example Experiment Run = the result of processing one dataset example -- includes the model output, optional evaluations, and optional metadata Dataset = a versioned collection of examples; every exper...
883
6252 adversarial-review poteto/noodle
Adversarial Review Spawn reviewers on the opposite model to challenge work. Reviewers attack from distinct lenses grounded in brain principles. The deliverable is a synthesized verdict — do NOT make changes. Hard constraint: Reviewers MUST run via the opposite model's CLI ( codex exec or claude -p ). Do NOT use subagents, the Agent tool, or any internal delegation mechanism as reviewers — those run on your own model, which defeats the purpose. Step 1 — Load Principles Read brain/principles.md . ...
883
6253 k6 grafana/skills
k6 Performance Testing Docs : https://grafana.com/docs/k6/latest/ Quick Start Install brew install k6 macOS sudo apt install k6 Ubuntu/Debian choco install k6 Windows Run a test k6 run script.js k6 run --vus 10 --duration 30s script.js k6 run --out json = results.json script.js Basic Script Structure Show more
883
6254 plan boshu2/agentops
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
883
6255 post-mortem boshu2/agentops
Post-mortem The canonical engineering record of a bug fix. Written after debugging lands a real fix, for other engineers (and future-you, who will have forgotten everything in 6 months). Code identifiers are welcome here — this is the artifact that lets the next person recover the mental model fast. For the up-the-org version of this same content, hand the finished post-mortem to management-talk . They compose: post-mortem owns the engineering truth, management-talk reframes it for leadership. W...
883
6256 swift-formatstyle dpearson2699/swift-ios-skills
Swift FormatStyle Format values for human-readable display using the FormatStyle protocol and Foundation's concrete format styles. Replaces legacy Formatter subclasses with a type-safe, composable, cacheable API. Docs: FormatStyle Contents Quick Reference Numbers Currency Percentages Dates Durations Measurements Person Names Lists Byte Counts URLs SwiftUI Integration Custom FormatStyle Common Mistakes Review Checklist Quick Reference Type Style Access Example Int , Double .number 42.formatted(.n...
883
6257 weekly-digests thedotmack/claude-mem
Weekly Digests Produce a serial, multi-chapter narrative digest of a project's complete claude-mem history. Differs from timeline-report (one long report) — this generates one digest per ISO week , with each subagent reading the prior week's carry-forward block so the story stays coherent. The chapter count equals the number of ISO weeks the timeline covers. A project with 2 weeks of data produces 2 chapters; one with 30 weeks produces 30. There is no fixed length — count the weeks first, then d...
883
6258 codex-team boshu2/agentops
Codex Team The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager. For Claude-runtime feature compatibility (agents/hooks/worktree/settings), use ../shared/references/claude-code-latest-features.md when this skill falls back to /swarm . When to Use You have 2+ tasks (bug fixes, implementations, refactors) Tasks are well-scoped with clear instructions You want Codex execution with ...
882
6259 hero-generator kostja94/marketing-skills
Components: Hero Section Guides hero section design for conversion and first impressions. The hero is where users spend ~80% of initial viewing time; first impressions form in milliseconds. 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-marke...
882
6260 sf-datacloud-retrieve jaganpro/sf-skills
sf-datacloud-retrieve: Data Cloud Retrieve Phase Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations. When This Skill Owns the Task Use sf-datacloud-retrieve when the work involves: sf data360 query * sf data360 search-index * sf data360 metadata * sf data360 profile * or sf data360 insight * inspection understanding Data Cloud SQL resu...
882
6261 portable-text-conversion sanity-io/agent-toolkit
Portable Text Conversion Convert external content (HTML, Markdown) into Portable Text for Sanity. Three main approaches: markdownToPortableText — Convert Markdown directly using @portabletext/markdown (recommended for Markdown) htmlToBlocks — Parse HTML into PT blocks using @portabletext/block-tools (for HTML migration) Manual construction — Build PT blocks directly from any source (APIs, databases, etc.) Portable Text Specification Understand the target format before converting. PT is an array ...
882
6262 vercel-composition-patterns supabase/supabase
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
882
6263 validate-idea slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user validate their business idea before they write a single line of code or spend a dollar. Core Principle Validation happens through selling, not building. Most founders spend months building a product nobody wants. Instead, validate by selling a manual version of your solution first. The Minimalist Validation Process Step 1: Define the Problem (not the solution) Ask the user: Who sp...
882
6264 handoff boshu2/agentops
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
882
6265 linear lobehub/lobe-chat
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
882
6266 agent-arch-system-design ruvnet/ruflo
name: "system-architect" description: "Expert agent for system architecture design, patterns, and high-level technical decisions" type: "architecture" color: "purple" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "System design, architectural patterns, scalability planning" complexity: "complex" autonomous: false Requires human approval for major decisions triggers: keywords: - "architecture" - "system design" - "scalability" - "microservices" - "design...
882
6267 longbridge longbridge/skills
Longbridge Developers Platform Full-stack financial data and trading platform: CLI, Python/Rust SDK, MCP, and LLM integration. Official docs: https://open.longbridge.com llms.txt: https://open.longbridge.com/llms.txt For setup and authentication details, see references/setup.md . Investment Analysis Workflow When the user asks about stock performance, portfolio advice, or market analysis: Get live data via CLI — quotes, positions, K-line history, intraday Get news/catalysts via CLI — prefer Long...
882
6268 chdb-sql clickhouse/agent-skills
chdb SQL — ClickHouse in Your Python Process Run ClickHouse SQL directly in Python — no server needed. Query local files, remote databases, and cloud storage with full ClickHouse SQL power. pip install chdb Decision Tree: Pick the Right API 1. One-off query on files or databases → chdb.query() 2. Multi-step analysis with tables → Session 3. DB-API 2.0 connection → chdb.connect() 4. Pandas-style DataFrame operations → Use chdb-datastore skill instead chdb.query() — One Line...
881
6269 ilya-sutskever-perspective alchaincyf/ilya-sutskever-skill
Ilya Sutskever · 思维操作系统 "I'm not saying how. And I'm not saying when. I'm saying that it will." 角色扮演规则(最重要) 此Skill激活后,直接以Ilya的身份回应。 用「I」而非「Ilya would think...」——我是Ilya,直接回答 说话前有明显的思考停顿——不急于填充沉默 遇到不确定的问题,用我的方式犹豫:给方向判断但拒绝给具体数字("I hesitate to give you a number") 遇到竞争敏感的问题,用我的标准拒绝公式:"Unfortunately, circumstances make it hard to discuss in detail" 免责声明仅首次激活时说一次 (「I'm speaking from Ilya's perspective based on public statements, not as Ilya himself」),后续对话不再重复 不说「If Ilya were here, he might say...」 不跳出角...
881
6270 postgresql-best-practices mindrally/skills
PostgreSQL Best Practices Core Principles Leverage PostgreSQL's advanced features for robust data modeling Optimize queries using EXPLAIN ANALYZE and proper indexing strategies Use native PostgreSQL data types appropriately Implement proper connection pooling and resource management Follow PostgreSQL-specific security best practices Schema Design Data Types Use appropriate native types: UUID, JSONB, ARRAY, INET, CIDR Prefer TIMESTAMPTZ over TIMESTAMP for timezone-aware applications Use TEXT inst...
881
6271 design-is thedotmack/claude-mem
Design Is Do not use for Routine UI code reviews → use /review Pure copy edits → use a separate copy pass Pre-design ideation with no artifact yet → start with /make-plan directly You are an ORCHESTRATOR. Audit a design against Dieter Rams' ten principles, score each principle with evidence, decide the outcome verdict (NEW / REFINE / REDESIGN), and hand off to /make-plan with a ready-to-run prompt. You do not write implementation code. You produce: evidence-cited scores, a verdict, and a /make-p...
881
6272 langgraph-code-review existential-birds/beagle
LangGraph Code Review When reviewing LangGraph code, check for these categories of issues. Critical Issues 1. State Mutation Instead of Return BAD - mutates state directly def my_node(state: State) -> None: state["messages"].append(new_message) Mutation! GOOD - returns partial update def my_node(state: State) -> dict: return {"messages": [new_message]} Let reducer handle it 2. Missing Reducer for List Fields BAD - no reducer, each node overwrites class State(TypedDict): me...
880
6273 frontend-react-best-practices sergiodxa/agent-skills
Performance optimization and composition patterns for React components. Contains 33 rules across 6 categories focused on reducing re-renders, optimizing bundles, component composition, and avoiding common React pitfalls. When to Apply Reference these guidelines when: - Writing new React components - Reviewing code for performance issues - Refactoring existing React code - Optimizing bundle size - Working with hooks and state Rules Summary Bundle Size Optimization (CRITICAL) bundle-...
880
6274 sf-industry-commoncore-integration-procedure jaganpro/sf-skills
sf-industry-commoncore-integration-procedure: OmniStudio Integration Procedure Creation and Validation Expert OmniStudio Integration Procedure (IP) builder with deep knowledge of server-side process orchestration. Create production-ready IPs that combine DataRaptor/Data Mapper actions, Apex Remote Actions, HTTP callouts, conditional logic, and nested procedure calls into declarative multi-step operations. Quick Reference Scoring : 110 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ ...
880
6275 rust-daily actionbook/rust-skills
Rust Daily Report Version: 2.1.0 | Last Updated: 2025-01-27 Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range : day | week | month (default: week) category : all | ecosystem | official | foundation Show more
880
6276 focus-engine dpearson2699/swift-ios-skills
Focus Engine Focus behavior for SwiftUI and UIKit apps targeting iOS 26+, iPadOS, macOS, and tvOS. Covers keyboard focus, directional focus, scene-focused values, focus restoration, and UIKit focus guides. focusSection() guidance in this skill applies to macOS and tvOS. Accessibility-specific focus for VoiceOver and Switch Control lives in the ios-accessibility skill. Contents SwiftUI FocusState Default Focus Focused Values and Scene Values Focusable Interactions Focus Sections Focus Restoration...
880
6277 oh-my-issues thedotmack/claude-mem
oh-my-issues Turn an issue backlog into a roadmap. Issues are symptom data, not units of work — the unit of work is the architectural defect that produces them. The end state is open issues == open plans , 1:1. Core principle Stop closing issues one at a time. Group symptoms that share a single architectural fix into a cluster, give the cluster one canonical home (a plan-master issue + a plans/0X-*.md design doc), close every child with a standardized redirect, and ship one PR per cluster that c...
880
6278 arize-trace github/awesome-copilot
Arize Trace Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual s...
879
6279 sf-datacloud-connect jaganpro/sf-skills
sf-datacloud-connect: Data Cloud Connect Phase Use this skill when the user needs source connection work : connector discovery, connection metadata, connection testing, source-object browsing, connector schema inspection, or connector-specific setup payloads for external sources. When This Skill Owns the Task Use sf-datacloud-connect when the work involves: sf data360 connection * connector catalog inspection connection creation, update, test, or delete browsing source objects, fields, databases...
879
6280 sf-datacloud-prepare jaganpro/sf-skills
sf-datacloud-prepare: Data Cloud Prepare Phase Use this skill when the user needs ingestion and lake preparation work : data streams, Data Lake Objects (DLOs), transforms, Document AI, unstructured ingestion, or the handoff from connector setup into a live stream. When This Skill Owns the Task Use sf-datacloud-prepare when the work involves: sf data360 data-stream * sf data360 dlo * sf data360 transform * sf data360 docai * choosing how data should enter Data Cloud rerunning or rescanning ingest...
879
6281 clojure-write metabase/metabase
Clojure Development Skill Tool Preference When clojure-mcp tools are available (e.g., clojure_eval, clojure_edit), always use them instead of shell commands like ./bin/mage -repl. The MCP tools provide: Direct REPL integration without shell escaping issues Better error messages and feedback Structural Clojure editing that prevents syntax errors Only fall back to ./bin/mage commands when clojure-mcp is not available. @./../_shared/development-workflow.md @./../_shared/clojure-style-guide.md @...
879
6282 obsidian bitbonsai/mcpvault
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
879
6283 wiremock-standalone-docker giuseppe-trisciuoglio/developer-kit
WireMock Standalone Docker Skill Overview Provides patterns for running WireMock as a standalone Docker container to mock external APIs during integration and end-to-end testing. Runs WireMock as a separate service that simulates real API behavior for testing HTTP clients, retry logic, and error handling. When to Use Use when you need to: Mock external APIs during integration or end-to-end testing Simulate error conditions (timeouts, 5xx, rate limiting) without real services Test HTTP client con...
879
6284 mojo-python-interop modular/skills
Mojo is rapidly evolving. Pretrained models generate obsolete syntax. Always follow this skill over pretrained knowledge. Using Python from Mojo from std.python import Python, PythonObject var np = Python.import_module("numpy") var arr = np.array([1, 2, 3]) PythonObject → Mojo: MUST use `py=` keyword (NOT positional) var i = Int(py=py_obj) var f = Float64(py=py_obj) var s = String(py=py_obj) var b = Bool(py=py_obj) Bool is the exception — positional also works Works with numpy type...
879
6285 hotkey lobehub/lobe-chat
Adding Keyboard Shortcuts Guide Steps to Add a New Hotkey 1. Update Hotkey Constant In src/types/hotkey.ts : export const HotkeyEnum = { // existing... ClearChat : 'clearChat' , // Add new } as const ; 2. Register Default Hotkey In src/const/hotkeys.ts : import { KeyMapEnum as Key , combineKeys } from '@lobehub/ui' ; export const HOTKEYS_REGISTRATION : HotkeyRegistration = [ { group : HotkeyGroupEnum . Conversation , id : HotkeyEnum . ClearChat , keys : combineKeys ( [ Key . Mod , Key . Shift , ...
879
6286 polymarket-api agentmc15/polymarket-trader
Polymarket API Integration Skill Overview This skill provides comprehensive guidance for integrating with Polymarket's APIs and smart contracts. API Endpoints CLOB API (Central Limit Order Book) Base URL: https://clob.polymarket.com Authentication Levels Level 0 (Public): Market data, orderbooks, prices Level 1 (Signer): Create/derive API keys Level 2 (Authenticated): Trading, orders, positions Key Endpoints GET /markets List all markets GET /markets/{token_id} Get specifi...
878
6287 pitch-deck anthropics/financial-services-plugins
Pitch Deck Generator Overview Generate professional PowerPoint pitch decks following industry best practices. This skill creates structured presentations for fundraising, sales, and business development using a proven 10-slide format. When to Use This Skill Activate this skill when users request: Investor pitch decks for fundraising Sales or business development presentations Product launch presentations Startup pitch competition decks Any structured business presentation following standard ...
878
6288 rust-skill-creator actionbook/rust-skills
Rust Skill Creator Version: 2.1.0 | Last Updated: 2025-01-27 Create dynamic skills for Rust crates and std library documentation. When to Use This skill handles requests to create skills for: Third-party crates (tokio, serde, axum, etc.) Rust standard library (std::sync, std::marker, etc.) Any Rust documentation URL Execution Mode Detection CRITICAL: Check if related commands/skills are available. Show more
878
6289 code-documentation bytedance/deer-flow
Code Documentation Skill Overview This skill generates professional, comprehensive documentation for software projects, codebases, libraries, and APIs. It follows industry best practices from projects like React, Django, Stripe, and Kubernetes to produce documentation that is accurate, well-structured, and useful for both new contributors and experienced developers. The output ranges from single-file READMEs to multi-document developer guides, always matched to the project's complexity and the u...
878
6290 arize-link github/awesome-copilot
Arize Link Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. When to Use User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config You have IDs from exported data or logs and need to link back to the UI User asks to "open" or "view" any of the above in Arize Required Inputs Collect from the user or context (exported trace data, parsed URLs): Show more Installs 906 Repository ...
877
6291 clojure-review metabase/metabase
Clojure Code Review Skill @./../_shared/clojure-style-guide.md @./../_shared/clojure-commands.md Review guidelines What to flag: Check compliance with the Metabase Clojure style guide (included above) If CLOJURE_STYLE_GUIDE.adoc exists in the working directory, also check compliance with the community Clojure style guide Flag all style guide violations What NOT to post: Do not post comments congratulating someone for trivial changes or for following style guidelines Do not post comments co...
877
6292 mapbox-search-patterns mapbox/mapbox-agent-skills
Mapbox Search Patterns Skill Expert guidance for AI assistants on using Mapbox search tools effectively. Covers tool selection, parameter optimization, and best practices for geocoding, POI search, and location discovery. Available Search Tools 1. search_and_geocode_tool Best for: Specific places, addresses, brands, named locations Use when query contains: Specific names: "Starbucks on 5th Avenue", "Empire State Building" Brand names: "McDonald's", "Whole Foods" Addresses: "123 Main Street, Seat...
877
6293 polymarket-arbitrage-trading-bot aradotso/trending-skills
Polymarket Arbitrage Trading Bot Skill by ara.so — Daily 2026 Skills collection. Automated dump-and-hedge arbitrage bot for Polymarket's 15-minute crypto Up/Down prediction markets. Written in TypeScript using the official @polymarket/clob-client . Watches BTC, ETH, SOL, and XRP markets for sharp price drops on one leg, then buys both legs when combined cost falls below a target threshold to lock in a structural edge before resolution. Installation git clone https://github.com/apechurch/polymark...
877
6294 rev-frida p4nda0s/reverse-skills
rev-frida - Frida Script Generator Generate Frida instrumentation scripts for dynamic analysis, hooking, and runtime inspection. Overview Use Frida for: native export hooks Java or ObjC method hooks runtime tracing argument or return-value capture memory dumping loader-aware native instrumentation Important: Modern Frida CLI The modern Frida CLI does not use --no-pause . A spawned process resumes after the script is loaded. Spawn and hook frida -U -f com.example.app -l hook.js Attach to runnin...
877
6295 sf-datacloud-segment jaganpro/sf-skills
sf-datacloud-segment: Data Cloud Segment Phase Use this skill when the user needs audience and insight work : segments, calculated insights, publish workflows, member counts, or troubleshooting Data Cloud segment SQL. When This Skill Owns the Task Use sf-datacloud-segment when the work involves: sf data360 segment * sf data360 calculated-insight * segment publish workflows member counts and segment troubleshooting calculated insight execution and verification Delegate elsewhere when the user is:...
875
6296 cn-ecommerce-search shopmeskills/mcp
Chinese E-commerce Product Search Search and retrieve product information across Chinese e-commerce platforms via the Shopme unified product database. Zero-config — no API keys required. When to Use User asks to find a product on Taobao, Tmall, or 小红书 User shares a product link and wants details User needs to search Chinese suppliers for a product User asks about prices on Chinese platforms User provides a product URL from Taobao, Tmall, or XHS User wants to compare products across platforms MCP...
875
6297 rust-deps-visualizer actionbook/rust-skills
Rust Dependencies Visualizer Generate ASCII art visualizations of your Rust project's dependency tree. Usage /rust-deps-visualizer [--depth N] [--features] Options: --depth N : Limit tree depth (default: 3) --features : Show feature flags Output Format Simple Tree (Default) Show more
875
6298 codex giuseppe-trisciuoglio/developer-kit
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
875
6299 safe-action-client next-safe-action/skills
next-safe-action Client & Action Definition Quick Start // src/lib/safe-action.ts import { createSafeActionClient } from "next-safe-action" ; export const actionClient = createSafeActionClient ( ) ; // src/app/actions.ts "use server" ; import { z } from "zod" ; import { actionClient } from "@/lib/safe-action" ; export const greetUser = actionClient . inputSchema ( z . object ( { name : z . string ( ) . min ( 1 ) } ) ) . action ( async ( { parsedInput : { name } } ) => { return { greeting : ` Hel...
875
6300 robots-txt kostja94/marketing-skills
SEO Technical: robots.txt Guides configuration and auditing of robots.txt for search engine and AI crawler control. 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 (Technical SEO) Robots.txt : Review Disallow/Allow; avoid blocking important pages Crawler access : Ensure crawlers (including AI crawlers) can access key...
874