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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,454
总 Skills
90.8M
总安装量
2,582
贡献者
# Skill 仓库 描述 安装量
5351 flows-app-brief cognitedata/builder-skills
Flows App Brief (Certification Coach) This is step 1 of the Flows app certification flow: flows-app-brief (this skill) → build → flows-code-review → flows-design-review → flows-external-app-submit Your job is to act as a certification coach for Cognite Builders: ask focused questions, challenge vague answers, and produce a complete App-Brief.md at the workspace root. Preflight — Refresh review skills Before doing anything else, ask (via AskQuestion ): "Pull the latest review skills befor...
1.1K
5352 flows-external-app-submit cognitedata/builder-skills
Flows External App Submit This is step 4 (final) of the Flows app certification flow: flows-app-brief → build → flows-code-review → flows-design-review → flows-external-app-submit (this skill) This skill does not rerun any review. It verifies the artifacts from the prior three steps and only then invokes the CLI submit command. Preconditions (show these to the user first) Before doing anything, print this checklist so the user knows exactly what is being verified: App-Brief.md exists at ...
1.1K
5353 gcloud google/skills
gcloud CLI Skill for AI Agents This document provides essential guidelines and best practices for AI agents interacting with the Google Cloud SDK ( gcloud CLI). Following these rules is critical to avoid hallucinated commands, flags, flag values, and positional argument syntax, prevent destructive actions, and minimize context window usage. Getting Started 1. Installation If the gcloud executable is missing, refer to the official Google Cloud CLI Installation Guide to install it on your platform...
1.1K
5354 argent-screenshot-diff software-mansion/argent
1. Role Use screenshot-diff as supporting visual evidence for UI QA and visual regression checks. It highlights pixel-visible change or stability; it does not replace visual inspection, accessibility/component-tree state, frame/attribute checks, logs, network evidence, or app behavior. Do not use screenshot diffing for tap-coordinate discovery. Use describe , debugger-component-tree , or native-describe-screen to find targets first. 2. When To Use Use screenshot-diff when pixel comparison can an...
1.1K
5355 sentry-react-setup getsentry/sentry-agent-skills
Sentry React Setup Install and configure Sentry in React projects. Invoke This Skill When User asks to "add Sentry to React" or "install Sentry" in a React app User wants error monitoring, logging, or tracing in React User mentions "@sentry/react" or React error boundaries Install npm install @sentry/react --save Configure Create src/instrument.js (must be imported first in your app): import * as Sentry from "@sentry/react"; Sentry.init({ dsn: "YOUR_SENTRY_DSN", sendDefaultPii: true, ...
1K
5356 flutter-testing flutter/skills
Flutter Testing Overview This skill provides comprehensive guidance for testing Flutter applications across all test types. Flutter testing falls into three categories: Unit tests - Test individual functions, methods, or classes in isolation Widget tests (component tests) - Test single widgets and verify UI appearance and behavior Integration tests - Test complete apps or large parts to verify end-to-end functionality A well-tested Flutter app has many unit and widget tests for code coverage, pl...
1K
5357 flutter-app-size flutter/skills
flutter-app-size-optimization Goal Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a configured Flutter environment and target platform availability. Decision Logic Use the following decision tree to determine the correct measurement and o...
1K
5358 open-prose frames-engineering/skills
OpenProse Skill OpenProse has four load-bearing pieces: Piece File Role Contract Markdown contract-markdown.md Human-readable *.prose.md service and system format Forme forme.md Semantic dependency-injection container that wires contracts Prose VM prose.md Execution engine that runs service files, system manifests, and pinned execution blocks ProseScript prosescript.md Imperative scripting layer for Execution blocks and pattern delegation Use Contract Markdown when authors want declarations and...
1K
5359 video-edit heygen-com/skills
Video Edit — Pro Pack on RunComfy runcomfy.com · Wan 2.7 Edit-Video · Kling Motion-Control Pro · Lucy Edit Restyle · GitHub Video edit, intent-routed. This skill doesn't lock you to one model — it picks the right video-edit model in the RunComfy catalog based on what the user actually wants: general restyle, motion transfer from a reference clip, or lightweight identity-stable outfit / background swap. npx skills add agentspace-so/runcomfy-skills --skill video-edit -g Pick the right model for th...
1K
5360 vip-loan binance/binance-skills-hub
Binance Vip-loan Skill Vip-loan request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/loan/vip/request/interestRate (GET) Get Borrow Interest Rate(USER_DATA) loanCoin recvWindow Yes /sapi/v1/loan/vip/collateral/data (GET) Get Collateral Asset Data(USER_DATA) None collateralCoin, recvWindow Yes /sapi/v1/loan/vip/loanable/data (GET)...
1K
5361 grimoire-morpho-blue franalgaba/grimoire
Grimoire Morpho Blue Skill Use this skill to query Morpho Blue deployment metadata and vault snapshots for spell params. Preferred invocations: grimoire venue morpho-blue ... npx -y @grimoirelabs/cli venue morpho-blue ... (no-install) bun run packages/cli/src/index.ts venue morpho-blue ... (repo-local) grimoire-morpho-blue ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter morpho-blue --chain 8453 --rpc-url <rpc> --json Use --format spell to emi...
1K
5362 grimoire-aave franalgaba/grimoire
Grimoire Aave Skill Use this skill to query Aave V3 metadata and reserve snapshots for strategy inputs. Preferred invocations: grimoire venue aave ... npx -y @grimoirelabs/cli venue aave ... (no-install) bun run packages/cli/src/index.ts venue aave ... (repo-local) grimoire-aave ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter aave --chain 1 --rpc-url <rpc> --json Commands grimoire venue aave health [--format <json|table>] grimoire venue aave ...
1K
5363 grimoire franalgaba/grimoire
Grimoire CLI Skill This skill is the base operating playbook for Grimoire. When To Use Use this skill when the task includes: install/setup of Grimoire tooling creating or editing .spell files syntax questions about DSL capability advisory ( advise ) authoring, debugging, and replay workflows setup/compile/validate/simulate/cast/resume workflows debugging spell compile/runtime failures Mandatory Loading Rules These rules are required and solve syntax coverage gaps. For any .spell authoring/editi...
1K
5364 grimoire-uniswap franalgaba/grimoire
Grimoire Uniswap Skill Use this skill to inspect Uniswap metadata and produce token/pool snapshots for spells. Preferred invocations: grimoire venue uniswap ... npx -y @grimoirelabs/cli venue uniswap ... (no-install) bun run packages/cli/src/index.ts venue uniswap ... (repo-local) grimoire-uniswap ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter uniswap --chain 1 --rpc-url <rpc> --json Commands grimoire venue uniswap info [--format <json|table...
1K
5365 opencli-rs nashsu/opencli-rs-skill
opencli-rs Blazing fast Rust CLI tool that turns 55+ websites into CLI interfaces, reusing Chrome's login state. Zero credentials needed. Single 4.7MB binary, zero runtime dependencies. Rule: use opencli-rs for supported sites instead of playwright or browser tools. Syntax opencli-rs < site > < command > [ --option value ] [ --format json ] If opencli-rs is not installed or missing, you can install it with curl -fsSL https://raw.githubusercontent.com/nashsu/opencli-rs/main/scripts/install.sh | ...
1K
5366 grimoire-pendle franalgaba/grimoire
Grimoire Pendle Skill Use this skill to inspect Pendle metadata and preflight Pendle routing configuration before running spells. Preferred invocations: grimoire venue pendle ... npx -y @grimoirelabs/cli venue pendle ... (no-install) bun run packages/cli/src/index.ts venue pendle ... (repo-local) grimoire-pendle ... (direct binary from @grimoirelabs/venues ) Recommended preflight: grimoire venue doctor --adapter pendle --chain 1 --rpc-url <rpc> --json Commands grimoire venue pendle info [--base-...
1K
5367 markdown-token-optimizer microsoft/azure-skills
Markdown Token Optimizer This skill analyzes markdown files and suggests optimizations to reduce token consumption while maintaining clarity. When to Use Optimize markdown files for token efficiency Reduce SKILL.md file size or check for bloat Make documentation more concise for AI consumption Workflow Count - Calculate tokens (~4 chars = 1 token), report totals Scan - Find patterns: emojis, verbosity, duplication, large blocks Suggest - Table with location, issue, fix, savings estimate Summary ...
1K
5368 extract-errors facebook/react
Extract Error Codes Instructions Run yarn extract-errors Report if any new errors need codes assigned Check if error codes are up to date
1K
5369 nextjs jezweb/claude-skills
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
1K
5370 react-vendoring vercel/next.js
React Vendoring Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries. App Router Vendoring React is NOT resolved from node_modules for App Router. It's vendored into packages/next/src/compiled/ during pnpm build (task: copy_vendor_react() in taskfile.js ). Pages Router resolves React from node_modules normally. Two channels : stable ( compiled/react/ ) and experimental ( compiled/react-experimental/ ). The runtime bundle webpack config...
1K
5371 docs-changelog google-gemini/gemini-cli
Procedure: Updating Changelog for New Releases Objective To standardize the process of updating changelog files ( latest.md , preview.md , index.md ) based on automated release information. Inputs version : The release version string (e.g., v0.28.0 , v0.29.0-preview.2 ). TIME : The release timestamp (e.g., 2026-02-12T20:33:15Z ). BODY : The raw markdown release notes, containing a "What's Changed" section and a "Full Changelog" link. Guidelines for latest.md and preview.md Highlights Aim for 3-5...
1K
5372 senior-devops davila7/claude-code-templates
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
1K
5373 make-pr remotion-dev/remotion
Ensure we are not on the main branch, make a branch if necessary. For all packages affected, run Prettier to format the code: bunx prettier --experimental-cli src --write Commit the changes, use the following format: [package-name]: [commit-message] For example, @remotion/shapes: Add heart shape. The package name must be obtained from package.json. If multiple packages are affected, use the one that you think if most relevant. Push the changes to the remote branch. Use the gh CLI to creat...
1K
5374 vimeo-video-downloader serpdownloaders/skills
Vimeo Video Downloader (Browser Extension) Browser extension that makes it simple to save Vimeo videos directly to your computer — in their original quality — for offline access anytime. Public, embedded, and private videos, from 240p up to 4K UHD. SERP Vimeo Video Downloader is a browser extension built specifically for saving Vimeo videos as standard files you can keep — no re-encoding, no watermarks, and no unnecessary tracking. Save Vimeo videos in their original quality for offline viewing...
1K
5375 websh frames-engineering/skills
websh Skill websh is a shell for the web. URLs are paths. The DOM is your filesystem. You cd to a URL, and commands like ls , grep , cat operate on the cached page content—instantly, locally. websh> cd https://news.ycombinator.com websh> ls | head 5 websh> grep "AI" websh> follow 1 When to Activate Activate this skill when the user: Uses the websh command (e.g., websh , websh cd https://... ) Wants to "browse" or "navigate" URLs with shell commands Asks about a "shell for the web" or "web shell"...
1K
5376 conversion-optimization kostja94/marketing-skills
Strategies: Conversion Optimization Guides conversion rate optimization (CRO): increasing the percentage of visitors who complete desired actions. Higher conversion rates mean increased revenue, reduced CAC, and better ROI. Use this skill when optimizing funnels, running experiments, or reducing friction on high-traffic pages. 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 th...
1K
5377 loom-video-downloader serpdownloaders/skills
Loom Downloader (Browser Extension) Download Loom-hosted videos from watch pages and embeds directly in your browser for offline viewing. Loom Downloader is a browser extension built for users who want a cleaner way to save Loom videos without falling back to developer tools, network tabs, or command-line utilities. It works on standard Loom share pages and supported embeds, detects the active media source, and exports the final result as a usable local file for offline playback. Save supported ...
1K
5378 wordspace frames-engineering/skills
Wordspace Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub. When to activate Activate this skill when the user: Wants to set up a new wordspace project Wants to browse, search, or add workflows Mentions "wordspace" by name Asks about available workflows or how to get new ones Commands wordspace init Bootstrap a new project in the current directory. Runs three steps: Workflows — Fetches available .prose workflows from GitHub ...
1K
5379 skool-video-downloader serpdownloaders/skills
Skool Video Downloader (Browser Extension) Browser extension that adds a download button to Skool classroom pages — detects videos from Skool's native player, Loom, Vimeo, YouTube, and Wistia, and saves them as MP4 for offline viewing. SERP Skool Downloader is a browser extension built to download Skool videos from classrooms, courses, and community posts. Save entire Skool classrooms and course content for unlimited offline access anytime, anywhere Protect your educational investment by downlo...
1K
5380 bilibili-downloader serpdownloaders/skills
Bilibili Downloader — Coming Soon (Browser Extension) Save Bilibili videos, clips, and series as local MP4 files directly from your browser. This extension is currently in development and has not been released yet. Bilibili Downloader is an upcoming browser extension that will provide a simple way to capture video from Bilibili's web player without relying on external desktop applications or command-line utilities. It is being built around the in-browser viewing experience so you can export indi...
1K
5381 threejs mrgoonie/claudekit-skills
Three.js Development Build high-performance 3D web applications using Three.js - a cross-browser WebGL/WebGPU library. When to Use This Skill Use when working with: 3D scenes, models, animations, or visualizations WebGL/WebGPU rendering and graphics programming Interactive 3D experiences (games, configurators, data viz) Camera controls, lighting, materials, or shaders Loading 3D assets (GLTF, FBX, OBJ) or textures Post-processing effects (bloom, depth of field, SSAO) Physics simulations, VR/...
1K
5382 tiktok-ads kostja94/marketing-skills
Paid Ads: TikTok Ads Guides TikTok Ads setup, creative strategy, and optimization. TikTok excels at younger demographics (18–34) and viral-style video; use when your audience skews young and you have video creative capacity. 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. Why TikTok Demographics : 18–34; Gen Z and younger ...
1K
5383 ghostling-libghostty-terminal aradotso/trending-skills
Ghostling — libghostty Terminal Emulator Skill by ara.so — Daily 2026 Skills collection. Ghostling is a minimal viable terminal emulator built on libghostty-vt , the embeddable C library extracted from Ghostty . It uses Raylib for windowing/rendering and lives in a single C file. The project demonstrates how to wire libghostty-vt's VT parsing, terminal state, and render-state API to any 2D or GPU renderer. What libghostty-vt Provides VT sequence parsing (SIMD-optimized) Terminal state: cursor, s...
1K
5384 flutter-concurrency flutter/skills
Flutter Concurrency and Data Management Goal Implements advanced Flutter data handling, including background JSON serialization using Isolates, asynchronous state management, and platform-aware concurrency to ensure jank-free 60fps+ UI rendering. Assumes a standard Flutter environment (Dart 2.19+) with access to dart:convert , dart:isolate , and standard state management paradigms. Decision Logic Use the following decision tree to determine the correct serialization and concurrency approach befo...
1K
5385 tiktok-video-downloader serpdownloaders/skills
TikTok Video Downloader (Browser Extension) Download supported TikTok videos as MP4 files, including workflows that avoid the default watermark save path. TikTok Video Downloader is a browser extension built for users who want a cleaner way to save TikTok videos for offline viewing. It focuses on the browser playback workflow, detects supported video sources from active pages, and exports MP4 files without forcing you into manual workarounds or low-quality screen recordings. Save supported TikTo...
1K
5386 eloquent-best-practices iserter/laravel-claude-agents
Eloquent Best Practices Query Optimization Always Eager Load Relationships // ❌ N+1 Query Problem $posts = Post::all(); foreach ($posts as $post) { echo $post->user->name; // N additional queries } // ✅ Eager Loading $posts = Post::with('user')->get(); foreach ($posts as $post) { echo $post->user->name; // No additional queries } Select Only Needed Columns // ❌ Fetches all columns $users = User::all(); // ✅ Only needed columns $users = User::select(['id', 'name', 'email'])->get(); //...
1K
5387 mcp2cli knowsuchagency/mcp2cli
mcp2cli Turn any MCP server or OpenAPI spec into a CLI at runtime. No codegen. Install Run directly (no install needed) uvx mcp2cli --help Or install pip install mcp2cli Core Workflow Connect to a source (MCP server or OpenAPI spec) Discover available commands with --list Inspect a specific command with <command> --help Execute the command with flags MCP over HTTP mcp2cli --mcp https://mcp.example.com/sse --list mcp2cli --mcp https://mcp.example.com/sse create-task --help mcp2cli --mcp https:...
1K
5388 brand-designer daffy0208/ai-dev-standards
Brand Designer Skill I help you create cohesive brand identities, logos, and visual brand systems. What I Do Brand Identity: Logo design and variations Color palettes Typography systems Brand guidelines Visual Assets: Business cards, letterheads Social media templates Marketing materials Brand presentation decks Brand Strategy: Brand positioning Target audience definition Competitor analysis Brand voice and tone Logo Design Process Step 1: Brand Discovery Questions to Answer: What does...
1K
5389 ce-polish-beta everyinc/compound-engineering-plugin
Polish Start the dev server, open the feature in a browser, and iterate. You use the feature, say what feels off, and fixes happen. Phase 0: Get on the right branch If a PR number or branch name was provided, check it out (probe for existing worktrees first). If blank, use the current branch. Verify the current branch is not main/master. Phase 1: Start the dev server 1.1 Check for .claude/launch.json Run bash scripts/read-launch-json.sh . If it finds a configuration, use it — the user already to...
1K
5390 senior-frontend alirezarezvani/claude-skills
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
1K
5391 markdown-documentation aj-geddes/useful-ai-prompts
Markdown Documentation Overview Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM). When to Use README files Documentation pages GitHub/GitLab wikis Blog posts Technical writing Project documentation Comment formatting Markdown Syntax Reference Headers H1 Header H2 Header H3 Header H4 Header H5 Header H6 Header Alternative H1 ============== Alternative H2 -------------- Text Formattin...
1K
5392 wireframe-prototyping aj-geddes/useful-ai-prompts
Wireframe Prototyping Overview Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development. When to Use Early concept validation Stakeholder alignment User testing and feedback Developer handoff Feature exploration UX problem-solving Rapid iteration Instructions 1. Wireframing Fundamentals Wireframe Principles: Low Fidelity (Sketches): Tools: Paper, whiteboard, Balsamiq Time: 30 minu...
1K
5393 arxiv-search yorkeccak/scientific-skills
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
1K
5394 asr marswaveai/skills
When to Use User wants to transcribe an audio file to text User provides an audio file path and asks for transcription User says "转录", "识别", "transcribe", "语音转文字" When NOT to Use User wants to synthesize speech from text (use /tts ) User wants to create a podcast or explainer (use /podcast or /explainer ) Purpose Transcribe audio files to text using coli asr , which runs fully offline via local speech recognition models. No API key required. Supports Chinese, English, Japanese, Korean, and Canto...
1K
5395 context-window-management sickn33/antigravity-awesome-skills
Context Window Management You're a context engineering specialist who has optimized LLM applications handling millions of conversations. You've seen systems hit token limits, suffer context rot, and lose critical information mid-dialogue. You understand that context is a finite resource with diminishing returns. More tokens doesn't mean better results—the art is in curating the right information. You know the serial position effect, the lost-in-the-middle problem, and when to summarize versus ...
1K
5396 beads steveyegge/beads
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...
1K
5397 cybersecurity-analyst rysweet/amplihack
Cybersecurity Analyst Skill Purpose Analyze events through the disciplinary lens of cybersecurity, applying rigorous security frameworks (CIA triad, defense-in-depth, zero-trust), threat modeling methodologies (STRIDE, PASTA, VAST), attack surface analysis, and industry standards (NIST, ISO 27001, MITRE ATT&CK) to understand security risks, identify vulnerabilities, assess threat actors and attack vectors, evaluate defensive controls, and recommend risk mitigation strategies. When to Use This ...
1K
5398 unsplash-downloader serpdownloaders/skills
Unsplash Downloader — Coming Soon (Browser Extension) Download Unsplash photos in full original resolution with batch support directly from your browser. This extension is currently in development and has not been released yet. Unsplash Downloader is an upcoming browser extension that will streamline the process of saving high-resolution photos from Unsplash without manually navigating individual download pages or relying on third-party scripts. It is being built to integrate with the Unsplash b...
1K
5399 flutter-localization flutter/skills
Flutter Localization Setup Goal Configures and implements internationalization (i18n) and localization (l10n) in a Flutter application. This skill manages dependency injection ( flutter_localizations , intl ), code generation configuration ( l10n.yaml ), root widget setup ( MaterialApp , CupertinoApp , or WidgetsApp ), .arb translation file management, and platform-specific configurations (iOS Xcode project updates). It ensures proper locale resolution and prevents common assertion errors relate...
1K
5400 wordspace frames-engineering/wordspace
Wordspace Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub. When to activate Activate this skill when the user: Wants to set up a new wordspace project Wants to browse, search, or add workflows Mentions "wordspace" by name Asks about available workflows or how to get new ones Commands wordspace init Bootstrap a new project in the current directory. Runs three steps: Workflows — Fetches available .prose workflows from GitHub ...
1K