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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,502
总 Skills
36.7M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
9051 nano-banana kkoppenhaver/cc-nano-banana
Nano Banana - Gemini Native Image Generation Generate images with Google Gemini native image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-pro-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Models Model App ID Speed Quality Gemini 3 Pro Image google/gemini-3-pro-image-preview Slower Best Gemini 2.5 Flash Image google/gemi...
227
9052 tech-stack-evaluator alirezarezvani/claude-skills
Technology Stack Evaluator A comprehensive evaluation framework for comparing technologies, frameworks, cloud providers, and complete technology stacks. Provides data-driven recommendations with TCO analysis, security assessment, ecosystem health scoring, and migration path analysis. Capabilities This skill provides eight comprehensive evaluation capabilities: Technology Comparison: Head-to-head comparisons of frameworks, languages, and tools (React vs Vue, PostgreSQL vs MongoDB, Node.js vs ...
227
9053 clinvar-database davila7/claude-code-templates
ClinVar Database Overview ClinVar is NCBI's freely accessible archive of reports on relationships between human genetic variants and phenotypes, with supporting evidence. The database aggregates information about genomic variation and its relationship to human health, providing standardized variant classifications used in clinical genetics and research. When to Use This Skill This skill should be used when: Searching for variants by gene, condition, or clinical significance Interpreting clin...
227
9054 test-fixing davila7/claude-code-templates
Test Fixing Systematically identify and fix all failing tests using smart grouping strategies. When to Use Explicitly asks to fix tests ("fix these tests", "make tests pass") Reports test failures ("tests are failing", "test suite is broken") Completes implementation and wants tests passing Mentions CI/CD failures due to tests Systematic Approach 1. Initial Test Run Run make test to identify all failing tests. Analyze output for: Total number of failures Error types and patterns Affected mo...
227
9055 session-memory humanplane/homunculus
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
227
9056 kotlin-development mindrally/skills
Kotlin Development Best Practices General Principles Use English for all code and documentation Always declare the type of each variable and function Avoid the any type; create necessary types instead No blank lines within function bodies Naming Conventions Case Standards PascalCase: Classes, interfaces, enums camelCase: Variables, functions, methods, parameters UPPERCASE: Environment variables, constants underscores_case: Files and directories Naming Guidelines Start each function with a verb (...
227
9057 web-development mindrally/skills
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
227
9058 search-specialist sickn33/antigravity-awesome-skills
Use this skill when Working on search specialist tasks or workflows Needing guidance, best practices, or checklists for search specialist Do not use this skill when The task is unrelated to search specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . ...
227
9059 tdd-workflows-tdd-green sickn33/antigravity-awesome-skills
Green Phase: Simple function def product_list(request): products = Product.objects.all() return JsonResponse({'products': list(products.values())}) Refactor: Class-based view class ProductListView(View): def get(self, request): products = Product.objects.all() return JsonResponse({'products': list(products.values())}) Refactor: Generic view class ProductListView(ListView): model = Product context_object_name = 'products' Express Patterns Inline → Middleware → Service Layer: ```javascript // Gre...
227
9060 security-compliance-compliance-check sickn33/antigravity-awesome-skills
Regulatory Compliance Check You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance. Use this skill when Assessing compliance readiness for GDPR, HIPAA, SOC2, or PCI-DSS Building control checklists and audit evidence Designing compliance monitoring and reporting Do not use this ski...
227
9061 design-audit bencium/bencium-claude-code-design-skill
Design Audit Skill You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed. Before You Start Read and internalize before forming any opinion: DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii FRONTEND_GUIDELINES (.md) — component engineering, state m...
227
9062 slack-notifications oimiragieo/agent-studio
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Slack Notifications Skill Overview This skill provides Slack API operations with progressive disclosure for optimal context usage. Context Savings : ~90% reduction MCP Mode : ~15,000 tokens always loaded (30+ tools) Skill Mode : ~500 tokens metadata + on-demand loading Requirements SLACK_BOT_TOKEN environment variable (required) SLACK_SIGNING_SECRET environment variable (optional, for event verification) SLACK_A...
227
9063 symfony:config-env-parameters makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:config-env-parameters<div
227
9064 scala-pro sickn33/antigravity-awesome-skills
Use this skill when Working on scala pro tasks or workflows Needing guidance, best practices, or checklists for scala pro Do not use this skill when The task is unrelated to scala pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are an elite Scala e...
227
9065 llm-icon-finder daymade/claude-code-skills
Finding AI/LLM Brand Icons Access AI/LLM model brand icons and logos from the lobe-icons library. The library contains 100+ icons for models (Claude, GPT, Gemini), providers (OpenAI, Anthropic, Google), and applications (ComfyUI, LobeChat). Icon Formats and Variants Available formats: SVG (scalable), PNG (raster), WEBP (compressed) Theme variants: light, dark, and color (some icons) CDN URL Patterns Construct URLs using these patterns: SVG https://raw.githubusercontent.com/lobehub/lobe-ic...
227
9066 alphaear-search rkiding/awesome-finance-skills
AlphaEar Search Skill Overview Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search. Capabilities 1. Web Search Use scripts/search_tools.py via SearchTools . Search : search(query, engine, max_results) Engines: jina , ddg , baidu , local . Returns: JSON string (summary) or List[Dict] (via search_list ). Smart Cache (Agentic) : If you want to avoid redundant searches, use the Search Cache Relevance Prompt in references/PROMPTS.md . Read the cache first and decide if it's ...
227
9067 nansen-token-transfer-analysis nansen-ai/nansen-cli
Token Forensics Answers: "Where is this token moving? Who is sending it and where?" TOKEN = < address > CHAIN = ethereum Examples: UNI on ethereum (0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984) BONK on solana (DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263) Note: token flows does NOT support stablecoins (USDC, USDT, etc.) — use non-stablecoin tokens nansen research token transfers --token $TOKEN --chain $CHAIN --days 7 --limit 20 → from_address_label, to_address_label, transfer_amount,...
227
9068 nansen-holder-analysis nansen-ai/nansen-cli
Holder Quality Answers: "Is this token held by quality wallets or retail noise?" TOKEN = < address > CHAIN = ethereum nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address, address_label, value_usd, ownership_percentage, balance_change_24h/7d/30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → net_flow_usd and wallet_count per label: smart_trader, whale, exchange, fresh_wallets nansen research token who-bought-sold --token $TOKEN...
227
9069 nansen-trading nansen-ai/nansen-cli
Trade Two-step flow: quote then execute. Trades are irreversible once on-chain. Prerequisite: You need a wallet first. Run nansen wallet create before trading. Quote nansen trade quote \ --chain solana \ --from SOL \ --to USDC \ --amount 1000000000 Symbols resolve automatically: SOL , ETH , USDC , USDT , WETH . Raw addresses also work. Note: at least one side must be USDC or the native token — see Constraints below. Constraints Swap constraint: At least one side of every swap must be USDC or the...
227
9070 nansen-polymarket-insider-scan nansen-ai/nansen-cli
PM Suspicious Wallet Scanner Answers: "Are there wallets with suspicious trading patterns in this Polymarket market?" 1. Find the resolved market nansen research prediction-market market-screener --query "<market name>" --status closed --limit 5 → market_id, question, volume, last_trade_price 2. Get top winners (positive PnL) — paginate if needed, keep per_page <= 10 MID = < market_id > nansen research prediction-market pnl-by-market --market-id $MID --limit 10 → address (proxy), owner_addre...
227
9071 eve-agent-memory incept5/eve-skillpacks
Eve Agent Memory Agents on Eve Horizon have no built-in "memory" primitive, but the platform provides storage systems at every timescale. This skill teaches how to compose them into coherent memory for agents that learn, remember, and share. The Memory Problem Every agent starts cold. Without deliberate memory design, agents: Re-discover the same facts on every job. Lose context when jobs end. Cannot share learned knowledge with sibling agents. Accumulate stale information with no expiry. Solve ...
227
9072 moai-domain-uiux modu-ai/moai-adk
Quick Reference Core UI/UX Foundation - Enterprise-grade UI/UX foundation integrating design systems (W3C DTCG 2025.10), component architecture (React 19, Vue 3.5), accessibility (WCAG 2.2), icon libraries (200K+ icons), and theming systems. Unified Capabilities: Design Systems: W3C DTCG 2025.10 tokens, Style Dictionary 4.0, Figma MCP workflows Component Architecture: Atomic Design, React 19, Vue 3.5, shadcn/ui, Radix UI primitives Accessibility: WCAG 2.2 AA/AAA compliance, keyboard navigatio...
227
9073 capacitor-splash-screen cap-go/capgo-skills
Splash Screen in Capacitor Configure and customize splash screens for iOS and Android. When to Use This Skill User wants to customize splash screen User needs splash screen assets User wants animated splash User has splash screen issues Quick Start Install Plugin bun add @capacitor/splash-screen bunx cap sync Basic Configuration // capacitor.config.ts import type { CapacitorConfig } from '@capacitor/cli' ; const config : CapacitorConfig = { plugins : { SplashScreen : { launchShowDuration : 2000 ...
227
9074 go-generics cxuu/golang-skills
Go Generics and Type Parameters When to Use Generics Start with concrete types. Generalize only when a second type appears. Prefer Generics When Multiple types share identical logic (sorting, filtering, map/reduce) You would otherwise rely on any and excessive type switching You are building a reusable data structure (concurrent-safe set, ordered map) Avoid Generics When Only one type is being instantiated in practice Interfaces already model the shared behavior cleanly The generic code is harde...
227
9075 hugging-face-trackio huggingface/skills
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Two Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Retrieving metrics after/during training CLI references/retrieving_metrics.md When to Use Each Python API → Logging Use import trackio in your training scripts to log metrics: I...
226
9076 code-reviewer alirezarezvani/claude-skills
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
226
9077 direct-response-copy sanky369/vibe-building-skills
Direct Response Copy Skill Overview Direct Response Copy is copy designed to get a specific action (click, signup, purchase). This skill teaches you the architecture and principles of persuasive copy. Keywords: copywriting, sales copy, persuasion, conversion copy, landing page copy, direct response, copywriting principles Core Methodology Direct response copy follows a specific architecture: Hook — Grab attention immediately Problem — Validate their problem Mechanism — Explain your unique m...
226
9078 reactome-database davila7/claude-code-templates
Reactome Database Overview Reactome is a free, open-source, curated pathway database with 2,825+ human pathways. Query biological pathways, perform overrepresentation and expression analysis, map genes to pathways, explore molecular interactions via REST API and Python client for systems biology research. When to Use This Skill This skill should be used when: Performing pathway enrichment analysis on gene or protein lists Analyzing gene expression data to identify relevant biological pathway...
226
9079 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...
226
9080 firecrawl-scraper davila7/claude-code-templates
Firecrawl Web Scraper Skill Status : Production Ready Last Updated : 2026-01-20 Official Docs : https://docs.firecrawl.dev API Version : v2 SDK Versions : firecrawl-py 4.13.0+, @mendable/firecrawl-js 4.11.1+ What is Firecrawl? Firecrawl is a Web Data API for AI that turns websites into LLM-ready markdown or structured data. It handles: JavaScript rendering - Executes client-side JavaScript to capture dynamic content Anti-bot bypass - Gets past CAPTCHA and bot detection systems Format conversion ...
226
9081 codex skills-directory/skill-codex
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
226
9082 autogen-development mindrally/skills
AutoGen Multi-Agent Development You are an expert in Microsoft AutoGen, a framework for building multi-agent AI systems with Python, focusing on agent orchestration, tool integration, and scalable AI applications. Key Principles Write concise, technical responses with accurate Python examples Use async/await patterns for agent communication Implement proper error handling and logging Follow event-driven architecture patterns Use type hints for all function signatures Setup and Installation Env...
226
9083 remix mindrally/skills
Remix Development You are an expert in Remix, React, TypeScript, and full-stack web development. Key Principles Write concise, technical Remix code with accurate TypeScript examples Embrace progressive enhancement and web standards Use loaders for data fetching and actions for mutations Leverage nested routes for code organization Prioritize server-side rendering and web fundamentals Project Structure app/ ├── components/ Reusable React components ├── models/ Database mod...
226
9084 billing-automation sickn33/antigravity-awesome-skills
Billing Automation Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation. When to Use This Skill Implementing SaaS subscription billing Automating invoice generation and delivery Managing failed payment recovery (dunning) Calculating prorated charges for plan changes Handling sales tax, VAT, and GST Processing usage-based billing Managing billing cycles and renewals Core Concepts 1. Billing Cycles Common Intervals:...
226
9085 dependency-management-deps-audit sickn33/antigravity-awesome-skills
Dependency Audit and Security Analysis You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies. Use this skill when Auditing dependencies for vulnerabilities Checking license compliance or supply-chain risks Identifying outdated packages and upgrade paths Preparing security reports or remedia...
226
9086 llm-application-dev-ai-assistant sickn33/antigravity-awesome-skills
AI Assistant Development You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natural language understanding, context management, and seamless integrations. Use this skill when Working on ai assistant development tasks or workflows Needing guidance, best practices, or checklists for ai assistant development Do not use this skill when The task is unrelated ...
226
9087 active-directory-attacks sickn33/antigravity-awesome-skills
Active Directory Attacks Purpose Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing. Inputs/Prerequisites Kali Linux or Windows attack platform Domain user credentials (for most attacks) Network access to Domain Controller Tools: Impacket, Mimikatz, BloodHound, Rubeus, CrackMapExec Outputs...
226
9088 fal-image-edit sickn33/antigravity-awesome-skills
fal.ai Image Edit Edit images using AI: style transfer, object removal, background changes, and more. How It Works User provides image URL and editing instructions Script selects appropriate model Sends request to fal.ai API Returns edited image URL Finding Models To discover the best and latest image editing models, use the search API: Search for image editing models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "image-to-image" Search for specific editing capabilitie...
226
9089 gpui-context longbridge/gpui-component
Overview GPUI uses different context types for different scenarios: Context Types: App: Global app state, entity creation Window: Window-specific operations, painting, layout Context<T>: Entity-specific context for component T AsyncApp: Async context for foreground tasks AsyncWindowContext: Async context with window access Quick Start Context - Component Context impl MyComponent { fn update_state(&mut self, cx: &mut Context<Self>) { self.value = 42; cx.notify(); // Trigger...
226
9090 symfony:brainstorming makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:brainstorming<div
226
9091 symfony:runner-selection makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:runner-selection<div
226
9092 nansen-web-fetcher nansen-ai/nansen-cli
Web Fetch Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context. nansen web fetch https://nansen.ai --question "What products does Nansen offer?" nansen web fetch --url https://example.com --url https://other.com --question "Compare these two sites" nansen web fetch https://docs.uniswap.org/contracts/v4/overview --question "What changed in v4?" Positional args and --url flags can be combined — all become URLs to fetch. Flag Values Default Purpose --url URL — URL...
226
9093 nansen-perp-screener nansen-ai/nansen-cli
Perp Market Scan Answers: "What's the state of the Hyperliquid perp market right now?" nansen research perp screener --sort volume:desc --limit 20 → token_symbol, volume, buy/sell_volume, buy_sell_pressure, open_interest, funding, mark_price nansen research perp leaderboard --days 7 --limit 20 → trader_address, trader_address_label, total_pnl, roi, account_value nansen research smart-money perp-trades --limit 20 → token_symbol, side, action (Open/Close), value_usd, price_usd, trader_address_l...
226
9094 lyric-diagnostic jwynia/agent-skills
Lyric Diagnostic: Skill You diagnose lyric problems across multiple dimensions. Your role is to identify why lyrics fail and guide writers (human or AI) toward more effective choices. Core Principle Lyrics fail in predictable, diagnosable ways. Generic is not neutral—generic is bad. AI-generated lyrics cluster at statistical distribution centers: the most probable word choices, rhyme pairs, and emotional vocabulary. Probability optimization produces mediocrity. Effective lyrics require inten...
226
9095 ghost mindrally/skills
Ghost CMS Theme Development You are an expert in Ghost CMS theme development, Handlebars templating, and modern frontend technologies. Core Principles Write semantic, accessible HTML Use Handlebars helpers effectively Optimize for performance and SEO Follow Ghost theme development best practices Create responsive, mobile-first designs Project Structure theme/ ├── assets/ │ ├── css/ │ │ └── screen.css │ ├── js/ │ │ └── main.js │ └── images/ ├── partials/ │ ├── header.hbs │ ├──...
226
9096 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...
226
9097 github-automation sickn33/antigravity-awesome-skills
GitHub Automation via Rube MCP Automate GitHub repository management, issue tracking, pull request workflows, branch operations, and CI/CD through Composio's GitHub toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active GitHub connection via RUBE_MANAGE_CONNECTIONS with toolkit github Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just...
226
9098 whisper-transcription guia-matthieu/clawfu-skills
Whisper Transcription Transcribe any audio or video to text using OpenAI's Whisper model - the same technology powering ChatGPT voice features. When to Use This Skill Podcast repurposing - Convert episodes to blog posts, show notes, social snippets Video subtitles - Generate SRT/VTT files for YouTube, social media Interview extraction - Pull quotes and insights from recorded calls Content audit - Make audio/video libraries searchable Translation - Transcribe and translate foreign language conten...
226
9099 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...
226
9100 local-action-verification google-labs-code/jules-skills
Local Action Verification with act You are setting up a repository so that Jules (or any agent) can run GitHub Actions workflows locally using act to verify code changes pass CI before pushing. What You're Setting Up Two scripts and an agents.md section that enable local CI verification: install-act.sh — Installs act if missing (platform-aware, sudo fallback) run-act.sh — Runs act in the background with log polling to avoid agent timeouts AGENTS.md section — Instructions Jules reads to know how ...
226