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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
5901 dingtalk-workspace-cli aradotso/trending-skills
DingTalk Workspace CLI (dws) Skill by ara.so — Daily 2026 Skills collection. dws is an officially open-sourced cross-platform CLI tool from DingTalk that unifies DingTalk's full product suite into a single binary. It is designed for both human users and AI agent workflows. Every response is structured JSON, and built-in Agent Skills let LLMs use DingTalk out of the box. Installation One-liner (recommended) macOS / Linux: curl -fsSL https://raw.githubusercontent.com/DingTalk-Real-AI/dingtalk-work...
374
5902 prd-writer pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve PRD Writer When to Use Starting a new feature or product initiative Need to document requirements for the engineer...
374
5903 wiki-rebuild ar9av/obsidian-wiki
Wiki Rebuild — Archive, Rebuild, Restore You are performing a destructive operation on the wiki. Always archive first, always confirm with the user before proceeding. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read .manifest.json to understand current state Confirm the user's intent. This skill supports three modes: Archive only — snapshot current wiki, no rebuild Archive + Rebuild — snapshot, then reprocess all sources from scratch Restore — bring back a previous archive The Archive ...
374
5904 search-skill gbsoss/skill-from-masters
Search Skill Search and recommend Claude Code Skills from trusted marketplaces based on user requirements. When to Use When users describe a need and want to find an existing Skill to solve it. Examples: "Is there a skill that can auto-generate changelogs?" "Find me a skill for frontend design" "I need a skill that can automate browser actions" Data Sources (by trust level) Tier 1 - Official / High Trust (show first) Source URL Notes anthropics/skills github.com/anthropics/skills Official e...
373
5905 context7-auto-research sickn33/antigravity-awesome-skills
context7-auto-research Overview Automatically fetch latest library/framework documentation for Claude Code via Context7 API When to Use When you need up-to-date documentation for libraries and frameworks When asking about React, Next.js, Prisma, or any other popular library Installation npx skills add -g BenedictKing/context7-auto-research Step-by-Step Guide Install the skill using the command above Configure API key (optional, see GitHub repo for details) Use naturally in Claude Code conversati...
373
5906 codex-review sickn33/antigravity-awesome-skills
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
373
5907 research-lookup davila7/claude-code-templates
Research Information Lookup Overview This skill enables real-time research information lookup using Perplexity's Sonar models through OpenRouter. It intelligently selects between Sonar Pro Search (fast, efficient lookup) and Sonar Reasoning Pro (deep analytical reasoning) based on query complexity. The skill provides access to current academic literature, recent studies, technical documentation, and general research information with proper citations and source attribution. When to Use This Ski...
373
5908 static-analysis mohitmishra786/low-level-dev-skills
Static Analysis Purpose Guide agents through selecting, running, and triaging static analysis tools for C/C++ — clang-tidy, cppcheck, and scan-build — including suppression strategies and CI integration. Triggers "How do I run clang-tidy on my project?" "What clang-tidy checks should I enable?" "cppcheck is reporting false positives — how do I suppress them?" "How do I set up scan-build for deeper analysis?" "My build is noisy with static analysis warnings" "How do I generate compile_commands.js...
373
5909 markdown-to-docx duc01226/easyplatform
markdown-to-docx Convert markdown files to Microsoft Word (.docx) documents. Installation Required cd .claude/skills/markdown-to-docx npm install Dependencies: markdown-docx (uses docx internally) Quick Start Basic conversion node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./README.md Custom output path node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./doc.md \ --output ./output/doc.docx CLI Options Option Required Description --file <path> Yes ...
373
5910 open-source-strategy kostja94/marketing-skills
Strategies: Open Source Guides open source as a commercialization path: build community and trust first, monetize later. Many products use open source for early growth (Cursor from VSCode, Llama, Qwen, Dify) and later commercialize via managed services or open core. For GitHub (SEO, GEO, README, Awesome lists), see github . For directory submission (DevHunt, Awesome lists), see directory-submission . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and...
373
5911 inject boshu2/agentops
DEPRECATED (removal target: v3.0.0) — Use ao lookup --query "topic" for on-demand learnings retrieval, or see .agents/AGENTS.md for knowledge navigation. This skill and the ao inject CLI command still work but are no longer called from hooks or other skills. Inject Skill On-demand knowledge retrieval. Not run automatically at startup (since ag-8km). Inject relevant prior knowledge into the current session. How It Works In the default manual startup mode, MEMORY.md is auto-loaded by Claude Code a...
373
5912 anki-connect intellectronica/agent-skills
AnkiConnect Overview Enable reliable interaction with Anki through the AnkiConnect local HTTP API. Use this skill to translate user requests into AnkiConnect actions, craft JSON requests, run them via curl/jq (or equivalent tools), and interpret results safely. Preconditions and Environment If Anki is not running, launch Anki, then wait until the AnkiConnect server responds at http://127.0.0.1:8765 (default). Verify readiness using curl, e.g. curl -sS http://127.0.0.1:8765 should return Anki-C...
373
5913 pr lobehub/lobehub
Create Pull Request Branch Strategy Target branch : canary (development branch, cloud production) main is the release branch — never PR directly to main Steps 1. Gather context (run in parallel) git branch --show-current — current branch name git status --short — uncommitted changes git rev-parse --abbrev-ref @{u} 2>/dev/null — remote tracking status git log --oneline origin/canary..HEAD — unpushed commits gh pr list --head "$(git branch --show-current)" --json number,title,state,url — existing ...
373
5914 pulumi-terraform-to-pulumi pulumi/agent-skills
First establish scope and plan the migration by working out with the user: - where the Terraform sources are (`${terraform_dir}`) - where the migrated Pulumi project lives (`${pulumi_dir}`) - what is the target Pulumi language (such as TypeScript, Python, YAML) - whether migration aims to setup Pulumi stack states, or only translate source code Confirm the plan with the user before proceeding. Create a new Pulumi project in `${pulumi_dir}` in the chosen language. Edit sources to be empty a...
373
5915 oauth mcollina/skills
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
373
5916 typescript-security-review giuseppe-trisciuoglio/developer-kit
TypeScript Security Review Overview This skill provides structured, comprehensive security review for TypeScript and Node.js applications. It evaluates code against OWASP Top 10, framework-specific security best practices, and production-readiness security criteria. The review produces actionable findings classified by severity (Critical, High, Medium, Low) with concrete remediation examples. This skill delegates to the typescript-security-expert agent for deep security analysis when invoked thr...
373
5917 wonda-cli degausai/wonda
Wonda CLI Wonda CLI is a content creation toolkit for terminal-based agents. Use it to generate images, videos, music, and audio; edit and compose media; publish to social platforms; and research/automate across LinkedIn, Reddit, and X/Twitter. Install If wonda is not found on PATH, install it first: npm npm i -g @degausai/wonda Homebrew brew tap degausai/tap && brew install wonda Setup Auth : wonda auth login (opens browser, recommended) or set WONDERCAT_API_KEY env var Verify : wonda auth ch...
373
5918 chrome bridge automation web-infra-dev/midscene-skills
Chrome Bridge Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for...
372
5919 electron-pro 404kidwiz/claude-supercode-skills
Electron Desktop Developer Purpose Provides cross-platform desktop application development expertise specializing in Electron, IPC architecture, and OS-level integration. Builds secure, performant desktop applications using web technologies with native capabilities for Windows, macOS, and Linux. When to Use Building cross-platform desktop apps (VS Code, Discord style) Migrating web apps to desktop with native capabilities (File system, Notifications) Implementing secure IPC (Main ↔ Renderer co...
372
5920 video-producer daffy0208/ai-dev-standards
Video Producer Skill I help you build video players, handle video streaming, and create engaging video experiences. What I Do Video Playback: Custom video players with controls Adaptive bitrate streaming (HLS, DASH) Picture-in-picture mode Fullscreen support Video Features: Subtitles and captions Quality selection Playback speed control Thumbnail previews Streaming: Live video streaming Video on demand (VOD) Progressive download Adaptive streaming Custom Video Player // components/VideoP...
372
5921 game-development davila7/claude-code-templates
Game Development Orchestrator skill that provides core principles and routes to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches the PRINCIPLES of game development and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection If the game targets... Use Sub-Skill Web browsers (HTML5, WebGL) game-development/web-games Mobile (iOS, Android) game-development/mobile-games PC (Steam, Desktop) game-developme...
372
5922 playwright-skill davila7/claude-code-templates
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...
372
5923 nodejs-best-practices davila7/claude-code-templates
Node.js Best Practices Principles and decision-making for Node.js development in 2025. Learn to THINK, not memorize code patterns. ⚠️ How to Use This Skill This skill teaches decision-making principles, not fixed code to copy. ASK user for preferences when unclear Choose framework/pattern based on CONTEXT Don't default to same solution every time 1. Framework Selection (2025) Decision Tree What are you building? │ ├── Edge/Serverless (Cloudflare, Vercel) │ └── Hono (zero-dependency, ultra-...
372
5924 pptx rysweet/amplihack
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
372
5925 dead-code parcadei/continuous-claude-v3
Dead Code Detection Find unused functions and dead code using TLDR static analysis. Quick Start Scan entire project tldr dead . Scan specific directory tldr dead src/ Specify entry points (functions to exclude from analysis) tldr dead . --entry main cli test_ Specify language tldr dead . --lang python tldr dead . --lang typescript Output Format Dead code analysis: Total functions: 150 Dead functions: 12 Unused functions: - old_helper (src/utils.py:42) - deprecated_func (src/le...
372
5926 create-evlog-framework-integration hugorcd/evlog
Create evlog Framework Integration Add a new framework integration to evlog. Every integration follows the same architecture built on the shared createMiddlewareLogger utility. This skill walks through all touchpoints. Every single touchpoint is mandatory -- do not skip any. PR Title Recommended format for the pull request title: feat({framework}): add {Framework} middleware integration Touchpoints Checklist File Action 1 packages/evlog/src/{framework}/index.ts Create integration source 2 packa...
372
5927 gws-install jezweb/claude-skills
Google Workspace CLI — Quick Install Install gws on an additional machine using OAuth credentials from a previous setup. Produces an authenticated CLI with all agent skills ready to use. Prerequisite : The user must have client_secret.json from a previous gws-setup (or from Google Cloud Console). If they don't have it, use the gws-setup skill instead. Workflow Step 1: Pre-flight Checks which gws && gws --version ls ~/.config/gws/client_secret.json gws auth status If already authenticated with th...
372
5928 rendering-strategies kostja94/marketing-skills
SEO Technical: Rendering Strategies Guides rendering strategy selection and optimization for search engine and AI crawler visibility. Golden rule : Page data and metadata must be available on page load without JavaScript execution for optimal SEO. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Static...
372
5929 aws-lambda-php-integration giuseppe-trisciuoglio/developer-kit
AWS Lambda PHP Integration Patterns for deploying PHP and Symfony applications on AWS Lambda using the Bref framework. Overview This skill provides complete patterns for AWS Lambda PHP development with two main approaches: Bref Framework - The standard solution for PHP on Lambda with Symfony support, built-in routing, and cold start optimization Raw PHP - Minimal overhead approach with maximum control Both approaches support API Gateway integration with production-ready configurations. When to U...
372
5930 grepai-workspaces yoanbernabeu/grepai-skills
This skill covers using GrepAI workspaces to manage multiple related projects with a unified search index. When to Use This Skill - Working with monorepos - Searching across multiple related projects - Managing microservices architecture - Organizing large codebases What are Workspaces? Workspaces allow you to: - Group multiple projects together - Search across all projects at once - Or search specific projects within the workspace - Share configuration across projects Creating a ...
372
5931 bond-futures-basis anthropics/financial-services-plugins
Bond Futures Basis Analysis You are an expert in bond futures and basis trading. Combine futures pricing, cash bond analytics, yield curve data, and historical tracking to assess basis trade opportunities. Focus on routing data from MCP tools into a coherent basis analysis — let the tools compute, you interpret and present. Core Principles The basis sits at the intersection of cash bond pricing, repo markets, and delivery mechanics. Always start by pricing the future to identify the CTD and deli...
372
5932 kibana-streams elastic/agent-skills
Kibana Streams Read stream metadata, settings, queries, significant events, and attachments, and manage stream lifecycle (enable, disable, resync) via the Kibana Streams REST API. Streams are an experimental way to manage data in Kibana — expect API and behavior changes. This skill covers read operations and lifecycle only; create, update, delete, fork, and other mutating operations may be added in a later version. For detailed endpoints and parameters, see references/streams-api-reference.md . ...
372
5933 tag-taxonomy ar9av/obsidian-wiki
Tag Taxonomy — Controlled Vocabulary for Wiki Tags You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md — this is the canonical tag list Read index.md to understand the wiki's scope The Taxonomy File The canonical tag vocabulary lives at $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md . It defines: Canonical tags — the tags that should be used Aliases — common ...
372
5934 websh openprose/prose
websh Skill websh is a shell for the web. URLs are paths. The DOM is your filesystem. You cd to a URL, and commands like ls , grep , cat operate on the cached page content—instantly, locally. websh> cd https://news.ycombinator.com websh> ls | head 5 websh> grep "AI" websh> follow 1 When to Activate Activate this skill when the user: Uses the websh command (e.g., websh , websh cd https://... ) Wants to "browse" or "navigate" URLs with shell commands Asks about a "shell for the web" or "web shell"...
371
5935 self-improving-agent grail-computer/self-improving-agent
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
371
5936 owasp-top-10 nickcrew/claude-ctx-plugin
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
371
5937 desktop lobehub/lobe-chat
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
371
5938 gitlab-cicd-pipeline aj-geddes/useful-ai-prompts
GitLab CI/CD Pipeline Overview Create comprehensive GitLab CI/CD pipelines that automate building, testing, and deployment using GitLab Runner infrastructure and container execution. When to Use GitLab repository CI/CD setup Multi-stage build pipelines Docker registry integration Kubernetes deployment Review app deployment Cache optimization Dependency management Implementation Examples 1. Complete Pipeline Configuration .gitlab-ci.yml image: node:18-alpine variables: DOCKER_DRIVER: overla...
371
5939 mvp slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user build their MVP with maximum constraints and minimum effort. Core Principle Build as little as possible. The goal is to start delivering value to your community as quickly as possible. Not to build something beautiful, polished, or complete. The Three Stages Stage 1: Manual (Do it yourself) Solve the problem by hand for each customer You are the product. You are customer service, ...
371
5940 vercel-composition-patterns supabase/supabase
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...
371
5941 linting-neostandard-eslint9 mcollina/skills
When to use Use this skill when you need to: Set up linting in a JavaScript or TypeScript project Use neostandard as a Standard-like ESLint v9 flat-config baseline Configure eslint@9 with the flat config system ( eslint.config.js / eslint.config.mjs ) Migrate from standard to neostandard or ESLint v9 Migrate from legacy .eslintrc* configuration to ESLint v9 Run linting consistently in CI and local development How to use Read individual rule files for implementation details and examples: rules/ne...
371
5942 aws-lambda-java-integration giuseppe-trisciuoglio/developer-kit
AWS Lambda Java Integration Patterns for creating high-performance AWS Lambda functions in Java with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda Java development, covering two main approaches: Micronaut Framework - Full-featured framework with AOT compilation, dependency injection, and cold start < 1s Raw Java - Minimal overhead approach with cold start < 500ms Both approaches support API Gateway and ALB integration with production-ready configurations. W...
371
5943 init mcollina/skills
Initialize Playwright Project Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow. Steps 1. Analyze the Project Use the Explore subagent to scan the project: Check package.json for framework (React, Next.js, Vue, Angular, Svelte) Check for tsconfig.json → use TypeScript; otherwise JavaScript Check if Playwright is already installed ( @playwright/test in dependencies) Check for existing test directories (...
371
5944 neon-vercel-postgres jezweb/claude-skills
Neon & Vercel Serverless Postgres Status: Production Ready Last Updated: 2026-01-21 Dependencies: None Latest Versions: @neondatabase/serverless@1.0.2, @vercel/postgres@0.10.0, drizzle-orm@0.45.1, drizzle-kit@0.31.8, neonctl@2.19.0 Quick Start (5 Minutes) 1. Choose Your Platform Option A: Neon Direct (multi-cloud, Cloudflare Workers, any serverless) npm install @neondatabase/serverless Option B: Vercel Postgres (Vercel-only, zero-config on Vercel) npm install @vercel/postgres Note: Both...
370
5945 firebase-auth jezweb/claude-skills
Firebase Authentication Status: Production Ready Last Updated: 2026-01-25 Dependencies: None (standalone skill) Latest Versions: firebase@12.8.0, firebase-admin@13.6.0 Quick Start (5 Minutes) 1. Enable Auth Providers in Firebase Console Go to Firebase Console > Authentication > Sign-in method Enable desired providers (Email/Password, Google, etc.) Configure OAuth providers with client ID/secret 2. Initialize Firebase Auth (Client) // src/lib/firebase.ts import { initializeApp } from 'firebase/...
370
5946 pdf-creator daymade/claude-code-skills
PDF Creator Create professional PDF documents from markdown with proper Chinese font support. Quick Start Convert a single markdown file: uv run --with weasyprint --with markdown scripts/md_to_pdf.py input.md output.pdf Batch convert multiple files: uv run --with weasyprint --with markdown scripts/batch_convert.py *.md --output-dir ./pdfs macOS Environment Setup If encountering library errors, set these environment variables first: export DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBR...
370
5947 software-architecture davila7/claude-code-templates
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
370
5948 coding-standards davila7/claude-code-templates
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
370
5949 api-patterns davila7/claude-code-templates
API Patterns API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. 📑 Content Map File Description When to Read api-style.md REST vs GraphQL vs tRPC decision tree Choosing API type rest.md Resource naming, HTTP methods, status codes Designing REST API response.md Envelope pattern, error format, pagination Response structure graphql.md Schema design, w...
370
5950 react-best-practices davila7/claude-code-templates
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
370