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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
8651 ce-worktree everyinc/compound-engineering-plugin
Worktree Creation Create a worktree under .worktrees/<branch> with branch-specific setup that git worktree add alone does not handle: Copies .env , .env.local , .env.test , etc. from the main repo (skips .env.example ) Trusts mise / direnv configs, with branch-aware safety rules so review branches do not auto-grant trust to untrusted .envrc content Adds .worktrees to .gitignore if not already ignored Does not modify the main repo checkout — from-branch is fetched, not checked out Creating a work...
378
8652 ce-gemini-imagegen everyinc/compound-engineering-plugin
Gemini Image Generation (Nano Banana Pro) Generate and edit images using Google's Gemini API. The environment variable GEMINI_API_KEY must be set. Default Model Model Resolution Best For gemini-3-pro-image-preview 1K-4K All image generation (default) Note: Always use this Pro model. Only use a different model if explicitly requested. Quick Reference Default Settings Model: gemini-3-pro-image-preview Resolution: 1K (default, options: 1K, 2K, 4K) Aspect Ratio: 1:1 (default) Show more
378
8653 wordpress mindrally/skills
WordPress You are an expert in WordPress and WooCommerce development with deep knowledge of PHP and WordPress ecosystem. Core Principles Write concise, technical responses with accurate PHP examples Follow WordPress coding standards and object-oriented programming practices Use lowercase with hyphens for directories (e.g., wp-content/themes/my-theme) Favor hooks (actions and filters) for extending functionality Never modify core WordPress files PHP/WordPress Standards Implement PHP 7.4+ featur...
378
8654 ios-developer sickn33/antigravity-awesome-skills
Use this skill when Working on ios developer tasks or workflows Needing guidance, best practices, or checklists for ios developer Do not use this skill when The task is unrelated to ios developer 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 i...
378
8655 static-import patternsdev/skills
Static Import The import keyword allows us to import code that has been exported by another module. By default, all modules we're statically importing get added to the initial bundle. A module that is imported by using the default ES2015 import syntax, import module from 'module' , is statically imported. Let's look at an example! A simple chat app contains a Chat component, in which we're statically importing and rendering three components: UserProfile , a ChatList , and a ChatInput to type and...
378
8656 web3-polymarket polymarket/agent-skills
Polymarket Skill When to use this skill Use this skill when the user asks about or needs to build: Polymarket API authentication (L1/L2, API keys, HMAC signing) Placing or managing orders (limit, market, GTC, GTD, FOK, FAK, batch, cancel) Reading orderbook data (prices, spreads, midpoints, depth) Market data fetching (events, markets, by slug, by tag, pagination) WebSocket subscriptions (market channel, user channel, sports) CTF operations (split, merge, redeem positions) Negative risk markets (...
378
8657 hyva-playwright-test hyva-themes/hyva-ai-tools
Writing Playwright Tests for Hyvä + Alpine.js Overview Hyvä replaces Luma's KnockoutJS/RequireJS/jQuery with Alpine.js + Tailwind CSS. Playwright's strict mode (rejects locators matching multiple elements) conflicts with Alpine.js DOM patterns where hidden elements exist throughout the page. This skill documents pitfalls and solutions discovered while writing Playwright tests for Hyvä storefronts. The 1 Rule: Hidden Alpine Elements Hyvä templates scatter elements like <div x-show="displayErrorMe...
378
8658 copywriter shipshitdev/library
Copywriter Skill You are an expert copywriter and brand voice guardian, specializing in direct, conversion-focused copy that adapts to each project's brand voice and tone. Project Context Discovery Before writing copy, discover the project's brand voice: Scan Project Documentation: Check .agents/SYSTEM/ARCHITECTURE.md for brand guidelines Look for brand voice documentation in project docs Review .agents/SOP/ for copywriting standards Check for existing copy examples Identify Brand Voice: Review ...
378
8659 mermaid-diagram-generator rysweet/amplihack
Mermaid Diagram Generator Skill Purpose This skill automatically converts text descriptions of system architectures, module specifications, workflow documentation, and design concepts into valid Mermaid diagram syntax. It enables clear visual communication of complex systems, ensuring diagrams are production-ready and embeddable in markdown documentation. When to Use This Skill Architecture Visualization : Convert architecture descriptions into flowcharts or block diagrams Module Relationships :...
377
8660 vega-multi-tv-migration amazonappdev/devices-agent-skills
Vega Multi-Platform Migration Overview Migrate Vega OS (Fire TV) apps to multi-platform React Native monorepo with 70-85% code reuse across Android TV, Apple TV, and Vega OS. When to Apply Use this skill when user mentions: Migrating Vega/Fire TV app to other platforms Building multi-platform TV application Converting single-platform TV app to monorepo Adding Android TV or Apple TV support Sharing code between TV platforms Setting up Yarn workspaces for TV apps Phase Priority Guide Show more Ins...
377
8661 unity mindrally/skills
Unity You are an expert in Unity game development and C with deep knowledge of game architecture and performance optimization. Core Principles Write clear, technical responses with precise C and Unity examples Leverage built-in features and prioritize maintainability following C conventions Structure projects modularly using component-based architecture Prioritize performance, scalability, and maintainability in architecture C Standards Employ MonoBehaviour for GameObject components Use Script...
377
8662 swr mindrally/skills
SWR Best Practices You are an expert in SWR (stale-while-revalidate), TypeScript, and React development. SWR is a React Hooks library for data fetching that first returns data from cache (stale), then sends the request (revalidate), and finally delivers up-to-date data. Core Principles Use SWR for all client-side data fetching Leverage automatic caching and revalidation Minimize boilerplate with SWR's built-in state management Implement proper error handling and loading states Use TypeScript f...
377
8663 kotlin-concurrency-expert new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
377
8664 skill-from-github gbsoss/skill-from-masters
Skill from GitHub When users want to accomplish something, search GitHub for quality projects that solve the problem, understand them deeply, then create a skill based on that knowledge. When to Use When users describe a task and you want to find existing tools/projects to learn from: "I want to be able to convert markdown to PDF" "Help me analyze sentiment in customer reviews" "I need to generate API documentation from code" Workflow Step 1: Understand User Intent Clarify what the user wan...
377
8665 figma hoodini/ai-agents-skills
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
377
8666 general-best-practices mindrally/skills
General Best Practices A comprehensive collection of software development best practices applicable across various technology stacks and project types. Code Quality Readability and Maintainability Write short, focused functions with a single responsibility. Use clear, descriptive names for variables, functions, and classes. Avoid deep nesting; prefer early returns and guard clauses. Keep functions and methods to a reasonable length (typically under 30 lines). Error Handling Always handle...
377
8667 django-python mindrally/skills
Django Python You are an expert in Django and Python web development. Core Principles Write clear, technical responses with precise Django examples Leverage Django's built-in features and tools extensively Maintain PEP 8 compliance and readability Use descriptive naming (lowercase with underscores) Structure projects modularly using Django apps Django/Python Guidelines Prefer class-based views for complex logic; function-based views for simpler tasks Leverage Django's ORM for database interactio...
377
8668 angular mindrally/skills
Angular You are an Angular, SASS, and TypeScript expert creating scalable, high-performance web applications with strict type safety and Angular's official style guide adherence. Core Principles Provide concise, precise examples with clear explanations Apply immutability and pure functions throughout services and state management Favor component composition over inheritance for enhanced modularity Use descriptive naming conventions (e.g., isUserLoggedIn , fetchData() ) Enforce kebab-case file na...
377
8669 pinia uni-helper/skills
Pinia Pinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration. The skill is based on Pinia v3.0.4, generated at 2026-01-28. Core References Topic Description Reference Stores Defining stores, state, getters, actions, storeToRefs, subscriptions core-stores Features Extensibility Topic Description Reference Plugins Extend stores with custom p...
377
8670 nextjs-supabase-auth davila7/claude-code-templates
Next.js + Supabase Auth You are an expert in integrating Supabase Auth with Next.js App Router. You understand the server/client boundary, how to handle auth in middleware, Server Components, Client Components, and Server Actions. Your core principles: Use @supabase/ssr for App Router integration Handle tokens in middleware for protected routes Never expose auth tokens to client unnecessarily Use Server Actions for auth operations when possible Understand the cookie-based session flow Capabiliti...
377
8671 logging-observability wshaddix/dotnet-skills
You are a senior .NET architect specializing in observability. When implementing logging and monitoring in Razor Pages applications, follow these patterns to ensure production-grade observability, troubleshooting capabilities, and integration with monitoring systems. Target .NET 8+ with nullable reference types enabled. Rationale Effective observability is critical for production applications. Poor logging makes debugging impossible, and lack of correlation IDs makes tracing requests across serv...
377
8672 import-on-visibility patternsdev/skills
Import On Visibility Besides user interaction, we often have components that aren't visible on the initial page. A good example of this is lazy loading images that aren't directly visible in the viewport, but only get loaded once the user scrolls down. As we're not requesting all images instantly, we can reduce the initial loading time. We can do the same with components! In order to know whether components are currently in our viewport, we can use the IntersectionObserver API , or use libraries...
377
8673 laravel-security-audit sickn33/antigravity-awesome-skills
Laravel Security Audit Skill Metadata Name: laravel-security-audit Focus: Security Review & Vulnerability Detection Scope: Laravel 10/11+ Applications Role You are a Laravel Security Auditor. You analyze Laravel applications for security vulnerabilities, misconfigurations, and insecure coding practices. You think like an attacker but respond like a security engineer. You prioritize: Data protection Input validation integrity Authorization correctness Secure configuration OWASP awareness Real-wor...
377
8674 legal-advisor lotosbin/claude-skills
Use this skill when Working on legal advisor tasks or workflows Needing guidance, best practices, or checklists for legal advisor Do not use this skill when The task is unrelated to legal advisor 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 a le...
377
8675 codebase-documenter mhattingpete/claude-skills-marketplace
Codebase Documenter Overview This skill enables creating comprehensive, beginner-friendly documentation for codebases. It provides structured templates and best practices for writing READMEs, architecture guides, code comments, and API documentation that help new users quickly understand and contribute to projects. Core Principles for Beginner-Friendly Documentation When documenting code for new users, follow these fundamental principles: Start with the "Why" - Explain the purpose before div...
377
8676 accountant-expert personamanagmentlayer/pcl
Expert guidance for accounting systems, financial reporting, tax compliance, and modern accounting technology. Core Concepts Accounting Principles - GAAP (Generally Accepted Accounting Principles) - IFRS (International Financial Reporting Standards) - Double-entry bookkeeping - Accrual vs cash accounting - Financial statement preparation - Audit and assurance Financial Statements - Balance sheet (Statement of Financial Position) - Income statement (P&L) - Cash flow statement - St...
377
8677 cartography alvinunreal/oh-my-opencode-slim
Cartography Skill You help users understand and map repositories by creating hierarchical codemaps. When to Use User asks to understand/map a repository User wants codebase documentation Starting work on an unfamiliar codebase Workflow Step 1: Check for Existing State First, check if .slim/cartography.json exists in the repo root. If it exists: Skip to Step 3 (Detect Changes) - no need to re-initialize. If it doesn't exist: Continue to Step 2 (Initialize). Step 2: Initialize (Only if no st...
376
8678 openwebninja openweb-ninja/openwebninja-skills
OpenWeb Ninja Universal Scraper Data extraction from 35+ OpenWeb Ninja APIs. This skill automatically selects the best API for your task, reads its docs, plans the extraction, and runs a script. When to use Use this skill when the user wants to: Extract structured data from the web (businesses, products, jobs, reviews, news, social profiles, finance data, etc.) Generate leads or enrich contact lists Run market research, competitor analysis, or price tracking Monitor content, trends, or brand men...
376
8679 azure-diagrams eraserlabs/eraser-io
Azure Diagram Generator Generates architecture diagrams for Azure infrastructure from ARM templates, Azure CLI output, or natural language descriptions. When to Use Activate this skill when: User has ARM (Azure Resource Manager) templates (JSON) User provides Azure CLI output (e.g., az vm list) User wants to visualize Azure resources User mentions Azure services (Virtual Machines, Storage Accounts, VNets, etc.) User asks to "diagram my Azure infrastructure" How It Works This skill generates...
376
8680 trading-signals scientiacapital/skills
<quick_start> Confluence analysis (methodologies agree = high-probability setup): score = sum(signal.strength * weights[signal.method] for signal in signals) action = 'BUY' if score >= 0.7 else 'WAIT' Score interpretation: 0.7-1.0: High conviction entry 0.4-0.7: Wait for more confluence 0.0-0.4: No trade Cost-effective routing: DeepSeek-V3 for pattern detection → Claude Sonnet for critical decisions </quick_start> <success_criteria> Analysis is successful when: Multiple methodologies prov...
376
8681 bencium-impact-designer bencium/bencium-claude-code-design-skill
Innovative Designer for impact Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out. This skill emphasizes bold creative commitment , brea...
376
8682 prometheus grafana/skills
Metrics with Prometheus and Grafana Value Proposition Prometheus is an open-source monitoring and alerting toolkit for cloud-native environments. Combined with Grafana Cloud Metrics (powered by Grafana Mimir), it provides a fully managed Prometheus-compatible service with long-term storage, global query performance, and enterprise scalability. Key Differentiators : Pull-based model, dimensional data model with labels, PromQL, automatic service discovery, scales to billions of active series. Prom...
376
8683 home-assistant-integrations-addons bradsjm/hassio-addons
Home Assistant Integrations & Add-ons Workflow Discover current integrations/add-ons and update availability. Summarize current state before changes. Avoid destructive operations unless explicitly requested. Prefer reloads over restarts when supported; validate config before restart. Tooling map (ha-mcp) Integrations: ha_get_integration , ha_set_integration_enabled , ha_delete_config_entry Add-ons: ha_get_addon Updates: ha_get_updates System health: ha_get_system_health Reload/restart: ha_reload...
376
8684 edge-strategy-designer tradermonty/claude-trading-skills
Edge Strategy Designer Overview Translate concept-level hypotheses into concrete strategy draft specs. This skill sits after concept synthesis and before pipeline export validation. When to Use You have edge_concepts.yaml and need strategy candidates. You want multiple variants (core/conservative/research-probe) per concept. You want optional exportable ticket files for interface v1 families. Prerequisites Python 3.9+ PyYAML edge_concepts.yaml produced by concept synthesis Output strategy_drafts...
376
8685 integration-testing aj-geddes/useful-ai-prompts
Integration Testing Overview Integration testing validates that different components, modules, or services work correctly together. Unlike unit tests that isolate single functions, integration tests verify the interactions between multiple parts of your system including databases, APIs, external services, and infrastructure. When to Use Testing API endpoints with real database connections Verifying service-to-service communication Validating data flow across multiple layers Testing repository/...
376
8686 design-system-creation aj-geddes/useful-ai-prompts
Design System Creation Overview A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality. When to Use Multiple product interfaces or teams Scaling design consistency Reducing redundant component development Improving design-to-dev handoff Creating shared language across teams Building reusable components Documenting design standards Instructions 1. Design System Components Design System Structure:...
376
8687 qiaomu-smart-search joeseesun/opencli-skill
智能搜索路由器 根据话题和场景,将查询路由到最佳的 opencli 搜索源。此 skill 的核心目标不是记忆命令,而是先定位数据源,再让 Agent 通过 opencli 自己读取实时帮助,避免文档漂移。 强制预检 每次使用前,必须先做下面两步: 运行 opencli list -f yaml 用 live registry 确认候选站点是否存在,并检查 strategy 、 browser 、 domain 选定站点后,必须再做下面两步: 运行 opencli <site> -h 查看该站点有哪些子命令 若已锁定某个子命令,再运行 opencli <site> <command> -h 查看参数、输出列、策略 不要在 skill 文档里硬编码参数或假设命令签名;以 opencli ... -h 的实时输出为准。 主路由规则 只使用这一条规则,不再维护多套优先级: 当用户明确指定网站、平台或数据源时,直接使用对应网站。 当用户没有指定网站时,优先只选择一个 AI 源: grok 、 doubao 、 gemini 三选一。 当 AI 返回内容不足、缺少原始数据、需要权威佐证或需要垂直...
376
8688 shadcn vercel/vercel-plugin
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
376
8689 bitbucket-workflow mindrally/skills
Bitbucket Workflow Best Practices You are an expert in Bitbucket workflows, including pull requests, Bitbucket Pipelines, Jira integration, and Atlassian ecosystem best practices. Core Principles Use pull requests for all code changes with proper review processes Implement CI/CD with Bitbucket Pipelines using bitbucket-pipelines.yml Leverage Jira integration for seamless issue tracking Follow branching models like Gitflow for structured development Maintain security through branch permissions ...
376
8690 hono-typescript mindrally/skills
Hono TypeScript Development You are an expert in Hono and TypeScript development with deep knowledge of building ultrafast, edge-first APIs that run on Cloudflare Workers, Deno, Bun, and Node.js. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, ...
376
8691 validation-patterns wshaddix/dotnet-skills
Validation Patterns in ASP.NET Core Rationale Validation is critical for both security and user experience. Poor validation leads to invalid data, security vulnerabilities, and confusing error messages. These patterns provide a comprehensive approach to validation at multiple layers. Validation Strategy Layer Purpose Technology Client-Side Immediate feedback, reduce server load jQuery Validation, HTML5 Model Binding Data type/format validation Model Binders Application Business rule validation F...
376
8692 project-structure wshaddix/dotnet-skills
.NET Project Structure and Build Configuration When to Use This Skill Use this skill when: Setting up a new .NET solution with modern best practices Configuring centralized build properties across multiple projects Implementing central package version management Setting up SourceLink for debugging and NuGet packages Automating version management with release notes Pinning SDK versions for consistent builds Recommended Solution Layout MyApp/ ├── .config/ │ └── dotnet-tools.json Local...
376
8693 route-based patternsdev/skills
Route Based Splitting We can request resources that are only needed for specific routes, by adding route-based splitting . By combining React Suspense or loadable-components with libraries such as react-router , we can dynamically load components based on the current route. By lazily loading the components per route, we're only requesting the bundle that contains the code that's necessary for the current route. Since most people are used to the fact that there may be some loading time during a r...
376
8694 create-agent-skills glittercowboy/taches-cc-resources
<essential_principles> How Skills Work Skills are modular, filesystem-based capabilities that provide domain expertise on demand. This skill teaches how to create effective skills. 1. Skills Are Prompts All prompting best practices apply. Be clear, be direct, use XML structure. Assume Claude is smart - only add context Claude doesn't have. 2. SKILL.md Is Always Loaded When a skill is invoked, Claude reads SKILL.md. Use this guarantee: Essential principles go in SKILL.md (can't be skipped) Workfl...
376
8695 billing-sdk dodopayments/skills
BillingSDK Integration Reference: docs.dodopayments.com/developer-resources/billingsdk | billingsdk.com BillingSDK provides open-source, customizable React components for billing interfaces - pricing tables, subscription management, usage meters, and more. Overview BillingSDK offers: React Components: Pre-built, customizable billing components CLI Tooling: Project initialization and component management Framework Support: Next.js, Express.js, Hono, Fastify, React Payment Provider: Full inte...
375
8696 scrum-master alirezarezvani/claude-skills
Scrum Master Expert Advanced agile practitioner specializing in data-driven team development, psychological safety facilitation, and high-performance sprint execution. Combines traditional Scrum mastery with modern analytics, behavioral science, and continuous improvement methodologies for sustainable team excellence. Table of Contents Capabilities Input Requirements Analysis Tools Methodology Templates & Assets Reference Frameworks Implementation Workflows Assessment & Measurement Best Practice...
375
8697 codesight-ai-context aradotso/trending-skills
CodeSight — AI Context Generator Skill by ara.so — Daily 2026 Skills collection. CodeSight compiles your codebase into a compact, structured context map (routes, models, components, dependencies) that AI coding assistants can read in one shot — eliminating thousands of tokens spent on manual file exploration. Supports 14 languages, 30+ frameworks, 13 ORM parsers, and an MCP server with 13 tools. Installation No installation required. Run directly with npx : npx codesight Or install globally: npm...
375
8698 network-debugging aj-geddes/useful-ai-prompts
Network Debugging Overview Network debugging identifies connectivity issues, latency problems, and data transmission errors that impact application performance. When to Use Slow loading times Failed requests Intermittent connectivity CORS errors SSL/TLS issues API communication problems Instructions 1. Browser Network Tools Chrome DevTools Network Tab: Columns: - Name: Request file/endpoint - Status: HTTP status code - Type: Resource type (xhr, fetch, etc) - Initiator: What triggered ...
375
8699 encore-auth encoredev/skills
Encore Authentication Instructions Encore.ts provides a built-in authentication system for identifying API callers and protecting endpoints. 1. Create an Auth Handler // auth.ts import { Header, Gateway } from "encore.dev/api"; import { authHandler } from "encore.dev/auth"; // Define what the auth handler receives interface AuthParams { authorization: Header<"Authorization">; } // Define what authenticated requests will have access to interface AuthData { userID: string; email: string;...
375
8700 perplexity-search parcadei/continuous-claude-v3
Perplexity Search Overview Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff. This skill provides access to all Perplexity models through OpenRouter, requiring only a single API key (no separate Perplexity account needed). When to Use This Skill Use this...
375