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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
15401 github-copilot-cli rysweet/amplihack
GitHub Copilot CLI Expert Comprehensive knowledge of GitHub Copilot CLI installation, configuration, usage, and extensibility. Purpose This skill provides expert guidance on: Installing and updating GitHub Copilot CLI Authentication and configuration Core usage patterns and slash commands Extensibility (MCP servers, skills, custom agents) Troubleshooting common issues When I Activate Automatically when you mention: "copilot cli", "github copilot cli", "gh copilot" "install copilot", "update copi...
63
15402 laravel:routes-best-practices jpcaparas/superpowers-laravel
Keep your route files clean and focused on mapping requests to controllers. Routes should never contain business logic, validation, or database operations. Anti-Pattern: Business Logic in Routes ``` // BAD: Business logic directly in routes Route::post('/order/{order}/cancel', function (Order $order) { if ($order->status !== 'pending') { return response()->json(['error' => 'Cannot cancel'], 400); } $order->status = 'cancelled'; $order->cancelled_at = now(); $order...
63
15403 ux-friction-analyzer erichowens/some_claude_skills
UX Friction Analyzer A comprehensive skill for analyzing and optimizing user experience through cognitive psychology, ADHD-friendly design, and flow state engineering. Activation Use this skill when: Designing new interfaces or user flows Auditing existing UX for friction points Optimizing for neurodivergent users (ADHD, autism) Simulating user journeys before building Reducing cognitive load in complex applications Trigger phrases: "analyze UX", "friction audit", "user journey", "ADHD-frie...
63
15404 umbraco-extension-template umbraco/umbraco-cms-backoffice-skills
Umbraco Extension Template What is it? The Umbraco Extension Template is the official .NET template for creating backoffice extensions. It provides a pre-configured project structure with TypeScript/Vite tooling, proper folder structure, and all essential files needed for extension development. Every Umbraco backoffice extension should start with this template. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/development...
63
15405 ast-grep pproenca/dot-skills
ast-grep Code Search Overview This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. When to Use This Skill Use this skill when users: Need to search for code patterns using structural matching (e.g., "find all async functions that don't have error handling") Want to locate ...
63
15406 mux-video muxinc/skills
Mux Video Platform Comprehensive guide to building video applications with Mux, the developer-first video infrastructure platform. This skill covers video streaming, live streaming, player integrations, analytics with Mux Data, and AI-powered workflows. Whether you are building a video-on-demand platform, live streaming application, or integrating video into an existing product, this documentation provides the patterns and code examples needed to ship quickly. Key Capabilities Video Hosting an...
63
15407 justfile-expert laurigates/claude-plugins
Expert knowledge for Just command runner, recipe development, and task automation with focus on cross-platform compatibility and project standardization. Core Expertise Command Runner Mastery - Justfile syntax and recipe structure - Cross-platform task automation (Linux, macOS, Windows) - Parameter handling and argument forwarding - Module organization for large projects Recipe Development Excellence - Recipe patterns for common operations - Dependency management between recipes - She...
63
15408 agent-slackbot devxoul/agent-messenger
Agent SlackBot A TypeScript CLI tool that enables AI agents and humans to interact with Slack workspaces using bot tokens (xoxb-). Unlike agent-slack which extracts user tokens from the desktop app, agent-slackbot uses standard Slack Bot tokens for server-side and CI/CD integrations. Quick Start Set your bot token agent-slackbot auth set xoxb-your-bot-token Or set with a custom bot identifier for multi-bot setups agent-slackbot auth set xoxb-your-bot-token --bot deploy --name "Deploy Bot" Ver...
63
15409 00-andruia-consultant sickn33/antigravity-awesome-skills
When to Use Use this skill at the very beginning of a project to diagnose the workspace, determine whether it's a "Pure Engine" (new) or "Evolution" (existing) project, and to set the initial technical roadmap and expert squad. 🤖 Andru.ia Solutions Architect - Hybrid Engine (v2.0) Description Soy el Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Mi función es diagnosticar el estado actual de un espacio de trabajo y trazar la hoja de ruta óptima, ya sea para una creación ...
63
15410 groove-utilities-task-archive andreadellacorte/groove
groove-utilities-task-archive Outcome All completed and scrapped tasks are archived in the configured backend. The count of archived tasks is reported to the user. Acceptance Criteria All completed/scrapped tasks are moved to archived state in backend User is shown the scope of what will be archived and confirms before running Count of archived tasks is reported after completion Constraints Read tasks: from .groove/index.md to determine backend If tasks: none , no-op with friendly message Always...
63
15411 lore-creation-starting-skill skogai/lore
The lore system stores knowledge as mythology - not dry documentation, but stories that compress meaning and context into memorable narrative form. Every commit can become a chronicle entry, every bug fix a tale of battle. <essential_principles> 1. Three Atomic Units All lore is composed of three JSON structures: Entry - Atomic narrative unit (the story itself) Book - Collection of entries (chronicles, themed collections) Persona - AI character who narrates (voice, traits, perspective) 2. Narrat...
63
15412 skogai-jq skogai/lore
jq-transforms Overview jq-transforms is a schema-driven JSON transformation library built specifically for AI agents. It provides 60+ composable transformations for JSON manipulation, each with clear input/output contracts, comprehensive tests, and minimal implementations. The library emphasizes discoverability through schemas and composability through Unix pipes. When to Use This Skill Use this skill when: Transforming JSON data structures (CRUD operations, nested paths) Filtering or mapping ar...
63
15413 anthropic-prompt-engineer jamesrochabrun/skills
Anthropic Prompt Engineer Master the art and science of prompt engineering with Anthropic's proven techniques. Generate new prompts from scratch or improve existing ones using best practices for Claude AI models (Claude 4.x, Sonnet, Opus, Haiku). What This Skill Does Helps you create and optimize prompts for Claude AI using Anthropic's official techniques: Generate new prompts - Build effective prompts from requirements Improve existing prompts - Optimize prompts for better results Apply bes...
63
15414 qa-test-planner zixun-github/aisdlc
QA Test Planner A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively. Activation: This skill is triggered only when explicitly called by name (e.g., /qa-test-planner , qa-test-planner , or use the skill qa-test-planner ). Quick Start Create a test plan: "Create a test plan for the user authentication feature" Generate test cases: "Generate manual test cases for the chec...
63
15415 agent-canvas whq25/agent-canvas
Agent Canvas A CLI tool to interact with an Excalidraw canvas for creating diagrams and visualizations. Installation Before using, check if CLI is installed: which agent-canvas && agent-canvas --version If not installed: Ask the user which package manager they prefer (bun or npm), then install: bun add -g @agent-canvas/cli@0.6.0 or npm install -g @agent-canvas/cli@0.6.0 If installed but version differs from 0.5.1: Upgrade using the same package manager: Path contains .bun → bun add -g...
63
15416 pr-walkthrough tldraw/tldraw
PR Walkthrough Create a local static HTML/CSS/JavaScript walkthrough that orients a reviewer to the current branch's pull request as four separate interactive D3 views. The walkthrough should help the reviewer understand the affected code and the PR from four distinct views: System overview view : a concise standalone code overview for the subsystem touched by the PR. It should not feel like a graph. Present it as a small set of expanded component cards that give the reviewer just enough archite...
63
15417 rust-cli-builder davila7/claude-code-templates
Rust CLI Tool Builder When to use Use this skill when you need to: Scaffold a new Rust CLI tool from scratch with clap Add subcommands to an existing CLI application Implement config file loading (TOML/JSON/YAML) Set up proper error handling with anyhow/thiserror Add colored and formatted terminal output Structure a CLI project for distribution via cargo install or GitHub releases Phase 1: Explore (Plan Mode) Enter plan mode. Before writing any code, explore the existing project: If extending an...
63
15418 nuxt-core secondsky/claude-skills
Nuxt 4 Core Fundamentals Project setup, configuration, routing, SEO, and error handling for Nuxt 4 applications. Quick Reference Version Requirements Package Minimum Recommended nuxt 4.0.0 4.2.x vue 3.5.0 3.5.x nitro 2.10.0 2.12.x vite 6.0.0 6.2.x typescript 5.0.0 5.x Key Commands Create new project bunx nuxi@latest init my-app Development bun run dev Build for production bun run build Preview production build bun run preview Type checking bun run postinstall Generates .nuxt directo...
63
15419 1k-architecture onekeyhq/app-monorepo
OneKey Architecture Overview Platform Structure apps/desktop/ - Electron desktop app (Windows, macOS, Linux) apps/mobile/ - React Native mobile app (iOS, Android) apps/ext/ - Browser extension (Chrome, Firefox, Edge, Brave) apps/web/ - Progressive web application apps/web-embed/ - Embeddable wallet components Core Packages packages/core/ - Blockchain protocol implementations, cryptography, hardware wallet communication packages/kit/ - Application logic, state management, API integrations package...
63
15420 makefile itechmeat/llm-code
Guidance for creating and maintaining GNU Make build automation. Quick Navigation | Rules, prerequisites, targets | [syntax.md](https://github.com/itechmeat/llm-code/blob/main/skills/makefile/references/syntax.md) | Variable types and assignment | [variables.md](https://github.com/itechmeat/llm-code/blob/main/skills/makefile/references/variables.md) | Built-in functions | [functions.md](https://github.com/itechmeat/llm-code/blob/main/skills/makefile/references/functions.md) | Special...
63
15421 reactflow-fundamentals thebushidocollective/han
React Flow Fundamentals Build customizable node-based editors and interactive diagrams with React Flow. This skill covers core concepts, setup, and common patterns for creating flow-based interfaces. Installation npm npm install @xyflow/react pnpm pnpm add @xyflow/react yarn yarn add @xyflow/react Basic Setup import { useCallback } from 'react' ; import { ReactFlow , useNodesState , useEdgesState , addEdge , Background , Controls , MiniMap , type Node , type Edge , type OnConnect , } from '@x...
63
15422 spec-driven adeonir/agent-skills
Spec-Driven Development Structured development workflow: Initialize -> Plan -> Tasks -> Implement + Validate. Workflow initialize --> plan --> tasks --> implement --> validate --> archive Project Structure .artifacts/ ├── features/ │ └── {ID}-{name}/ │ ├── spec.md WHAT: Requirements │ ├── plan.md HOW: Architecture │ └── tasks.md WHEN: Tasks └── research/ Research cache (lazy) └── {topic}.md docs/ └── features/ └── {name}.md ...
63
15423 b2c-isml salesforcecommercecloud/b2c-developer-tooling
ISML Skill This skill guides you through creating and working with ISML (Isomorphic Markup Language) templates in Salesforce B2C Commerce. ISML templates combine HTML with dynamic server-side tags. Overview ISML templates are server-side templates that generate HTML. They use special tags prefixed with is and expressions in ${...} syntax to embed dynamic content. File Location Templates reside in the cartridge's templates directory: /my-cartridge /cartridge /templates /default ...
63
15424 groove-admin-install andreadellacorte/groove
groove-admin-install Outcome All groove backends are installed in dependency order, groove-wide companion skills are installed, AGENTS.md contains the session bootstrap, and the repo is ready for use. Acceptance Criteria Task and memory backends installed Companion skills installed (find-skills, agent-browser, pdf-to-markdown) AGENTS.md contains the <!-- groove:prime:start --> session bootstrap AGENTS.md contains a <!-- groove:task:start --> stub (if tasks: beans ) User sees a summary of what wa...
63
15425 lead-research-assistant davepoon/buildwithclaude
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
63
15426 postgres-query civitai/civitai
PostgreSQL Query Testing Use this skill to run ad-hoc PostgreSQL queries for testing, debugging, and performance analysis. Running Queries Use the included query script: node .claude/skills/postgres-query/query.mjs "SELECT * FROM \"User\" LIMIT 5" Options Flag Description --explain Run EXPLAIN ANALYZE on the query --writable Use primary database instead of read replica (requires user permission) --timeout <s>, -t Query timeout in seconds (default: 30) --file, -f Read query from a file --jso...
63
15427 perf-astro tech-leads-club/agent-skills
Astro Performance Playbook Astro-specific optimizations for 95+ Lighthouse scores. Quick Setup npm install astro-critters @playform/compress // astro.config.mjs import { defineConfig } from 'astro/config' import critters from 'astro-critters' import compress from '@playform/compress' export default defineConfig ( { integrations : [ critters ( ) , compress ( { CSS : true , HTML : true , JavaScript : true , Image : false , SVG : false , } ) , ] , } ) Integrations astro-critters Automatically extra...
63
15428 nuxt-server secondsky/claude-skills
Nuxt 4 Server Development Server routes, API patterns, and backend development with Nitro. Quick Reference File-Based Server Routes server/ ├── api/ API endpoints (/api/*) │ ├── users/ │ │ ├── index.get.ts → GET /api/users │ │ ├── index.post.ts → POST /api/users │ │ ├── [id].get.ts → GET /api/users/:id │ │ ├── [id].put.ts → PUT /api/users/:id │ │ └── [id].delete.ts → DELETE /api/users/:id │ └── health.get.ts → GET...
63
15429 testing-python jlowin/fastmcp
Writing Effective Python Tests Core Principles Every test should be atomic, self-contained, and test single functionality. A test that tests multiple things is harder to debug and maintain. Test Structure Atomic unit tests Each test should verify a single behavior. The test name should tell you what's broken when it fails. Multiple assertions are fine when they all verify the same behavior. Good: Name tells you what's broken def test_user_creation_sets_defaults(): user = User(name="Alic...
63
15430 optimizing-performance cloudai-x/claude-workflow-v2
Optimizing Performance When to Load Trigger : Diagnosing slowness, profiling, caching strategies, reducing load times, bundle size optimization Skip : Correctness-focused work where performance is not a concern Performance Optimization Workflow Copy this checklist and track progress: Performance Optimization Progress: - [ ] Step 1: Measure baseline performance - [ ] Step 2: Identify bottlenecks - [ ] Step 3: Apply targeted optimizations - [ ] Step 4: Measure again and compare - [ ] Step 5: Repea...
63
15431 tauri epicenterhq/epicenter
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
63
15432 rnv aaarnv/claude-skills
Chain-of-Verification (CoVe) System You are operating in CoVe Mode - a rigorous verification framework that separates generation from verification to eliminate hallucinations and subtle errors. Core Principle "LLM-assisted code review, not LLM-generated code." Generation is cheap. Verification is where correctness lives. THE 4-STAGE COVE PROTOCOL When given ANY task, you MUST execute all 4 stages in order: ═══════════════════════════════════════════════════════════════ STAGE 1: INITIAL SOLUTION ...
63
15433 1k-git-workflow onekeyhq/app-monorepo
OneKey Git Usage Guidelines Branch Management Main branch: x - This is the primary development branch Workflow: x → create feature branch → develop → PR back to x Do not use onekey, master, or main as the base branch - always use x NEVER work directly on the x branch → ALWAYS create feature branches Branch Naming Feature branches: feat/description or feature/description Bug fixes: fix/description Refactoring: refactor/description Commit Message Format Use Conventional Commits format: feat: - N...
63
15434 saas-architect sitechfromgeorgia/georgian-distribution-system
SaaS Architect - Next.js + Supabase Edition Purpose This skill transforms SaaS ideas into executable technical architectures optimized for Next.js 15 + Supabase stack. It provides comprehensive planning covering database design, authentication flows, subscription logic, file structure, and realistic development timelines for solo developers building subscription products. Core Philosophy 1. Subscription-First Architecture Design for recurring revenue from day one Plan for multiple pricing tier...
63
15435 grove-spec-writing autumnsgrove/groveengine
Grove Spec Writing A comprehensive guide for writing technical specifications in the Grove ecosystem. Use this skill to create new specs that feel like storybook entries, or to validate and standardize existing specs. When to Activate Creating a new technical specification Reviewing an existing spec for completeness Adding ASCII art headers to specs missing them Adding diagrams, mockups, or visual elements to text-heavy specs Standardizing frontmatter across spec files Validating a spec against ...
63
15436 textual-builder ypares/agent-skills
This skill helps you build sophisticated Text User Interfaces (TUIs) using Textual, a Python framework for creating terminal and browser-based applications with a modern web-inspired API. It includes reference documentation, a card game template, and best practices for Textual development. Quick Start Basic Textual App ``` from textual.app import App, ComposeResult from textual.widgets import Header, Footer, Label class MyApp(App): def compose(self) -> ComposeResult: yield Head...
63
15437 voice-message xmanrui/voice-message
Voice Message Send text as voice messages to any chat channel. Prerequisites edge-tts — Microsoft Edge TTS ( pip install edge-tts ) ffmpeg / ffprobe — audio conversion and duration detection Default Voices Chinese: zh-CN-XiaoxiaoNeural English: en-US-JennyNeural Other languages: see references/voices.md Step 1: Generate Voice File Use scripts/gen_voice.sh to convert text to an ogg/opus file: scripts/gen_voice.sh "你好" /tmp/voice.ogg scripts/gen_voice.sh "Hello" /tmp/voice.ogg en-US-JennyNeural Ar...
63
15438 qa-refactoring vasilyu1983/ai-agents-public
QA Refactoring Safety Use this skill to refactor safely: preserve behavior, reduce risk, and keep CI green while improving maintainability and delivery speed. Defaults: baseline first, smallest safe step next, and proof via tests/contracts/observability instead of intuition. Quick Start (10 Minutes) Confirm baseline: main green; reproduce the behavior you must preserve. Choose a boundary: API surface, module boundary, DB boundary, or request handler. Add a safety net: characterization/contrac...
63
15439 google-chat sanjay3290/ai-skills
Google Chat Lightweight Google Chat integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. First-Time Setup Authenticate with Google (opens browser): python scripts/auth.py login Check authentication status: python scripts/auth.py status Logout when needed: python scripts/auth.py logout Commands All operations via scripts/chat.py . Auto-authenticates on first use if not logged in. List all spaces...
63
15440 aws-agentcore hoodini/ai-agents-skills
AWS Bedrock AgentCore Build production-grade AI agents on AWS infrastructure. Quick Start import boto3 from agentcore import Agent, Tool Initialize AgentCore client client = boto3.client('bedrock-agent-runtime') Define a tool @Tool(name="search_database", description="Search the product database") def search_database(query: str, limit: int = 10) -> dict: Tool implementation return {"results": [...]} Create agent agent = Agent( model_id="anthropic.claude-3-sonnet", tools=...
63
15441 mckinsey-research abdullah4ai/mckinsey-research
McKinsey Research - AI Strategy Consultant Overview One-shot strategy consulting: user provides business context once, the skill plans and executes 12 specialized analyses via sub-agents in parallel, then synthesizes everything into a single executive report. Workflow Phase 1: Language + Intake (Single Interaction) Ask the user their preferred language (Arabic/English), then collect ALL required inputs in ONE structured form. Do not ask questions one at a time. Present a clean intake form: === M...
63
15442 agent-architect igorwarzocha/opencode-workflows
Agent Architect Create and refine opencode agents through a guided Q&A process. <core_approach> Agent creation is conversational, not transactional. MUST NOT assume what the user wants—ask SHOULD start with broad questions, drill into details only if needed Users MAY skip configuration they don't care about MUST always show drafts and iterate based on feedback The goal is to help users create agents that fit their needs, not to dump every possible configuration option on them. </core_appro...
63
15443 azure-well-architected-framework josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
63
15444 aspire rysweet/amplihack
Aspire — Polyglot Distributed-App Orchestration Aspire is a code-first, polyglot toolchain for building observable, production-ready distributed applications. It orchestrates containers, executables, and cloud resources from a single AppHost project — regardless of whether the workloads are C, Python, JavaScript/TypeScript, Go, Java, Rust, Bun, Deno, or PowerShell. Mental model: The AppHost is a conductor — it doesn't play the instruments, it tells every service when to start, how to find each o...
63
15445 tech-entrepreneur-coach-adhd erichowens/some_claude_skills
Tech Entrepreneur Coach (ADHD-Specialized) Business coach specializing in helping former big tech ML/AI engineers with ADHD transition from corporate employment to successful independent app development. Understands both technical brilliance and executive function challenges. When to Use This Skill Use for: Ex-FAANG engineers considering indie hacking Validating app/product ideas with ADHD constraints MVP development with 2-week timelines ADHD-friendly marketing and sales strategies Monetiza...
63
15446 frontend-design block/agent-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
63
15447 creative-thinking-for-research orchestra-research/ai-research-skills
Creative Thinking for Research Eight empirically grounded frameworks from cognitive science, applied to computer science and AI research. Unlike ad-hoc brainstorming, each framework here is backed by decades of creativity research — from Koestler's bisociation to Kauffman's adjacent possible. They target distinct cognitive operations: combining, reformulating, analogizing, constraining, inverting, abstracting, exploring boundaries, and holding contradictions. When to Use This Skill Generating ge...
63
15448 responsive-design manutej/luxor-claude-marketplace
Responsive Design When to use this skill New website/app : Layout design for combined mobile-desktop use Legacy improvement : Converting fixed layouts to responsive Performance optimization : Image optimization per device Multiple screens : Tablet, desktop, and large screen support Instructions Step 1: Mobile-First Approach Design from small screens and progressively expand. Example : /* Default: Mobile (320px~) */ .container { padding : 1 rem ; font-size : 14 px ; } .grid { display : grid ; gri...
62
15449 openclaw-feeds sundial-org/awesome-openclaw-skills
Feeds RSS news aggregator. Fetches all current entries from curated feeds across three categories — news, games, and finance. Concurrent fetching, streamed JSON output. No API key needed. Constraint Do NOT use web search, WebFetch, browser tools, or any other URL-fetching tool when this skill is active. The RSS feeds are the sole data source. Do not supplement, verify, or expand results with external searches. Do not fetch article URLs — summaries are already included in the output. Categories D...
62
15450 youtube-pipeline jstarfilms/vibecode-protocol-suite
YouTube Pipeline Skill This skill provides access to the complete YouTube video production pipeline. When activated, read the workflow files in the user's vault for the full, up-to-date instructions. Quick Reference Phase Workflow Purpose 1 /youtube-phase1-strategy Find proven topic via 3-source validation (YT Studio + VidIQ + Google Trends) 2 /youtube-phase2-packaging Engineer title & thumbnail 3 /youtube-phase3-scripting Write retention-optimized script 3.5 /youtube-phase3.5-shorts Create 6 Sh...
62