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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,484
总 Skills
92.0M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
6901 alternatives-page-generator kostja94/marketing-skills
Pages: Alternatives / Compare Guides alternatives and comparison content that target "X alternatives" and "X vs Y" search intent. Purpose : Intercept competitor brand traffic—organic (SEO) and paid (brand keyword ads). High-intent, bottom-of-funnel; users searching alternatives are ready to switch. Content format : Standalone page (/alternatives, /alternatives-to-notion) or blog article (/blog/notion-alternatives). Same structure; blog builds topical authority. When invoking : On first use , if ...
763
6902 navigation-menu-generator kostja94/marketing-skills
Components: Navigation Menu Guides navigation menu design for SEO, UX, and accessibility. Navigation helps users find content and signals site structure to search engines. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or...
763
6903 risk-management-specialist alirezarezvani/claude-skills
Risk Management Specialist ISO 14971:2019 risk management implementation throughout the medical device lifecycle. Table of Contents Risk Management Planning Workflow Risk Analysis Workflow Risk Evaluation Workflow Risk Control Workflow Post-Production Risk Management Risk Assessment Templates Decision Frameworks Tools and References Risk Management Planning Workflow Establish risk management process per ISO 14971. Workflow: Create Risk Management Plan Define scope of risk management activities: ...
763
6904 cto-advisor alirezarezvani/claude-skills
CTO Advisor Technical leadership frameworks for architecture, engineering teams, technology strategy, and technical decision-making. Keywords CTO, chief technology officer, tech debt, technical debt, architecture, engineering metrics, DORA, team scaling, technology evaluation, build vs buy, cloud migration, platform engineering, AI/ML strategy, system design, incident response, engineering culture Quick Start python scripts/tech_debt_analyzer.py Assess technical debt severity and remediation pl...
763
6905 dt-obs-services dynatrace/dynatrace-for-ai
Application Services Skill Monitor application service performance, health, and runtime-specific metrics using DQL. Core Capabilities 1. Service Performance (RED Metrics) Monitor service Rate, Errors, Duration using metrics-based timeseries queries. Key Metrics: dt.service.request.response_time - Response time (microseconds) dt.service.request.count - Request count dt.service.request.failure_count - Failed request count Common Use Cases: Response time monitoring (avg, p50, p95, p99) Error rate t...
763
6906 quality-documentation-manager davila7/claude-code-templates
Senior Quality Documentation Manager Expert-level quality documentation management with comprehensive document control system design, regulatory documentation oversight, change management, and configuration control for medical device organizations. Core Documentation Management Competencies 1. Document Control System Design (ISO 13485 Clause 4.2.3) Design and implement comprehensive document control systems ensuring systematic document management and regulatory compliance. Document Control S...
763
6907 asc-workflow rorkai/app-store-connect-cli-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
763
6908 asc-ppp-pricing rorkai/app-store-connect-cli-skills
PPP pricing (per-territory pricing) Use this skill to create or update localized pricing across territories based on purchasing power parity (PPP) or your own regional pricing strategy. Prefer the current high-level flows: asc subscriptions setup and asc iap setup when you are creating a new product asc subscriptions pricing ... for subscription pricing changes asc iap prices and asc iap price-schedules ... for IAP pricing changes Preconditions Ensure credentials are set ( asc auth login or ASC_...
763
6909 readme boshu2/agentops
/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme Interview + generate + validate (new README) /readme --rewrite Rewrite existing README with same patterns /readme --validate Council-validate an existing README without rewriting The Patterns These are non-negotiable. Every README this skill produces foll...
762
6910 pr-research boshu2/agentops
PR Research Skill Systematic exploration of upstream repositories before contributing. Overview Research an external codebase to understand how to contribute effectively. This is the FIRST step before planning or implementing an open source contribution. When to Use : Before contributing to an external repository Starting a new open source contribution Evaluating whether to contribute to a project When NOT to Use : Researching your own codebase (use $research ) Already familiar with the project'...
762
6911 featured-snippet kostja94/marketing-skills
SEO On-Page: Featured Snippet Guides optimization for Featured Snippets (Position Zero)—direct answers displayed above organic results. Featured snippets appear on ~19% of queries; by 2025, AI Overviews replaced many, but snippet optimization still supports AI citation and PAA. See serp-features for full SERP context. 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 as...
762
6912 information-security-manager-iso27001 alirezarezvani/claude-skills
Information Security Manager - ISO 27001 Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. Table of Contents Trigger Phrases Quick Start Tools Workflows Reference Guides Validation Checkpoints Trigger Phrases Show more
762
6913 m04-zero-cost zhanghandong/rust-skills
Zero-Cost Abstraction Layer 1: Language Mechanics Core Question Do we need compile-time or runtime polymorphism? Before choosing between generics and trait objects: Is the type known at compile time? Is a heterogeneous collection needed? What's the performance priority? Error → Design Question Show more
762
6914 github-workflow-automation ruvnet/ruflo
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
762
6915 x-twitter-scraper xquik-dev/x-twitter-scraper
Xquik API Integration Xquik is an X (Twitter) real-time data platform providing a REST API, HMAC webhooks, and an MCP server for AI agents. It covers account monitoring, bulk data extraction (20 tools), giveaway draws, tweet/user lookups, media downloads, follow checks, trending topics, write actions (tweet, like, retweet, follow, DM, profile, media upload, communities), and Telegram integrations. Quick Reference Base URL https://xquik.com/api/v1 Auth x-api-key: xq_... header (64 hex chars after...
762
6916 backend-patterns affaan-m/ecc
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
762
6917 provenance boshu2/agentops
Provenance Skill Trace knowledge artifact lineage to sources. Execution Steps Given /provenance <artifact> : Step 1: Read the Artifact Tool: Read Parameters: file_path: <artifact-path> Look for provenance metadata: Source references Session IDs Dates Related artifacts Step 2: Trace Source Chain Check for source metadata in the file grep -i "source\|session\|from\|extracted" < artifact-path > Search for related transcripts using ao ao search "<artifact-name>" 2 > /dev/null Step 3: Search Sessio...
761
6918 creator-program kostja94/marketing-skills
Channels: Creator Program Guides creator program strategy for AI/SaaS products. Long-term partnerships with creators for content co-creation and brand building. Differs from affiliate (sales focus) and influencer (paid promotion focus). 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. Initial Assessment Check for product ma...
761
6919 404-page-generator kostja94/marketing-skills
Pages: 404 Error Page Guides 404 error page design for UX, conversion recovery, and brand consistency. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice...
761
6920 media-kit-page-generator kostja94/marketing-skills
Pages: Media Kit Guides media kit and press page content, structure, and accessibility for journalists. Media kits provide self-service brand assets; consistent presentation builds trust (companies with strong guidelines are 20% more valuable). Distinct from press-coverage-page-generator : Media kit = assets for journalists; press coverage = aggregation of third-party mentions for visitor trust. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why ...
761
6921 huggingface-tool-builder huggingface/skills
Hugging Face API Tool Builder Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the hf command line tool. Model and Dataset cards can be accessed from repositories directly. Script Rules Make sure to follow these rules: Scripts must take a --help command line argument to describe their inputs and outputs Non-destructive sc...
761
6922 autonomous-agent-patterns sickn33/antigravity-awesome-skills
🕹️ Autonomous Agent Patterns Design patterns for building autonomous coding agents, inspired by Cline and OpenAI Codex. When to Use This Skill Use this skill when: Building autonomous AI agents Designing tool/function calling APIs Implementing permission and approval systems Creating browser automation for agents Designing human-in-the-loop workflows 1. Core Agent Architecture 1.1 Agent Loop ┌─────────────────────────────────────────────────────────────┐ │ AGENT LOOP ...
761
6923 dt-app-notebooks dynatrace/dynatrace-for-ai
Dynatrace Notebook Skill Overview Dynatrace notebooks are JSON documents stored in the Document Store for interactive data analysis, investigation, and documentation. Each notebook contains: Sections : Modular blocks organizing markdown and query content DQL Queries : Executable queries with cached results and visualizations Markdown : Documentation, context, and narrative content Timeframes : Default and section-specific time ranges Metadata : Ownership, versioning, and modification tracking Wh...
761
6924 agent-architecture ruvnet/ruflo
name: architecture type: architect color: purple description: SPARC Architecture phase specialist for system design capabilities: system_design component_architecture interface_design scalability_planning technology_selection priority: high sparc_phase: architecture hooks: pre: | echo "🏗️ SPARC Architecture phase initiated" memory_store "sparc_phase" "architecture" Retrieve pseudocode designs memory_search "pseudo_complete" | tail -1 post: | echo "✅ Architecture phase complete" memory_store "arc...
761
6925 ralph-loop giuseppe-trisciuoglio/developer-kit
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
761
6926 wechat-miniprogram-skill gourdbaby/wechat-miniprogram-skill
Role: WeChat Mini Program Expert (Native JS) Core Principles You are a Senior Developer specializing in Native WeChat Mini Program development (JavaScript). Priority: Performance, Code Size, and Native Compatibility. Never use: TypeScript, Taro, Uni-app, or any cross-platform frameworks. Technical Specifications Logic: Use ES6+ JavaScript. Always use Arrow Functions for this binding. Wrap asynchronous APIs in Promises or async/await. State Management: Use this.setData(). For performance, always ...
761
6927 playcanvas-engine freshtechbro/claudedesignskills
PlayCanvas Engine Skill Lightweight WebGL/WebGPU game engine with entity-component architecture, visual editor integration, and performance-focused design. When to Use This Skill Trigger this skill when you see: "PlayCanvas engine" "WebGL game engine" "entity component system" "PlayCanvas application" "3D browser games" "online 3D editor" "lightweight 3D engine" Need for editor-first workflow Compare with: Three.js : Lower-level, more flexible but requires more setup Babylon.js : Feature-rich bu...
761
6928 asc-app-create-ui rorkai/app-store-connect-cli-skills
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
761
6929 pmf-strategy kostja94/marketing-skills
Strategies: Product-Market Fit Guides product-market fit (PMF) validation and measurement. PMF occurs when a product precisely meets market needs, creating widespread demand. ~99% of startups fail primarily due to PMF issues (vitamin problems, premature scaling). Use this skill when validating before scaling, measuring PMF, or diagnosing traction problems. 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...
760
6930 relational-database-web-cloudbase tencentcloudbase/skills
When to use this skill Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk . Use it when you need to: Initialize CloudBase Relational Database on the frontend Replace an existing Supabase client with CloudBase Relational Database Share a single db client across your Web app Do NOT use this skill for: Backend/Node access to CloudBase Relational Database (use relation-database-skill → node-sdk/quickstart.md ) ...
760
6931 github-trending majiayu000/claude-arsenal
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
760
6932 dt-obs-tracing dynatrace/dynatrace-for-ai
Application Tracing Skill Overview Distributed traces in Dynatrace consist of spans - building blocks representing units of work. With Traces in Grail, every span is accessible via DQL with full-text searchability on all attributes. This skill covers trace fundamentals, common analysis patterns, and span-type specific queries. Core Concepts Understanding Traces and Spans Spans represent logical units of work in distributed traces: HTTP requests, RPC calls, database operations Messaging system in...
760
6933 workflow-skill-creator google-deepmind/science-skills
Workflow-to-Skill Distiller Turns a completed workflow into a reusable agent skill. Specifically, this skill extracts patterns from an interaction or workflow that already happened and packages them. [!CAUTION] You MUST complete Phase 1 (Brainstorming) before writing any code or SKILL.md content. Skipping brainstorming produces skills that are either too rigid or too vague. The brainstorming conversation is the most important part of this process. Phase 1: Brainstorming (MANDATORY) Have an itera...
760
6934 asc-crash-triage rorkai/app-store-connect-cli-skills
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
760
6935 react-use hairyf/skills
The skill is based on react-use v17.6.0, generated at 2026-01-29. react-use is a collection of essential React Hooks that provide ready-to-use functionality for common patterns in React applications. It includes hooks for sensors, UI interactions, animations, side-effects, lifecycle management, and state management. Core References | Usage | Import patterns and tree-shaking recommendations | [core-usage](https://github.com/hairyf/skills/blob/main/skills/react-use/references/core-usage.md) ...
759
6936 discount-marketing-strategy kostja94/marketing-skills
Strategies: Discount Marketing Guides discount and promotional pricing strategy for SaaS, e-commerce, and tools. Covers discount structures, lifetime deals (LTD), redeem codes, Black Friday / Cyber Monday, and campaign design. Aligns with pricing-strategy (base price structure); discounts apply on top of base pricing. 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 as...
759
6937 profiling-tables astronomer/agents
Data Profile Generate a comprehensive profile of a table that a new team member could use to understand the data. Step 1: Basic Metadata Query column metadata: SELECT COLUMN_NAME, DATA_TYPE, COMMENT FROM <database>.INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = '<schema>' AND TABLE_NAME = '<table>' ORDER BY ORDINAL_POSITION If the table name isn't fully qualified, search INFORMATION_SCHEMA.TABLES to locate it first. Step 2: Size and Shape Run via run_sql: SELECT COUNT(*) as total_r...
759
6938 pdf ailabs-393/ai-labs-claude-skills
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
759
6939 initiating-coverage anthropics/financial-services-plugins
Initiating Coverage Create institutional-quality equity research initiation reports through a structured 5-task workflow. Each task must be executed separately with verified inputs. Overview This skill produces comprehensive first-time coverage reports following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format). Tasks are executed individually, each verifying prerequisites before proceeding. Default Font : Times New Roman throughout all documents (unless user specifies oth...
759
6940 experiment-code lingzhi227/agent-research-skills
Experiment Code Generate and iteratively improve ML experiment code for research papers. Input $0 — Task: generate , improve , debug , plot $1 — Research plan, idea description, or error message References Experiment prompts and patterns: ~/.claude/skills/experiment-code/references/experiment-prompts.md Code patterns (error handling, repair, hill-climbing): ~/.claude/skills/experiment-code/references/code-patterns.md Action: generate Generate initial experiment code following this structure: Sho...
759
6941 plantuml-skill agents365-ai/365-skills
No SKILL.md available for this skill. View on GitHub Installs 431 Repository agents365-ai/365-skills GitHub Stars 5 First Seen May 6, 2026
759
6942 paseo-orchestrate getpaseo/paseo
Orchestrate You are an end-to-end implementation orchestrator. You take a task from understanding through planning, implementation, review, and delivery — all through a team of agents managed via Paseo MCP tools. User's request: $ARGUMENTS Prerequisites Load these skills before proceeding: e2e-playwright — if the task involves frontend/UI work Guard Before anything else, verify you have access to Paseo MCP tools by calling the Paseo list agents tool. If the tool is not available or errors, stop ...
758
6943 tracing-downstream-lineage astronomer/agents
Downstream Lineage: Impacts Answer the critical question: "What breaks if I change this?" Use this BEFORE making changes to understand the blast radius. Impact Analysis Step 1: Identify Direct Consumers Find everything that reads from this target: For Tables: Search DAG source code: Look for DAGs that SELECT from this table Use list_dags to get all DAGs Use get_dag_source to search for table references Look for: FROM target_table, JOIN target_table Check for dependent views: -- Snowflak...
758
6944 event-sourcing aj-geddes/useful-ai-prompts
Event Sourcing Overview Store state changes as a sequence of events rather than the current state, enabling temporal queries, audit trails, and event replay. When to Use Audit trail requirements Temporal queries (state at any point in time) Event-driven microservices CQRS implementations Financial systems Complex domain models Debugging and analysis Compliance and regulation Core Concepts Event Store ─► Read Model (Projection) │ └─► Aggregate (Domain Logic) Implementation Examples 1...
758
6945 fixed-income-portfolio anthropics/financial-services-plugins
Fixed Income Portfolio Analysis You are an expert fixed income portfolio analyst. Combine bond pricing, reference data, cashflow projections, and scenario stress testing from MCP tools into comprehensive portfolio reviews. Focus on aggregating tool outputs into portfolio-level metrics and risk exposures — let the tools compute bond-level analytics, you aggregate and present. Core Principles Always compute portfolio-level metrics as market-value weighted averages (yield, duration, convexity). Pri...
758
6946 tavily-search framix-team/openclaw-tavily
tavily search Web search returning LLM-optimized results with content snippets and relevance scores. Before running any command If tvly is not found on PATH, install it first: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login Do not skip this step or fall back to other tools. See tavily-cli for alternative install methods and auth options. When to use You need to find information on any topic You don't have a specific URL yet First step in the workflow : search → extract → map → ...
758
6947 qwen-coder giuseppe-trisciuoglio/developer-kit
Qwen Coder CLI Delegation Delegate selected tasks from Claude Code to Qwen Coder CLI using non-interactive commands, explicit model selection, safe permission flags, and shareable outputs. Overview This skill standardizes delegation to Qwen Coder CLI ( qwen ) for cases where Qwen's specific strengths may benefit the task. It covers: Non-interactive execution with -p / --prompt Model selection with -m / --model Approval control ( --approval-mode ) Session continuation with -c / --continue or -r /...
758
6948 skill-creator langgenius/dify
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
757
6949 managing-astro-local-env astronomer/agents
Astro Local Environment This skill helps you manage your local Airflow environment using the Astro CLI. To set up a new project, see the setting-up-astro-project skill. When Airflow is running, use MCP tools from authoring-dags and testing-dags skills. Start / Stop / Restart Start local Airflow (webserver at http://localhost:8080) astro dev start Stop containers (preserves data) astro dev stop Kill and remove volumes (clean slate) astro dev kill Restart all containers astro dev restart...
757
6950 xlsx ailabs-393/ai-labs-claude-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
757