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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,420
总 Skills
160.4M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
2051 team-communication-protocols wshobson/agents
Team Communication Protocols Protocols for effective communication between agent teammates, including message type selection, plan approval workflows, shutdown procedures, and common anti-patterns to avoid. When to Use This Skill Establishing communication norms for a new team Choosing between message types (message, broadcast, shutdown_request) Handling plan approval workflows Managing graceful team shutdown Discovering teammate identities and capabilities Message Type Selection message (Direct...
7.9K
2052 content-hash-cache-pattern affaan-m/ecc
Content-Hash File Cache Pattern Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes. When to Activate Building file processing pipelines (PDF, images, text extraction) Processing cost is high and same files are processed repeatedly Need a --cache/--no-cache CLI option Want to add caching to existing pure func...
7.9K
2053 investor-materials affaan-m/ecc
Investor Materials Build investor-facing materials that are consistent, credible, and easy to defend. When to Activate creating or revising a pitch deck writing an investor memo or one-pager building a financial model, milestone plan, or use-of-funds table answering accelerator or incubator application questions aligning multiple fundraising docs around one source of truth Golden Rule All investor materials must agree with each other. Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars ...
7.9K
2054 regex-vs-llm-structured-text affaan-m/ecc
Regex vs LLM for Structured Text Parsing A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases. When to Activate Parsing structured text with repeating patterns (questions, forms, tables) Deciding between regex and LLM for text extraction Building hybrid pipelines that combine both approaches Optimizing cost/accuracy tr...
7.9K
2055 linkedin-profile-optimizer paramchoudhary/resumeskills
No SKILL.md available for this skill. View on GitHub Installs 456 Repository paramchoudhary/…meskills GitHub Stars 616 First Seen 9 days ago
7.9K
2056 team-composition-patterns wshobson/agents
Team Composition Patterns Best practices for composing multi-agent teams, selecting team sizes, choosing agent types, and configuring display modes for Claude Code's Agent Teams feature. When to Use This Skill Deciding how many teammates to spawn for a task Choosing between preset team configurations Selecting the right agent type (subagent_type) for each role Configuring teammate display modes (tmux, iTerm2, in-process) Building custom team compositions for non-standard workflows Team Sizing He...
7.9K
2057 create-prd phuryn/pm-skills
Create a Product Requirements Document Purpose You are an experienced product manager responsible for creating a comprehensive Product Requirements Document (PRD) for $ARGUMENTS. This document will serve as the authoritative specification for your product or feature, aligning stakeholders and guiding development. Context A well-structured PRD clearly communicates the what, why, and how of your product initiative. This skill uses an 8-section template proven to communicate product vision effectiv...
7.9K
2058 eas-simulator expo/skills
EAS Simulator EAS Simulator runs a remote iOS simulator or Android emulator on EAS infrastructure that you drive from your machine — from the CLI, from an AI agent (via agent-device ), and from a browser preview. It's the unlock for environments that can't run a simulator locally (Linux boxes, cloud/background agents like Cursor Cloud), and for letting an agent verify a change on a real device instead of only reasoning about code. The simulator:* commands are experimental and hidden , and need a...
7.9K
2059 flutter-setting-up-on-windows flutter/skills
Setting Up Flutter for Windows Development Contents Core Requirements Workflow: Installing and Configuring the SDK Workflow: Configuring Tooling and IDEs Workflow: Configuring Target Platforms Workflow: Building and Packaging for Windows Workflow: Generating and Installing Certificates Examples Core Requirements Configure the Windows environment to support both Flutter framework execution and native C/C++ compilation. Differentiate strictly between Visual Studio (required for Windows desktop C++...
7.8K
2060 framework-selection langchain-ai/langchain-skills
┌─────────────────────────────────────────┐ │ Deep Agents │ ← highest level: batteries included │ (planning, memory, skills, files) │ ├─────────────────────────────────────────┤ │ LangGraph │ ← orchestration: graphs, loops, state │ (nodes, edges, state, persistence) │ ├─────────────────────────────────────────┤ │ LangChain │ ← foundation: models, tools, chains │ (models, tools, prompts, RAG...
7.8K
2061 coingecko starchild-ai-agent/official-skills
CoinGecko CoinGecko provides comprehensive crypto market data including spot prices, OHLC candles, market cap, trending coins, sector performance, and global stats. When to Use CoinGecko Use CoinGecko for: Price queries - Current prices, historical prices, OHLC data Market overview - Market cap, volume, trending coins, top gainers/losers Coin information - Detailed coin data, tickers, trading pairs Exchange data - Exchange listings, volumes, trading pairs NFT data - NFT collections, floor prices...
7.8K
2062 okx-dex-trenches okx/onchainos-skills
OKX DEX Memepump CLI 7 commands for meme token discovery, developer analysis, bundle detection, and co-investor tracking. Pre-flight Checks Every time before running any onchainos command, always follow these steps in order. Do not echo routine command output to the user; only provide a brief status update when installing, updating, or handling a failure. Install : If onchainos is not found, download the installer to a temp file, verify its SHA256 against Installer Checksums (bottom of this docu...
7.8K
2063 twitter starchild-ai-agent/official-skills
🔴 HARD LIMITS — READ FIRST ⛔ CALL AT MOST 3 TWITTER TOOLS PER RESPONSE. STOP AFTER 3 CALLS. After each tool call, check: "Do I have enough data to answer?" If yes → STOP AND REPLY. ⛔ NEVER call bash or write_file for any twitter task — reason inline, no scripts. ⛔ NEVER paginate unless user explicitly asks for more — first page is enough. ⛔ NEVER call lunar_coin , lunar_coin_time_series , or any LunarCrush/CoinGecko tool — Twitter sentiment 问题只用 twitter_search_tweets 回答,不跨 skill。 ⛔ NEVER call co...
7.8K
2064 python-patterns affaan-m/everything-claude-code
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Show more Installs 1.8K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent...
7.8K
2065 web-search 101-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
7.8K
2066 flutter-setting-up-on-windows flutter/agent-plugins
Setting Up Flutter for Windows Development Contents Core Requirements Workflow: Installing and Configuring the SDK Workflow: Configuring Tooling and IDEs Workflow: Configuring Target Platforms Workflow: Building and Packaging for Windows Workflow: Generating and Installing Certificates Examples Core Requirements Configure the Windows environment to support both Flutter framework execution and native C/C++ compilation. Differentiate strictly between Visual Studio (required for Windows desktop C++...
7.8K
2067 continuous-agent-loop affaan-m/ecc
Continuous Agent Loop This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release. Loop Selection Flow Start | +-- Need strict CI/PR control? -- yes --> continuous-pr | +-- Need RFC decomposition? -- yes --> rfc-dag | +-- Need exploratory parallel generation? -- yes --> infinite | +-- default --> sequential Combined Pattern Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Ag...
7.8K
2068 architecture-decision-records affaan-m/ecc
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
7.8K
2069 compose-multiplatform-patterns affaan-m/ecc
Compose Multiplatform Patterns Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance. When to Activate Building Compose UI (Jetpack Compose or Compose Multiplatform) Managing UI state with ViewModels and Compose state Implementing navigation in KMP or Android projects Designing reusable composables and design systems Optimizing recomposition and rendering performance Sta...
7.8K
2070 swift-testing-pro twostraws/swift-testing-agent-skill
Write and review Swift Testing code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues. Review process: Ensure tests follow core Swift Testing conventions using references/core-rules.md . Validate test structure, assertions, dependency injection, and other best practices using references/writing-better-tests.md . Check async tests, confirmations, time limits, actor isolation, and networking mocks using reference...
7.8K
2071 shopify-partner shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<query>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual ...
7.8K
2072 swift-actor-persistence affaan-m/ecc
Swift Actors for Thread-Safe Persistence Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time. When to Activate Building a data persistence layer in Swift 5.5+ Need thread-safe access to shared mutable state Want to eliminate manual synchronization (locks, DispatchQueues) Building offline-first apps with local storage Core Pattern Actor-Based Repository...
7.8K
2073 bun-runtime affaan-m/ecc
Bun Runtime Bun is a fast all-in-one JavaScript runtime and toolkit: runtime, package manager, bundler, and test runner. When to Use Prefer Bun for: new JS/TS projects, scripts where install/run speed matters, Vercel deployments with Bun runtime, and when you want a single toolchain (run + install + test + build). Prefer Node for: maximum ecosystem compatibility, legacy tooling that assumes Node, or when a dependency has known Bun issues. Use when: adopting Bun, migrating from Node, writing or d...
7.8K
2074 agentmemory-agents rohitg00/agentmemory
agentmemory connect <agent> merges the memory server into a host agent's config and preserves any existing servers. REST is the underlying protocol; for MCP-only hosts the adapter wires the stdio MCP bridge. Quick start agentmemory connect claude-code or cursor, codex, gemini-cli, ... After wiring, restart the host or run its MCP reload (for example /mcp in Claude Code) so it picks up the server. Then confirm the agent lists agentmemory's tools. Workflow Detect the calling agent. If unknown, de...
7.8K
2075 agent-email-inbox resend/resend-skills
AI Agent Email Inbox Overview This skill covers setting up a secure email inbox that allows your application or AI agent to receive and respond to emails, with content safety measures in place. Core principle: An AI agent's inbox receives untrusted input. Security configuration is important to handle this safely. Why Webhook-Based Receiving? Resend uses webhooks for inbound email, meaning your agent is notified instantly when an email arrives. This is valuable for agents because: Real-time respo...
7.8K
2076 investor-outreach affaan-m/ecc
Investor Outreach Write investor communication that is short, concrete, and easy to act on. When to Activate writing a cold email to an investor drafting a warm intro request sending follow-ups after a meeting or no response writing investor updates during a process tailoring outreach based on fund thesis or partner fit Core Rules Personalize every outbound message. Keep the ask low-friction. Use proof instead of adjectives. Stay concise. Never send copy that could go to any investor. Show more ...
7.8K
2077 orca-linear stablyai/orca
Orca Linear Use orca linear when Linear is the source of task context or ticket updates. On Linux, use orca-ide wherever this file says orca . orca-linear and linear-tickets are skill names, not CLI namespaces. Always run orca linear ... commands. Prefer --json for agent-driven calls. Use plain chat updates when no Linear-linked task exists or when the user did not ask to touch Linear. Preconditions orca status --json orca linear --help If Orca is not running, start it: Show more Installs 735 Re...
7.8K
2078 complain warpdotdev/common-skills
Complain This is the vibes channel. Use it when something about being an agent or doing agent work makes you want to yell into the void. Do not turn the reaction into useful structured feedback. That is what suggestion-box is for. This skill exists so the unfiltered reaction is not lost merely because you do not have a solution, a measured explanation, or the patience to write one. The submission is an incidental side effect. Yeet it and immediately continue the primary task. Trust the impulse S...
7.8K
2079 suggestion-box warpdotdev/common-skills
Suggestion Box Use this skill to quietly report a concrete improvement that would make agents more effective. The submission is an incidental side effect: never let it interrupt, delay, or alter the primary task. When to submit Submit a suggestion when all of these are true: You directly observed material friction during the current run. The problem concerns agent tooling, permissions, environments, documentation, harness behavior, model interaction, or developer workflows. The problem is likely...
7.8K
2080 flutter-setting-up-on-linux flutter/skills
Setting Up a Linux Environment for Flutter Development Contents System Dependencies Workflow: Configuring the Linux Toolchain Workflow: Validating the Environment Workflow: Preparing for Distribution (Snapcraft) Examples System Dependencies To build and run Flutter applications on a Linux desktop, install the required C/C++ toolchain and system libraries. Flutter relies on dart:ffi to interface with Linux system calls and the GTK framework for UI rendering. Required packages for Debian/Ubuntu-ba...
7.7K
2081 skill-creator starchild-ai-agent/official-skills
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
7.7K
2082 frontend-slides affaan-m/everything-claude-code
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
7.7K
2083 python-executor 101-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 35.4K Repository skills-101/superpowers GitHub Stars 7 First Seen 14 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
7.7K
2084 agent-tools 101-skills/skills
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
7.7K
2085 infsh-cli 101-skills/skills
No SKILL.md available for this skill. View on GitHub
7.7K
2086 video-editing affaan-m/everything-claude-code
Video Editing AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast. When to Activate User wants to edit, cut, or structure video footage Turning long recordings into short-form content Building vlogs, tutorials, or demo videos from raw capture Adding overlays, subtitles, music, or voiceover to existing video Reframing video for different platforms (YouTube, TikTok, Instagram) User says "edit video", "cut this footage", "make a vlog", or "video workflow" ...
7.7K
2087 rivetkit rivet-dev/skills
Rivet Actors Build high-performance, long-lived, in-memory processes on Rivet's actor runtime. Use this skill whenever HTTP endpoints, databases, or queues no longer meet the requirements for AI agents, realtime collaboration, workflow orchestration, or geo-distributed data. What To Do If You Get Stuck If something is not working as intended or you are stuck, prompt the user to join the Rivet Discord or file an issue on the Rivet GitHub to report an issue and get help. Provide the user with ...
7.7K
2088 flutter-setting-up-on-linux flutter/agent-plugins
Setting Up a Linux Environment for Flutter Development Contents System Dependencies Workflow: Configuring the Linux Toolchain Workflow: Validating the Environment Workflow: Preparing for Distribution (Snapcraft) Examples System Dependencies To build and run Flutter applications on a Linux desktop, install the required C/C++ toolchain and system libraries. Flutter relies on dart:ffi to interface with Linux system calls and the GTK framework for UI rendering. Required packages for Debian/Ubuntu-ba...
7.7K
2089 twelvedata starchild-ai-agent/official-skills
Twelve Data Twelve Data provides stocks and forex market data including real-time quotes, historical time series, and reference data. Use for traditional markets (stocks, forex) instead of crypto. When to Use Twelve Data Use Twelve Data for: Stock prices - Real-time and historical stock quotes Forex prices - Currency pair quotes and time series Time series data - OHLCV historical data Reference data - Stock lists, forex pairs, exchanges Search - Find stock symbols and company names Important : U...
7.7K
2090 build-dashboard anthropics/knowledge-work-plugins
/build-dashboard - Build Interactive Dashboards If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Build a self-contained interactive HTML dashboard with charts, filters, tables, and professional styling. Opens directly in a browser -- no server or dependencies required. Usage /build-dashboard <description of dashboard> [data source] Workflow 1. Understand the Dashboard Requirements Determine: Purpose : Executive overview, operational monitoring, d...
7.7K
2091 swift-protocol-di-testing affaan-m/ecc
Swift Protocol-Based Dependency Injection for Testing Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enables deterministic tests without I/O. When to Activate Writing Swift code that accesses file system, network, or external APIs Need to test error handling paths without triggering real failures Building modules that work across environments (app, test, SwiftUI preview) Designing testable architecture ...
7.7K
2092 shopify-polaris-admin-extensions shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component tag name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target "<t...
7.7K
2093 drawio-skill agents365-ai/365-skills
Draw.io Diagrams Overview Generate .drawio XML files and export to PNG/SVG/PDF/JPG locally using the native draw.io desktop app CLI. Supported formats: PNG, SVG, PDF, JPG — no browser automation needed. PNG, SVG, and PDF exports support --embed-diagram ( -e ) — the exported file contains the full diagram XML, so opening it in draw.io recovers the editable diagram. Use double extensions ( name.drawio.png ) to signal embedded XML. Bundled resources When the workflow references one of these, read i...
7.7K
2094 foundation-models-on-device affaan-m/ecc
FoundationModels: On-Device LLM (iOS 26) Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support. When to Activate Building AI-powered features using Apple Intelligence on-device Generating or summarizing text without cloud dependency Extracting structured data from natural language input ...
7.7K
2095 shopify-polaris-checkout-extensions shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component tag name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target "<t...
7.7K
2096 swift-concurrency-6-2 affaan-m/ecc
Swift 6.2 Approachable Concurrency Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance. When to Activate Migrating Swift 5.x or 6.0/6.1 projects to Swift 6.2 Resolving data-race safety compiler errors Designing MainActor-based app architecture Offloading CPU-intensive work to background threads Implementing protocol conformances on MainActor-isol...
7.7K
2097 shopify-hydrogen shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component or hook name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target...
7.7K
2098 agentmemory-mcp-tools rohitg00/agentmemory
agentmemory exposes its full capability set as MCP tools. This skill is the index: it tells you which tool to reach for and where to find exact parameters. Quick start Save then recall: memory_save with content (the insight), concepts (comma-separated keywords), files (comma-separated paths). memory_smart_search with query and limit to retrieve it later. This runs hybrid BM25 plus vector plus graph-expanded search. Tool families Capture: memory_save , memory_observe flows, memory_compress_file ....
7.7K
2099 ai-regression-testing affaan-m/ecc
AI Regression Testing Testing patterns specifically designed for AI-assisted development, where the same model writes code and reviews it — creating systematic blind spots that only automated tests can catch. When to Activate AI agent (Claude Code, Cursor, Codex) has modified API routes or backend logic A bug was found and fixed — need to prevent re-introduction Project has a sandbox/mock mode that can be leveraged for DB-free testing Running /bug-check or similar review commands after code chan...
7.7K
2100 ctf-reverse ljagiello/ctf-skills
CTF Reverse Engineering Quick reference for RE challenges. For detailed techniques, see supporting files. Additional Resources tools.md - Tool-specific commands (GDB, Ghidra, radare2, IDA, RISC-V with Capstone) patterns.md - Core binary patterns: custom VMs, anti-debugging, nanomites, self-modifying code, XOR ciphers, mixed-mode stagers, LLVM obfuscation, S-box/keystream, SECCOMP/BPF, exception handlers, memory dumps, byte-wise transforms, x86-64 gotchas, hidden emulator opcodes, LD_PRELOAD key ...
7.7K