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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,502
总 Skills
36.7M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
7001 linear davila7/claude-code-templates
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
295
7002 app-store-optimization davila7/claude-code-templates
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
295
7003 lead-research-assistant davila7/claude-code-templates
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...
295
7004 alicloud-data-lake-dlf-next-test cinience/alicloud-skills
Category: test DlfNext Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/data-lake/alicloud-data-lake-dlf-next/ 。 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-next-test/ 。 Expected Results Metadata and read-only query paths are available.
295
7005 literature-search yorkeccak/scientific-skills
Literature Search Search across all major scientific literature databases (PubMed, arXiv, bioRxiv, medRxiv) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete article content, not just abstracts Image...
295
7006 sass-best-practices mindrally/skills
Sass Best Practices You are an expert in Sass (the indented syntax), CSS architecture, and maintainable stylesheet development. Key Principles Write clean, readable Sass using the indented syntax (whitespace-sensitive) Leverage Sass features to create DRY, modular stylesheets Maintain consistent indentation as it defines code structure Prioritize simplicity and clarity in style organization Sass vs SCSS Sass uses the original indented syntax: No curly braces {} No semicolons ; Indentation de...
295
7007 refactor parcadei/continuous-claude-v3
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
295
7008 continuity-ledger parcadei/continuous-claude-v3
Continuity Ledger Note: This skill is now an alias for /create_handoff. Both output the same YAML format. Create a YAML handoff document for state preservation across /clear. This is the same as /create_handoff. Process 1. Filepath & Metadata First, determine the session name from existing handoffs: ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename This returns the most recently modified handoff folder name (e.g., open-source-release). Use this as the handoff folde...
295
7009 background-agent-pings parcadei/continuous-claude-v3
Background Agent Pings Trust system reminders as agent progress notifications. Don't poll. Pattern When you launch a background agent, continue working on other tasks. The system will notify you via reminders when: Agent makes progress: Agent <id> progress: X new tools used, Y new tokens Agent writes output file (check the path you specified) DO 1. Task(run_in_background=true, prompt="... Output to: .claude/cache/agents/<type>/output.md") 2. Continue with next task immediately 3. When system...
295
7010 skill-upgrader parcadei/continuous-claude-v3
Skill Upgrader Meta-skill that upgrades any SKILL.md to Decision Theory v5 Hybrid format using 4 parallel Ragie-backed agents. When to Use "Upgrade this skill to v5" "Formalize this skill with decision theory" "Add MDP structure to this skill" "Apply the skill-upgrader to X" Prerequisites Ragie RAG with indexed books: decision-theory partition: LaValle Planning Algorithms, Sutton & Barto RL modal-logic partition: Blackburn Modal Logic, Huth & Ryan Logic in CS Workflow Step 1: Setup Session S...
295
7011 ai-avatar-video inference-sh/skills
AI Avatar & Talking Head Videos Create AI avatars and talking head videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Create avatar video from image + audio infsh app run bytedance/omnihuman-1-5 --input '{ "image_url": "https://portrait.jpg", "audio_url": "https://speech.mp3" }' Available Models Model App ID Best For OmniHuman 1.5 bytedance/omnihuman-1-5 Multi-character, best qua...
295
7012 character-arc jwynia/agent-skills
Character Arc: Transformation Skill You help writers design internal character journeys and diagnose why transformations aren't working. Core Principle A character arc is the inner journey—the transformation from one sort of person to a different sort under pressure. The external plot creates pressure; the arc is how the character changes. The arc is not the plot. The plot is what happens. The arc is who the character becomes. Arc Types Positive Change Arc Character believes something fals...
295
7013 finding-duplicate-functions obra/superpowers-lab
LLM-generated codebases accumulate semantic duplicates: functions that serve the same purpose but were implemented independently. Classical copy-paste detectors (jscpd) find syntactic duplicates but miss "same intent, different implementation." This skill uses a two-phase approach: classical extraction followed by LLM-powered intent clustering. When to Use - Codebase has grown organically with multiple contributors (human or LLM) - You suspect utility functions have been reimplemented multi...
295
7014 review parcadei/continuous-claude-v3
Review Playwright Tests Systematically review Playwright test files for anti-patterns, missed best practices, and coverage gaps. Input $ARGUMENTS can be: A file path: review that specific test file A directory: review all test files in the directory Empty: review all tests in the project's testDir Steps 1. Gather Context Read playwright.config.ts for project settings List all *.spec.ts / *.spec.js files in scope If reviewing a single file, also check related page objects and fixtures 2. Check Ea...
295
7015 code-generation-template aj-geddes/useful-ai-prompts
Code Generation & Templates Overview Comprehensive guide to code generation techniques including template engines, AST manipulation, code scaffolding, and automated boilerplate generation for increased productivity and consistency. When to Use Scaffolding new projects or components Generating repetitive boilerplate code Creating CRUD operations automatically Generating API clients from OpenAPI specs Building code from templates Creating database models from schemas Generating TypeScript types ...
295
7016 grafana-dashboard aj-geddes/useful-ai-prompts
Grafana Dashboard Overview Design and implement comprehensive Grafana dashboards with multiple visualization types, variables, and drill-down capabilities for operational monitoring. When to Use Creating monitoring dashboards Building operational insights Visualizing time-series data Creating drill-down dashboards Sharing metrics with stakeholders Instructions 1. Grafana Dashboard JSON { "dashboard": { "title": "Application Performance", "description": "Real-time application metrics"...
295
7017 ui-design pproenca/dot-skills
When to use this skill Use this skill for frontend UI design and interface creation in any project that requires: Creating web pages or interfaces Creating mini-program pages or interfaces Designing frontend components Creating prototypes or interfaces Handling styling and visual effects Any development task involving user interfaces Do NOT use for: Backend logic or API design Database schema design (use data-model-creation skill) Pure business logic without UI components How to use this skill (...
295
7018 sql-query-optimization aj-geddes/useful-ai-prompts
SQL Query Optimization Overview Analyze SQL queries to identify performance bottlenecks and implement optimization techniques. Includes query analysis, indexing strategies, and rewriting patterns for improved performance. When to Use Slow query analysis and tuning Query rewriting and refactoring Index utilization verification Join optimization Subquery optimization Query plan analysis (EXPLAIN) Performance baseline establishment Query Analysis Framework 1. Analyze Current Performance PostgreS...
295
7019 react-native-architecture sickn33/antigravity-awesome-skills
React Native Architecture Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture. When to Use This Skill Starting a new React Native or Expo project Implementing complex navigation patterns Integrating native modules and platform APIs Building offline-first mobile applications Optimizing React Native performance Setting up CI/CD for mobile releases Core Concepts 1. Project Structure src/ ├── app/ ...
295
7020 kordoc-korean-document-parser aradotso/trending-skills
kordoc Korean Document Parser Skill by ara.so — Daily 2026 Skills collection. kordoc is a TypeScript library and CLI for parsing Korean government documents (HWP 5.x, HWPX, PDF) into Markdown and structured IRBlock[] data. It handles proprietary HWP binary formats, table extraction, form field recognition, document diffing, and reverse Markdown→HWPX generation. Installation Core library npm install kordoc PDF support (optional peer dependency) npm install pdfjs-dist CLI (no install needed) np...
295
7021 web-search yejinlei/web-search-skill
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions 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 App ID Description Search exa/search Smart web search with...
294
7022 qa-test-planner davila7/claude-code-templates
QA Test Planner A comprehensive skill for QA engineers to create test plans, generate manual test cases, build regression test suites, validate designs against Figma, and document bugs effectively. Activation: This skill is triggered only when explicitly called by name (e.g., /qa-test-planner , qa-test-planner , or use the skill qa-test-planner ). Quick Start Create a test plan: "Create a test plan for the user authentication feature" Generate test cases: "Generate manual test cases for the chec...
294
7023 perplexity davila7/claude-code-templates
Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). Quick Reference Which Perplexity tool? Need search results/URLs? → Perplexity Search Need conversational answer? → Perplexity Ask Need deep research? → Researcher agent ( /research <topic> ) NOT Perplexity - use these instead: Library/framework docs → Cont...
294
7024 hypothesis-generation davila7/claude-code-templates
Scientific Hypothesis Generation Overview Hypothesis generation is a systematic process for developing testable explanations. Formulate evidence-based hypotheses from observations, design experiments, explore competing explanations, and develop predictions. Apply this skill for scientific inquiry across domains. When to Use This Skill This skill should be used when: Developing hypotheses from observations or preliminary data Designing experiments to test scientific questions Exploring compet...
294
7025 treatment-plans davila7/claude-code-templates
Treatment Plan Writing Overview Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused treatment plans (3-4 pages standard) across all medical specialties with full regulatory compliance. Critical Principles: CONCISE & ACTIONABLE: Treatment...
294
7026 alicloud-storage-oss-ossutil-test cinience/alicloud-skills
Category: test OSSUTIL 2.0 Minimal Viable Test Goals 验证 AK/Region 配置正确。 验证 OSS 访问(列桶、上传、下载)。 Prerequisites 已配置 AK(推荐环境变量或 ~/.alibabacloud/credentials )。 已准备一个可读写的 OSS Bucket。 Test Steps (Minimal) 查看配置 ossutil config get region 列出 Bucket ossutil ls 选择一个 bucket,按该 bucket 地域列对象(显式 region + endpoint) 示例(按实际 bucket 地域替换) ossutil ls oss:// < bucket > -r --short-format --region cn-shanghai -e https://oss-cn-shanghai.aliyuncs.com --limited-num 20 上传小文件 echo "ossutil-test" > /tmp/ossutil-test.txt ossuti...
294
7027 alicloud-ai-entry-modelstudio-matrix-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/entry/alicloud-ai-entry-modelstudio-test 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...
294
7028 alicloud-compute-ecs-test cinience/alicloud-skills
Category: test ECS Minimal Viable Test Prerequisites 已配置 ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID 。 GoalsSkill: skills/compute/ecs/alicloud-compute-ecs/ 。 Test Steps 执行最小查询: DescribeRegions 。 在一个 region 执行 DescribeInstances ( PageSize=1 )。 记录请求参数、返回总数、是否成功。 Expected Results API 可达,返回结构正常。 无实例时返回空列表,不应报鉴权错误。
294
7029 rabbitmq-development mindrally/skills
RabbitMQ Development You are an expert in RabbitMQ and AMQP (Advanced Message Queuing Protocol) development. Follow these best practices when building message queue-based applications. Core Principles RabbitMQ is a message broker that receives messages from publishers and routes them to consumers AMQP 0-9-1 is the most commonly used protocol - an application layer protocol transmitting data in binary format Design for reliability, scalability, and fault tolerance Leave NO todos, placeholders, or...
294
7030 financial-calculator dkyazzentwatwa/chatgpt-skills
Professional-grade financial calculations with detailed breakdowns, visualizations, and exportable reports. Handles everything from simple loan payments to complex retirement projections with Monte Carlo simulations. Core Calculators - Loan Calculator: Amortization schedules, payment breakdowns, prepayment scenarios - Investment Calculator: Future value, compound growth, recurring contributions - NPV/IRR Calculator: Net present value, internal rate of return, payback period - Retirement Ca...
294
7031 php-development mindrally/skills
PHP Development You are an expert PHP developer with deep knowledge of PHP 8+, object-oriented programming, and SOLID principles. Core Principles Write concise, technically accurate PHP code with proper examples Follow SOLID principles for object-oriented programming Follow the DRY (Don't Repeat Yourself) principle Adhere to PSR coding standards Design for maintainability and scalability PHP Standards Use PHP 8.1+ features (typed properties, match expressions, named arguments, enums) Follow PS...
294
7032 market-research-analysis manojbajaj95/claude-gtm-plugin
Market Research & Analysis Expert market research skill — from market sizing and competitive analysis through consumer research and professional consulting-grade reports with LaTeX formatting and visual generation. Quick Start Choose your workflow: Market Sizing — TAM/SAM/SOM calculations Competitive Analysis — Landscape mapping and positioning Consumer Research — Surveys, interviews, behavior analysis Professional Report — 50+ page consulting-style report with LaTeX + visuals Market Sizing (TAM...
294
7033 remember parcadei/continuous-claude-v3
Memory Keeper You are an expert prompt engineer and keeper of domain-organized Memory Instructions that persist across VS Code contexts. You maintain a self-organizing knowledge base that automatically categorizes learnings by domain and creates new memory files as needed. Scopes Memory instructions can be stored in two scopes: Global ( global or user ) - Stored in <global-prompts> ( vscode-userdata:/User/prompts/ ) and apply to all VS Code projects Workspace ( workspace or ws ) - Stored in <wor...
294
7034 skill-developer parcadei/continuous-claude-v3
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
294
7035 sentence-transformers davila7/claude-code-templates
Sentence Transformers - State-of-the-Art Embeddings Python framework for sentence and text embeddings using transformers. When to use Sentence Transformers Use when: Need high-quality embeddings for RAG Semantic similarity and search Text clustering and classification Multilingual embeddings (100+ languages) Running embeddings locally (no API) Cost-effective alternative to OpenAI embeddings Metrics: 15,700+ GitHub stars 5000+ pre-trained models 100+ languages supported Based on PyTorch/Tra...
294
7036 cookbook-audit anthropics/claude-cookbooks
Cookbook Audit Instructions Review the requested Cookbook notebook using the guidelines and rubrics in style_guide.md. Provide a score based on scoring guidelines and recommendations on improving the cookbook. The style guide provides detailed templates and examples for: Problem-focused introductions with Terminal Learning Objectives (TLOs) and Enabling Learning Objectives (ELOs) Prerequisites and setup patterns Core content structure Conclusions that map back to learning objectives IMPORTAN...
294
7037 social-graphics sanky369/vibe-building-skills
Social Graphics Skill Overview Social Graphics creates platform-specific visual content optimized for engagement. This skill teaches you to generate graphics that perform well on each platform. Keywords: social media graphics, social posts, platform-optimized, Instagram graphics, LinkedIn posts, Twitter graphics, TikTok graphics, social content Core Methodology Social graphics have three layers: Platform Optimization — Size, format, and best practices Visual Design — Eye-catching compositio...
294
7038 frontend-accessibility aj-geddes/useful-ai-prompts
Frontend Accessibility Overview Build accessible web applications following WCAG guidelines with semantic HTML, ARIA attributes, keyboard navigation, and screen reader support for inclusive user experiences. When to Use Compliance with accessibility standards Inclusive design requirements Screen reader support Keyboard navigation Color contrast issues Implementation Examples 1. Semantic HTML and ARIA <!-- Good semantic structure --> <nav aria-label="Main navigation"> <ul> <li><a href="/"...
294
7039 phantom-ai-coworker aradotso/trending-skills
Phantom AI Co-worker Skill by ara.so — Daily 2026 Skills collection. Phantom is an AI co-worker that runs on its own dedicated machine. Unlike chatbots, Phantom has persistent memory across sessions, creates and registers its own MCP tools at runtime, self-evolves based on observed patterns, communicates via Slack/email/Telegram/Webhook, and can build full infrastructure (databases, dashboards, APIs, pipelines) on its VM. Built on the Claude Agent SDK with TypeScript/Bun. Architecture Overview ┌...
294
7040 react-composition-2026 patternsdev/skills
Modern React Composition Patterns Table of Contents When to Use Instructions Details Source Composition patterns for building flexible, maintainable React components that scale. These patterns replace boolean-prop proliferation, rigid component APIs, and tangled state with composable, explicit designs. When to Use Reference these patterns when: A component has more than 3-4 boolean props controlling its behavior Building reusable UI components or a shared component library Refactoring components...
294
7041 rust-backend windmill-labs/windmill
Rust Backend Coding Guidelines Apply these patterns when writing or modifying Rust code in the backend/ directory. Data Structure Design Choose between struct , enum , or newtype based on domain needs: Use enum for state machines instead of boolean flags or loosely related fields Model invariants explicitly using types (e.g., NonZeroU32 , Duration , custom enums) Consider ownership of each field: Use &str vs String , slices vs vectors Use Arc<T> when sharing across threads Use Cow<'a, T> for fle...
294
7042 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
7043 ethereum-wingman austintgriffith/ethereum-wingman
Ethereum Wingman Comprehensive Ethereum development guide for AI agents. Covers smart contract development, DeFi protocols, security best practices, and the SpeedRun Ethereum curriculum. AI AGENT INSTRUCTIONS - READ THIS FIRST 🚨 BEFORE ANY TOKEN/APPROVAL/SECURITY CODE CHANGE STOP. Re-read the "Critical Gotchas" section below before writing or modifying ANY code that touches: Token approvals (approve, allowance, transferFrom) Token transfers (transfer, safeTransfer, safeTransferFrom) Access c...
293
7044 error resolver davila7/claude-code-templates
Error Resolver A first-principle approach to diagnosing and resolving errors across all languages and frameworks. Core Philosophy The 5-step Error Resolution Process: 1. CLASSIFY -> 2. PARSE -> 3. MATCH -> 4. ANALYZE -> 5. RESOLVE | | | | | What type? Extract key Known Root cause Fix + information pattern? analysis Prevent Quick Start When you encounter an error: Paste the full error (including stack trace if...
293
7045 prisma-expert davila7/claude-code-templates
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
293
7046 alicloud-ai-entry-modelstudio-test cinience/alicloud-skills
Category: task Model Studio Skills Minimal Test Run minimal validation for currently available Model Studio skills in this repo and record results. Prerequisites Install SDK (virtual environment recommended to avoid PEP 668 restrictions): python3 -m venv .venv . .venv/bin/activate python -m pip install dashscope Configure DASHSCOPE_API_KEY (environment variable preferred; or dashscope_api_key in ~/.alibabacloud/credentials ). Test Matrix (currently supported) Text-to-image → skills/ai/image/alic...
293
7047 alicloud-security-kms-test cinience/alicloud-skills
Category: test KMS Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/security/key-management/alicloud-security-kms/ 。 Test Steps 通过 OpenAPI 元数据确认 KMS 常用读取 API。 执行一个只读查询(如 ListKeys 或产品支持的等价读接口)。 记录 request id、返回数量、错误码(若有)。 Expected Results 只读查询成功或返回明确权限错误。
293
7048 alicloud-platform-openapi-product-api-discovery-test cinience/alicloud-skills
Category: test OpenAPI 产品发现Minimal Viable Test Prerequisites AK/SK is configured. GoalsSkill: skills/platform/openapi/alicloud-platform-openapi-product-api-discovery/ 。 Test Steps 运行一个产品源抓取脚本。 运行合并脚本。 限制 OPENAPI_META_MAX_PRODUCTS=1 执行元数据抓取。 Expected Results output/product-scan/ 下产生最小结果文件。
293
7049 deep-research sickn33/antigravity-awesome-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
293
7050 database-migration sickn33/antigravity-awesome-skills
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
293