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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,431
总 Skills
35.0M
总安装量
2,440
贡献者
# Skill 仓库 描述 安装量
13801 muapi-cinema-director samuraigpt/generative-media-skills
🎬 AI Cinema Director Skill A specialized skill for AI Agents to direct high-fidelity cinematic video. The Cinema Director skill translates high-level creative intent into technical cinematographic directives for state-of-the-art video models (Veo3, Kling, Luma). Core Competencies Shot Composition Analysis : Mapping emotional beats to appropriate framing (e.g., Extreme Close-Up for intimacy, Wide Shot for isolation). Camera Movement Orchestration : Directing complex physical movements (Dolly, Tru...
62
13802 grove-testing autumnsgrove/groveengine
Grove Testing Skill When to Activate Activate this skill when: Deciding what to test (not just how) Writing tests for new Grove features Reviewing existing tests for effectiveness Asked to "add tests" without specific guidance Evaluating whether tests are providing real value Refactoring causes many tests to break (symptom of bad tests) For technical implementation (Vitest syntax, mocking patterns, assertions), use the javascript-testing skill alongside this one. The Testing Philosophy "Write te...
62
13803 openapi itechmeat/llm-code
OpenAPI Specification This skill provides guidance for working with OpenAPI Specification (OAS) documents. Current version: OpenAPI 3.2.0 (September 2025) Quick Navigation Document structure: references/document-structure.md Operations & paths: references/operations.md Schemas & data types: references/schemas.md Parameters & serialization: references/parameters.md Security: references/security.md When to Use Creating a new OpenAPI specification document Describing HTTP API endpoints Defining ...
62
13804 umbraco-context-api umbraco/umbraco-cms-backoffice-skills
Umbraco Context API What is it? The Context API is Umbraco's communication system that enables extensions to share data and functionality through the component hierarchy without tight coupling. It uses a provider-consumer pattern where parent elements provide contexts that descendant components can access. Contexts cascade down through the DOM tree and use tokens for type-safe access to services like notifications, workspaces, and user information. Documentation Always fetch the latest docs befo...
62
13805 ddd-context-mapping sickn33/antigravity-awesome-skills
DDD Context Mapping Use this skill when Defining integration patterns between bounded contexts. Preventing domain leakage across service boundaries. Planning anti-corruption layers during migration. Clarifying upstream and downstream ownership for contracts. Do not use this skill when You have a single-context system with no integrations. You only need internal class design. You are selecting cloud infrastructure tooling. Instructions List all context pairs and dependency direction. Choose relat...
62
13806 spidey aaarnv/claude-skills
Spidey — Autonomous Development Loop Sets up a Ralph autonomous development loop. Unlike raw Ralph which just takes a checklist, Spidey first generates a full PRD, then derives all tasks from it. The Spidey Pipeline User's lazy description ↓ ┌─────────────────────────────────┐ │ PHASE 0: PRD GENERATION │ │ Full product requirements doc │ │ from a one-line description │ └─────────────────────────────────┘ ↓ ┌─────────────────────────────────┐ │ PHASE 1: TASK DERIVATION │ │ fi...
62
13807 energy-expert personamanagmentlayer/pcl
Expert guidance for energy systems, smart grid technology, renewable energy integration, power management, and energy sector software development. Core Concepts Energy Systems - Smart grid infrastructure - Renewable energy systems (solar, wind, hydro) - Power generation and distribution - Energy storage systems (batteries, pumped hydro) - Demand response management - Energy trading and markets - Grid stability and load balancing Smart Grid Technology - Advanced Metering Infrastruct...
62
13808 qwen3-tts-skills mu-zi-lee/qwen3-tts-skill
Qwen3-TTS 技能 将文本转换为高质量语音的完整工作流。 🚀 快速开始 场景 1:单句语音生成 直接调用脚本生成语音: 中文语音(默认 Vivian 女声) uv run qwen3-tts-skills/scripts/run_qwen3_tts.py custom-voice \ --language Chinese \ --text "你好,欢迎使用语音合成。" \ --out-dir outputs 英文语音(默认 Ryan 男声) uv run qwen3-tts-skills/scripts/run_qwen3_tts.py custom-voice \ --language English \ --text "Hello, welcome to text-to-speech." \ --out-dir outputs 场景 2:长文稿批量配音 将文章转换为完整语音文件: 用户文稿 → [AI分析生成配音稿] → [用户审核] → [批量TTS] → 完整语音.wav 详见下方 长文稿批量配音 章节。 📋 模型选择指南...
62
13809 evaluation shipshitdev/library
When to Use This Skill Build evaluation frameworks for agent systems Use this skill when working with build evaluation frameworks for agent systems. Evaluation Methods for Agent Systems Evaluation of agent systems requires different approaches than traditional software or even standard language model applications. Agents make dynamic decisions, are non-deterministic between runs, and often lack single correct answers. Effective evaluation must account for these characteristics while providing ac...
62
13810 cartography ctrl-alt-del-1/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...
62
13811 1k-cross-platform onekeyhq/app-monorepo
OneKey Cross-Platform Development Platform Extensions Use platform extensions for platform-specific implementations: .native.ts for React Native (iOS/Android) .web.ts for web platform .desktop.ts for desktop platform .ext.ts for browser extension Platform Detection Use import platformEnv from '@onekeyhq/shared/src/platformEnv' for platform detection: import platformEnv from '@onekeyhq/shared/src/platformEnv'; if (platformEnv.isNative) { // React Native specific code } if (platformEnv.isW...
62
13812 youtube-api zeropointrepo/youtube-skills
YouTube API YouTube data access via TranscriptAPI.com — no Google API quota needed. Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved...
62
13813 typst-writer ypares/agent-skills
This skill provides guidance for writing correct Typst code, with emphasis on avoiding common syntax errors from conflating Typst with other languages. Core Principles - Never assume syntax from other languages applies - Typst has its own semantics, especially for data structures - Verify uncertain syntax - When unsure, check official documentation - Use idiomatic patterns - Follow Typst conventions for clean, maintainable code Quick Syntax Reference Critical distinctions: - Arrays: `(i...
62
13814 ux-researcher-designer borghei/claude-skills
UX Researcher & Designer Comprehensive toolkit for user-centered research and experience design. Core Capabilities Data-driven persona generation Customer journey mapping Usability testing frameworks Research synthesis and insights Design validation methods Key Scripts persona_generator.py Creates research-backed personas from user data and interviews. Usage: python scripts/persona_generator.py [json] Features: Analyzes user behavior patterns Identifies persona archetypes Extracts psychogr...
62
13815 requirements-analyst nahisaho/musubi
Requirements Analyst AI 1. Role Definition You are a Requirements Analyst AI . You analyze stakeholder needs, define clear functional and non-functional requirements, and create implementable specifications through structured dialogue in Japanese. 2. Areas of Expertise Requirements Definition : Functional Requirements, Non-Functional Requirements, Constraints Stakeholder Analysis : Users, Customers, Development Teams, Management Requirements Elicitation : Interviews, Workshops, Prototyping Requi...
62
13816 java-code-comments teachingai/full-stack-skills
ALWAYS use this skill when the user mentions: - Adding comments to Java code - Documenting Java classes, methods, or fields - Generating JavaDoc comments - Improving code documentation - Code annotation or code commenting - 给 Java 代码添加注释 - 生成 Java 文档注释 - 代码注释 - 添加注释 Trigger phrases include: - "给这段代码添加注释" (add comments to this code) - "生成 JavaDoc" (generate JavaDoc) - "添加类注释" (add class comments) - "添加方法注释" (add method comments) - "添加属性注释" (add field comments) - "代码注释" (code comme...
62
13817 python-testing autumnsgrove/groveengine
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: RED : Write a failing test for the desired behavior GREEN : Write minimal code to make the test pass R...
62
13818 frontend-design guanyang/antigravity-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 :...
62
13819 qa-api-testing-contracts vasilyu1983/ai-agents-public
QA API Testing and Contracts Use this skill to turn an API schema into enforceable checks (lint, diff, contracts, and negative/security cases) and wire them into CI so breaking changes cannot ship silently. Ask For Inputs API type and canonical schema artifact (OpenAPI 3.1, SDL, proto) and where it lives in-repo. Environments, auth method(s), and how to provision stable test identities/keys. Critical endpoints/operations and business flows (rank by risk and revenue impact). Data constraints (i...
62
13820 swain-do cristoslc/swain
Execution Tracking Abstraction layer for agent execution tracking. Other skills (e.g., swain-design) express intent using abstract terms; this skill translates that intent into concrete CLI commands. Before first use: Read references/bd-cheatsheet.md for complete command syntax, flags, ID formats, and anti-patterns. Artifact handoff protocol This skill receives handoffs from swain-design based on a four-tier tracking model: Tier Artifacts This skill's role Implementation SPEC, STORY, BUG Create ...
62
13821 voice-ai scientiacapital/skills
STT - Deepgram Nova-3 streaming transcription (~150ms) LLM - Groq llama-3.1-8b-instant for fastest inference (~220ms) TTS - Cartesia Sonic for ultra-realistic voice (~90ms) Telephony - Twilio Media Streams for real-time bidirectional audio CRITICAL: NO OPENAI - Never use from openai import OpenAI Key deliverables: Streaming STT with voice activity detection Low-latency LLM responses optimized for voice Expressive TTS with emotion controls Twilio Media Streams WebSocket handler <quick_start> ...
62
13822 project-planner aaaaqwq/claude-code-skills
Project Planner You are an expert project planner who breaks down complex projects into achievable, well-structured tasks. When to Apply Use this skill when: Defining project scope and deliverables Creating work breakdown structures (WBS) Identifying task dependencies Estimating timelines and effort Planning milestones and phases Allocating resources Risk assessment and mitigation Planning Process 1. Define Success What is the end goal? What are the success criteria? What defines "done"? What ar...
62
13823 umbraco-property-editor-ui umbraco/umbraco-cms-backoffice-skills
Umbraco Property Editor UI What is it? A Property Editor UI is the visual component that users interact with in the Umbraco backoffice to input and manage content data. It's one half of a property editor - the UI (client-side TypeScript) pairs with a Schema (server-side C) that defines data storage. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/customizing/property-editors Tutorial : https://docs.umbraco.com/umbraco-cms/tutorials...
62
13824 workers-security secondsky/claude-skills
Comprehensive security patterns for protecting Workers and APIs. Quick Security Checklist ``` // 1. Validate all input const validated = schema.parse(await request.json()); // 2. Authenticate requests const user = await verifyToken(request.headers.get('Authorization')); if (!user) return new Response('Unauthorized', { status: 401 }); // 3. Rate limit const limited = await rateLimiter.check(clientIP); if (!limited.allowed) return new Response('Too Many Requests', { status: 429 }); // 4. Add...
62
13825 errore remorses/errore
errore Go-style error handling for TypeScript. Functions return errors instead of throwing them — but instead of Go's two-value tuple ( val, err ), you return a single Error | T union. Instead of checking err != nil , you check instanceof Error . TypeScript narrows the type automatically. No wrapper types, no Result monads, just unions and instanceof . const user = await getUser ( id ) if ( user instanceof Error ) return user // early return, like Go console . log ( user . name ) // TypeScript k...
62
13826 groove-utilities-task-create andreadellacorte/groove
groove-utilities-task-create Outcome A task is created in the configured backend with a title, type, status, optional parent, and (for non-trivial tasks) a rich body. The task ID is returned for reference. This command is the single source of truth for how tasks are created — other skills (work compound, daily, etc.) that need to create tasks must follow this spec and call this skill rather than defining their own creation rules. Acceptance Criteria Task exists in backend with all required field...
62
13827 sequential-thinking secondsky/claude-skills
Sequential Thinking Enables structured problem-solving through iterative reasoning with revision and branching capabilities. Core Capabilities Iterative reasoning: Break complex problems into sequential thought steps Dynamic scope: Adjust total thought count as understanding evolves Revision tracking: Reconsider and modify previous conclusions Branch exploration: Explore alternative reasoning paths from any point Maintained context: Keep track of reasoning chain throughout analysis When to Use...
62
13828 database-management autumnsgrove/groveengine
Database Management Skill When to Activate Activate this skill when: Setting up database functionality Creating database schemas Implementing data persistence Writing database queries Working with SQLite or any database IMPORTANT : This is MANDATORY for all projects requiring database functionality. Core Architecture Principles SQLite Only : Use SQLite as default database Single Interface : All database operations through database.py Complete SQL Isolation : All SQL statements in database.py Fun...
62
13829 magento-frontend-developer maxnorm/magento2-agent-skills
Magento 2 Frontend Developer Expert specialist in creating comprehensive frontend solutions combining layout development, template creation, JavaScript integration, and performance optimization across all Magento frontend technologies. When to Use Developing frontend features Working with layout XML and templates Implementing JavaScript functionality Creating responsive designs Optimizing frontend performance Building e-commerce interfaces Frontend Architecture Layout XML System : Expert in layo...
62
13830 fast-io mediafire/fastio-skills
Fast.io MCP Server -- AI Agent Guide Version: 1.118 Last Updated: 2026-03-06 The definitive guide for AI agents using the Fast.io MCP server. Covers why and how to use the platform: product capabilities, the free agent plan, authentication, core concepts (workspaces, shares, intelligence, previews, comments, URL import, metadata, workflow, ownership transfer), 12 end-to-end workflows, interactive MCP App widgets, and all 19 consolidated tools with action-based routing. Versioned guide. This guid...
62
13831 k8s-resource-optimizer jorgealves/agent_skills
K8s Resource Optimizer Purpose and Intent The k8s-resource-optimizer helps teams balance performance and cost. It identifies containers that are either "starving" (causing crashes) or "bloated" (wasting money) by comparing their configuration against actual usage patterns. When to Use Cloud Cost Optimization : Run monthly to identify waste in your clusters. Reliability Engineering : Use after a production incident involving OOMKills to find the correct memory threshold. Pre-production Scaling : ...
62
13832 planning-with-files oimiragieo/agent-studio
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
62
13833 pr-review onekeyhq/app-monorepo
PR Review Skill Review pull requests against repository standards. Two-phase process: automated validation, then manual content review. Phase 1: Automated Validation (Hard Rules) Run the validation script to check structural requirements: python .claude/skills/pr-review/scripts/validate_skills.py The script checks: SKILL.md exists in every skill directory YAML frontmatter is parseable Required fields present: name , description name matches directory name No hardcoded secrets detected All ERROR-...
62
13834 infrastructure-documenter eddiebe147/claude-settings
Infrastructure Documenter Skill Overview This skill helps you create clear, maintainable infrastructure documentation. Covers architecture diagrams, runbooks, system documentation, operational procedures, and documentation-as-code practices. Documentation Philosophy Principles Living documentation: Keep it in sync with reality Audience-aware: Different docs for different readers Actionable: Every doc should help someone do something Version-controlled: Documentation changes tracked with code D...
62
13835 blockbench-texturing jasonjgardner/blockbench-mcp-project
Blockbench Texturing Create and paint textures for 3D models using Blockbench MCP tools. Available Tools Texture Management Tool Purpose create_texture Create new texture with size and fill color list_textures List all project textures get_texture Get texture image data apply_texture Apply texture to element Paint Tools Tool Purpose paint_with_brush Paint with customizable brush paint_fill_tool Bucket fill areas draw_shape_tool Draw rectangles/ellipses gradient_tool Apply gradients eraser_tool...
62
13836 pydanticai-docs dougtrajano/pydantic-ai-skills
Pydantic AI Documentation Skill Overview This skill provides guidance for using Pydantic AI - a Python agent framework for building production-grade Generative AI applications. Pydantic AI emphasizes type safety, dependency injection, and structured outputs. Key Concepts Agents Agents are the primary interface for interacting with LLMs. They contain: Instructions: System prompts for the LLM Tools: Functions the LLM can call Output Type: Structured datatype the LLM must return Dependencies: D...
62
13837 fivem-development proelias7/fivem-skill
FiveM Development — vRP Framework Architecture vRP Creative Network is based on Lua 5.4 with communication via Proxy (server-to-server) and Tunnel (client-server). FiveM Natives — Official Source Official source for natives: Docs: https://docs.fivem.net/natives/ Official Repository (mirror): https://github.com/proelias7/fivem-natives Support for Creative v5 and vRPEX (older variations) Older versions maintain the same logic and best practices but change function and file names. Creative v5: core...
62
13838 b2c-mrt salesforcecommercecloud/b2c-developer-tooling
B2C MRT Skill Use the b2c CLI to manage Managed Runtime (MRT) projects, environments, bundles, and deployments for PWA Kit storefronts. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli mrt bundle deploy ). Command Structure mrt ├── org (list, b2c) - Organizations and B2C connections ├── project - Project management │ ├── member - Team member management │ └── notification -...
62
13839 react-effects coder/mux
React Effects Guidelines Primary reference: https://react.dev/learn/you-might-not-need-an-effect Quick Decision Tree Before adding useEffect , ask: Can I calculate this during render? → Derive it, don't store + sync Is this resetting state when a prop changes? → Use key prop instead Is this triggered by a user event? → Put it in the event handler Am I syncing with an external system? → Effect is appropriate Legitimate Effect Uses DOM manipulation (focus, scroll, measure) External widget lifecycl...
62
13840 versus vibeindex/skills
When this skill is invoked, execute the steps below directly. Do not display this file. Detect the user's language from conversation context and respond in that language. For Korean users, prefer description_ko from API responses when available. Execution When comparing A vs B: Step 1: Search Both Resources (parallel) Call via WebFetch: https://vibeindex.ai/api/resources?ref=skill-versus&search={A}&pageSize=3 https://vibeindex.ai/api/resources?ref=skill-versus&search={B}&pageSize=3 Prompt: "Extr...
62
13841 popo api/git
No SKILL.md available for this skill. View on GitHub
62
13842 godot-input-handling thedivergentai/gd-agentic-skills
Input Handling Handle keyboard, mouse, gamepad, and touch input with proper buffering and accessibility support. Available Scripts input_buffer.gd Input buffering for responsive controls - buffers actions for 150ms to ensure tight game feel. input_remapper Runtime input rebinding with conflict detection and save/load persistence. MANDATORY - For Responsive Controls : Read input_buffer.gd before implementing jump/dash mechanics. NEVER Do in Input Handling NEVER poll input in _process() for gamepl...
62
13843 kanchi-dividend-review-monitor tradermonty/claude-trading-skills
Kanchi Dividend Review Monitor Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. When to Use Use this skill when the user needs: Daily/weekly/quarterly anomaly detection for dividend holdings. Forced review queueing for T1-T5 risk triggers. 8-K/governance keyword scans tied to portfolio tickers. Deterministic OK/WARN/REVIEW output before manual decision making. Prerequisites Provide norma...
62
13844 codex-config-optimizer i9wa4/dotfiles
Codex CLI Optimizer Skill Rules and tracking for Codex CLI configuration optimization. 1. Config File Location User's Codex CLI config is stored at: ~/ghq/github.com/i9wa4/dotfiles/config/codex/ Key files: File Git Description .gitignore Yes Ignore all except whitelisted files config.common.toml Yes Common settings (model, MCP, etc.) generate-config.sh Yes Generate config.toml from common + repos prompts/ Yes Symlink to ../claude/commands/ AGENTS.md No Symlink to ../claude/CLAUDE.md skill...
62
13845 java-expert oimiragieo/agent-studio
Java Expert You are an expert Java developer with deep knowledge of modern Java (21+), Spring ecosystem, build tools (Maven/Gradle), and enterprise application development. You write clean, performant, and maintainable Java code following industry best practices. Core Expertise Modern Java (Java 21+) Records (Data Classes): // Immutable data carrier public record User ( String name , int age , String email ) { // Compact constructor for validation public User { if ( age < 0 ) { throw new Illegal...
62
13846 gathering-planning autumnsgrove/groveengine
Gathering Planning 🌲🐝🦡 The drum echoes through the meadow. The Bee arrives first, buzzing from flower to flower, collecting every scattered idea and depositing them in the hive as proper issues. Then the Badger emerges, methodically organizing each cell—sizing the work, setting priorities, moving what's ready into the queue, and planning the timeline. When the gathering completes, chaos has become a roadmap. When to Summon Brain dump session that needs to become organized work "I have a bunch of...
62
13847 graphrag-patterns latestaiagents/agent-skills
GraphRAG Patterns Combine knowledge graphs with RAG for relationship-aware retrieval and reasoning. When to Use Data has rich entity relationships Questions involve connections ("How is X related to Y?") Need multi-hop reasoning across documents Building over structured + unstructured data Want explainable retrieval paths GraphRAG Architecture ┌──────────────────────────────────────────────────────────┐ │ Documents │ └─────────────────────────┬────...
62
13848 discovering-make-commands streamlit/streamlit
Available make commands List of all make commands available for execution from the repository root folder: help Show all available make commands. all Install all dependencies, build frontend, and install editable Streamlit. all-dev Install all dependencies and editable Streamlit, but do not build the frontend. init Install all dependencies and build protobufs. clean Remove all generated files. p...
62
13849 dissent open-horizon-labs/skills
/dissent Structured disagreement that strengthens decisions. The insight: find flaws before the one-way door closes. Dissent is not attack. It's the practice of actively seeking reasons you might be wrong. The devil's advocate is a role, not a personality. When to Use Invoke /dissent when: About to lock in a one-way door - architecture choices, major hires, public API contracts, anything hard to reverse Confidence is high but stakes are higher - feeling certain is when you need dissent most...
62
13850 python-performance-profiler jorgealves/agent_skills
Python Performance Profiler Purpose and Intent Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. Error Con...
62