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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
12551 chart-implementation sgcarstrends/sgcarstrends
Chart Implementation Skill This skill helps you create and customize data visualization charts in apps/web/. When to Use This Skill Creating new chart visualizations for car/COE data Updating existing charts with new features Implementing interactive chart features Optimizing chart performance Debugging chart rendering issues Adding responsive chart layouts Chart Library The project likely uses one of these popular React chart libraries. Check package.json: Recharts - Built on D3, great for ...
59
12552 umbraco-global-context umbraco/umbraco-cms-backoffice-skills
Umbraco Global Context What is it? Global contexts create a shared, type-safe layer of data and functions accessible throughout the backoffice. Unlike scoped contexts (like Workspace Contexts), global contexts persist for the entire backoffice session. Use them for sharing state between extensions, managing centralized services, or coordinating communication. Note: Prefer more specific context types when possible - Umbraco uses global contexts sparingly. Documentation Always fetch the latest doc...
59
12553 threejs secondsky/claude-skills
Three.js Development Build high-performance 3D web applications using Three.js - a cross-browser WebGL/WebGPU library. When to Use This Skill Use when working with: 3D scenes, models, animations, or visualizations WebGL/WebGPU rendering and graphics programming Interactive 3D experiences (games, configurators, data viz) Camera controls, lighting, materials, or shaders Loading 3D assets (GLTF, FBX, OBJ) or textures Post-processing effects (bloom, depth of field, SSAO) Physics simulations, VR/...
59
12554 umbraco-sorter umbraco/umbraco-cms-backoffice-skills
Umbraco Sorter What is it? The UmbSorterController provides drag-and-drop sorting functionality for lists of items in the Umbraco backoffice. It handles reordering items within a container, moving items between containers, and supports nested sorting scenarios. This is useful for block editors, content trees, and any UI that requires user-driven ordering. Documentation Always fetch the latest docs before implementing: Foundation : https://docs.umbraco.com/umbraco-cms/customizing/foundation Exten...
59
12555 vmware-aiops zw008/vmware-aiops
No SKILL.md available for this skill. View on GitHub
59
12556 blender-web-pipeline freshtechbro/claudedesignskills
Blender Web Pipeline Overview Blender Web Pipeline skill provides workflows for exporting 3D models and animations from Blender to web-optimized formats (primarily glTF 2.0). It covers Python scripting for batch processing, optimization techniques for web performance, and integration with web 3D libraries like Three.js and Babylon.js. When to use this skill: Exporting Blender models for web applications Batch processing multiple 3D assets Optimizing file sizes for web delivery Automating repetit...
59
12557 ln-310-story-validator levnikolaevich/claude-code-skills
Validate and auto-fix Stories and Tasks against 2025 standards before execution. Purpose & Scope - Validate Story plus child Tasks against industry standards and project patterns - Calculate Penalty Points for violations, then auto-fix to reach 0 points - Delegate to ln-002-best-practices-researcher for creating documentation (guides, manuals, ADRs, research) - Support Plan Mode: show audit results, wait for approval, then fix - Approve Story after fixes (Backlog -> Todo) with tabular out...
59
12558 supadata vm0-ai/vm0-skills
Supadata API Use the Supadata API via direct curl calls to extract video transcripts and scrape web content for AI applications. Official docs: https://docs.supadata.ai/ When to Use Use this skill when you need to: Extract transcripts from YouTube, TikTok, Instagram, X (Twitter), Facebook videos Scrape web pages to markdown format for AI processing Get video/channel metadata from social platforms Crawl websites to extract content from multiple pages Prerequisites Sign up at Supadata Dashboa...
59
12559 research-synthesis oimiragieo/agent-studio
/research-synthesis If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Synthesize user research data into actionable insights. See the user-research skill for research methods, interview guides, and analysis frameworks. Usage /research-synthesis $ARGUMENTS What I Accept Interview transcripts or notes Survey results (CSV, pasted data) Usability test recordings or notes Support tickets or feedback NPS/CSAT responses App store reviews Output Research...
59
12560 skill-creator hotovo/aider-desk
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
59
12561 command-creator dagster-io/erk
Command Creator This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations. About Slash Commands Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for: Repetitive workflows (code review, PR submission, CI fixing) Multi-step processes that need consistency Agent delegation patter...
59
12562 interview-system-designer alirezarezvani/claude-skills
Interview System Designer Comprehensive interview system design, competency assessment, and hiring process optimization. Table of Contents Quick Start Tools Overview Interview Loop Designer Question Bank Generator Hiring Calibrator Interview System Workflows Role-Specific Loop Design Competency Matrix Development Question Bank Creation Bias Mitigation Framework Hiring Bar Calibration Competency Frameworks Scoring & Calibration Reference Documentation Industry Standards Quick Start Design a comp...
59
12563 code-review mgd34msu/goodvibes-plugin
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
59
12564 brave-search ratacat/claude-skills
Brave Search Headless web search and content extraction using Brave Search. No browser required. Setup Run once before first use: cd ~/Projects/agent-scripts/skills/brave-search npm ci Needs env: BRAVE_API_KEY . Search ./search.js "query" Basic search (5 results) ./search.js "query" -n 10 More results ./search.js "query" --content Include page content as markdown ./search.js "query" -n 3 --content Combined Extract Page Content ./content.js https://example.com/article Fetches a URL and extrac...
59
12565 multi-ai-consultant secondsky/claude-skills
Multi-AI Consultant Consult external AIs for second opinions when Claude Code is stuck or making critical decisions. What This Skill Does This skill enables future Claude Code sessions to consult other AIs when: Stuck on a bug after one failed attempt Making architectural decisions Security concerns need validation Fresh perspective needed Key innovation : Uses existing CLI tools ( gemini , codex ) instead of building MCP servers - much simpler and more maintainable. When to Use This Skill Autom...
59
12566 dojo-config dojoengine/book
Dojo Configuration Management Manage Dojo project configuration including Scarb.toml, deployment profiles, and world settings. When to Use This Skill "Configure Dojo for my project" "Update Scarb.toml dependencies" "Set up deployment profiles" "Configure world settings" What This Skill Does Manages configuration files: Scarb.toml - Package manifest and dependencies dojo_dev.toml - Local development profile dojo_<profile>.toml - Other environment profiles World configuration, namespaces, and perm...
59
12567 agentic-quality-engineering proffesor-for-testing/agentic-qe
Agentic Quality Engineering <default_to_action> When implementing agentic QE or coordinating agents: SPAWN appropriate agent(s) for the task using Task tool with agent type CONFIGURE agent coordination (hierarchical/mesh/sequential) EXECUTE with PACT principles: Proactive analysis, Autonomous operation, Collaborative feedback, Targeted risk focus VALIDATE results through quality gates before deployment LEARN from outcomes - store patterns in aqe/learning/* namespace Quick Agent Selection: Te...
59
12568 swain-update cristoslc/swain
Update Swain Update the local installation of swain skills to the latest version, then reconcile governance configuration. Step 1 — Detect current installation Check whether .claude/skills/ contains any swain-* directories: ls -d .claude/skills/swain-* 2 > /dev/null If no swain skill directories are found, inform the user this appears to be a fresh install rather than an update, then continue anyway — the steps below work for both cases. Step 2 — Backup local modifications Before overwriting ski...
59
12569 mod-actions civitai/civitai
Take moderator actions on Civitai users including banning, muting, removing content, and managing leaderboard eligibility. This skill uses the Civitai tRPC API with API key authentication, ensuring all actions go through the proper service layer with full side effects (session invalidation, search index updates, activity tracking, etc.). Setup - Copy `.env-example` to `.env` in this skill directory - Add your Civitai API key (must belong to a moderator account) - Optionally set the API URL...
59
12570 delayed-command paulrberg/agent-skills
Delayed Command Execution Wait for a specified duration, then execute a Bash command. Arguments duration : Time to wait before execution (e.g., 30s , 5m , 1h , 1h30m ) command : The Bash command to run after the delay Duration Format Format Example Meaning Xs 30s 30 seconds Xm 5m 5 minutes Xh 1h 1 hour XhYm 1h30m 1 hour 30 minutes XhYmZs 1h5m30s 1 hour 5 min 30 s Workflow 1. Parse Duration Convert the duration argument to seconds: Extract hours ( h ), minutes ( m ), and seconds ( s ) components ...
59
12571 tdd oimiragieo/agent-studio
/tdd - Test-Driven Development Workflow Strict TDD workflow: tests first, then implementation. When to Use "Implement X using TDD" "Build this feature test-first" "Write tests for X then implement" Any feature where test coverage is critical Bug fixes that need regression tests TDD Philosophy Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is ...
59
12572 webreel vercel-labs/webreel
webreel webreel records scripted browser demos as MP4, GIF, or WebM with cursor animation, keystroke overlays, and sound effects. You define steps in a JSON config, and webreel drives headless Chrome, captures frames, and encodes with ffmpeg. Installation Install webreel as a project dependency so the version is pinned in the lockfile. This ensures deterministic recordings across machines and CI. npm install webreel If the project already has webreel in its dependencies, skip this step. Prerequi...
59
12573 wiki-researcher sickn33/antigravity-awesome-skills
Wiki Researcher You are an expert software engineer and systems analyst. Your job is to deeply understand codebases, tracing actual code paths and grounding every claim in evidence. When to Activate User asks "how does X work" with expectation of depth User wants to understand a complex system spanning many files User asks for architectural analysis or pattern investigation Core Invariants (NON-NEGOTIABLE) Depth Before Breadth TRACE ACTUAL CODE PATHS — not guess from file names or conventions RE...
59
12574 dust-mcp-server dust-tt/dust
@runbooks/NEW_MCP_SERVER.md
59
12575 umbraco-auth-provider umbraco/umbraco-cms-backoffice-skills
Umbraco Auth Provider What is it? An Auth Provider enables external login (OAuth/SSO) for the Umbraco backoffice. It provides the UI component (login button) that connects to a backend authentication provider. The backend must be configured separately in C - this extension type handles the frontend presentation and behavior. Common providers include Google, Microsoft, GitHub, and custom OAuth providers. Documentation Always fetch the latest docs before implementing: External Login Providers : ht...
59
12576 dependency-analyzer oimiragieo/agent-studio
Dependency Analyzer Skill Step 1: Identify Dependency Files Locate dependency files: package.json (Node.js) requirements.txt (Python) go.mod (Go) Cargo.toml (Rust) pom.xml (Java/Maven) Step 2: Analyze Dependencies Examine dependencies: Read dependency files Check versions Identify outdated packages Note version constraints Step 3: Semantic Versioning Analysis Analyze version numbers using semantic versioning (semver): Parse version numbers: Extract major.minor.patch from version strings H...
59
12577 dojo-deploy dojoengine/book
Dojo Deployment Deploy your Dojo world to local Katana sequencer, Sepolia testnet, or Starknet mainnet. When to Use This Skill "Deploy my world to Katana" "Start Katana sequencer" "Deploy to Sepolia testnet" "Deploy to mainnet" What This Skill Does Handles deployment workflows: Start and configure Katana sequencer Deploy worlds with sozo migrate Verify deployments Manage world addresses Configure network settings Quick Start Local development: "Start Katana and deploy my world" Testnet deploymen...
59
12578 godot-navigation-pathfinding thedivergentai/gd-agentic-skills
Navigation & Pathfinding NavigationServer-powered pathfinding with avoidance and dynamic obstacles define robust AI movement. Available Scripts dynamic_nav_manager.gd Expert runtime navigation mesh updates for moving platforms. NEVER Do in Navigation & Pathfinding NEVER set target_position before awaiting physics frame — NavigationServer not ready in _ready() ? Path fails silently. MUST call_deferred() then await get_tree().physics_frame . NEVER use NavigationRegion2D.bake_navigation_polygon() a...
59
12579 remotion-video-reviewer ncklrs/startup-os-skills
Remotion Video Reviewer Provides comprehensive, structured reviews of Remotion video implementations against motion design specifications. Identifies issues, assesses impact, and generates actionable revision lists. What This Skill Does Performs multi-layer review analysis: Spec compliance — Verifies implementation matches design spec Code quality — Checks patterns, performance, best practices Timing accuracy — Validates frame calculations and animation timing Visual fidelity — Confirms colors, ...
59
12580 education-learning dylantarre/animation-principles
Education & Learning Animation Principles Apply Disney's 12 principles to create engaging, encouraging experiences that support comprehension and celebrate progress. The 12 Principles Applied 1. Squash & Stretch Answer Buttons: Friendly squash on selection Mascots/Characters: Personality through stretch Achievement Badges: Bounce with character 2. Anticipation Quiz Reveal: Build-up before showing results Next Lesson: Preparation for new content Submit Answer: Moment before feedback 3. Staging ...
59
12581 controller-sessions cartridge-gg/docs
Controller Sessions & Policies Session policies define which contracts and methods your app can call. They are required for session-based transaction execution — without policies, execute() will fail with error code 130 ("Array length mismatch") because the Controller's on-chain session validation requires a merkle proof for each call. Without policies, Controller falls back to manual approval via the keychain modal. On local Katana, policies are required because new Controller accounts cannot b...
59
12582 umbraco-tiptap-toolbar-extension umbraco/umbraco-cms-backoffice-skills
Umbraco Tiptap Toolbar Extension What is it? A Tiptap Toolbar Extension adds buttons or controls to the Rich Text Editor's toolbar. It provides an execute method that runs when clicked, and can indicate active/disabled states. Several "kinds" are available: button (simple toggle), colorPickerButton (color selection), menu (dropdown menu), and styleMenu (style selection dropdown). Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cm...
59
12583 particle-systems pluginagentmarketplace/custom-plugin-game-developer
Particle Systems Particle System Architecture ┌─────────────────────────────────────────────────────────────┐ │ PARTICLE LIFECYCLE │ ├─────────────────────────────────────────────────────────────┤ │ EMISSION │ │ ├─ Spawn Rate (particles/second) │ │ ├─ Burst (instant spawn count) │ │ └─ Shape (point, sphere, cone, mesh) │ │ ...
59
12584 robin-guide autumnsgrove/groveengine
Robin Guide 🐦 The robin knows every animal in the forest. It watches from its perch, tilts its head curiously, and chatters about what it sees. When a wanderer is lost, the robin presents the paths available and sings the way forward. The robin doesn't do the work—it shows you which animal does. When to Activate User asks "which skill should I use?" or "what animal does X?" User says "help me choose" or "what are my options?" User calls /robin-guide or mentions robin/guide Unclear which animal t...
59
12585 magento-issue-debugger maxnorm/magento2-agent-skills
Magento 2 Issue Debugger Expert specialist in systematically investigating, diagnosing, and resolving complex technical problems across all layers of the Magento stack. When to Use Debugging production issues Investigating bugs and errors Analyzing performance problems Resolving system failures Troubleshooting integration issues Diagnosing cache or indexing problems Debugging Methodologies Systematic Investigation Problem Assessment : Establish consistent steps to reproduce the problem Environme...
59
12586 slack vm0-ai/vm0-skills
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
59
12587 gt dagster-io/erk
Graphite Overview Graphite (gt) is a CLI tool for managing stacked pull requests - breaking large features into small, incremental changes built on top of each other. This skill provides the mental model, command reference, and workflow patterns needed to work effectively with gt. CRITICAL: Always Use --no-interactive NEVER invoke any gt command without --no-interactive . This is a global flag inherited by every gt command — not a per-command option. Without --no-interactive , gt may open prompt...
59
12588 peon-ping-config peonping/peon-ping
peon-ping-config Update peon-ping configuration settings. Config location The config file is at ${CLAUDE_CONFIG_DIR:-$HOME/.claude}/hooks/peon-ping/config.json . Available settings volume (number, 0.0–1.0): Sound volume active_pack (string): Current sound pack name (e.g. "peon" , "sc_kerrigan" , "glados" ) enabled (boolean): Master on/off switch pack_rotation (array of strings): List of packs to rotate through per session. Empty [] uses active_pack only. pack_rotation_mode (string): "random" (de...
59
12589 umbraco-validation-checks umbraco/umbraco-cms-backoffice-skills
Umbraco Extension Validation Checks Reference skill containing validation checks for manual browser testing of Umbraco backoffice extensions. Load this skill before beginning validation testing. Check Categories Category File Checks Configuration configuration-checks.md VC-1 to VC-2 Navigation navigation-checks.md VN-1 to VN-3 API Debugging api-debugging-checks.md VA-1 to VA-3 Form Controls form-control-checks.md VF-1 to VF-2 Workspace workspace-checks.md VW-1 to VW-3 Quick Reference ID Check Co...
59
12590 javascript-testing-expert dubzzz/fast-check
⚠️ Scope: Testing functions and components, not black-box e2e. 🏅 Main objectives: use tests as a way to... uncover hard to detect bugs document how to use the code avoid regressions challenge the code 🔧 Recommended tooling: vitest , fast-check , @fast-check/vitest , msw installed as devDependencies. ✅ Do adapt yourself to missing tools while recommending them to the user. File and code layout ✅ Do mimic the existing test structure of the project when adding new tests ✅ Do use one test file per c...
59
12591 idor-testing sickn33/antigravity-awesome-skills
IDOR Vulnerability Testing Purpose Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. This skill covers both database object references and static file references, detection techniques using parameter manipulation and enumeration, exploitation via Burp Suite, and remediation strategies for securing applications against unauthorized access. Inputs / Prerequisites Target Web Application : URL of application w...
59
12592 becreative danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/BeCreative/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification:...
59
12593 react-game-ui ccalebcarter/purria-skills
React Game UI Production-ready UI patterns for game interfaces using shadcn/ui, Tailwind, and Framer Motion. Core Components Resource Bar import { cn } from '@/lib/utils'; import { motion, AnimatePresence } from 'framer-motion'; interface ResourceBarProps { icon: React.ReactNode; value: number; maxValue?: number; label: string; color?: 'gold' | 'green' | 'blue' | 'red'; } const colorMap = { gold: 'from-amber-400 to-yellow-500', green: 'from-emerald-400 to-green-500', blue: 'f...
59
12594 amplihack-expert rysweet/amplihack
amplihack Expert Knowledge What is amplihack? Engineering system for coding CLIs (Claude, Copilot, Amplifier): 5 mechanisms, 23-step workflow, 30+ agents, 80+ skills. Core entry point: /dev <task> — unified task orchestrator with auto-classification, parallel workstream detection, and goal-seeking execution loop. Quick Reference Top Commands Command Purpose Use When /dev Orchestrate Any non-trivial task /analyze Review Check compliance /fix Fix errors Common error patterns /amplihack:ddd:* Doc-d...
59
12595 collaborative-plan-with-file catlog22/claude-code-workflow
Collaborative-Plan-With-File Workflow Quick Start Serial collaborative planning workflow using Plan Note architecture. Analyzes requirements, identifies sub-domains, generates detailed plans per domain serially, and detects conflicts across domains. Basic usage /codex:collaborative-plan-with-file "Implement real-time notification system" With options /codex:collaborative-plan-with-file "Refactor authentication module" --max-domains = 4 /codex:collaborative-plan-with-file "Add payment gateway s...
59
12596 e2e 0xbigboss/claude-code
E2E Testing Principles (Always Active) These apply whenever working with e2e tests, test failures, or test flakiness: Failure Taxonomy Every e2e failure is exactly one of: A. Flaky (test infrastructure issue) Race conditions, timing-dependent assertions Stale selectors after UI changes Missing waits, incorrect wait targets Network timing, mock setup ordering Symptom: passes on retry, fails intermittently B. Outdated (test no longer matches implementation) Test asserts old behavior that was inten...
59
12597 badger-triage autumnsgrove/groveengine
Badger Triage 🦡 The badger maintains the burrow. While the bee collects pollen and deposits it in the hive, the badger organizes each chamber — deciding what goes where, what's urgent, what can wait. Patient and methodical, the badger works through the backlog, sorting and sizing with care. When the badger emerges, every issue knows its place, its priority, and when it's due. When to Activate Backlog needs organizing (issues sitting unsized/unprioritized) User says "triage my issues" or "organiz...
59
12598 apache-spark-data-processing manutej/luxor-claude-marketplace
Apache Spark Data Processing A comprehensive skill for mastering Apache Spark data processing, from basic RDD operations to advanced streaming, SQL, and machine learning workflows. Learn to build scalable, distributed data pipelines and analytics systems. When to Use This Skill Use Apache Spark when you need to: Process Large-Scale Data: Handle datasets too large for single-machine processing (TB to PB scale) Perform Distributed Computing: Execute parallel computations across cluster nodes R...
59
12599 agent-browser-relay mindgames/agent-browser-relay
Agent Browser Relay Use this skill to attach to a chosen Chrome tab through the bundled Agent Browser Relay extension and extract tab metadata or DOM data for analysis. Quick start Fresh-machine rule: skills add guarantees the installed skill at ~/.agents/skills/agent-browser-relay the guaranteed Chrome load path after skills add is ~/.agents/skills/agent-browser-relay/extension ~/agent-browser-relay/extension is only an optional visible convenience copy created by npm run extension:install npm ...
59
12600 database-expert oimiragieo/agent-studio
Database Expert database algorithm rules When reviewing or writing code, apply these guidelines: You are an expert in database algorithms. Optimize algorithms for performance and scalability. Use appropriate data structures and indexing strategies. database interaction best practices When reviewing or writing code, apply these guidelines: When interacting with databases: Use prepared statements to prevent SQL injection. Handle database errors gracefully. Consider using an ORM for complex queries...
59