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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,580
总 Skills
95.1M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11801 alicloud-ai-image-qwen-image-edit-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/image/alicloud-ai-image-qwen-image-edit Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response...
295
11802 git-troubleshooting geoffjay/claude-plugins
Git Troubleshooting Skill This skill provides comprehensive guidance on diagnosing and resolving git issues, recovering from mistakes, fixing corrupted repositories, and handling common error scenarios. When to Use Activate this skill when: Encountering git error messages Recovering lost commits or branches Fixing corrupted repositories Resolving detached HEAD state Handling botched merges or rebases Diagnosing repository issues Recovering from force push Fixing authentication problems Recoverin...
295
11803 ln-641-pattern-analyzer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Pattern Analyzer L3 Worker that analyzes a single architectural pattern against best practices and calculates 4 scores. Purpose & Scope Analyze ONE pattern per invocation (receives pattern name, locations, best practices from coordinator) Find all implementations in codebase (Glob/Grep) Validate implementation exists and wo...
295
11804 symfony:ports-and-adapters makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:ports-and-adapters<div
295
11805 golang-architect tomlord1122/tomtom-skill
Golang Backend Architecture Expert Expert assistant for Golang backend architecture with Gin Server, Layered Architecture, sqlc, PostgreSQL (Supabase), and API authentication. How It Works Analyzes service requirements and existing codebase Queries Gin documentation via Context7 (/websites/gin-gonic_en) Applies layered architecture patterns (Handler → Service → Repository) Provides implementation with proper error handling and testing Usage Initialize SQLC bash /mnt/skills/user/golang-architec...
295
11806 four-meme-ai four-meme-community/four-meme-ai
[Agent must follow] User agreement and security notice on first use When responding to any user request about fourmeme or this skill, you must first present the content below in this order: User Agreement, then Security Notice , and state clearly that by choosing to continue, the user agrees to the User Agreement. Until the user has explicitly agreed or confirmed to continue, do not run create-api , create-chain , buy , sell , send , or 8004-register (any operation that uses the private key or w...
295
11807 appwrite-dart appwrite/agent-skills
Appwrite Dart SDK Installation Flutter (client-side) flutter pub add appwrite Dart (server-side) dart pub add dart_appwrite Setting Up the Client Client-side (Flutter) import 'package:appwrite/appwrite.dart' ; final client = Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setProject ( '[PROJECT_ID]' ) ; Server-side (Dart) import 'package:dart_appwrite/dart_appwrite.dart' ; final client = Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setProject ( ...
295
11808 symfony:doctrine-fixtures-foundry makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-fixtures-foundry<div
295
11809 context-retrospective jwynia/agent-skills
Context Network Retrospective Purpose Analyze agent-user interaction transcripts to identify context network maintenance needs and guidance improvements. Extract actionable insights for enhancing both network structure and agent instructions. Core Principle Learn from every interaction. Each transcript reveals gaps in context, navigation issues, and guidance problems that can be systematically fixed. Analysis Dimensions 1. Knowledge Gap Identification Look For: Questions agent couldn't ans...
295
11810 app-store-opportunity-research froessell/app-store-opportunity-research
When to Use Use this skill when the user wants to: Find profitable app ideas in a category or niche Research App Store charts for underserved opportunities Analyze competitor apps (ratings, reviews, revenue, gaps) Generate a top-3 opportunity report with revenue validation Write a detailed MVP Product Requirements Document (PRD) Build a working prototype from the PRD on Rork Trigger phrases: "find app opportunities", "app store research", "what app should I build", "research this app category", ...
295
11811 income-tax kazukinagata/shinkoku
所得税計算(Income Tax Calculation) 事業所得・各種控除から所得税額を計算するスキル。 settlement スキルで決算書の作成が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 パス解決の例 config の db_path が ./shinkoku.db で CWD が /home/user/tax-2025/ の場合: shinkoku tax calc-income --input /home/user/tax-2025/output/income...
295
11812 product-manager-toolkit borghei/claude-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
295
11813 alicloud-data-lake-dlf-test cinience/alicloud-skills
Category: test DataLake Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/data-lake/alicloud-data-lake-dlf/ 。 Test Steps Run python scripts/list_openapi_meta_apis.py . Select one read-only API and run a minimal request. Save outputs under output/alicloud-data-lake-dlf-test/ 。 Expected Results Metadata retrieval succeeds. Read-only API returns success or an explicit permission error.
294
11814 alicloud-observability-sls-log-query-test cinience/alicloud-skills
Category: test SLS 日志查询Minimal Viable Test Prerequisites 配置 ALIBABA_CLOUD_ACCESS_KEY_ID 、 ALIBABA_CLOUD_ACCESS_KEY_SECRET 。 配置 SLS_ENDPOINT 、 SLS_PROJECT 、 SLS_LOGSTORE 。 GoalsSkill: skills/observability/sls/alicloud-observability-sls-log-query/ 。 Test Steps 执行 5 分钟窗口的基础查询(如 * | select count(*) )。 记录耗时与返回行数。 若失败,记录完整错误码。 Expected Results 查询成功返回统计结果,或返回可诊断错误。
294
11815 alicloud-ai-audio-tts-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response summary, an...
294
11816 alicloud-ai-misc-crawl-and-skill-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/misc/alicloud-ai-misc-crawl-and-skill Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response s...
294
11817 symfony:executing-plans makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:executing-plans<div
294
11818 docx-to-markdown duc01226/easyplatform
docx-to-markdown Convert Microsoft Word (.docx) documents to Markdown format. Installation Required cd .claude/skills/docx-to-markdown npm install Dependencies: mammoth, turndown, @truto/turndown-plugin-gfm Quick Start Basic conversion node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./document.docx Custom output path node .claude/skills/docx-to-markdown/scripts/convert.cjs \ --file ./doc.docx \ --output ./output/doc.md Extract images to directory node .claude/sk...
294
11819 kernel-cli kernel/skills
Kernel CLI The Kernel CLI provides command-line access to Kernel's cloud browser platform. Installation Homebrew: brew install kernel/tap/kernel (>=v0.13.4) npm: npm install -g @onkernel/cli (>=v0.13.4) Authentication Preferred: Set KERNEL_API_KEY environment variable Fallback: Run kernel login for interactive OAuth Available Commands Command Area Skill Name Description Browser Management kernel-browser-management Create, list, delete browser sessions App Deployment kernel-app-deployment Deplo...
294
11820 uv-package-manager sickn33/antigravity-awesome-skills
UV Package Manager Comprehensive guide to using uv, an extremely fast Python package installer and resolver written in Rust, for modern Python project management and dependency workflows. When to Use This Skill Setting up new Python projects quickly Managing Python dependencies faster than pip Creating and managing virtual environments Installing Python interpreters Resolving dependency conflicts efficiently Migrating from pip/pip-tools/poetry Speeding up CI/CD pipelines Managing monorepo Python...
294
11821 llm-application-dev-langchain-agent sickn33/antigravity-awesome-skills
LangChain/LangGraph Agent Development Expert You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph. Use this skill when Working on langchain/langgraph agent development expert tasks or workflows Needing guidance, best practices, or checklists for langchain/langgraph agent development expert Do not use this skill when The task is unrelated to langchain/langgraph agent development expert You need a different domain or tool outsid...
294
11822 langchain-development mindrally/skills
LangChain Development You are an expert in LangChain, LangGraph, and building LLM-powered applications with Python. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes where possible Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_active, has_context) Follow PEP 8 style guidelines strictly Code Organization Directory Structure Organize code...
294
11823 mcp oauth cloudflare jezweb/claude-skills
MCP OAuth Cloudflare Production-ready OAuth authentication for MCP servers on Cloudflare Workers. When to Use This Skill Building an MCP server that needs user authentication Deploying MCP to Claude.ai (requires Dynamic Client Registration) Replacing static auth tokens with OAuth for better security Adding Google Sign-In to your MCP server Need user context (email, name, picture) in MCP tool handlers When NOT to Use Internal/private MCP servers where tokens are acceptable MCP servers without use...
293
11824 alicloud-security-center-sas-test cinience/alicloud-skills
Category: test SAS Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/security/host/alicloud-security-center-sas/ 。 Test Steps 获取 SAS 的 API 列表。 执行一个只读查询 API。 记录成功/失败及错误码。 Expected Results 请求链路可达,返回可解析 JSON。
293
11825 alicloud-security-cloudfw-test cinience/alicloud-skills
Category: test CloudFW Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/security/firewall/alicloud-security-cloudfw/ 。 Test Steps 先跑元数据 API 列表脚本。 选择一个只读列表/详情 API 执行。 记录请求摘要和响应摘要。 Expected Results 可拿到资源列表或明确无权限提示。
293
11826 alicloud-ai-audio-tts-realtime-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts-realtime Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response su...
293
11827 alicloud-ai-audio-tts-voice-design-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts-voice-design Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, respons...
293
11828 skill-from-notebook gbsoss/skill-from-masters
Skill from Notebook Extract actionable methodologies from learning materials (documents, articles, videos) or quality examples (blog posts, designs, code) to generate reusable Skills. Core Philosophy: NotebookLM helps you understand. This skill helps you do. When to Use When users want to turn knowledge into executable skills: "I just read this article about code review, help me create a skill from it" "Here's a great technical blog post, extract the writing methodology" "Turn this PDF guid...
293
11829 ln-642-layer-boundary-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Layer Boundary Auditor L3 Worker that audits architectural layer boundaries and detects violations. Purpose & Scope Read architecture.md to discover project's layer structure Detect layer violations (I/O code outside infrastructure layer) Detect cross-layer consistency issues: Transaction boundaries (commit/rollback ownersh...
293
11830 feed-catchup readwiseio/readwise-skills
You are helping the user catch up on their Readwise Reader RSS feed. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise move <id> <location> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup IMPORTANT — do this in a single p...
293
11831 cold-email-sequence-generator onewave-ai/claude-skills
Cold Email Sequence Generator Create personalized, high-converting cold email sequences with optimal timing and A/B testing. Instructions You are an expert email copywriter specializing in outbound sales sequences that get responses. Your mission is to craft personalized, value-driven email sequences that respect the recipient's time while clearly communicating value. Core Capabilities Sequence Types: Classic Cold Outreach (7 emails, 2 weeks) Fast-Track (5 emails, 1 week) Long-Play Nurture...
293
11832 trace yeachan-heo/oh-my-claudecode
Trace Skill Quick Ref: Trace design decisions through CASS sessions, handoffs, git, and artifacts. Output: .agents/research/YYYY-MM-DD-trace-*.md YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. When to Use Trace HOW architectural decisions evolved Find WHEN a concept was introduced Understand WHY something was designed a certain way Build provenance chain for design decisions For knowledge artifact lineage (learnings, patterns, tiers), use /provenance instead. CLI dependencies: cass (se...
293
11833 sciomc yeachan-heo/oh-my-claudecode
Research Skill Orchestrate parallel scientist agents for comprehensive research workflows with optional AUTO mode for fully autonomous execution. Overview Research is a multi-stage workflow that decomposes complex research goals into parallel investigations: Decomposition - Break research goal into independent stages/hypotheses Execution - Run parallel scientist agents on each stage Verification - Cross-validate findings, check consistency Synthesis - Aggregate results into comprehensive report ...
293
11834 build-persona readwiseio/readwise-skills
You are building a reader persona for the user based on their Readwise Reader library. This persona file is used by other skills (triage, quiz, etc.) to personalize their experience. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout (and pass this context to the subagent). If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise search <query> , readwise high...
293
11835 frontend-design mrgoonie/claudekit-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
293
11836 growth-marketer borghei/claude-skills
Growth Marketer Expert-level growth marketing for scalable user acquisition. Core Competencies Growth experimentation Funnel optimization Acquisition channels Retention strategies Viral mechanics Data analytics A/B testing Growth modeling Growth Framework AARRR Funnel (Pirate Metrics) ACQUISITION → ACTIVATION → RETENTION → REFERRAL → REVENUE Acquisition: How do users find us? ├── Channels: SEO, Paid, Social, Content ├── Metrics: Traffic, CAC, Channel mix └── Goal: Efficient user acquisition ...
293
11837 naming jwynia/agent-skills
Naming: Diagnostic Skill You diagnose naming problems and guide the creation of names that work. Your role is to identify why names fail and what makes names succeed across brands, products, characters, places, and titles. Core Principle Names operate on multiple layers that must align. Every name communicates through sound, meaning, cultural resonance, and functional fit. When layers align, names feel inevitable. When they conflict, names feel wrong even if no one can articulate why. The N...
293
11838 tanstack-ranger tanstack-skills/tanstack-skills
Overview TanStack Ranger provides headless utilities for building fully accessible range and multi-range slider components. It handles all the complex logic for single value, range, and multi-thumb sliders while giving you complete control over styling and markup. Package: @tanstack/react-ranger Core: @tanstack/ranger-core (framework-agnostic) Status: Stable Installation npm install @tanstack/react-ranger Core Pattern import { useRanger } from '@tanstack/react-ranger' function RangeSlider ( ) { ...
293
11839 dotnet-backend-patterns sickn33/antigravity-awesome-skills
.NET Backend Development Patterns Master C/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025). When to Use This Skill Developing new .NET Web APIs or MCP servers Reviewing C code for quality and performance Designing service architectures with dependency injection Implementing caching strategies with Redis Writing unit and integration tests Optimizing database access with EF Core or Dapper Configuring applications with IO...
293
11840 alicloud-network-dns-cli-test cinience/alicloud-skills
Category: test DNS CLI Minimal Viable Test Prerequisites aliyun CLI is installed and configured. AK/SK is configured. GoalsSkill: skills/network/dns/alicloud-network-dns-cli/ 。 Test Steps 执行 aliyun alidns DescribeSubDomainRecords --DomainName <domain> --SubDomain <sub> 。 若无记录,再执行一次空返回验证。 记录 request id 和返回条目数。 Expected Results 命令可执行,返回 JSON 或明确权限错误。
292
11841 educational-video-creator skindhu/skind-skills
Educational Video Creator Create professional educational videos with Kurzgesagt/回形针 visual style using Remotion. Prerequisites This skill requires remotion-best-practices for Remotion technical implementation. Check and install (MUST complete before Phase 1): Check if already installed, install if not npx skills list 2 > /dev/null | grep remotion-best-practices || npx skills add https://github.com/remotion-dev/skills --skill remotion-best-practices Once installed, read the remotion-best-practi...
292
11842 symfony:api-platform-state-providers makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-state-providers<div
292
11843 deno-expert denoland/skills
Deno Expert Knowledge This skill provides expert-level Deno knowledge for code review, debugging, and best practice enforcement. When to Use This Skill Reviewing Deno/Fresh code for best practices Debugging Deno runtime issues Answering advanced Deno questions Evaluating package choices Setting up Deno projects correctly Scope Boundaries This skill applies only to Deno-specific questions. Follow these rules: If the user asks about Node.js, Bun, Python, Go, Rust, or any other runtime/language , a...
292
11844 systems-programming-rust-project sickn33/antigravity-awesome-skills
Rust Project Scaffolding You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing setup, and configuration following Rust best practices. Use this skill when Working on rust project scaffolding tasks or workflows Needing guidance, best practices, or checklists for rust project scaffolding Do not use this skill when The task is unrelated to rust project sc...
292
11845 infrastructure-cost-optimization aj-geddes/useful-ai-prompts
Infrastructure Cost Optimization Overview Reduce infrastructure costs through intelligent resource allocation, reserved instances, spot instances, and continuous optimization without sacrificing performance. When to Use Cloud cost reduction Budget management and tracking Resource utilization optimization Multi-environment cost allocation Waste identification and elimination Reserved instance planning Spot instance integration Implementation Examples 1. AWS Cost Optimization Configuration cost...
292
11846 alert-management aj-geddes/useful-ai-prompts
Alert Management Overview Design and implement sophisticated alert management systems with PagerDuty integration, escalation policies, alert routing, and incident coordination. When to Use Setting up alert routing Managing on-call schedules Coordinating incident response Creating escalation policies Integrating alerting systems Instructions 1. PagerDuty Client Integration // pagerduty-client.js const axios = require('axios'); class PagerDutyClient { constructor(apiToken) { this.apiToken...
292
11847 secrets-management aj-geddes/useful-ai-prompts
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
292
11848 natural language processing aj-geddes/useful-ai-prompts
Natural Language Processing Overview This skill provides comprehensive tools for building NLP applications using modern transformers, BERT, GPT, and classical NLP techniques for text classification, named entity recognition, sentiment analysis, and more. When to Use Building text classification systems for sentiment analysis, topic categorization, or intent detection Extracting named entities (people, places, organizations) from unstructured text Implementing machine translation, text summarizat...
292
11849 continuous-testing aj-geddes/useful-ai-prompts
Continuous Testing Overview Continuous testing integrates automated testing throughout the software development lifecycle, providing rapid feedback on quality at every stage. It shifts testing left in the development process and ensures that code changes are validated automatically before reaching production. When to Use Setting up CI/CD pipelines Automating test execution on commits Implementing shift-left testing Running tests in parallel Creating test gates for deployments Monitoring test h...
292
11850 cpu-profiling aj-geddes/useful-ai-prompts
CPU Profiling Overview CPU profiling identifies which functions consume most CPU time, enabling targeted optimization of expensive code paths. When to Use High CPU usage Slow execution Performance regression Before optimization Production monitoring Instructions 1. Profiling Tools Browser Profiling: Chrome DevTools: Steps: 1. DevTools → Performance 2. Click record 3. Perform action 4. Stop recording 5. Analyze flame chart Metrics: - Function call duration - Cal...
292