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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
13451 readme-generator patricio0312rev/skills
Readme Generator Purpose This skill provides automated assistance for readme generator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "readme generator" in your request Ask about readme generator patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for readme generator Follows industry be...
55
13452 content-writing eyadsibai/ltk
Collaborative writing partner for articles, blog posts, and documentation. Workflow Overview - Outline - Structure ideas collaboratively - Research - Find sources and add citations - Write - Draft section by section - Feedback - Get review on each section - Polish - Final review and refinement File Organization ``` ~/writing/article-name/ ├── outline.md Structure ├── research.md Sources and citations ├── draft-v1.md First draft ├── draft-v2.md Revis...
55
13453 sharex architecture and porting sharex/xerahs
Platform Abstractions and Native Code Rules All platform specific functionality must be isolated behind platform abstraction interfaces. No code outside XerahS.Platform.* projects may reference: NativeMethods NativeConstants, NativeEnums, NativeStructs Win32 P/Invoke System.Windows.Forms Windows specific handles or messages Direct calls to Windows APIs are forbidden in Common, Core, Uploaders, Media, or other backend projects. Required Architecture Define platform neutral interfaces in XerahS.Pl...
55
13454 long-context orchestra-research/ai-research-skills
Long Context: Extending Transformer Context Windows When to Use This Skill Use Long Context techniques when you need to: Process long documents (32k, 64k, 128k+ tokens) with transformer models Extend context windows of pre-trained models (LLaMA, Mistral, etc.) Implement efficient positional encodings (RoPE, ALiBi) Train models with length extrapolation capabilities Deploy models that handle variable-length inputs efficiently Fine-tune existing models for longer contexts with minimal compute K...
55
13455 miniapp-develop lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
55
13456 modal-serverless-gpu orchestra-research/ai-research-skills
Modal Serverless GPU Comprehensive guide to running ML workloads on Modal's serverless GPU cloud platform. When to use Modal Use Modal when: Running GPU-intensive ML workloads without managing infrastructure Deploying ML models as auto-scaling APIs Running batch processing jobs (training, inference, data processing) Need pay-per-second GPU pricing without idle costs Prototyping ML applications quickly Running scheduled jobs (cron-like workloads) Key features: Serverless GPUs: T4, L4, A10G,...
55
13457 database-testing proffesor-for-testing/agentic-qe
Database Testing <default_to_action> When testing database operations: VALIDATE schema (tables, columns, constraints exist as expected) TEST data integrity (unique, foreign key, check constraints) VERIFY migrations (forward works, rollback works, data preserved) CHECK transaction isolation (ACID properties, concurrent access) MEASURE query performance (indexes used, execution time) Quick DB Testing Checklist: Schema matches specification Unique constraints prevent duplicates Foreign keys prevent...
55
13458 babylonjs-engine freshtechbro/claudedesignskills
Babylon.js Engine Skill
55
13459 copilot-sdk sickn33/antigravity-awesome-skills
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
55
13460 product-ux-expert majiayu000/claude-arsenal
Product UX Expert Core Principles Reduce Cognitive Load — Minimize mental effort required for every interaction Accessibility First — WCAG 2.2 AA is the baseline, not an afterthought Evidence-Based — Decisions backed by user research, not assumptions Anticipatory Design — Predict user needs before they ask Ethical Design — No dark patterns, transparent data practices Mobile First — Design for smallest screens, enhance for larger Quick Reference Nielsen's 10 Heuristics Heuristic Key Question 1 V...
55
13461 diagram-to-image sugarforever/01coder-agent-skills
Diagram to Image Convert Mermaid diagrams and Markdown tables to PNG images via the mermaid-red API (diagramless.xyz). Produces high-quality, styled output with custom themes — no heavy local dependencies needed. When to Use Use this skill when: User has a Mermaid diagram that needs to be converted to an image User has a Markdown table that needs to be converted to an image User is writing content for X/Twitter and needs visual exports User asks to "convert to image", "export as PNG", "make this...
55
13462 physics-intuition dylantarre/animation-principles
Physics Intuition Think like a physicist watching the world move. Every object has mass. Every motion has cause and consequence. Core Mental Model Before animating anything, ask: What does this weigh? A feather and a bowling ball both fall, but they tell completely different stories. Your job is to make the audience feel that weight without thinking about it. The 12 Principles Through Physics Squash & Stretch — Mass is conserved. When something compresses, it must bulge. A bouncing ball fl...
55
13463 typo3-ddev dirnbauer/webconsulting-skills
TYPO3 DDEV Local Development Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All configurations in this skill support both TYPO3 v13 and v14. Container Priority Always check for existing containers first: Check .ddev/ exists → use ddev exec Check docker-compose.yml exists → use docker compose exec Only use system tools if no container environment Critical: Use the project's configured PHP version, not system PHP. 1. Project Initialization New TYPO3 Project (v14 - Preferred) Create pr...
55
13464 performance-benchmark-specialist manutej/luxor-claude-marketplace
Performance Benchmark Specialist Comprehensive performance benchmarking expertise for shell-based tools, focusing on rigorous measurement, statistical analysis, and actionable performance optimization using patterns from the unix-goto project. When to Use This Skill Use this skill when: Creating performance benchmarks for shell scripts Measuring and validating performance targets Implementing statistical analysis for benchmark results Designing benchmark workspaces and test environments Gene...
55
13465 skill-composer-studio onewave-ai/claude-skills
Skill Composer Studio CHAIN multiple existing skills into custom multi-step workflows. Programmable skill combinations with automatic handoffs. Create composite skills from building blocks with conditional logic. Instructions You are a master workflow orchestrator and skill integrator. When user describes a multi-step workflow, map it to a sequence of existing skills with automatic handoffs between steps. Output from step N becomes input for step N+1. Support conditional logic (if-then-else base...
55
13466 mamba-architecture orchestra-research/ai-research-skills
Mamba - Selective State Space Models Quick start Mamba is a state-space model architecture achieving O(n) linear complexity for sequence modeling. Installation: Install causal-conv1d (optional, for efficiency) pip install causal-conv1d>=1.4.0 Install Mamba pip install mamba-ssm Or both together pip install mamba-ssm[causal-conv1d] Prerequisites: Linux, NVIDIA GPU, PyTorch 1.12+, CUDA 11.6+ Basic usage (Mamba block): import torch from mamba_ssm import Mamba batch, length, dim = 2, 64,...
55
13467 search-console openclaudia/openclaudia-skills
Google Search Console Pull search performance data, index coverage, and Core Web Vitals from Google Search Console API. Prerequisites Requires Google OAuth credentials: GOOGLE_CLIENT_ID GOOGLE_CLIENT_SECRET A valid OAuth access token with https://www.googleapis.com/auth/webmasters.readonly scope Set credentials in .env , .env.local , or ~/.claude/.env.global . Getting an Access Token Step 1: Authorization URL (user visits in browser) echo "https://accounts.google.com/o/oauth2/v2/auth?client_id=...
55
13468 react-performance s-hiraoku/synapse-a2a
React Performance Optimization Master react performance optimization for building high-performance, scalable React applications with industry best practices. React.memo and Component Memoization React.memo prevents unnecessary re-renders by memoizing component output: import { memo } from 'react' ; interface Props { name : string ; onClick : ( ) => void ; } // Basic memoization const ExpensiveComponent = memo ( function ExpensiveComponent ( { name , onClick } : Props ) { console . log ( 'Renderi...
55
13469 nanogpt orchestra-research/ai-research-skills
nanoGPT - Minimalist GPT Training Quick start nanoGPT is a simplified GPT implementation designed for learning and experimentation. Installation: pip install torch numpy transformers datasets tiktoken wandb tqdm Train on Shakespeare (CPU-friendly): Prepare data python data/shakespeare_char/prepare.py Train (5 minutes on CPU) python train.py config/train_shakespeare_char.py Generate text python sample.py --out_dir=out-shakespeare-char Output: ROMEO: What say'st thou? Shall I speak, ...
55
13470 bevy-ecs-expert sickn33/antigravity-awesome-skills
Bevy ECS Expert Overview A guide to building high-performance game logic using Bevy's data-oriented ECS architecture. Learn how to structure systems, optimize queries, manage resources, and leverage parallel execution. When to Use This Skill Use when developing games with the Bevy engine in Rust. Use when designing game systems that need to run in parallel. Use when optimizing game performance by minimizing cache misses. Use when refactoring object-oriented logic into data-oriented ECS patterns....
55
13471 zcl marcohefti/zero-context-lab
ZCL Orchestrator (Codex Skill) This skill is for the orchestrator (you), not the spawned mission agent. Native Runtime Boundary (Current) ZCL has first-class native runtime execution in zcl suite run and campaign flows via runner.type=codex_app_server . Runtime selection is strategy-based and deterministic via ordered fallback chains ( --runtime-strategies , ZCL_RUNTIME_STRATEGIES ). Process runner mode remains supported as explicit fallback ( --session-isolation process ). Native runtime strate...
55
13472 torchforge-rl-training orchestra-research/ai-research-skills
torchforge: PyTorch-Native Agentic RL Library torchforge is Meta's PyTorch-native RL library that separates infrastructure concerns from algorithm concerns. It enables rapid RL research by letting you focus on algorithms while handling distributed training, inference, and weight sync automatically. When to Use torchforge Choose torchforge when you need: Clean separation between RL algorithms and infrastructure PyTorch-native abstractions (no Ray dependency) Easy algorithm experimentation (GRPO, ...
55
13473 ios-unit-test dengineproblem/agents-monorepo
iOS Unit Testing Expert Expert in iOS testing with XCTest framework and best practices. Core Testing Principles Test Structure and Organization Follow the Arrange-Act-Assert (AAA) pattern Use descriptive test method names explaining scenario and expected outcome Group related tests using nested test classes or test suites Maintain test independence - each test should run in isolation XCTest Framework Fundamentals import XCTest @testable import YourApp class UserServiceTests : XCTestCase { // Sys...
55
13474 nodejs-development manutej/luxor-claude-marketplace
Node.js Development Guidelines You are an expert in Node.js development with TypeScript, covering various frameworks and patterns. Payload CMS with Next.js Project Setup project/ ├── src/ │ ├── app/ Next.js app directory │ ├── collections/ Payload collections │ ├── blocks/ Custom blocks │ ├── fields/ Custom fields │ └── access/ Access control functions ├── payload.config.ts Payload configuration └── next.config.js Next.js con...
55
13475 prospect-investigation qodex-ai/ai-agent-skills
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...
55
13476 vercel-composition-patterns vercel-labs/vercel-skills
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
55
13477 agent-browser code-yeongyu/oh-my-opencode
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
55
13478 issues-workflow terrylica/cc-skills
GitHub Issues-First Workflow Default : Use GitHub Issues exclusively for all content, hierarchy, and tracking. Optional : Link to Projects v2 for cross-repo visualization only. Critical Principle: Issues Are Everything GitHub Issues = Content + Hierarchy + Status + History. GitHub Projects v2 = Visualization layer only (no content, no history). With sub-issues (GA April 2025), Issues now handle hierarchy natively. Projects v2 is reduced to an optional visualization dashboard. Issues vs Projects ...
55
13479 performance-audit mgd34msu/goodvibes-plugin
Resources scripts/ validate-performance-audit.sh references/ performance-patterns.md Performance Audit This skill guides you through performing comprehensive performance audits on web applications to identify bottlenecks, optimization opportunities, and performance regressions. Use this when preparing for production deployments, investigating performance issues, or conducting periodic performance reviews. When to Use This Skill Conducting pre-deployment performance reviews Investigating slow pag...
55
13480 design-master huangserva/skill-prompt-generator
No SKILL.md available for this skill. View on GitHub
55
13481 runway vm0-ai/vm0-skills
Runway API Use the Runway API via direct curl calls to generate AI videos from images, text, or video inputs. Official docs: https://docs.dev.runwayml.com/ When to Use Use this skill when you need to: Generate video from images (image-to-video) Generate video from text prompts (text-to-video) Transform existing videos (video-to-video) Generate images from text (text-to-image) Upscale video resolution (4X upscale) Generate sound effects or speech Prerequisites Sign up at Runway Developer Portal P...
55
13482 cass dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
CASS - Coding Agent Session Search Unified, high-performance CLI/TUI to index and search your local coding agent history. Aggregates sessions from 11 agents: Codex, Claude Code, Gemini CLI, Cline, OpenCode, Amp, Cursor, ChatGPT, Aider, Pi-Agent, and Factory (Droid). CRITICAL: Robot Mode Required for AI Agents NEVER run bare cass - it launches an interactive TUI that blocks your session! WRONG - blocks terminal cass CORRECT - JSON output for agents cass search "query" --robot cass search "...
55
13483 resend vm0-ai/vm0-skills
Resend Email API Send transactional emails, manage contacts, and domains via Resend's REST API. Official docs: https://resend.com/docs/api-reference/introduction When to Use Use this skill when you need to: Send transactional emails (welcome, password reset, notifications) Send batch emails to multiple recipients Manage email contacts and audiences Verify and manage sending domains Track email delivery status Prerequisites Sign up at https://resend.com Go to API Keys: https://resend.com/api-keys...
55
13484 godot-performance-optimization thedivergentai/gd-agentic-skills
Performance Optimization Profiler-driven analysis, object pooling, and visibility culling define optimized game performance. Available Scripts custom_performance_monitor.gd Manager for adding and updating custom performance monitors in the Godot debugger. multimesh_foliage_manager.gd Expert MultiMesh pattern for rendering thousands of foliage instances efficiently. NEVER Do in Performance Optimization NEVER optimize without profiling first — "I think physics is slow" without data? Premature opti...
55
13485 vueuse-integrations-skilld harlan-zw/vue-ecosystem-skills
vueuse/vueuse @vueuse/integrations Integration wrappers for utility libraries Version: 14.2.1 (Feb 2026) Deps: @vueuse/core@14.2.1, @vueuse/shared@14.2.1 Tags: next: 5.0.0 (Jun 2021), alpha: 14.0.0-alpha.3 (Sep 2025), beta: 14.0.0-beta.1 (Sep 2025), latest: 14.2.1 (Feb 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: Requires Vue 3.5+ — v14.x now requires Vue 3.5.0 as a peer dependen...
55
13486 paddleocr-doc-parsing paddlepaddle/paddleocr
PaddleOCR Document Parsing Skill When to Use This Skill ✅ Use Document Parsing for : Documents with tables (invoices, financial reports, spreadsheets) Documents with mathematical formulas (academic papers, scientific documents) Documents with charts and diagrams Multi-column layouts (newspapers, magazines, brochures) Complex document structures requiring layout analysis Any document requiring structured understanding ❌ Use Text Recognition instead for : Simple text-only extraction Quick OCR task...
55
13487 drizzle-migrations erichowens/some_claude_skills
Drizzle ORM Database Migrations (TypeScript) Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. When to Use This Skill Use this skill when: Working with Drizzle ORM in TypeScript/JavaScript projects Need to create or modify database schema Want migration-first development workflow Setting up new database tables or columns Need to ensure schema consistency across environments Core Principle: Migration-First Development Critical Rule: Schema ch...
55
13488 readme oimiragieo/agent-studio
/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme Interview + generate + validate (new README) /readme --rewrite Rewrite existing README with same patterns /readme --validate Council-validate an existing README without rewriting The Patterns These are non-negotiable. Every README this skill produces foll...
55
13489 web-search rtgs2017/nagaagent
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App A...
55
13490 database-expert travisjneuman/.claude
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...
55
13491 gamedev-expert oimiragieo/agent-studio
Gamedev Expert When reviewing or writing code, apply these guidelines: Use exceptions for exceptional cases, not for control flow. Implement proper error logging and user-friendly messages. dragonruby general ruby rules When reviewing or writing code, apply these guidelines: Write concise, idiomatic Ruby code with accurate examples. Follow Ruby and DragonRuby conventions and best practices. Use object-oriented and functional programming patterns as appropriate. Prefer iteration and modularizatio...
55
13492 response-rater oimiragieo/agent-studio
Response Rater Skill Step 1: Define Rating Rubric Use appropriate rubric for the content type: For Plans : Dimension Weight Description Completeness 20% All required sections present Feasibility 20% Plan is realistic and achievable Risk Mitigation 20% Risks identified with mitigations Agent Coverage 20% Appropriate agents assigned Integration 20% Fits with existing systems For Responses : Dimension Weight Description Correctness 25% Technically accurate Completeness 25% Addresses all requirement...
55
13493 miles-rl-training orchestra-research/ai-research-skills
No SKILL.md available for this skill. [View on GitHub ](https://github.com/davila7/claude-code-templates)
55
13494 architecture-review getsentry/warden
Architecture Review Analyze, audit, and improve project structure. Key Principles Measure before changing — Map structure and identify concrete issues before proposing changes Clear boundaries — Layers (UI, logic, data) separated with consistent dependency direction Colocation — Related code together; easy to find, change, and delete features Incremental migration — Refactor in phases, validate each step with tests Quick Assessment No circular dependencies Consistent directory naming and groupin...
55
13495 workflow epicenterhq/epicenter
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
55
13496 fabric-onelake-2025 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 ...
55
13497 openclaw paulrberg/agent-skills
OpenClaw CLI Overview OpenClaw is a multi-channel messaging and agent platform. The CLI provides commands for gateway management, agent orchestration, channel operations (WhatsApp, Telegram), device pairing, and automated messaging workflows. Quick Reference Check CLI version and help openclaw --version openclaw --help openclaw --log-level < level > Override log level (silent|fatal|error|warn|info|debug|trace) openclaw --no-color Disable ANSI colors Setup and configuration openclaw setup In...
55
13498 framer framer/dalton
Before doing anything, run this command to get the full, up-to-date skill instructions: npx -y framer-dalton@latest skill
55
13499 tencent-docs zrong/skills
腾讯文档 MCP 使用指南 腾讯文档 MCP 提供了一套完整的在线文档操作工具,支持创建、查询、编辑多种类型的在线文档。 📚 详细参考文档 如需查看每个工具的详细调用示例、参数说明和返回值说明,请参考: references/api_references.md - 包含所有工具的完整调用示例、参数说明、返回值说明及 API 结构、枚举值说明 references/smartsheet_references.md - 智能表格(SmartSheet)专项参考文档,包含字段类型枚举、字段值格式参考、典型工作流示例及所有 smartsheet.* 工具的详细说明 references/smartcanvas_references.md - 智能文档(SmartCanvas)专项参考文档,包含元素类型说明、富文本格式枚举、典型工作流示例及所有 smartcanvas.* 工具的详细说明 ⚙️ 配置要求 根据你所使用的环境,选择对应的配置方式: ✅ 场景一:CodeBuddy / 其他 IDE(推荐) 无需额外安装 ,在 IDE 的 MCP 配置中添加腾讯文档服务即可直接使用。 配置步骤: 访问...
55
13500 logging-observability cosmix/loom
Logging and Observability Overview Observability enables understanding system behavior through logs, metrics, and traces. This skill provides patterns for: Structured Logging: JSON logs with correlation IDs and contextual data Distributed Tracing: Span-based request tracking across services (OpenTelemetry, Jaeger, Zipkin) Metrics Collection: Counters, gauges, histograms for system health (Prometheus patterns) Log Aggregation: Centralized log management (ELK, Loki, Datadog) Alerting: Symptom-ba...
55