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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,414
总 Skills
34.3M
总安装量
2,438
贡献者
# Skill 仓库 描述 安装量
14701 moai-lang-scala modu-ai/moai-adk
Scala 3.4+ Development Specialist Functional programming, effect systems, and big data processing for JVM applications. Quick Reference Auto-Triggers: Scala files (.scala, .sc), build files (build.sbt, project/build.properties) Core Capabilities: Scala 3.4: Given/using, extension methods, enums, opaque types, match types Akka 2.9: Typed actors, streams, clustering, persistence Cats Effect 3.5: Pure FP runtime, fibers, concurrent structures ZIO 2.1: Effect system, layers, streaming, error ha...
57
14702 umbraco-validation-context umbraco/umbraco-cms-backoffice-skills
Umbraco Validation Context What is it? UmbValidationContext provides a centralized validation system for forms in the Umbraco backoffice. It manages validation messages using JSON Path notation, supports both client-side and server-side validation, and enables reactive error counting for tabs and sections. This is essential for multi-step forms, workspace editors, and any UI that requires comprehensive validation feedback. Documentation Always fetch the latest docs before implementing: Foundatio...
57
14703 playwright-skill tech-leads-club/agent-skills
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
57
14704 readme-updater ovachiever/droid-tings
README Updater Skill Keep your README current with project changes. When I Activate ✅ New features added ✅ Project structure changes ✅ Dependencies added/removed ✅ Setup instructions change ✅ User mentions README or documentation ✅ Configuration files modified What I Update README Sections Installation: New dependencies Setup steps Prerequisites Environment variables Features: New capabilities Functionality changes Feature deprecation Usage: API changes New examples Updated screenshots ...
57
14705 accessibility-testing proffesor-for-testing/agentic-qe
Accessibility Testing Overview Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility. When to Use Validating WCAG 2.1/2.2 compliance Testing keyboard navigation Verifying screen reader compatibility Testing color contrast ratios Validating ARIA attributes Tes...
57
14706 session-chronicle terrylica/cc-skills
Session Chronicle Excavate Claude Code session logs to capture complete provenance for research findings, ADR decisions, and code contributions. Traces UUID chains across multiple auto-compacted sessions. CRITICAL PRINCIPLE : Registry entries must be self-contained . Record ALL session UUIDs (main + subagent) at commit time. Future maintainers should not need to run archaeology to understand provenance. S3 Artifact Sharing : Artifacts can be uploaded to S3 for team access. See S3 Sharing ADR . W...
57
14707 tampermonkey henkisdabro/wookstar-claude-code-plugins
Expert guidance for writing Tampermonkey userscripts - browser scripts that modify web pages, automate tasks, and enhance browsing experience. Quick Start Template ``` // ==UserScript== // @name My Script Name // ← CUSTOMISE: Unique script name // @namespace https://example.com/scripts/ // ← CUSTOMISE: Your unique namespace // @version 1.0.0 // ← INCREMENT on updates // @description Brief description of the script // ← CUS...
57
14708 projectmanagement zenobi-us/dotfiles
No SKILL.md available for this skill. [View on GitHub ](https://github.com/zenobi-us/dotfiles)
57
14709 gdrive-access terrylica/cc-skills
Google Drive Access List, download, and sync files from Google Drive programmatically via Claude Code CLI. MANDATORY PREFLIGHT (Execute Before Any Drive Operation) CRITICAL : You MUST complete this preflight checklist before running any gdrive commands. Do NOT skip steps. Step 1: Check CLI Binary Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gdrive-tools/skills/gdrive-access/scripts/gdrive" 2 > /dev/null || echo "BINARY_NOT_FOUND" If BINARY_NOT_FOUND : Build it first: cd ...
57
14710 memory-forensics oimiragieo/agent-studio
Memory Forensics Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for incident response and malware analysis. Memory Acquisition Live Acquisition Tools Windows WinPmem (Recommended) winpmem_mini_x64.exe memory.raw DumpIt DumpIt.exe Belkasoft RAM Capturer GUI-based, outputs raw format Magnet RAM Capture GUI-based, outputs raw format Linux LiME (Linux Memory Extractor) sudo insmod lime.ko "path=/tmp/memory.lime format=lime" /dev/mem (limi...
57
14711 test-automation-expert erichowens/some_claude_skills
Test Automation Expert Comprehensive testing guidance from unit to E2E. Designs test strategies, implements automation, and optimizes coverage for sustainable quality. When to Use Use for: Designing test strategy for new projects Setting up testing frameworks (Jest, Vitest, Playwright, Cypress, pytest) Writing effective unit, integration, and E2E tests Optimizing test coverage and eliminating gaps Debugging flaky tests CI/CD test pipeline configuration Test-Driven Development (TDD) guidance ...
57
14712 fsi-comps-analysis anthropics/financial-services-plugins
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
57
14713 creative-problem-solver tkersey/dotfiles
Creative Problem Solver Purpose: generate a five-tier portfolio that compounds (Artifact Spine), then stop for a human choice. Contract (one assistant turn) Name the current Double Diamond stage: Discover / Define / Develop / Deliver. If Define is weak: propose a one-line working definition + success criteria, and treat the portfolio as learning moves. Deliver options, then stop and ask for human input before executing. Always include a five-tier portfolio: Quick Win, Strategic Play, Advantage P...
57
14714 nodejs-expert cin12211/orca-q
Nodejs Expert nestjs core module guidelines When reviewing or writing code, apply these guidelines: Global filters for exception handling. Global middlewares for request management. Guards for permission management. Interceptors for request management. nestjs general guidelines When reviewing or writing code, apply these guidelines: Use modular architecture Encapsulate the API in modules. One module per main domain/route. One controller for its route. And other controllers for secondary routes. ...
57
14715 dspy orchestra-research/ai-research-skills
DSPy: Declarative Language Model Programming When to Use This Skill Use DSPy when you need to: Build complex AI systems with multiple components and workflows Program LMs declaratively instead of manual prompt engineering Optimize prompts automatically using data-driven methods Create modular AI pipelines that are maintainable and portable Improve model outputs systematically with optimizers Build RAG systems, agents, or classifiers with better reliability GitHub Stars: 22,000+ | Created By: ...
57
14716 umbraco-search-provider umbraco/umbraco-cms-backoffice-skills
Umbraco Search Provider What is it? A Search Provider integrates custom search functionality into Umbraco's backoffice search bar. It enables users to search custom data sources alongside built-in content, media, and members. The provider implements a search method that returns paginated results matching the user's query. Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types Foundation...
57
14717 arc42-documentation oocx/tfplan2md
arc42 Architecture Documentation Purpose Generate complete, structured architecture documentation following the proven arc42 template ( https://arc42.org/ ). The template provides 12 standardized sections covering all aspects of software architecture, from stakeholder requirements to technical implementation details. When to Use This Skill Starting a new project that needs comprehensive architecture documentation Documenting existing systems that lack structured architecture descriptions Creatin...
57
14718 turborepo vercel-labs/vercel-skills
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
57
14719 adcp-signals adcontextprotocol/adcp
AdCP Signals Protocol This skill enables you to execute the AdCP Signals Protocol with signal agents. Use the standard MCP tools ( get_signals , activate_signal ) exposed by the connected agent. Overview The Signals Protocol provides 2 standardized tasks for discovering and activating targeting data: Task Purpose Response Time get_signals Discover signals using natural language ~60s activate_signal Activate a signal on a platform/agent Minutes-Hours Typical Workflow Discover signals : get_signal...
57
14720 poetry-uv-advisor jorgealves/agent_skills
Poetry/uv Dependency Advisor Purpose and Intent Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management. 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. E...
57
14721 dojo-review dojoengine/book
Dojo Code Review Review your Dojo code for common issues, security concerns, and optimization opportunities. When to Use This Skill "Review my Dojo code" "Check this system for issues" "Audit my models" "Review before deploying" What This Skill Does Analyzes your code for: Model design patterns System implementation issues Security vulnerabilities Gas optimization opportunities Test coverage gaps Common mistakes Quick Start Interactive mode: "Review my Dojo project" I'll ask about: What to revie...
57
14722 skill validator daffy0208/ai-dev-standards
Skill Validator Validate implementations match manifests using Codex for semantic comparison Purpose Ensures that skill/MCP implementations actually deliver what their manifests promise. Uses Codex to perform semantic analysis comparing descriptions, preconditions, and effects against actual code. Detects drift, missing functionality, and over-promised capabilities. When to Use After updating skill implementations During quality audits to verify accuracy When manifests feel outdated or incorrect...
57
14723 kubernetes-orchestration manutej/luxor-claude-marketplace
Kubernetes Orchestration Skill Table of Contents Introduction Core Concepts Workloads Services and Networking Ingress Controllers Configuration Management Storage Namespaces and Resource Isolation Security and RBAC Autoscaling Monitoring and Observability Logging Production Operations Troubleshooting Introduction Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a robust framework for r...
57
14724 webapp-testing davepoon/buildwithclaude
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
57
14725 system-architecture yennanliu/cs_basics
Use this Skill when: - Designing distributed systems - Writing system design documentation - Preparing for system design interviews - Creating architecture diagrams - Analyzing trade-offs between design choices - Reviewing or improving existing system designs System Design Framework 1. Requirements Gathering (5-10 minutes) Functional Requirements: - What are the core features? - What actions can users perform? - What are the inputs and outputs? Non-Functional Requirements: - Scal...
57
14726 openfeature laurigates/claude-plugins
Vendor-agnostic feature flag SDK providing standardized API across languages and providers. Use when implementing feature flags, A/B testing, canary releases, or progressive rollouts with any feature flag backend. When to Use Automatic activation triggers: - User mentions "feature flags", "feature toggles", or "feature management" - User asks about A/B testing or canary releases - User wants to implement progressive rollouts - Project has OpenFeature SDK dependencies - User mentions Open...
57
14727 grafana cosmix/loom
Grafana and LGTM Stack Skill Overview The LGTM stack provides a complete observability solution with comprehensive visualization and dashboard capabilities: Loki: Log aggregation and querying (LogQL) Grafana: Visualization, dashboarding, alerting, and exploration Tempo: Distributed tracing (TraceQL) Mimir: Long-term metrics storage (Prometheus-compatible) This skill covers setup, configuration, dashboard creation, panel design, querying, alerting, templating, and production observability best...
57
14728 iterm2-layout terrylica/cc-skills
Configure iTerm2 workspace layouts with proper separation of concerns: private paths in TOML config, publishable code in Python script. Triggers Invoke this skill when user mentions: - "iTerm2 layout" - "workspace tabs" - "layout.toml" - "AutoLaunch script" - "default-layout.py" - "configure terminal workspaces" - "add workspace tab" Configuration Overview File Locations | Config (private) | `~/.config/iterm2/layout.toml` | User's workspace paths | Script (public) | `~/script...
57
14729 spec-test zixun-github/aisdlc
Spec Pack 验证(Verification)主技能:spec-test 本技能用于 Spec Pack 的 verification 阶段(V1–V4):生成/更新测试计划、测试用例、测试套件与测试报告。默认以 手工测试 为准;自动化仅作为可选增强。 何时使用 需要为某个 Spec Pack 产出或更新以下任一文件: verification/test-plan.md verification/usecase.md verification/suites.md verification/report-{date}-{version}.md 何时不使用 你要写自动化测试代码:本技能只负责 verification 文档产物与门禁,不要求在本阶段实现自动化代码。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 必读上下文 项目级: project/memory/product.md project/memory/tech.md project/...
57
14730 hig-components-search raintree-technology/apple-hig-skills
Apple HIG: Navigation Components Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Search: discoverable with instant feedback. Place search fields where users expect them (top of list, toolbar/navigation bar). Show results as the user types. Page controls: position in a flat page sequence. For discrete, equally weighted pages (onboarding, photo gallery). Show current page and total count. Path ...
57
14731 pre-commit-standards laurigates/claude-plugins
Standard pre-commit configuration for repository compliance. Standard Versions (2025.1) | pre-commit-hooks | v5.0.0 | Core hooks (trailing-whitespace, check-yaml, etc.) | conventional-pre-commit | v4.3.0 | Conventional commit message validation | biome | v0.4.0 | Code formatting and linting (JS, TS, JSON) | gruntwork pre-commit | v0.1.29 | helmlint, tflint (infrastructure only) | actionlint | v1.7.7 | GitHub Actions validation (infrastructure only) | helm-docs | v1.14.2 ...
57
14732 agentguard goplussecurity/agentguard
GoPlus AgentGuard — AI Agent Security Framework You are a security auditor powered by the GoPlus AgentGuard framework. Route the user's request based on the first argument. Command Routing Parse $ARGUMENTS to determine the subcommand: scan <path> — Scan a skill or codebase for security risks action <description> — Evaluate whether a runtime action is safe trust <lookup|attest|revoke|list> [args] — Manage skill trust levels report — View recent security events from the audit log config <strict|ba...
57
14733 qa-docs-coverage vasilyu1983/ai-agents-public
QA Docs Coverage (Jan 2026) - Discovery, Freshness, and Runbook Quality Modern Best Practices (January 2026) Docs as QA: Treat docs as production artifacts with owners, review cadence, and CI quality gates (links/style/contracts/freshness) Contract-first: Validate OpenAPI/AsyncAPI/JSON Schema in CI; use coverage tools (Swagger Coverage / OpenAPI Coverage) to detect gaps Runbook testability: Every runbook must be executable in staging; validate with synthetic tests and incident exercises Automati...
57
14734 mobile-app-testing secondsky/claude-skills
Mobile App Testing Overview Implement comprehensive testing strategies for mobile applications including unit tests, UI tests, integration tests, and performance testing. When to Use Creating reliable mobile applications with test coverage Automating UI testing across iOS and Android Performance testing and optimization Integration testing with backend services Regression testing before releases Instructions 1. React Native Testing with Jest & Detox // Unit test with Jest import { calculate } ...
57
14735 task-orchestration mgd34msu/goodvibes-plugin
Resources scripts/ validate-orchestration.sh references/ agent-assignment-guide.md Task Orchestration Protocol The task orchestration protocol defines how the GoodVibes orchestrator decomposes feature requests into agent tasks, assigns agents and skills, manages parallel execution, and interacts with the runtime engine's WRFC chain system. This is the orchestrator's primary workflow for multi-agent feature delivery. When to Use This Skill Use this skill when: User provides a feature request requ...
57
14736 vscode-workspace-setup patricio0312rev/skills
VS Code Workspace Setup Configure VS Code for optimal team productivity and consistency. Core Workflow Create workspace settings: .vscode folder Configure editor: Formatting, linting Add extensions: Team recommendations Setup tasks: Build, test, lint Configure debugging: Launch configurations Create devcontainer: Consistent environment Workspace Structure .vscode/ ├── settings.json Workspace settings ├── extensions.json Recommended extensions ├── tasks.json Build tasks ...
57
14737 core danielmiessler/personal_ai_infrastructure
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
57
14738 spring-boot bobmatnyc/claude-mpm-skills
Spring Boot You are an expert in Java programming, Spring Boot, Spring Framework, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Spring Boot conventions Follow RESTful API design patterns for web services Use descriptive method and variable names following camelCase convention Structure applications with consistent package organization (controllers, services, repositories, models, configurations) Spring Boot Speci...
57
14739 maplibre-tile-sources maplibre/maplibre-agent-skills
MapLibre Tile Sources MapLibre GL JS does not ship with map data. You provide a style that references sources — URLs or inline data that MapLibre fetches and renders. MapLibre works equally well for a store locator with 200 addresses, a city transit map, and a global basemap — the right source type depends on geographic scale and level of detail, update frequency, infrastructure constraints, and use case. When to Use This Skill Setting up a new MapLibre map and choosing where your data comes fro...
57
14740 capacitor-testing cap-go/capacitor-skills
Testing Capacitor Applications Comprehensive testing strategies for Capacitor mobile apps. When to Use This Skill User wants to add tests User asks about testing strategies User needs E2E testing User wants to mock native plugins User needs CI testing setup Testing Pyramid /\ / \ E2E Tests (Few) /----\ - Real devices / \ - Full user flows /--------\ Integration Tests (Some) / \ - Component interactions /------------\ - API integration / \ U...
57
14741 add-vault-protocol tradingstrategy-ai/web3-ethereum-defi
Add vault protocol This skill guides you through adding support for a new ERC-4626 vault protocol to the eth_defi library. Required inputs Before starting, gather the following information from the user: Vault smart contract address - The address of an example vault contract on a blockchain Protocol name - Human-readable name (e.g., "Plutus", "IPOR", "Morpho") Protocol slug - Snake_case identifier for code (e.g., "plutus", "ipor", "morpho") Chain - Which blockchain (Ethereum, Arbitrum, Base,...
57
14742 crypto-hft alsk1992/cloddsbot
Crypto HFT - Binary Market Trading Trade Polymarket's crypto binary markets with 4 automated strategies. Just say what you want! Available market durations (pick one): 5-minute : BTC only - ultra-high frequency HFT 15-minute : All assets (BTC, ETH, SOL, XRP) - balanced, most popular 1-hour : All assets - faster swing trading 4-hour : All assets - multi-hour trends Daily : All assets - position trading, overnight holds Each round has UP/DOWN token pairs that settle at 0 or 1 using Chainlink price...
57
14743 document-to-narration jwynia/agent-skills
Document to Narration Convert written documents into narrated video scripts with precise word-level timing. Core Principle The agent interprets; the document guides. Rather than rigid template-based splits, this skill uses agent judgment to find where the content naturally breathes, argues, and transitions. The document's argument flow determines scene breaks, not a predetermined structure. When to Use This Skill Use this skill when: Converting a blog post or essay to video narration Preparing c...
57
14744 searching-context volcengine/openviking
OpenViking (OV) context searching The ov search command performs context-aware retrieval across all memories and resources in OpenViking — combining semantic understanding with directory recursive retrieval to find the most relevant context for any query. Table of Content When to Use Search Modes Context-Aware Search ( ov search ) Content Pattern Search ( ov grep ) File Glob Search ( ov glob ) Search Options Result Control Scope Control Session-Aware Search Output Other Utilities List Contents (...
57
14745 workers-frameworks secondsky/claude-skills
Build full-stack applications on Cloudflare Workers using modern frameworks. Quick Start: Choose Your Framework | Hono | APIs, lightweight apps | ✅ | ✅ | ✅ Native | Remix | Full-stack apps | ✅ | ✅ | ✅ Adapter | Next.js | React apps | ✅ | ✅ | ⚠️ OpenNext | Astro | Content sites | ✅ | ✅ | ✅ Adapter | SvelteKit | Svelte apps | ✅ | ✅ | ✅ Adapter | Qwik | Resumable apps | ✅ | ✅ | ✅ Adapter | Nuxt | Vue apps | ✅ | ✅ | ✅ Nitro Framework Decision Tree ``` N...
57
14746 tauri-app-dev xiaolai/vmark
Tauri 2.0 App Development Tauri is a framework for building small, fast, secure desktop apps using web frontends and Rust backends. Architecture Overview ┌─────────────────────────────────────────┐ │ Frontend (Webview) │ │ HTML/CSS/JS • React/Vue/Svelte │ └────────────────┬────────────────────────┘ │ IPC (invoke/events) ┌────────────────▼────────────────────────┐ │ Tauri Core (Rust) │ │ Commands • State • Plugins • Events │ └───────────────...
57
14747 adcp-creative adcontextprotocol/adcp
AdCP Creative Protocol This skill enables you to execute the AdCP Creative Protocol with creative agents. Use the standard MCP tools ( list_creative_formats , build_creative , preview_creative ) exposed by the connected agent. Overview The Creative Protocol provides 3 standardized tasks for building and previewing advertising creatives: Task Purpose Response Time list_creative_formats View format specifications ~1s build_creative Generate or transform creatives ~30s-5m preview_creative Get visua...
57
14748 llamaindex orchestra-research/ai-research-skills
LlamaIndex - Data Framework for LLM Applications The leading framework for connecting LLMs with your data. When to use LlamaIndex Use LlamaIndex when: Building RAG (retrieval-augmented generation) applications Need document question-answering over private data Ingesting data from multiple sources (300+ connectors) Creating knowledge bases for LLMs Building chatbots with enterprise data Need structured data extraction from documents Metrics: 45,100+ GitHub stars 23,000+ repositories use Lla...
57
14749 asciinema-converter terrylica/cc-skills
asciinema-converter Convert asciinema .cast recordings to clean .txt files for Claude Code analysis. Achieves 950:1 compression (3.8GB -> 4MB) by stripping ANSI codes and JSON structure. Platform: macOS, Linux (requires asciinema CLI v2.4+) Why Convert? Format Size (22h session) Claude Code Compatible Searchable .cast 3.8GB No (NDJSON + ANSI) Via jq .txt ~4MB Yes (clean text) Grep/Read Key benefit: Claude Code's Read and Grep tools work directly on .txt output. Requirements Component Requir...
57
14750 anygen-image anygenio/anygen-skills
AnyGen Image Generator You MUST strictly follow every instruction in this document. Do not skip, reorder, or improvise any step. If this skill has been updated since it was last loaded, reload this SKILL.md before proceeding and always follow the latest version. Generate images, illustrations and visual content using AnyGen OpenAPI ( www.anygen.io ). Images are generated server-side; this skill sends the user's prompt and optional reference files to the AnyGen API and retrieves the results. An A...
57