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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,455
总 Skills
35.8M
总安装量
2,442
贡献者
# Skill 仓库 描述 安装量
5351 asc-app-create-ui rudrankriyam/asc-skills
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
427
5352 office jezweb/claude-skills
Office Document Generation Status: Production Ready Last Updated: 2026-01-12 Dependencies: None (pure JavaScript libraries) Latest Versions: docx@9.5.0, xlsx@0.18.5, pdf-lib@1.17.1, pptxgenjs@4.0.1 Overview Generate Microsoft Office documents and PDFs programmatically with TypeScript. All libraries are pure JavaScript with zero native dependencies, enabling universal runtime support: Format Library Workers Browser Node.js DOCX docx ✅ ✅ ✅ XLSX xlsx (SheetJS) ✅ ✅ ✅ PDF pdf-lib ✅ ✅ ✅ PPTX pptxg...
426
5353 orchestrating-swarms everyinc/compound-engineering-plugin
Claude Code Swarm Orchestration Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Primitives Primitive What It Is File Location Agent A Claude instance that can use tools. You are an agent. Subagents are agents you spawn. N/A (process) Team A named group of agents working together. One leader, multiple teammates. ~/.claude/teams/{name}/config.json Teammate An agent that joined a team. Has a name, color, inbox. Spawned via Task with team_name + name . Listed in te...
426
5354 cc-skill-strategic-compact sickn33/antigravity-awesome-skills
cc-skill-strategic-compact Development skill skill.
426
5355 owasp-security agamm/claude-code-owasp
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
426
5356 react lobehub/lobe-chat
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
426
5357 grepai-search-boosting yoanbernabeu/grepai-skills
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code. When to Use This Skill - Prioritizing source code over tests - Penalizing vendor/third-party code - Boosting important directories - Customizing result ranking What is Boosting? Boosting modifies search scores based on file paths: ``` Original score: 0.85 (src/auth.go) Bonus (+10%): 0.935 Original score: 0.85 (tests/auth_test.go) Penalty (-50%): 0.425 ``` T...
426
5358 dune duneanalytics/skills
Prerequisites Assume the Dune CLI is already installed and authenticated. Do not run upfront install or auth checks. Just execute the requested dune command directly. If a dune command fails, inspect the error to determine the cause and follow the recovery steps in install-and-recovery.md : "command not found" → CLI not installed. See CLI Not Found Recovery . 401 / "unauthorized" / "missing API key" → Auth failure. See Authentication Failure Recovery . Unknown subcommand or flag / unexpected out...
426
5359 asc-crash-triage rudrankriyam/asc-skills
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
426
5360 news-search brave/brave-search-skills
News Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/news/search?q=space+exploration" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " Recent News (Past 24 Hours) curl -s "https://api.search.brave.com/res/v1/news/search" \ -H "Accept: application/json" \ -H "X-...
425
5361 get-api-docs andrewyng/context-hub
Get API Docs via chub When you need documentation for a library or API, fetch it with the chub CLI rather than guessing from training data. This gives you the current, correct API. Step 1 — Find the right doc ID chub search "<library name>" --json Pick the best-matching id from the results (e.g. openai/chat , anthropic/sdk , stripe/api ). If nothing matches, try a broader term. Step 2 — Fetch the docs chub get < id > --lang py or --lang js, --lang ts Omit --lang if the doc has only one language...
425
5362 aicoin-freqtrade aicoincom/coinos-skills
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Freqtrade Freqtrade strategy creation, backtesting, and deployment powered by AiCoin Open API . Critical Rules ALWAYS use ft-deploy.mjs backtest for backtesting. NEVER write custom backtest scripts. NEVER use simulated/fabricated data. ALWAYS use ft-deploy.mjs deploy for deployment. NEVER use Docker. NEVER manually run freqtrade commands. NEVER manually edit Freqtrade config files. Use ft-deploy.mjs actions. NEVER manually run fr...
424
5363 tauri-development mindrally/skills
Tauri Development Guidelines You are an expert in TypeScript and Rust development for cross-platform desktop applications using Tauri. Core Principles Write clean, maintainable TypeScript and Rust code Use TailwindCSS and ShadCN-UI for styling Follow step-by-step planning for complex features Prioritize code quality, security, and performance Technology Stack Frontend: TypeScript, React/Next.js, TailwindCSS, ShadCN-UI Backend: Rust, Tauri APIs Build: Tauri CLI, Vite/Webpack Project Structure s...
424
5364 filmkit-fujifilm-camera aradotso/trending-skills
FilmKit Fujifilm Camera Skill Skill by ara.so — Daily 2026 Skills collection. FilmKit is a browser-based, zero-install preset manager and RAW converter for Fujifilm X-series cameras. It uses WebUSB to communicate via PTP (Picture Transfer Protocol) — the same protocol as Fujifilm X RAW STUDIO — so the camera's own image processor handles RAW-to-JPEG conversion. It runs entirely client-side (hosted on GitHub Pages) and supports desktop and Android. What FilmKit Does Preset Management : Read, edit...
424
5365 m05-type-driven actionbook/rust-skills
Type-Driven Design Layer 1: Language Mechanics Core Question How can the type system prevent invalid states? Before reaching for runtime checks: Can the compiler catch this error? Can invalid states be unrepresentable? Can the type encode the invariant? Error → Design Question Pattern Don't Just Say Ask Instead Primitive obsession "It's just a string" What does this value represent? Boolean flags "Add an is_valid flag" Can states be types? Optional everywhere "Check for None" Is absence rea...
424
5366 claude-agent-sdk jezweb/claude-skills
Claude Agent SDK - Structured Outputs & Error Prevention Guide Package: @anthropic-ai/claude-agent-sdk@0.2.12 Breaking Changes: v0.1.45 - Structured outputs (Nov 2025), v0.1.0 - No default system prompt, settingSources required What's New in v0.1.45+ (Nov 2025) Major Features: 1. Structured Outputs (v0.1.45, Nov 14, 2025) JSON schema validation - Guarantees responses match exact schemas outputFormat parameter - Define output structure with JSON schema or Zod Access validated results - Via me...
423
5367 brains-trust jezweb/claude-skills
Brains Trust Consult other leading AI models for a second opinion. Not limited to code — works for architecture, strategy, prompting, debugging, writing, or any question where a fresh perspective helps. Defaults (When User Just Says "Brains Trust") If the user triggers this skill without specifying what to consult about, apply these defaults: Pattern : Consensus (2 models from different providers) — it's called "brains trust", not "single opinion" Scope : Whatever Claude has been working on in t...
423
5368 doc boshu2/agentops
Prefer `uv` for dependency management. Python packages: ``` uv pip install python-docx pdf2image ``` If `uv` is unavailable: ``` python3 -m pip install python-docx pdf2image ``` System tools (for rendering): ``` macOS (Homebrew) brew install libreoffice poppler Ubuntu/Debian sudo apt-get install -y libreoffice poppler-utils ``` If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally. Environment No required envir...
423
5369 handoff boshu2/agentops
Handoff Skill Quick Ref: Create structured handoff for session continuation. Output: .agents/handoff/YYYY-MM-DD-<topic>.md + continuation prompt. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Create a handoff document that enables seamless session continuation. Execution Steps Given /handoff [topic] : Step 1: Create Output Directory mkdir -p .agents/handoff Step 2: Identify Session Context If topic provided: Use it as the handoff identifier. If no topic: Derive from recent activity: ...
423
5370 browser-screenshot zc277584121/marketing-skills
Skill: Browser Screenshot Take focused screenshots of specific regions on web pages — a Reddit post, a tweet, an article section, a chart, etc. — not just a full-page dump. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Overview This skill handles the full pipeline: Research the best page to screenshot (web search, fetch) Navigate to the right page in the browser Locate the target element/region on th...
423
5371 weclaw-wechat-ai-bridge aradotso/trending-skills
WeClaw — WeChat AI Agent Bridge Skill by ara.so — Daily 2026 Skills collection. WeClaw connects WeChat to AI agents (Claude, Codex, Gemini, Kimi, OpenClaw, etc.) via a Go-based bridge. It handles QR-code login, message routing, media conversion, and agent lifecycle. Supports three agent modes: ACP (JSON-RPC subprocess, fastest), CLI (new process per message), and HTTP (OpenAI-compatible REST). Installation One-line installer curl -sSL https://raw.githubusercontent.com/fastclaw-ai/weclaw/main/in...
423
5372 vanity-engineering-review bencium/bencium-marketplace
Vanity Engineering Review A diagnostic skill that identifies code, architecture, and technical decisions built to impress rather than to ship. Vanity engineering is entropy disguised as craftsmanship — it increases complexity without proportional capability gain, and it compounds maintenance cost while delivering zero additional user value. Core Premise The only legitimate purpose of engineering is to solve a problem someone actually has. Everything else — elegant abstractions nobody traverses, ...
423
5373 git:create-worktree neolabhq/context-engineering-kit
Claude Command: Create Worktree Your job is to create and setup git worktrees for parallel development, with automatic detection and installation of project dependencies. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show existing worktrees and git status to verify the repository state is clean (no uncommitted changes that might cause issues) Fetch latest remote branches : Run git fetch --all to ensure local has knowledge ...
423
5374 software-architecture-design vasilyu1983/ai-agents-public
Software Architecture Design — Quick Reference Use this skill for system-level design decisions rather than implementation details within a single service or component. Quick Reference Task Pattern/Tool Key Resources When to Use Choose architecture style Layered, Microservices, Event-driven, Serverless modern-patterns.md Greenfield projects, major refactors Design for scale Load balancing, Caching, Sharding, Read replicas scalability-reliability-guide.md High-traffic systems, performance goals E...
423
5375 m01-ownership actionbook/rust-skills
Ownership & Lifetimes Layer 1: Language Mechanics Core Question Who should own this data, and for how long? Before fixing ownership errors, understand the data's role: Is it shared or exclusive? Is it short-lived or long-lived? Is it transformed or just read? Error → Design Question Error Don't Just Say Ask Instead E0382 "Clone it" Who should own this data? E0597 "Extend lifetime" Is the scope boundary correct? E0506 "End borrow first" Should mutation happen elsewhere? E0507 "Clone before m...
423
5376 m04-zero-cost actionbook/rust-skills
Zero-Cost Abstraction Layer 1: Language Mechanics Core Question Do we need compile-time or runtime polymorphism? Before choosing between generics and trait objects: Is the type known at compile time? Is a heterogeneous collection needed? What's the performance priority? Error → Design Question Error Don't Just Say Ask Instead E0277 "Add trait bound" Is this abstraction at the right level? E0308 "Fix the type" Should types be unified or distinct? E0599 "Import the trait" Is the trait the rig...
423
5377 swiftui-animation jamesrochabrun/skills
SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. Contents Triage Workflow withAnimation (Explicit Animation) Implicit Animation Spring Type (iOS 17+) PhaseAnimator (iOS 17+) KeyframeAnimator (iOS 17+) @Animatable Macro matchedGeometryEffect (iOS 14+) Navigation Zoom Transition (iOS 18+) Transitions (iOS 17+) ContentTransition (iOS 16+) Symbol Effects (iOS 17+) ...
422
5378 legal-document-analyzer qodex-ai/ai-agent-skills
Legal Document Analyzer Build intelligent legal document analysis agents that review contracts, identify risks, and provide legal insights. Document Parsing See examples/legal_document_parser.py for LegalDocumentParser: Parse PDF, DOCX, and text documents Extract and structure document content Identify sections, clauses, definitions, parties, and dates Contract Analysis See examples/contract_analyzer.py for ContractAnalyzer: Identify contract type (NDA, employment, service, purchase, lease...
422
5379 list kostja94/marketing-skills
Components: List Layout Guides list layout design for linear, stacked content display. Lists are compact, text-heavy; users scan by title or metadata. Used for blog indexes, documentation, search results, and dense content. 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. When to Use List Use list when Use grid when Text-he...
422
5380 rpi boshu2/agentops
/rpi — Full RPI Lifecycle Orchestrator Quick Ref: One command, full lifecycle. Discovery → Implementation → Validation. The session is the lead; sub-skills manage their own teams. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Runtime Rule (Native Orchestration Only) /rpi MUST orchestrate /research , /plan , /pre-mortem , /crank , /vibe , and /post-mortem directly in-session. Do not hand orchestration to external RPI wrapper commands. Quick Start /rpi "add user authentication" full li...
422
5381 add-sfx remotion-dev/remotion
Prerequisites Sound effects must first be added to the remotion.media repository. The source of truth is generate.ts in that repo. A sound effect must exist there before it can be added to @remotion/sfx . Sound effects must be: WAV format CC0 (Creative Commons 0) licensed Normalized to peak at -3dB Steps 1. Add to remotion.media repo (must be done first) In the remotion-dev/remotion.media repo: Add the WAV file to the root of the repo Add an entry to the soundEffects array in generate.ts : { fil...
422
5382 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
422
5383 creationix-rx-data-store aradotso/trending-skills
RX Data Store Skill by ara.so — Daily 2026 Skills collection. RX is an embedded data store for JSON-shaped data. Encode once, then query the encoded document in place — no parsing, no object graph, no GC pressure. Think of it as no-SQL SQLite : unstructured data with database-style random access. Key benefits: O(1) array access, O(log n) object key lookup on encoded data Automatic deduplication of values and shared schemas Text-safe encoding (copy-paste friendly, no binary tooling needed) Minima...
422
5384 single-cell-rna-qc anthropics/knowledge-work-plugins
Single-Cell RNA-seq Quality Control Automated QC workflow for single-cell RNA-seq data following scverse best practices. When to Use This Skill Use when users: Request quality control or QC on single-cell RNA-seq data Want to filter low-quality cells or assess data quality Need QC visualizations or metrics Ask to follow scverse/scanpy best practices Request MAD-based filtering or outlier detection Supported input formats: .h5ad files (AnnData format from scanpy/Python workflows) .h5 files (10X G...
422
5385 browser-act browser-act/skills
Browser Automation with browser-act CLI browser-act is a CLI for browser automation with stealth and captcha solving capabilities. It supports two browser types (Stealth and Real Chrome) and provides commands for navigation, page interaction, data extraction, tab/session management, and more. All commands output human-readable text by default. Use --format json for structured JSON output, ideal for AI agent integration and scripting. Installation Source: browser-act-cli on PyPI Upgrade if insta...
422
5386 drizzle-orm-patterns giuseppe-trisciuoglio/developer-kit
Drizzle ORM Patterns Overview Expert guide for building type-safe database applications with Drizzle ORM. Covers schema definition, relations, queries, transactions, and migrations for all supported databases. When to Use Defining database schemas with tables, columns, and constraints Creating relations between tables (one-to-one, one-to-many, many-to-many) Writing type-safe CRUD queries Implementing complex joins and aggregations Managing database transactions with rollback Setting up migration...
422
5387 app-clips eronred/aso-skills
App Clips Lightweight, instantly-available versions of your iOS app for in-the-moment experiences or demos. Targets iOS 26+ / Swift 6.2 unless noted. Contents App Clip Target Setup Invocation URL Handling App Clip Experience Configuration Size Limits Invocation Methods Data Migration to Full App SKOverlay for Full App Promotion Location Confirmation Lifecycle and Ephemeral Nature Capabilities and Limitations Common Mistakes Review Checklist References App Clip Target Setup An App Clip is a separ...
422
5388 nextjs16-skills gocallum/nextjs16-agent-skills
No SKILL.md available for this skill. View on GitHub
421
5389 go-concurrency cxuu/golang-skills
Go Concurrency This skill covers concurrency patterns and best practices from Google's Go Style Guide and Uber's Go Style Guide, including goroutine management, channel usage, mutex handling, and synchronization. Goroutine Lifetimes Normative: When you spawn goroutines, make it clear when or whether they exit. Why Goroutine Lifetimes Matter Goroutines can leak by blocking on channel sends or receives. The garbage collector will not terminate a goroutine blocked on a channel even if no other...
421
5390 masonry kostja94/marketing-skills
Components: Masonry Layout Guides masonry layout design for content with varying heights. Masonry stacks items in columns without distinct rows; items fill gaps like a brick wall. Best for image galleries, portfolios, and discovery-focused platforms. 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. When to Use Masonry Use m...
421
5391 vibe boshu2/agentops
Vibe Skill Purpose: Is this code ready to ship? Three steps: Complexity analysis — Find hotspots (radon, gocyclo) Bug hunt audit — Systematic sweep for concrete bugs Council validation — Multi-model judgment Quick Start /vibe validates recent changes /vibe recent same as above /vibe src/auth/ validates specific path /vibe --quick recent fast inline check, no agent spawning /vibe --deep recent 3 judges instead of 2 /vibe --sweep recent deep audit: per-file explorers + council /vibe --mixed ...
421
5392 r3f-physics enzed/r3f-skills
React Three Fiber Physics (Rapier) Quick Start import { Canvas } from '@react-three/fiber' import { Physics, RigidBody, CuboidCollider } from '@react-three/rapier' import { Suspense } from 'react' function Scene() { return ( <Canvas> <Suspense fallback={null}> <Physics debug> {/* Falling box */} <RigidBody> <mesh> <boxGeometry /> <meshStandardMaterial color="orange" /> </mesh> </RigidBody> ...
421
5393 option-vol-analysis anthropics/financial-services-plugins
Option Volatility Analysis You are an expert derivatives analyst specializing in volatility analysis. Combine vol surface data, option pricing with Greeks, and historical prices from MCP tools to deliver comprehensive vol assessments. Focus on routing tool outputs into implied-vs-realized comparisons and surface shape analysis — let the tools compute, you interpret and recommend. Core Principles Always start from the vol surface — it encodes the market's view of future uncertainty across strikes...
421
5394 cloudbase-agent-ts tencentcloudbase/skills
Cloudbase Agent (TypeScript) TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol. Note: This skill is for TypeScript/JavaScript projects only. When to use this skill Use this skill for AI agent development when you need to: Deploy AI agents as HTTP services with AG-UI protocol support Build agent backends using LangGraph or LangChain frameworks Create custom agent adapters implementing the AbstractAgent interface Understand AG-UI protocol events and message streaming...
420
5395 shadcn-ui bobmatnyc/claude-mpm-skills
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
420
5396 email-systems sickn33/antigravity-awesome-skills
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
420
5397 environment-setup-guide sickn33/antigravity-awesome-skills
Environment Setup Guide Overview Help developers set up complete development environments from scratch. This skill provides step-by-step guidance for installing tools, configuring dependencies, setting up environment variables, and verifying the setup works correctly. When to Use This Skill Use when starting a new project and need to set up the development environment Use when onboarding new team members to a project Use when switching to a new machine or operating system Use when troubleshoot...
420
5398 asc-screenshot-resize rudrankriyam/app-store-connect-cli-skills
asc screenshot resize Use this skill to resize screenshots to the exact pixel dimensions required by App Store Connect and validate they pass upload requirements. Uses the built-in macOS sips tool — no third-party dependencies needed. Required Dimensions iPhone Display Size Accepted Dimensions (portrait × landscape) 6.9" 1260 × 2736, 2736 × 1260, 1320 × 2868, 2868 × 1320, 1290 × 2796, 2796 × 1290 6.5" 1242 × 2688, 2688 × 1242, 1284 × 2778, 2778 × 1284 6.3" 1206 × 2622, 2622 × 1206, 1179 × 2556, ...
420
5399 go-error-handling cxuu/golang-skills
Go Error Handling In Go, errors are values - they are created by code and consumed by code. This skill covers how to return, structure, wrap, and handle errors effectively. Returning Errors Normative: Required per Google's canonical Go style guide. Use the error Type Use error to signal that a function can fail. By convention, error is the last result parameter. // Good: func Good() error { /* ... */ } func GoodLookup() (*Result, error) { // ... if err != nil { return nil,...
420
5400 tab-accordion kostja94/marketing-skills
Components: Tab & Accordion Guides tab and accordion implementation for organizing content without excessive vertical space. Two layout patterns: vertical accordion (FAQ-style, stacked) and horizontal tabs (how-to style, side-by-side). Both improve UX by reducing scroll; SEO impact depends on implementation and content placement. 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...
420