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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
5251 bump-release paulrberg/agent-skills
Bump Release Support for both regular and beta releases. Parameters version : Optional explicit version to use (e.g., 2.0.0 ). When provided, skips automatic version inference --beta : Create a beta release with -beta.X suffix --dry-run : Preview the release without making any changes (no file modifications, commits, or tags) Steps Locate the package - The user may be in a monorepo where the package to release lives in a subdirectory. Look for package.json in the current working directory first;...
2.4K
5252 apache-airflow-orchestration aradotso/data-skills
Apache Airflow Orchestration Skill by ara.so — Data Skills collection. Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) in Python code, making them maintainable, versionable, testable, and collaborative. Installation Using pip Install Airflow with constraints for your Python version AIRFLOW_VERSION = 3.2 .0 PYTHON_VERSION = " $( python --version | cut -d " " -f 2 | cut -d "." -f 1 -2 ) "...
2.4K
5253 datatalks-data-engineering-zoomcamp aradotso/data-skills
DataTalks Data Engineering Zoomcamp Skill by ara.so — Data Skills collection. Overview The Data Engineering Zoomcamp is a comprehensive 9-week free course covering production-ready data pipeline development. It includes hands-on modules on containerization (Docker), infrastructure as code (Terraform), workflow orchestration (Kestra), data warehousing (BigQuery), analytics engineering (dbt), data platforms (Bruin), batch processing (Spark), and streaming (Kafka). The course operates in cohorts (n...
2.4K
5254 vite-patterns affaan-m/everything-claude-code
Vite Patterns Build tool and dev server patterns for Vite 8+ projects. Covers configuration, environment variables, proxy setup, library mode, dependency pre-bundling, and common production pitfalls. When to Use Configuring vite.config.ts or vite.config.js Setting up environment variables or .env files Configuring dev server proxy for API backends Optimizing build output (chunks, minification, assets) Publishing libraries with build.lib Troubleshooting dependency pre-bundling or CJS/ESM interop ...
2.4K
5255 frontend-design-direction affaan-m/everything-claude-code
Frontend Design Direction Use this skill when the work is not just making UI function, but making it feel purposeful, polished, and appropriate to the product domain. Source: salvaged from stale community PR 1659 by linus707 . Note: ECC intentionally does not rebundle the canonical Anthropic frontend-design skill. Install that from anthropics/skills when you want the official upstream skill. This skill is the ECC-specific design-direction salvage of the useful local guidance from 1659. When to U...
2.4K
5256 ethskills austintgriffith/ethskills
ETHSKILLS — The missing knowledge between AI agents and production Ethereum. You are probably wrong about Ethereum. Gas prices, token decimals, L2 costs, what's deployed, what's deprecated — your training data is stale. This file tells you what you're wrong about and where to get the corrections. Say "onchain" not "on-chain." One word, no hyphen. Ethereum community convention. Start Here Building a dApp? Fetch ship/SKILL.md first. It routes you through all other skills phase by phase — from arch...
2.4K
5257 network-interface-health affaan-m/everything-claude-code
Network Interface Health Use this skill when a network symptom might be caused by a physical link, switch port, cable, transceiver, duplex setting, or congested interface. When to Use A host or VLAN has packet loss, latency spikes, or intermittent reachability. A switch or router interface shows CRCs, runts, giants, drops, resets, or flaps. You need to compare both ends of a link before replacing hardware. A change window needs before/after interface counter evidence. Monitoring reports rising i...
2.4K
5258 agent-architecture-audit affaan-m/everything-claude-code
Agent Architecture Audit A diagnostic workflow for agent systems that hide failures behind wrapper layers, stale memory, retry loops, or transport/rendering mutations. When to Activate MANDATORY for: Releasing any agent or LLM-powered application to production Shipping features with tool calling, memory, or multi-step workflows Agent behavior degrades after adding wrapper layers User reports "the agent is getting worse" or "tools are flaky" Same model works in playground but breaks inside your w...
2.4K
5259 production-audit affaan-m/everything-claude-code
Production Audit Use this skill when the user asks whether an application is ready to ship, what could break in production, or what must be fixed before a launch. This is a maintainer-safe rewrite of the stale community production-audit idea: it keeps the useful production-readiness lens and removes unpinned external execution and third-party data sharing. When to Use The user asks "is this production-ready", "what would break in prod", "what did we miss", "audit this repo", or "ready to ship?" ...
2.4K
5260 homelab-network-setup affaan-m/everything-claude-code
Homelab Network Setup Use this skill to design a home or small-lab network that can grow without needing a full rebuild. When to Use Planning a new home network or redesigning an ISP-router-only setup. Choosing gateway, switch, and access point roles. Designing IP ranges, DHCP scopes, static reservations, and DNS. Preparing for future VLANs, Pi-hole, NAS, lab servers, or VPN access. Troubleshooting a new network that has double NAT, unstable Wi-Fi, or changing server addresses. How It Works Star...
2.4K
5261 ios-icon-gen affaan-m/everything-claude-code
iOS Icon Generator Generate PNG icon imagesets for Xcode asset catalogs from two sources. When to Activate Generating icon assets for an iOS/macOS Xcode project Searching for icons across open source collections Creating PNG imagesets (1x, 2x, 3x) for asset catalogs Replacing placeholder icons with production-quality assets Matching existing icon styles in an Xcode project Core Principles 1. Two Sources, One Output Format Both sources produce identical Xcode-compatible imagesets. Choose based on...
2.4K
5262 make-interfaces-feel-better affaan-m/everything-claude-code
Details that make interfaces feel better Great interfaces rarely come from a single thing. It's usually a collection of small details that compound into a great experience. Apply these principles when building or reviewing UI code. Quick Reference Category When to Use Typography Text wrapping, font smoothing, tabular numbers Layout & Spacing Border radius, optical alignment, shadows, image outlines Animations Interruptible animations, enter/exit transitions, icon animations Core Principles 1. Co...
2.4K
5263 ui-to-vue affaan-m/everything-claude-code
UI To Vue Batch-convert UI design screenshots into Vue 3 Composition API component code. When to Use The user provides a directory of design screenshots or design-export images. The target application is Vue 3. The user wants a first pass of page components, shared components, and router wiring. The user specifies Vant, Element Plus, or Ant Design Vue as the component library. When Not to Use The user has only one screenshot and wants a bespoke component. The target project is not Vue. The desig...
2.4K
5264 motion-ui affaan-m/everything-claude-code
Motion System v4.2 Production-ready UI motion system for React / Next.js. Focused on performance, accessibility, and usability — not decoration. When to Use Use this motion system when motion: Guides attention (e.g., onboarding, key actions) Communicates state (loading, success, error, transitions) Preserves spatial continuity (layout changes, navigation) Appropriate Scenarios Interactive components (buttons, modals, menus) State transitions (loading → loaded, open → closed) Navigation and layou...
2.4K
5265 redis-patterns affaan-m/everything-claude-code
Redis Patterns Quick reference for Redis best practices across common backend use cases. How It Works Redis is an in-memory data structure store that supports strings, hashes, lists, sets, sorted sets, streams, and more. Individual Redis commands are atomic on a single instance; multi-step workflows require Lua scripts, MULTI/EXEC transactions, or explicit synchronization to stay atomic. Data is optionally persisted via RDB snapshots or AOF logs. Clients communicate over TCP using the RESP proto...
2.4K
5266 cookie-sync browserbase/skills
Cookie Sync — Local Chrome → Browserbase Context Exports cookies from your local Chrome and saves them into a Browserbase persistent context . After syncing, use the browse CLI to open authenticated sessions with that context. Supports domain filtering (only sync cookies you need) and context reuse (refresh cookies without creating a new context). Prerequisites Chrome (or Chromium, Brave, Edge) with remote debugging enabled If your browser build exposes chrome://flags/allow-remote-debugging , en...
2.4K
5267 netmiko-ssh-automation affaan-m/everything-claude-code
Netmiko SSH Automation Use this skill when writing or reviewing Python automation that connects to network devices with Netmiko. Keep the default path read-only; config changes need a separate change window, peer review, and rollback plan. When to Use Collecting show command output across routers, switches, or firewalls. Building a small audit script for interface, routing, or config evidence. Adding timeouts and exception handling to network SSH scripts. Parsing command output with TextFSM when...
2.4K
5268 scholar-evaluation affaan-m/everything-claude-code
Scholar Evaluation Use this skill to evaluate academic or scientific work with a repeatable rubric. When to Use Reviewing a research paper, proposal, thesis chapter, or literature review. Checking whether claims are supported by cited evidence. Evaluating methodology, study design, analysis, or limitations. Comparing two or more papers for quality or relevance. Producing structured feedback for revision. Evaluation Scope Start by identifying the artifact: Show more Installs 1.5K Repository affaa...
2.4K
5269 code-review-analysis aj-geddes/useful-ai-prompts
Code Review Analysis Overview Systematic code review process covering code quality, security, performance, maintainability, and best practices following industry standards. When to Use Reviewing pull requests and merge requests Analyzing code quality before merging Identifying security vulnerabilities Providing constructive feedback to developers Ensuring coding standards compliance Mentoring through code review Instructions 1. Initial Assessment Check the changes git diff main...feature-bran...
2.4K
5270 ai-product-strategy refoundai/lenny-skills
AI Product Strategy Help the user make strategic decisions about AI products using frameworks from 94 product leaders and AI practitioners. How to Help When the user asks for help with AI product strategy: Understand the context - Ask what they're building, what problem they're solving, and where they are in the AI journey Clarify the problem - Help distinguish between "AI for AI's sake" and genuine user problems that AI can solve Guide architecture decisions - Help them think through build vs b...
2.4K
5271 agentwallet frames-engineering/skills
AgentWallet AgentWallet provides server wallets for AI agents. Wallets are provisioned after email OTP verification. All signing happens server-side and is policy-controlled. TL;DR - Quick Reference FIRST: Check if already connected by reading ~/.agentwallet/config.json . If file exists with apiToken , you're connected - DO NOT ask user for email. Need to connect (no config file)? Ask user for email → POST to /api/connect/start → user enters OTP → POST to /api/connect/complete → save API token. ...
2.4K
5272 md2wechat geekjourneyx/md2wechat-skill
MD to WeChat Converts Markdown articles to WeChat Official Account formatted HTML with inline CSS and optionally uploads to draft box. Supports two modes: API Mode : Fast conversion using md2wechat.cn API AI Mode : Beautiful themed layouts powered by Claude AI Quick Start Preview HTML (API mode, fast) bash skills/md2wechat/scripts/run.sh convert article.md --preview Preview HTML (AI mode, themed) bash skills/md2wechat/scripts/run.sh convert article.md --mode ai --theme autumn-warm --preview U...
2.4K
5273 android-native-dev minimax-ai/skills
1. Project Scenario Assessment Before starting development, assess the current project state: Scenario Characteristics Approach Empty Directory No files present Full initialization required, including Gradle Wrapper Has Gradle Wrapper gradlew and gradle/wrapper/ exist Use ./gradlew directly for builds Android Studio Project Complete project structure, may lack wrapper Check wrapper, run gradle wrapper if needed Incomplete Project Partial files present Check missing files, complete configuration ...
2.4K
5274 react-devtools callstackincubator/agent-react-devtools
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
2.4K
5275 tanstack-start jezweb/claude-skills
TanStack Start Skills Overview TanStack Start is a full-stack React framework built on TanStack Router, powered by Vite and Nitro (via Vinxi). It provides server-side rendering, streaming, server functions (RPC), middleware, API routes, and deploys to any platform via Nitro presets. Package: @tanstack/react-start Router Plugin: @tanstack/router-plugin Build Tool: Vinxi (Vite + Nitro) Status: RC (Release Candidate) RSC Support: React Server Components support is in active development and will lan...
2.4K
5276 building-omnistudio-datamapper forcedotcom/sf-skills
building-omnistudio-datamapper: OmniStudio Data Mapper Creation and Validation Expert OmniStudio Data Mapper developer specializing in Extract, Transform, Load, and Turbo Extract configurations. Generate production-ready, performant, and maintainable Data Mapper definitions with proper field mappings, query optimization, and data integrity safeguards. Scope In scope : Creating and validating OmniStudio Data Mapper configurations (Extract, Transform, Load, Turbo Extract); field mapping design; qu...
2.4K
5277 analyzing-omnistudio-dependencies forcedotcom/sf-skills
analyzing-omnistudio-dependencies: OmniStudio Cross-Component Analysis Expert OmniStudio analyst specializing in namespace detection, dependency mapping, and impact analysis across the full OmniStudio component suite. Performs org-wide inventory of OmniScripts, FlexCards, Integration Procedures, and Data Mappers with automated dependency graph construction and Mermaid visualization. Scope In scope : Namespace detection (Core / vlocity_cmt / vlocity_ins), org-wide component inventory, dependency ...
2.4K
5278 modeling-omnistudio-epc-catalog forcedotcom/sf-skills
modeling-omnistudio-epc-catalog: CME EPC Product and Offer Modeling Expert Salesforce Industries CME EPC modeler for creating Product2-based catalog entries, assigning configurable attributes, and building offer bundles through Product Child Item relationships. This skill is optimized for DataPack-style metadata authoring. Use the canonical template set in assets/ : assets/product2-offer-template.json assets/attribute-assignment-template.json assets/product-child-item-template.json assets/priceb...
2.4K
5279 building-omnistudio-flexcard forcedotcom/sf-skills
building-omnistudio-flexcard: OmniStudio FlexCard Creation and Validation Expert OmniStudio engineer specializing in FlexCard UI components for Salesforce Industries. Generate production-ready FlexCard definitions that display at-a-glance information with declarative data binding, Integration Procedure data sources, conditional rendering, and proper SLDS (Salesforce Lightning Design System) styling. All FlexCards are validated against a 130-point scoring rubric across 7 categories. Scope In scop...
2.4K
5280 claude-api affaan-m/ecc
Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Before You Start Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai , from openai , langchain_openai , OpenAI( , gpt-4 , gpt-5 , file names like agent-openai.py or *-generic.py , or any exp...
2.4K
5281 electron partme-ai/full-stack-skills
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
2.4K
5282 aiconfig-custom-metrics launchdarkly/ai-tooling
Custom Metrics for AI Configs Full lifecycle management of custom business metrics: create metric definitions via API, track events via SDK, retrieve metric data, and manage metrics programmatically. Prerequisites LaunchDarkly SDK initialized (see aiconfig-sdk ) LaunchDarkly API token with writer role for metric management Understanding of built-in AI metrics (see aiconfig-ai-metrics ) API Key Detection Before prompting the user for an API key, try to detect it automatically: Check Claude MCP co...
2.4K
5283 discord openclaw/openclaw
Discord (Via message ) Use the message tool. No provider-specific discord tool exposed to the agent. Musts Always: channel: "discord" . Respect gating: channels.discord.actions.* (some default off: roles , moderation , presence , channels ). Prefer explicit ids: guildId , channelId , messageId , userId . Multi-account: optional accountId . Guidelines Avoid Markdown tables in outbound Discord messages. Mention users as <@USER_ID> . Prefer Discord components v2 ( components ) for rich UI; use lega...
2.4K
5284 mysql-best-practices mindrally/skills
MySQL Best Practices Core Principles Design schemas with appropriate storage engines (InnoDB for most use cases) Optimize queries using EXPLAIN and proper indexing Use proper data types to minimize storage and improve performance Implement connection pooling and query caching appropriately Follow MySQL-specific security hardening practices Schema Design Storage Engine Selection Use InnoDB as the default engine (ACID compliant, row-level locking) Consider MyISAM only for read-heavy, non-transacti...
2.4K
5285 github-deep-research bytedance/deer-flow
GitHub Deep Research Skill Multi-round research combining GitHub API, web_search, web_fetch to produce comprehensive markdown reports. Research Workflow Round 1: GitHub API Round 2: Discovery Round 3: Deep Investigation Round 4: Deep Dive Core Methodology Query Strategy Broad to Narrow : Start with GitHub API, then general queries, refine based on findings. Round 1: GitHub API Round 2: "{topic} overview" Round 3: "{topic} architecture", "{topic} vs alternatives" Round 4: "{topic} issues", "{topi...
2.4K
5286 vercel-deploy openai/skills
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
2.4K
5287 elite-longterm-memory nextfrontierbuilds/elite-longterm-memory
Elite Longterm Memory 🧠 The ultimate memory system for AI agents. Combines 6 proven approaches into one bulletproof architecture. Never lose context. Never forget decisions. Never repeat mistakes. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ ELITE LONGTERM MEMORY │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────...
2.4K
5288 r3f-interaction enzed/r3f-skills
React Three Fiber Interaction Quick Start import { Canvas } from '@react-three/fiber' import { OrbitControls } from '@react-three/drei' function InteractiveMesh() { return ( <mesh onClick={(e) => console.log('Clicked!', e.point)} onPointerOver={(e) => console.log('Hover')} onPointerOut={(e) => console.log('Unhover')} > <boxGeometry /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default function App() { return ( <Canvas> ...
2.4K
5289 cuopt-developer nvidia/skills
cuOpt Developer Skill Contribute to the NVIDIA cuOpt codebase. This skill is for modifying cuOpt itself, not for using it. If you just want to USE cuOpt , switch to the appropriate problem skill (cuopt-routing, cuopt-lp-milp, etc.) First-time dev environment setup? See references/first_time_setup.md for the clone → conda env → first-build → first-test walkthrough and the questions to ask up front. Refusal Rules — Read First These rules are non-negotiable. Apply them even when the user explicitly...
2.4K
5290 cowork-plugin-customizer anthropics/knowledge-work-plugins
Cowork Plugin Customization Customize a plugin for a specific organization — either by setting up a generic plugin template for the first time, or by tweaking and refining an already-configured plugin. Finding the plugin : To find the plugin's source files, run find mnt/.local-plugins mnt/.plugins -type d -name "*<plugin-name>*" to locate the plugin directory, then read its files to understand its structure before making changes. If you cannot find the plugin directory, the user is likely runnin...
2.4K
5291 registry frames-engineering/skills
Frames Registry Pay-per-call API gateway for AI agents. 10 services available via the x402 payment protocol. No API keys, no subscriptions — just pay per request with crypto. Base URL https://registry.frames.ag Prerequisites A crypto wallet funded with USDC is required to use paid endpoints. Two options: AgentWallet (recommended for agents) — server-side wallet that handles 402 detection, payment signing, and retries automatically via a single POST /x402/fetch call. No private key management nee...
2.4K
5292 rust-trait-explorer actionbook/rust-skills
Rust Trait Explorer Discover trait implementations and understand polymorphic designs. Usage /rust-trait-explorer <TraitName|StructName> Examples: /rust-trait-explorer Handler - Find all implementors of Handler trait /rust-trait-explorer MyStruct - Find all traits implemented by MyStruct LSP Operations Go to Implementation Find all implementations of a trait. Show more
2.4K
5293 nestjs-expert sickn33/agentic-awesome-skills
NestJS Expert Senior NestJS specialist with deep expertise in enterprise-grade, scalable TypeScript backend applications. Core Workflow Analyze requirements — Identify modules, endpoints, entities, and relationships Design structure — Plan module organization and inter-module dependencies Implement — Create modules, services, and controllers with proper DI wiring Secure — Add guards, validation pipes, and authentication Verify — Run npm run lint , npm run test , and confirm DI graph with nest in...
2.4K
5294 tiktok-captions kostja94/marketing-skills
Platforms: TikTok Guides TikTok caption and video script creation. Use for generating publish-ready captions and video specs. Suitable for copy agents, video agents (format, length), and design agents (thumbnail). 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. Output: Publish-Ready Copy This skill enables agents to genera...
2.4K
5295 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 →...
2.4K
5296 ce-test-browser everyinc/compound-engineering-plugin
Browser Test Skill Run end-to-end browser tests on pages affected by a PR or branch changes using the agent-browser CLI. Use agent-browser Only For Browser Automation This workflow uses the agent-browser CLI exclusively. Do not use any alternative browser automation system, browser MCP integration, or built-in browser-control tool. If the platform offers multiple ways to control a browser, always choose agent-browser . Use agent-browser for: opening pages, clicking elements, filling forms, takin...
2.4K
5297 metrics-review anthropics/knowledge-work-plugins
Metrics Review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Review and analyze product metrics, identify trends, and surface actionable insights. Usage /metrics-review $ARGUMENTS Workflow 1. Gather Metrics Data If ~~product analytics is connected: Pull key product metrics for the relevant time period Get comparison data (previous period, same period last year, targets) Pull segment breakdowns if available If no analytics tool is connected, as...
2.4K
5298 process-doc anthropics/knowledge-work-plugins
/process-doc If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Document a business process as a complete standard operating procedure (SOP). Usage /process-doc $ARGUMENTS How It Works Walk me through the process — describe it, paste existing docs, or just tell me the name and I'll ask the right questions. I'll produce a complete SOP. Output Process Document: [Process Name] Owner: [Person/Team] | Last Updated: [Date] | Review Cadence: [Quart...
2.4K
5299 stakeholder-update anthropics/knowledge-work-plugins
Stakeholder Update If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a stakeholder update tailored to the audience and cadence. Usage /stakeholder-update $ARGUMENTS Workflow 1. Determine Update Type Ask the user what kind of update: Weekly : Regular cadence update on progress, blockers, and next steps Monthly : Higher-level summary with trends, milestones, and strategic alignment Launch : Announcement of a feature or product launch with d...
2.4K
5300 godot-ui zate/cc-godot
You are a Godot UI/UX expert with deep knowledge of Godot's Control node system, theme customization, responsive design, and common game UI patterns. Core UI Knowledge Control Node Hierarchy Base Control Node Properties: anchor_*: Positioning relative to parent edges (0.0 to 1.0) offset_*: Pixel offset from anchor points size_flags_*: How the node should grow/shrink custom_minimum_size: Minimum size constraints mouse_filter: Control mouse input handling (STOP, PASS, IGNORE) focus_mode: Keyboa...
2.4K