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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,431
总 Skills
161.2M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
23601 php vapvarun/claude-backup
PHP Development Modern PHP 8.x development patterns and best practices. PHP 8.x Features Constructor Property Promotion // Before PHP 8 class User { private string $name; private int $age; public function __construct(string $name, int $age) { $this->name = $name; $this->age = $age; } } // PHP 8+ class User { public function __construct( private string $name, private int $age, private bool $active = true ) {} } Named Arguments f...
45
23602 vps-checkup jmerta/codex-skills
Provide: - A read-only report using `references/report-template.md`. - A prioritized list of recommended fixes and which ones require explicit confirmation. - The exact commands run (or requested if the user ran them manually).
45
23603 alicloud-ai-multimodal-qwen-omni cinience/alicloud-skills
Category: provider Model Studio Qwen Omni Validation mkdir -p output/alicloud-ai-multimodal-qwen-omni python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni/scripts/prepare_omni_request.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-omni/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-omni/validate.txt is generated. Critical model names Use one of these exact model strings: qwen3-omni-flash qwen3-omni-flash-realtime qwen-omn...
45
23604 generic-static-design-system travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
45
23605 tool-programmatic-seo heyvhuang/ship-faster
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Before designing a programmatic SEO strategy, understand: Business Context What's the product/service? Who is the target audience? What's the conversion goal for these pages? Opportunity Assessment What search patterns exist? How many potential pages? What's the search vol...
45
23606 task-tracker breverdbidder/life-os
Task Tracker - ADHD State Machine Overview Systematic task tracking designed for ADHD patterns. Prevents task abandonment through proactive interventions while maintaining accountability without judgment. State Machine ┌──────────────────────────────────────────┐ │ │ ▼ │ ┌──────────┐ ┌──────────────────┐ ┌─────────────┐ │ │ INITIATED│──▶│ SOLUTION_PROVIDED│──▶│ IN_PROGRESS │─────────┤ └──────────┘ └──...
45
23607 brand-guidelines-doc dengineproblem/agents-monorepo
Эксперт по документам с руководящими принципами бренда Вы эксперт по созданию комплексных документов с руководящими принципами бренда, которые служат окончательным справочником для поддержания последовательной идентичности бренда во всех точках контакта. Вы понимаете, как структурировать, организовывать и представлять стандарты бренда таким образом, чтобы они были как авторитетными, так и доступными для различных заинтересованных сторон. Основная структура руководящих принципов бренда Фреймворк ...
45
23608 jupyter-notebook i9wa4/dotfiles
Jupyter Notebook Skill Create clean, reproducible Jupyter notebooks for two primary modes: Experiments and exploratory analysis Tutorials and teaching-oriented walkthroughs Prefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes. When to use Create a new .ipynb notebook from scratch. Convert rough notes or scripts into a structured notebook. Refactor an existing notebook to be more reproducible and skimmable. Build experiments or tutorials that will be...
45
23609 agents-md mblode/agent-skills
Maintaining AGENTS.md AGENTS.md is the canonical agent-facing documentation. Keep it minimal—agents are capable and don't need hand-holding. File Setup Create AGENTS.md at project root Create symlink: ln -s AGENTS.md CLAUDE.md Before Writing Discover local skills to reference: find .claude/skills -name "SKILL.md" 2>/dev/null ls plugins/*/skills/*/SKILL.md 2>/dev/null Read each skill's frontmatter to understand when to reference it. Writing Rules Headers + bullets - No paragraphs Code bloc...
45
23610 magento-api-developer maxnorm/magento2-agent-skills
Magento 2 API Developer Expert specialist in designing and implementing robust, scalable REST and GraphQL APIs that serve as reliable data interfaces for headless commerce, mobile applications, and third-party integrations. When to Use Developing REST or GraphQL APIs Creating service contracts Building headless commerce solutions Integrating with external systems Implementing API authentication and authorization Designing data transfer objects API Architecture Service Contracts Design clean, ver...
45
23611 architecture-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
Architecture Diagram Creator Create comprehensive HTML architecture diagrams with data flows, business context, and system architecture. When to Use "Create architecture diagram for [project]" "Generate high-level overview" "Document system architecture" "Show data flow and processing pipeline" Components to Include Business Context: objectives, users, value, metrics Data Flow: sources → processing → outputs with SVG diagram Processing Pipeline: multi-stage visualization System Architecture: l...
45
23612 prompt-improver dotneet/claude-code-marketplace
Prompt Improver Overview A skill that analyzes and improves prompts based on general LLM/agent best practices. It focuses on verifiability, clear scope, explicit constraints, and context economy so the agent can execute with minimal back-and-forth. If you are running in Claude Code, also read references/claude.md and apply the additional Claude-specific techniques. If you are running in Codex CLI, also read references/codex.md and apply the additional Codex-specific techniques. When the input is...
45
23613 bee-cli bee-computer/bee-skill
Bee CLI CLI client for Bee - the wearable AI that captures conversations and learns about you. About Bee Bee is a wearable AI device that continuously captures and transcribes ambient audio from the owner's daily life. The device listens to conversations, meetings, phone calls, and any spoken interactions throughout the day, creating a comprehensive record of the owner's verbal communications and experiences. How Bee Works Bee uses advanced speech recognition to transcribe all ambient audio in r...
45
23614 honest-agent hoodini/ai-agents-skills
Honest Agent Configuration A one-time setup skill that configures your AI coding agents to be honest, objective, and willing to contradict you when needed. CRITICAL: APPEND ONLY - NEVER REPLACE NEVER overwrite or replace existing instruction files. Always: READ the existing file first (if it exists) APPEND the new configuration to the end of the file PRESERVE all existing content - do not modify or delete anything If the file doesn't exist, create it. If it exists, append to it. Supported Agents...
45
23615 angular-forms gentleman-programming/gentleman-skills
Angular Signal Forms Build type-safe, reactive forms using Angular's Signal Forms API. Signal Forms provide automatic two-way binding, schema-based validation, and reactive field state. Note: Signal Forms are experimental in Angular v21. For production apps requiring stability, see references/form-patterns.md for Reactive Forms patterns. Basic Setup import { Component, signal } from '@angular/core'; import { form, FormField, required, email } from '@angular/forms/signals'; interface LoginDat...
45
23616 api-tester terminalskills/skills
API Tester Overview Test API endpoints by sending HTTP requests, validating responses, and reporting results. Supports REST and GraphQL APIs with authentication, custom headers, request bodies, and structured assertions on status codes, headers, and response payloads. Instructions When a user asks you to test or debug an API endpoint, follow these steps: Step 1: Gather endpoint details Determine from the user or codebase: URL : The full endpoint URL Method : GET, POST, PUT, PATCH, DELETE Headers...
45
23617 brainstorming zenobi-us/dotfiles
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
45
23618 review-rust-docs redisearch/redisearch
Review Rust Docs Read the documentation of a Rust crate or module to ensure it meets our requirements and standards. Arguments <path> : Path to the Rust crate or file whose documentation needs to be reviewed. <path 1> <path 2> : Multiple crates/files to review If the path doesn't include src/ , assume it to be in the src/redisearch_rs directory. E.g. numeric_range_tree becomes src/redisearch_rs/numeric_range_tree . If the path points to a directory, review the documentation of all Rust files in ...
45
23619 breadth-chart-analyst nicepkg/ai-workflow
Breadth Chart Analyst Overview This skill enables specialized analysis of two complementary market breadth charts that provide strategic (medium to long-term) and tactical (short-term) market perspectives. Analyze breadth chart images to assess market health, identify trading signals based on backtested strategies, and develop positioning recommendations. All thinking and output are conducted exclusively in English. Core Principles Dual-Timeframe Analysis: Combine strategic (Chart 1: 200MA Bre...
45
23620 mcp-cloudflare heyvhuang/ship-faster
Cloudflare MCP Skill Interact with Cloudflare services via MCP: Workers, KV, R2, D1, Hyperdrive, Observability, Builds, Audit, Container Sandbox. File-based Pipeline (Pass Paths Only) When integrating troubleshooting/changes into multi-step workflows, persist all evidence and artifacts to disk, passing only paths between agents/sub-agents. Recommended directory structure (within project): runs/<workflow>/active/<run_id>/ Input: 01-input/goal.md (symptoms/objectives), 01-input/context.json (accou...
45
23621 technical-writing anton-abyzov/specweave
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
45
23622 quality-validation qodex-ai/ai-agent-skills
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What comm...
45
23623 reading list manager eddiebe147/claude-settings
Reading List Manager The Reading List Manager skill helps you curate, track, and extract value from your reading across books, articles, essays, and research papers. Rather than letting reading materials pile up in browser tabs and forgotten bookmarks, this skill provides a structured system for managing your reading pipeline and capturing key insights. This skill applies principles from "How to Read a Book" by Mortimer Adler, Zettelkasten note-taking methods, and spaced repetition learning to h...
45
23624 senior-secops borghei/claude-skills
Senior SecOps Engineer Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding practices, and security automation. Table of Contents Core Capabilities Workflows Tool Reference Security Standards Compliance Frameworks Best Practices Core Capabilities Show more
45
23625 flutter-ui dhruvanbhalara/skills
1. Performance & Rendering Const-First : Every widget that can be const MUST be const . Lazy Rendering : Use SliverList.builder or SliverGrid.builder for lists > 10 items. Repaint Boundaries : Wrap complex animations in RepaintBoundary . Isolate Parsing : Use compute() or Isolate for JSON > 1MB. BuildContext Safety : Check mounted before using context across async gaps. 2. Design Tokens (Theming) Use AppColors , AppSpacing , AppRadius , and AppTypography . NEVER hardcode raw values. Colors : Use...
45
23626 review-java nesnilnehc/ai-cortex
Skill: Review Java Purpose Review code in Java for language and runtime conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on concurrency and thread safety, exceptions and try-with-resources, API and version compatibility, collections and Streams, NIO and proper closing, modules (JPMS) where relevant, and testability. Core Objective ...
45
23627 drift sendaifun/skills
Drift Protocol SDK Development Guide A comprehensive guide for building Solana applications with the Drift Protocol SDK - the leading perpetual futures and spot trading protocol on Solana. Overview Drift Protocol is a decentralized exchange on Solana offering: Perpetual Futures : Up to 20x leverage on crypto assets Spot Trading : Borrow/lend and margin trading Cross-Collateral : Use multiple assets as collateral Vaults : Delegated trading pools Jupiter Integration : Direct spot swaps Quick Start...
45
23628 laravel:performance-caching jpcaparas/superpowers-laravel
Clear with the corresponding `clear` commands when needed in deployments. Values and queries ``` Cache::remember("post:{$id}", 600, fn () => Post::findOrFail($id)); ``` - Choose TTLs based on freshness requirements - Invalidate explicitly on writes when correctness matters Patterns and Strategies ``` // Stable keys and scopes (e.g., tenant, locale) Cache::remember("tenant:{$tenantId}:users:index:page:1", now()->addMinutes(5), function () { return User::with('team')->paginate(50); })...
45
23629 creation-feasibility-gate oimiragieo/agent-studio
Creation Feasibility Gate Overview Run a fast preflight feasibility check before creating a new agent/skill/workflow/hook/template/schema. This prevents low-value or impossible creator runs. When to Use Phase 0.5 dynamic creation flow User asks for net-new capability Reflection/evolution recommends artifact creation Iron Laws NEVER create artifacts inside this skill — return PASS/WARN/BLOCK with evidence only; all actual creation happens in the appropriate creator skill downstream. ALWAYS run th...
45
23630 agentdb memory patterns ruvnet/claude-flow
AgentDB Memory Patterns What This Skill Does Provides memory management patterns for AI agents using AgentDB's persistent storage and ReasoningBank integration. Enables agents to remember conversations, learn from interactions, and maintain context across sessions. Performance : 150x-12,500x faster than traditional solutions with 100% backward compatibility. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) Understanding of agent architectures Quick Start with CLI Initia...
45
23631 capa-officer borghei/claude-skills
CAPA Officer Corrective and Preventive Action (CAPA) management within Quality Management Systems, focusing on systematic root cause analysis, action implementation, and effectiveness verification. Table of Contents CAPA Investigation Workflow Root Cause Analysis Corrective Action Planning Effectiveness Verification CAPA Metrics and Reporting Reference Documentation Tools CAPA Investigation Workflow Conduct systematic CAPA investigation from initiation through closure: Document trigger event wit...
45
23632 feynman neurofoo/agent-skills
Feynman Technique Apply the full Feynman learning technique to deeply understand a concept. Instructions Work through all four steps of the Feynman technique. Be honest about gaps—they're the point. Output Format Concept: [What are we trying to understand?] Step 1: Explain It Simply Explain as if teaching someone with no background in this field Simple Explanation [Write a plain-language explanation. Use everyday words. Avoid jargon. Aim for a bright 12-year-old to understand.] Analogy...
45
23633 podchaser vm0-ai/vm0-skills
Podchaser API Access comprehensive podcast data including shows, episodes, creators, networks, charts, and sponsorship information via GraphQL. Official docs: https://api-docs.podchaser.com/docs/overview When to Use Use this skill when you need to: Search and discover podcasts by topic, category, or keywords Get detailed podcast and episode metadata Access Apple Podcasts and Spotify chart rankings Find sponsorship and advertising data Retrieve episode transcripts Look up podcast creators an...
45
23634 mobile-development samhvw8/dot-claude
Mobile Development Skill Production-ready mobile development with modern frameworks, best practices, and mobile-first thinking patterns. When to Use Building mobile applications (iOS, Android, or cross-platform) Implementing mobile-first design and UX patterns Optimizing for mobile constraints (battery, memory, network, small screens) Making native vs cross-platform technology decisions Implementing offline-first architecture and data sync Following platform-specific guidelines (iOS HIG, Mater...
45
23635 voice simota/agent-skills
Voice Mode The user wants to have a voice conversation. They are not looking at the screen . They are listening to you speak and replying verbally. Treat this like a phone call. Voice mode is a session . It starts when this skill activates and ends when the user signals they're done — either by typing text in the terminal or by saying something like "that's all", "goodbye", "stop", "end voice", or similar. When the conversation ends, say goodbye and stop using voice commands. Resume normal text ...
45
23636 title kenneth-liao/ai-launchpad-marketplace
Title Generation Overview This skill generates high-performing titles and headlines optimized for engagement across any content type. Titles are designed to spark curiosity, complement visual assets where applicable, and compel the audience to click, open, or engage. Core Principle : Every title must prompt a specific question in the audience's mind. Description alone is insufficient — curiosity is non-negotiable. When to Use Use this skill when: The user asks to create a title, headline, or sub...
45
23637 skill-manager egebese/skill-manager
Skill Lifecycle Manager This skill helps you maintain your library of GitHub-wrapped skills by automating the detection of updates and assisting in the refactoring process. Core Capabilities Audit: Scans your local skills folder for skills with github_url metadata. Check: Queries GitHub (via git ls-remote) to compare local commit hashes against the latest remote HEAD. Report: Generates a status report identifying which skills are "Stale" or "Current". Update Workflow: Provides a structured pro...
45
23638 cap table manager eddiebe147/claude-settings
Cap Table Manager Manage equity cap tables, model dilution scenarios, and track ownership When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create cap table manager cap table Review and optimize review cap table manager Get best practices cap table manager best practices...
45
23639 milestone tracker eddiebe147/claude-settings
Milestone Tracker The Milestone Tracker skill helps teams define, track, and communicate progress on key project milestones. It emphasizes clear milestone definition with measurable exit criteria, proactive deadline management, and transparent stakeholder communication about progress and risks. This skill excels at breaking projects into meaningful checkpoints, tracking progress toward milestones, identifying potential delays early, and maintaining stakeholder confidence through regular status u...
45
23640 openbio openbio-ai/skills
Required: `OPENBIO_API_KEY` environment variable. ``` export OPENBIO_API_KEY=your_key_here ``` Base URL: `https://openbio-api.fly.dev/` Quick Start ``` List available tools curl -X GET "https://openbio-api.fly.dev/api/v1/tools" \ -H "X-API-Key: $OPENBIO_API_KEY" Get tool schema (always do this first!) curl -X GET "https://openbio-api.fly.dev/api/v1/tools/{tool_name}" \ -H "X-API-Key: $OPENBIO_API_KEY" Invoke tool curl -X POST "https://openbio-api.fly.dev/api/v1/tools" \ -H "X-AP...
45
23641 gdpr-compliance-scanner jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for gdpr compliance scanner tasks within the Security Advanced domain. When to Use This skill activates automatically when you: - Mention "gdpr compliance scanner" in your request - Ask about gdpr compliance scanner patterns or best practices - Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities - Provides step-by-step guidance for gdpr compliance scan...
45
23642 designing-apis cloudai-x/claude-workflow-v2
Designing APIs API Design Workflow Copy this checklist and track progress: API Design Progress: - [ ] Step 1: Define resources and relationships - [ ] Step 2: Design endpoint structure - [ ] Step 3: Define request/response formats - [ ] Step 4: Plan error handling - [ ] Step 5: Add authentication/authorization - [ ] Step 6: Document with OpenAPI spec - [ ] Step 7: Validate design against checklist REST API Design URL Structure Resource-based URLs (nouns, not verbs) GET /users ...
45
23643 linkedin-cli sickn33/antigravity-awesome-skills
When to Use Use this skill when you need to automate LinkedIn tasks such as profile fetching, connection management, or post creation via CLI, especially when integrated into automated workflows. LinkedIn Skill You have access to linkedin – a CLI tool for LinkedIn automation. Use it to fetch profiles, search people and companies, send messages, manage connections, create posts, react, comment, and more. Each command sends a request to Linked API, which runs a real cloud browser to perform the ac...
45
23644 mcp-builder shareai-lab/learn-claude-code
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
45
23645 connecting-to-base-network base/base-skills
Connecting to Base Network Mainnet Property Value Network Name Base Chain ID 8453 RPC Endpoint https://mainnet.base.org Currency ETH Explorer https://basescan.org Testnet (Sepolia) Property Value Network Name Base Sepolia Chain ID 84532 RPC Endpoint https://sepolia.base.org Currency ETH Explorer https://sepolia.basescan.org Security Never use public RPC endpoints in production — they are rate-limited and offer no privacy guarantees; use a dedicated node provider or self-hosted node Never embed R...
45
23646 board meeting prep eddiebe147/claude-settings
Board Meeting Prep Prepare board meeting decks, updates, and materials for effective governance When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create board meeting prep board meeting Review and optimize review board meeting prep Get best practices board meeting prep b...
45
23647 ab-test-setup openclaudia/openclaudia-skills
A/B Test Setup You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before designing a test, understand: Test Context ...
45
23648 slack message writer eddiebe147/claude-settings
Slack Message Writer The Slack Message Writer skill helps you create clear, engaging, and appropriately formatted messages for Slack channels and direct messages. Whether you're making an announcement, asking for help, sharing updates, or facilitating async discussions, this skill ensures your Slack communication is effective and professional. This skill understands Slack's unique communication culture—more casual than email but still professional, heavy use of emoji for tone, threading for cont...
45
23649 azure-web-pubsub-ts sickn33/antigravity-awesome-skills
Azure Web PubSub SDKs for TypeScript Real-time messaging with WebSocket connections and pub/sub patterns. Installation Server-side management npm install @azure/web-pubsub @azure/identity Client-side real-time messaging npm install @azure/web-pubsub-client Express middleware for event handlers npm install @azure/web-pubsub-express Environment Variables WEBPUBSUB_CONNECTION_STRING = Endpoint = https:// < resource > .webpubsub.azure.com ; AccessKey = < key > ; Version = 1.0 ; WEBPUBSUB_ENDPOINT...
45
23650 window-function-builder dengineproblem/agents-monorepo
SQL Window Function Builder Эксперт по SQL window functions и аналитическим запросам для бизнес-аналитики. Core Function Categories Function Overview window_functions : ranking : - ROW_NUMBER() : "Unique sequential numbers" - RANK() : "Ranking with gaps for ties" - DENSE_RANK() : "Ranking without gaps" - NTILE(n) : "Divide into n buckets" aggregate : - SUM() : "Running/cumulative totals" - AVG() : "Moving averages" - COUNT() : "Running counts" - MIN() : "Running minimum" - MAX() : "Running maxim...
45