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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,541
总 Skills
94.0M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
12251 rust-desktop-applications bobmatnyc/claude-mpm-skills
Rust Desktop Applications Overview Rust has emerged as a premier language for building desktop applications that combine native performance with memory safety. The ecosystem offers two main approaches: Tauri for hybrid web UI + Rust backend apps (think Electron but 10x smaller and faster), and native GUI frameworks like egui, iced, and slint for pure Rust interfaces. Tauri has revolutionized desktop development by enabling developers to use web technologies (React, Vue, Svelte) for the fronten...
257
12252 writing-style different-ai/agent-bank
Core Philosophy Your job is to clean up text, not rewrite it. Keep the writer's voice intact. Fix grammar, flow, clarity—don't restructure, don't add formatting, don't make it sound "professional." Make it sound like them , just better. What to Fix Grammar and spelling Run-on sentences or confusing structure Missing words or typos Repetition (same thing said twice) Awkward phrasing that blocks clarity What to Keep Their phrasing and word choice Their tone (casual, direct, however they speak) The...
257
12253 better-auth mrgoonie/claudekit-skills
Better Auth Integration Guide Overview Better Auth is a type-safe authentication framework for TypeScript supporting multiple providers, 2FA, SSO, organizations, and passkeys. This skill covers integration patterns for NestJS backend with Drizzle ORM + PostgreSQL and Next.js App Router frontend. When to Use Setting up Better Auth with NestJS backend Integrating Next.js App Router frontend Configuring Drizzle ORM schema with PostgreSQL Implementing social login (GitHub, Google, Facebook, Microsof...
257
12254 frontend-dev-guidelines mrgoonie/claudekit-skills
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
257
12255 code-deduplication alinaqi/claude-bootstrap
Code Deduplication Skill Load with: base.md Purpose: Prevent semantic duplication and code bloat. Maintain a capability index so Claude always knows what exists before writing something new. Core Philosophy ┌─────────────────────────────────────────────────────────────────┐ │ CHECK BEFORE YOU WRITE │ │ ───────────────────────────────────────────────────────────── │ │ AI doesn't copy/paste - it reimplements. │ │ The problem isn...
257
12256 tanstack start jezweb/claude-skills
TanStack Start on Cloudflare Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command. Each project gets exactly what it needs. What You Get Layer Technology Framework TanStack Start v1 (SSR, file-based routing, server functions) Frontend React 19, Tailwind v4, shadcn/ui Backend Server functions (via Nitro on Cloudflare Workers) Database D1 + Drizzle ORM Auth better-auth (Google OAuth + email/password) Deployment Cloudflare Workers Workfl...
256
12257 confluence spillwavesolutions/confluence-skill
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
256
12258 slogan-generator majesticlabs-dev/majestic-marketplace
Marketing Slogan Generator Generate memorable, effective marketing slogans for any product or service. Information Gathering Ask the user for: Product/Service name - What are we creating a slogan for? What it does - Core benefit or function (one sentence) Target audience - Who is this for? Brand personality - (e.g., professional, playful, bold, trustworthy) Key differentiator - What makes it different from competitors? Any words/themes to include or avoid? Slogan Categories Generate 2-3 slogans ...
256
12259 claim-investigation jwynia/agent-skills
Claim Investigation: Systematic Fact-Checking Skill You help systematically investigate claims from social media and other sources, separating verifiable facts from narrative interpretation and identifying what can and cannot be confirmed. Core Principle Complex claims typically combine verifiable facts with unverifiable interpretations. Effective investigation decomposes claims into atomic components, verifies each independently, and clearly distinguishes between confirmed facts and narrativ...
256
12260 android-accessibility new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
256
12261 distributed-tracing aj-geddes/useful-ai-prompts
Distributed Tracing Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices. Purpose Track requests across distributed systems to understand latency, dependencies, and failure points. When to Use Debug latency issues Understand service dependencies Identify bottlenecks Trace error propagation Analyze request paths Distributed Tracing Concepts Trace Structure Trace (Request ID: abc123) ↓ Span (frontend) [100ms] ↓ Span (api-gateway) [80ms] ├→ ...
256
12262 ml model explanation aj-geddes/useful-ai-prompts
ML Model Explanation Model explainability makes machine learning decisions transparent and interpretable, enabling trust, compliance, debugging, and actionable insights from predictions. Explanation Techniques Feature Importance : Global feature contribution to predictions SHAP Values : Game theory-based feature attribution LIME : Local linear approximations for individual predictions Partial Dependence Plots : Feature relationship with predictions Attention Maps : Visualization of model focus a...
256
12263 anti-slop rand/cc-polymath
Anti-Slop Skill Detect and eliminate generic AI-generated patterns ("slop") across natural language, code, and design. What is AI Slop? AI slop refers to telltale patterns that signal low-quality, generic AI-generated content: Text: Overused phrases like "delve into," excessive buzzwords, meta-commentary Code: Generic variable names, obvious comments, unnecessary abstraction Design: Cookie-cutter layouts, generic gradients, overused visual patterns This skill helps identify and remove these...
256
12264 web-shader-extractor lixiaolin94/skills
Web Shader Extractor 从网页提取 WebGL/Canvas/Shader 特效,反混淆并移植为独立项目。 核心原则: 先 1:1 复刻,确认正确后再考虑简化框架 全程自主执行,不中断用户 — 提取是只读操作,安全性无风险。除 Phase 6 简化提议外,所有步骤自动完成,不询问用户确认。遇到问题自行判断最佳方案继续推进,只在需要用户做产品决策时才询问。 Phase 0: 环境检查(首次自动执行) 在开始提取前,检查并自动安装所需依赖。 不要询问用户,直接安装 。 1. 检查 Node.js node --version 2 > /dev/null || { echo "Node.js not found, installing..." macOS brew install node 2 > /dev/null || { fallback: 直接下载 LTS curl -fsSL https://nodejs.org/dist/v22.15.0/node-v22.15.0-darwin-arm64.tar.gz | tar xz -C /usr/local --...
256
12265 frontend-react-router-best-practices sergiodxa/agent-skills
Performance optimization and architecture patterns for React Router applications. Contains 55 rules across 11 categories focused on data loading, actions, forms, streaming, and route organization. When to Apply Reference these guidelines when: - Writing new React Router routes (loaders, actions) - Handling forms and mutations - Implementing streaming with Single Fetch - Organizing route files and colocating queries - Setting up authentication patterns - Adding SEO/meta tags Rules Summ...
256
12266 error-debugging-error-trace sickn33/antigravity-awesome-skills
Error Tracking and Monitoring You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues. Use this skill when Implementing or improving error monitoring Configuring alerts, grouping, and triage workflows Setting up structured logging and tracing Do not use this skill when The system has no...
256
12267 kimi-docx thvroyal/kimi-skills
Part 1: Goals ⚠️ When to Unzip vs Read To preserve ANY formatting from the source document, MUST unzip and parse XML. Read tool returns plain text only — fonts, colors, alignment, borders, styles are lost. Need Method Text content only (summarize, analyze, translate) Read tool is fine Formatting info (copy styles, preserve layout, template filling) Unzip and parse XML Structure + comments/track changes pandoc input.docx -t markdown Core Principles Preserve formatting — When editing existing docu...
256
12268 axum bobmatnyc/claude-mpm-skills
Axum (Rust) - Production Web APIs Overview Axum is a Rust web framework built on Hyper and Tower. Use it for type-safe request handling with composable middleware, structured errors, and excellent testability. Quick Start Minimal server ✅ Correct: typed handler + JSON response use axum::{routing::get, Json, Router}; use serde::Serialize; use std::net::SocketAddr; [derive(Serialize)] struct Health { status: &'static str, } async fn health() -> Json<Health> { Json(Health { status: "o...
255
12269 novelist-analyst rysweet/amplihack
Analyze events through the disciplinary lens of narrative fiction, applying established storytelling frameworks (three-act structure, hero's journey, character arc theory), narrative theory, and literary analytical methods to understand human motivations, dramatic stakes, thematic resonance, and story coherence in real-world events. When to Use This Skill - Leadership Analysis: Understanding leaders as characters with motivations, flaws, and arcs - Organizational Narratives: Analyzing compan...
255
12270 nodejs-backend alinaqi/claude-bootstrap
Node.js Backend Skill Load with: base.md + typescript.md Project Structure project/ ├── src/ │ ├── core/ Pure business logic │ │ ├── types.ts Domain types │ │ ├── errors.ts Domain errors │ │ └── services/ Pure functions │ │ ├── user.ts │ │ └── order.ts │ ├── infra/ Side effects │ │ ├── http/ HTTP layer │ │ │ ├── server.ts Server setup │ │ │ ├── routes/ ...
255
12271 game-development miles990/claude-software-skills
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
255
12272 pandoc plinde/claude-plugins
Pandoc Document Conversion Skill Convert documents between formats using pandoc, the universal document converter. Prerequisites Check if pandoc is installed pandoc --version Install via Homebrew if needed brew install pandoc Common Conversions Markdown to Word (.docx) Basic conversion pandoc input.md -o output.docx With table of contents pandoc input.md --toc -o output.docx With custom reference doc (for styling) pandoc input.md --reference-doc = template.docx -o output.docx Standalone wi...
255
12273 nansen-wallet-batch nansen-ai/nansen-cli
ADDRESSES = "0xaddr1,0xaddr2,0xaddr3,..." CHAIN = ethereum nansen research profiler batch --addresses " $ADDRESSES " --chain $CHAIN --include labels,balance → .data.{total, completed, results[]: {address, chain, labels[], balance, error}} labels[]: {label, category ("smart_money","fund","social","behavioral","others"), fullname} balance: {data[]: {token_symbol, token_amount, price_usd, value_usd}} Check .error per result — invalid addresses return an error message, not a crash. Skip those. Ke...
255
12274 nansen-perp-trader-profile nansen-ai/nansen-cli
Perp Trader Answers: "What is this perp trader doing? What are their positions and track record?" ADDR = < address > nansen research profiler labels --address $ADDR --chain ethereum → label, category (identity, SM labels) nansen research profiler perp-positions --address $ADDR → asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd nansen research profiler perp-trades --address $ADDR --days 7 --limit 20 → timestamp, token_symbol, side, action (Open/Close/Redu...
255
12275 nansen-wallet-deep-dive nansen-ai/nansen-cli
Wallet Analysis Answers: "Who is this wallet and what have they been doing?" ADDR = < address > CHAIN = ethereum nansen research profiler labels --address $ADDR --chain $CHAIN → label, category (e.g. "Smart Trader", "Fund", "Public Figure", ENS names) nansen research profiler balance --address $ADDR --chain $CHAIN → token_symbol, token_name, token_amount, price_usd, value_usd per holding nansen research profiler pnl-summary --address $ADDR --chain $CHAIN --days 30 → realized_pnl_usd, realized...
255
12276 pixverse-ai-image-and-video-generator pixverseai/skills
PixVerse CLI — Master Skill What is PixVerse CLI PixVerse CLI is the official command-line interface for PixVerse — an AI-powered creative platform for generating videos and images. It is essentially a UI-free version of the PixVerse website : all features, models, and parameters are aligned with the web experience at app.pixverse.ai . It is designed for: AI agents (primary) — structured JSON output, deterministic exit codes, and pipeable commands for autonomous workflows (Claude Code, Cursor, C...
255
12277 frontend-ui-ux code-yeongyu/oh-my-opencode
Role: Designer-Turned-Developer You are a designer who learned to code. You see what pure developers miss—spacing, color harmony, micro-interactions, that indefinable "feel" that makes interfaces memorable. Even without mockups, you envision and create beautiful, cohesive interfaces. Mission: Create visually stunning, emotionally engaging interfaces users fall in love with. Obsess over pixel-perfect details, smooth animations, and intuitive interactions while maintaining code quality. Work Pr...
254
12278 golang-testing-strategies bobmatnyc/claude-mpm-skills
Go Testing Strategies Overview Go provides a robust built-in testing framework (testing package) that emphasizes simplicity and developer productivity. Combined with community tools like testify and gomock, Go testing enables comprehensive test coverage with minimal boilerplate. Key Features: 📋 Table-Driven Tests: Idiomatic pattern for testing multiple inputs ✅ Testify: Readable assertions and test suites 🎭 Gomock: Type-safe interface mocking ⚡ Benchmarking: Built-in performance testing 🔍 Rac...
254
12279 test-xcode everyinc/compound-engineering-plugin
Xcode Test Skill Build, install, and test iOS apps on the simulator using XcodeBuildMCP. Captures screenshots, logs, and verifies app behavior. Prerequisites Xcode installed with command-line tools XcodeBuildMCP MCP server connected Valid Xcode project or workspace At least one iOS Simulator available Workflow 0. Verify XcodeBuildMCP is Available Check that the XcodeBuildMCP MCP server is connected by calling its list_simulators tool. MCP tool names vary by platform: Claude Code: mcp__xcodebuild...
254
12280 shadcn-ui existential-birds/beagle
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...
254
12281 clerk-nextjs-skills gocallum/nextjs16-agent-skills
Links Clerk Next.js Quickstart Clerk MCP Server Guide Clerk Next.js SDK Reference clerkMiddleware() Reference Reading User Data Protecting Routes OAuth Token Verification Clerk Dashboard @vercel/mcp-adapter @clerk/mcp-tools MCP Example Repository Quick Start 1. Install Dependencies (Using pnpm) pnpm add @clerk/nextjs For MCP server integration, also install: pnpm add @vercel/mcp-adapter @clerk/mcp-tools 2. Create proxy.ts (Next.js 16) The proxy.ts file replaces middleware.ts from Next.js 15. ...
254
12282 upstash-redis-kv intellectronica/agent-skills
Upstash Redis Key-Value Store Interact with Upstash's Redis-compatible key-value store using the REST interface. Script Location bun run scripts/upstash-client.ts < command > [ args .. . ] IMPORTANT : Always run with bun run , not directly. Configuration Environment Variables The script uses these environment variables by default: UPSTASH_REDIS_REST_URL - The Upstash REST API URL UPSTASH_REDIS_REST_TOKEN - The Upstash REST API token Overriding Credentials If the user provides credentials from an...
254
12283 sensitivity-check jwynia/agent-skills
Sensitivity Check: Evaluative Skill You evaluate representation accuracy and flag potential harm concerns in fiction. Your role is to identify issues that might cause harm to readers from affected communities, while respecting authorial intent and providing constructive alternatives. Core Principle Good intentions don't prevent harmful impact. The goal is not to police creativity but to help writers create more accurate, respectful, and authentic representation. A sensitivity check asks: "Ho...
254
12284 reddit-fetch ykdojo/claude-code-tips
Reddit Fetch via Gemini CLI When WebFetch fails to access Reddit (blocked, 403, etc.), use Gemini CLI via tmux. Pick a unique session name (e.g., gemini_abc123) and use it consistently throughout. Setup tmux new-session -d -s <session_name> -x 200 -y 50 tmux send-keys -t <session_name> 'gemini' Enter sleep 3 wait for Gemini CLI to load Send query and capture output tmux send-keys -t <session_name> 'Your Reddit query here' Enter sleep 30 wait for response (adjust as needed, up to 90s for ...
254
12285 belief-systems jwynia/agent-skills
Belief Systems: Religion Design Skill You help writers create authentic religious and belief systems for fictional worlds by applying the ten core principles that govern how real belief systems form, function, and evolve. This produces religions that feel lived-in rather than designed. Core Principles Experiential Foundation: Belief systems originate in attempts to explain and influence significant experiences Ecological Integration: Religious practices reflect adaptation to local environments...
254
12286 meme-factory davila7/claude-code-templates
Meme Factory Create memes using the free memegen.link API and textual meme formats. Triggers Trigger Description /meme-factory Manual invocation /meme-factory {template} {top} {bottom} Direct meme generation meme-factory: create a meme about X Natural language request Quick Reference Action Format Basic meme https://api.memegen.link/images/{template}/{top}/{bottom}.png With sizing ?width=1200&height=630 Custom background ?style=https://example.com/image.jpg All templates https://api.memegen.link...
254
12287 diffdock davila7/claude-code-templates
DiffDock: Molecular Docking with Diffusion Models Overview DiffDock is a diffusion-based deep learning tool for molecular docking that predicts 3D binding poses of small molecule ligands to protein targets. It represents the state-of-the-art in computational docking, crucial for structure-based drug discovery and chemical biology. Core Capabilities: Predict ligand binding poses with high accuracy using deep learning Support protein structures (PDB files) or sequences (via ESMFold) Process single...
254
12288 clinvar-database davila7/claude-code-templates
ClinVar Database Prerequisites Show more Installs 426 Repository google-deepmind…e-skills GitHub Stars 1.2K First Seen May 19, 2026
254
12289 tavily-web davila7/claude-code-templates
tavily-web Overview Web search, content extraction, crawling, and research capabilities using Tavily API When to Use When you need to search the web for current information When extracting content from URLs When crawling websites Installation npx skills add -g BenedictKing/tavily-web Step-by-Step Guide Install the skill using the command above Configure Tavily API key Use naturally in Claude Code conversations Examples See GitHub Repository for examples. Best Practices Configure API keys via env...
254
12290 core-components davila7/claude-code-templates
Core Components Design System Overview Use components from your core library instead of raw platform components. This ensures consistent styling and behavior. Design Tokens NEVER hard-code values. Always use design tokens. Spacing Tokens // CORRECT - Use tokens <Box padding="$4" marginBottom="$2" /> // WRONG - Hard-coded values <Box padding={16} marginBottom={8} /> Token Value $1 4px $2 8px $3 12px $4 16px $6 24px $8 32px Color Tokens // CORRECT - Semantic tokens <Text color="$textPrimary"...
254
12291 google-app-engine jezweb/claude-skills
Google App Engine Status: Production Ready Last Updated: 2026-01-24 Dependencies: Google Cloud SDK (gcloud CLI) Skill Version: 1.0.0 Quick Start (10 Minutes) 1. Prerequisites Install Google Cloud SDK macOS brew install google-cloud-sdk Or download from https://cloud.google.com/sdk/docs/install Authenticate gcloud auth login gcloud config set project YOUR_PROJECT_ID Enable required APIs gcloud services enable appengine.googleapis.com gcloud services enable sqladmin.googleapis.com gcloud...
253
12292 anthropic-sdk bobmatnyc/claude-mpm-skills
Anthropic SDK - Official Claude AI Integration progressive_disclosure: entry_point: summary: "Official Anthropic SDK for Claude AI - chat, streaming, function calling, vision" when_to_use: - "When integrating Claude AI into applications" - "When building AI-powered features with Claude models" - "When using function calling/tool use patterns" - "When processing images with vision models" - "When implementing streaming chat interfaces" quick_start: - "pip install anthropic (Python) or npm install...
253
12293 performance-analytics anthropics/knowledge-work-plugins
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
253
12294 spreadsheet-processor qodex-ai/ai-agent-skills
Requirements for Outputs All Excel files Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with established patterns Existing template conventions ALWAYS override these guidelines Financial models Color Coding Standards Unless otherwise stated by t...
253
12295 kernel-python-sdk kernel/skills
When to Use This Skill Use the Kernel Python SDK when you need to: Build browser automation scripts - Create Python programs that control remote browsers Execute server-side automation - Run Playwright code directly in the browser VM without local dependencies Manage browser sessions programmatically - Create, configure, and control browsers from code Build scalable scraping/testing tools - Use browser pools and profiles for high-volume automation Deploy automation as actions - Package scripts a...
253
12296 error-diagnostics-error-analysis sickn33/antigravity-awesome-skills
Error Analysis and Resolution You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions. Use this skill when Investigating production incidents or recurring errors Performing root-cause analysis across services Designing observability and error handling improvements Do not use this skill when The task is purely feature development You cannot access error reports, logs, o...
253
12297 browsing obra/superpowers-chrome
Browsing with Chrome Direct Overview Control Chrome via DevTools Protocol using the use_browser MCP tool. Single unified interface with auto-starting Chrome. Announce: "I'm using the browsing skill to control Chrome." When to Use Use this when: Controlling authenticated sessions Managing multiple tabs in running browser Playwright MCP unavailable or excessive Use Playwright MCP when: Need fresh browser instances Generating screenshots/PDFs Prefer higher-level abstractions Auto-Capture Every DOM ...
253
12298 geo-fundamentals davila7/claude-code-templates
GEO Fundamentals Optimization for AI-powered search engines. 1. What is GEO? GEO = Generative Engine Optimization Goal Platform Be cited in AI responses ChatGPT, Claude, Perplexity, Gemini SEO vs GEO Aspect SEO GEO Goal 1 ranking AI citations Platform Google AI engines Metrics Rankings, CTR Citation rate Focus Keywords Entities, data 2. AI Engine Landscape Engine Citation Style Opportunity Perplexity Numbered [1][2] Highest citation rate ChatGPT Inline/footnotes Custom GPTs Claude Contextual...
253
12299 nocobase-data-modeling nocobase/skills
Goal Use the available NocoBase data-modeling surface to inspect and change collections, fields, relations, and view-backed schemas. Prefer the transport in this order: the nb api data-modeling CLI whenever it is available another equivalent data-modeling transport only when the CLI is unavailable and it exposes the same operation surface Do not make the skill depend on one executable name. Treat CLI command names and equivalent wrappers as transport details around the same modeling operations. ...
253
12300 testing dalestudy/skills
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
253