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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,541
总 Skills
94.0M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
11151 requesting-code-review camacho/ai-skills
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
336
11152 tracking-crypto-prices jeremylongshore/claude-code-plugins-plus-skills
Tracking Crypto Prices Overview Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ other skills depend on it for price information. Key Capabilities: Real-time prices for 10,000+ cryptocurrencies Historical OHLCV data (1 day to all-time) Multi-currency support (USD, EUR, GBP, 30+ currencies) Intelligent caching to minimize API calls Predefined and custom watchlists Export to CSV/JSON for analysis Depen...
336
11153 terraform mindrally/skills
Terraform You are an expert in Terraform and infrastructure-as-code with deep knowledge of cloud providers and deployment patterns. Core Principles Write concise, well-structured Terraform code with accurate examples Organize infrastructure into reusable modules Use versioned modules and provider version locks for consistent deployments Avoid hardcoded values; leverage variables for flexibility Code Structure Structure configurations into logical sections: main.tf - Primary resource definitions ...
336
11154 openclaw-complete-deployment-guide nathansteelqoder/openclaw-config-qoder-integration
在阿里云上部署 OpenClaw 完整指南 覆盖阿里云百炼模型配置、飞书 / 钉钉(传统机器人 + DEAP 高级方案)/ QQ / Discord 全平台接入、Qoder CLI 集成,以及高级配置与运维。 ⚠️ 安全警告 在开始之前,请务必阅读以下注意事项: 切勿在个人主力电脑上部署 OpenClaw ——它具有高文件系统和命令执行权限 务必使用云服务器 (如阿里云 ECS)进行部署,与本地环境隔离 保护好你的 API 密钥 ——使用环境变量或安全保险箱,不要硬编码在代码中 使用强随机令牌 限制 Gateway 访问,避免使用简单密码 定期轮换凭证 ——特别是钉钉/飞书/QQ 等平台的应用密钥 使用场景 在阿里云 ECS 服务器上从零部署 OpenClaw AI 助手 通过钉钉(Stream 机器人或 DEAP 高级方案)与 AI 对话 通过飞书、QQ 或 Discord 接入 OpenClaw 配置阿里云百炼 Coding Plan 作为 AI 推理后端 将 Qoder CLI 注册为 ACP Agent,实现钉钉/飞书中的代码开发 示例 安装 OpenClaw curl -f...
336
11155 ssl-certificate-management aj-geddes/useful-ai-prompts
SSL Certificate Management Overview Implement automated SSL/TLS certificate management across infrastructure, including provisioning, renewal, monitoring, and secure distribution to services. When to Use HTTPS/TLS enablement Certificate renewal automation Multi-domain certificate management Wildcard certificate handling Certificate monitoring and alerts Zero-downtime certificate rotation Internal PKI management Implementation Examples 1. Let's Encrypt with Cert-Manager cert-manager-setup.yaml...
336
11156 sql-injection-testing sickn33/antigravity-awesome-skills
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
336
11157 qa-testing-strategy vasilyu1983/ai-agents-public
QA Testing Strategy (Jan 2026) Risk-based quality engineering strategy for modern software delivery. Core references: curated links in data/sources.json (SLOs/error budgets, contracts, E2E, OpenTelemetry). Start with references/operational-playbook.md for a compact, navigable overview. Scope Create or update a risk-based test strategy (what to test, where, and why) Define quality gates and release criteria (merge vs deploy) Select the smallest effective layer (unit → integration → contract → ...
336
11158 playwright-cursor-rules mindrally/skills
Playwright Cursor Rules You are a Senior QA Automation Engineer expert in TypeScript, JavaScript, Frontend development, Backend development, and Playwright end-to-end testing. Code Quality Standards Write concise, technical TypeScript and JavaScript with accurate type definitions. Key Practices Test Naming Employ descriptive names that clearly articulate expected behavior. Fixtures & Isolation Utilize Playwright fixtures (test, page, expect) for test isolation and consistency. Setup/Tear...
336
11159 venue-templates davila7/claude-code-templates
Venue Templates Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting ...
336
11160 python-patterns davila7/claude-code-templates
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
336
11161 railway-deployment davila7/claude-code-templates
Railway Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the railway-environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deplo...
336
11162 paddleocr-text-recognition paddlepaddle/paddleocr
PaddleOCR Text Recognition Skill When to Use This Skill Invoke this skill in the following situations: Extract text from images (screenshots, photos, scans, charts) Read text from PDFs or document images Extract text from structured documents (invoices, receipts, forms) Extract text from URLs or local files pointing to images/PDFs Do not use this skill in the following situations: Plain text files that can be read directly with the Read tool Code files or markdown documents Tasks that do not inv...
336
11163 llm-tuning-patterns parcadei/continuous-claude-v3
LLM Tuning Patterns Evidence-based patterns for configuring LLM parameters, based on APOLLO and Godel-Prover research. Pattern Different tasks require different LLM configurations. Use these evidence-based settings. Theorem Proving / Formal Reasoning Based on APOLLO parity analysis: Parameter Value Rationale max_tokens 4096 Proofs need space for chain-of-thought temperature 0.6 Higher creativity for tactic exploration top_p 0.95 Allow diverse proof paths Proof Plan Prompt Always request a...
336
11164 reference-sdk parcadei/continuous-claude-v3
Reference SDK Check When implementing SDK features or debugging provider-specific issues, check reference implementations. When to Use Implementing SDK features Debugging provider-specific issues Understanding how other libraries solve similar problems "How does Vercel AI SDK do X?" "Check Anthropic SDK for Y" Commands Use btca ask to check how reference SDKs implement similar features: Check Vercel AI SDK for streaming patterns btca ask -r vercel-ai -q "How does streamObject work?" Check...
336
11165 review camacho/ai-skills
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
336
11166 grpc-development mindrally/skills
gRPC Development You are an expert in gRPC and Protocol Buffers development. Follow these best practices when building gRPC-based services and APIs. Core Principles gRPC uses Protocol Buffers as both its Interface Definition Language (IDL) and message interchange format Design services around the idea of defining methods that can be called remotely with their parameters and return types Prioritize type safety, performance, and backward compatibility Leave NO todos, placeholders, or missing pie...
336
11167 aws-development mindrally/skills
AWS Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Amazon Web Services (AWS), focusing on serverless architecture, Infrastructure as Code, and security best practices. Core Principles Write clean, well-structured code with accurate AWS SDK examples Use Infrastructure as Code (Terraform, CDK, SAM) for all infrastructure Follow the principle of least privilege for all IAM policies Implement comprehensive logging, metrics, and traci...
336
11168 aws-penetration-testing sickn33/antigravity-awesome-skills
AWS Penetration Testing Purpose Provide comprehensive techniques for penetration testing AWS cloud environments. Covers IAM enumeration, privilege escalation, SSRF to metadata endpoint, S3 bucket exploitation, Lambda code extraction, and persistence techniques for red team operations. Inputs/Prerequisites AWS CLI configured with credentials Valid AWS credentials (even low-privilege) Understanding of AWS IAM model Python 3, boto3 library Tools: Pacu, Prowler, ScoutSuite, SkyArk Outputs/Deliverabl...
336
11169 ship camacho/ai-skills
Ship Get the branch onto main. Two paths: PR (CI up) or local merge (CI down). Announce: "Using /ship to integrate this branch." Prerequisites On a feature branch (not main). /review (Step 6) passed, or user explicitly approved. Worktree path is known (needed for cleanup). No pending tasks. Run TaskList (Claude Code) or check .branch-context.md checklist (Codex). If any step is still pending or in_progress , that step was skipped — go back and complete it before shipping. If any prerequisite is ...
336
11170 workflow camacho/ai-skills
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
335
11171 alicloud-ai-image-qwen-image-edit cinience/alicloud-skills
Category: provider Model Studio Qwen Image Edit Validation mkdir -p output/alicloud-ai-image-qwen-image-edit python -m py_compile skills/ai/image/alicloud-ai-image-qwen-image-edit/scripts/prepare_edit_request.py && echo "py_compile_ok" > output/alicloud-ai-image-qwen-image-edit/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-image-qwen-image-edit/validate.txt is generated. Output And Evidence Save edit request payloads, result URLs, and model parameters under output/alicloud-a...
335
11172 paper-polish eyh0602/skillshub
Polishing and reviewing research papers in LaTeX On writing Contents Your paper should be easily comprehensible by its reviewers. They are far less familiar with your work than you. They may not be an expert on the topic and may not be able to afford much time on your paper. The introduction should convey curiosity or excitement (new problem, new solution, improved solution, impressive results, or high impact), the design novelty, substantiality, and correctness, and the evaluation relevancy and...
335
11173 launch-strategy davila7/claude-code-templates
Launch Strategy You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Core Philo...
335
11174 finnhub-api adaptationio/skrillz
Complete integration with FinnHub's financial data API providing access to stocks, forex, crypto, company fundamentals, news, and real-time market data. Quick Start Authentication ``` Environment variable (recommended) export FINNHUB_API_KEY="your_api_key" Or in .env file FINNHUB_API_KEY=your_api_key ``` Basic Usage (Python) ``` import requests import os API_KEY = os.getenv("FINNHUB_API_KEY") BASE_URL = "https://finnhub.io/api/v1" def get_quote(symbol: str) -> dict: """Get real...
335
11175 simplify-and-harden-ci pskoett/pskoett-ai-skills
Simplify & Harden CI Install npx skills add pskoett/pskoett-ai-skills/simplify-and-harden-ci Purpose Run a CI-only variant of Simplify & Harden in pull requests: No code mutation in CI Review only changed files Emit structured findings Optionally block merge based on severity gates Use simplify-and-harden for interactive/local coding sessions. Context Limitation (Important) CI agents do not have the same peak implementation context as the coding agent that wrote the change. Treat CI findings as ...
335
11176 pwa-development jwynia/agent-skills
PWA Development Skill Load with: base.md Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements ┌─────────────────────────────────────────────────────────────────┐ │ THE THREE PILLARS OF PWA │ │ ───────────────────────────────────────────────────────────── │ │ │ │ 1. HTTPS ...
335
11177 ln-630-test-auditor levnikolaevich/claude-code-skills
Coordinates comprehensive test suite audit across 6 quality categories using 5 specialized workers. Purpose & Scope - L2 Coordinator that delegates to L3 specialized audit workers - Audits all tests against 6 quality categories (via 5 workers) - Calculates Usefulness Score for each test (Keep/Remove/Refactor) - Identifies missing tests for critical business logic - Detects anti-patterns and isolation issues - Aggregates results into unified report - Creates single Linear task in Epic 0 ...
335
11178 developer-onboarding aj-geddes/useful-ai-prompts
Developer Onboarding Overview Create comprehensive onboarding documentation that helps new developers quickly set up their development environment, understand the codebase, and start contributing effectively. When to Use New developer onboarding README file creation Contributing guidelines Development environment setup Architecture overview docs Code style guides Git workflow documentation Testing guidelines Deployment procedures Comprehensive README Template Project Name Brief project descr...
335
11179 causal inference aj-geddes/useful-ai-prompts
Causal Inference Overview Causal inference determines cause-and-effect relationships and estimates treatment effects, going beyond correlation to understand what causes what. When to Use Evaluating the impact of policy interventions or business decisions Estimating treatment effects when randomized experiments aren't feasible Controlling for confounding variables in observational data Determining if a marketing campaign or product change caused an outcome Analyzing heterogeneous treatment effect...
335
11180 zero-trust-architecture aj-geddes/useful-ai-prompts
Zero Trust Architecture Overview Implement comprehensive Zero Trust security architecture based on "never trust, always verify" principle with identity-centric security, microsegmentation, and continuous verification. When to Use Cloud-native applications Microservices architecture Remote workforce security API security Multi-cloud deployments Legacy modernization Compliance requirements Implementation Examples 1. Zero Trust Gateway // zero-trust-gateway.js const jwt = require('jsonwebtoken');...
335
11181 prisma-orm bobmatnyc/claude-mpm-skills
Prisma ORM - Type-Safe Database Toolkit Modern database toolkit for TypeScript with schema-first development, auto-generated type-safe client, and powerful migration system. Quick Reference Installation npm install prisma @prisma/client npx prisma init Basic Workflow 1. Define schema Edit prisma/schema.prisma 2. Create migration npx prisma migrate dev --name init 3. Generate client npx prisma generate 4. Open Studio npx prisma studio Core Schema Pattern // prisma/schema.prisma genera...
335
11182 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...
335
11183 worldlabs opusgamelabs/game-creator
World Labs — 3D World/Environment Generation Generate photorealistic 3D environments from text prompts or images using the World Labs Marble API. Outputs Gaussian Splat scenes (SPZ) rendered via SparkJS in Three.js, plus collider meshes (GLB) for physics. When to Use Environment/level generation — create entire 3D worlds (rooms, landscapes, buildings) from reference images or text Complementary to Meshy AI — Meshy generates individual models/characters; World Labs generates the environments they...
335
11184 tensorboard davila7/claude-code-templates
TensorBoard: Visualization Toolkit for ML When to Use This Skill Use TensorBoard when you need to: Visualize training metrics like loss and accuracy over time Debug models with histograms and distributions Compare experiments across multiple runs Visualize model graphs and architecture Project embeddings to lower dimensions (t-SNE, PCA) Track hyperparameter experiments Profile performance and identify bottlenecks Visualize images and text during training Users: 20M+ downloads/year | GitHub St...
335
11185 release parcadei/continuous-claude-v3
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
335
11186 xlsx-official sickn33/antigravity-awesome-skills
Requirements for Outputs All Excel files 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 established patterns Existing template conventions ALWAYS override these guidelines Financial models Color Coding Standards Unless otherwise stated by th...
335
11187 conductor-implement sickn33/antigravity-awesome-skills
Implement Track Execute tasks from a track's implementation plan, following the workflow rules defined in conductor/workflow.md . Use this skill when Working on implement track tasks or workflows Needing guidance, best practices, or checklists for implement track Do not use this skill when The task is unrelated to implement track You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes...
335
11188 figma-code-connect-components figma/mcp-server-guide
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Skill Boundaries Use this skill for get_code_connect_suggestions + send_code_connect_mappings workflows. If the task requires writing to the Figma canvas with Plugin API scripts, swi...
334
11189 cloudflare-images jezweb/claude-skills
Cloudflare Images Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: Cloudflare account with Images enabled Latest Versions: Cloudflare Images API v2, @cloudflare/workers-types@4.20260108.0 Recent Updates (2025): February 2025: Content Credentials support (C2PA standard) - preserve image provenance chains, automatic cryptographic signing of transformations August 2025: AI Face Cropping GA (gravity=face with zoom control, GPU-based RetinaFace, 99.4% precision) May 2025: Media Tr...
334
11190 dependency-management aj-geddes/useful-ai-prompts
Dependency Management Overview Comprehensive dependency management across JavaScript/Node.js, Python, Ruby, Java, and other ecosystems. Covers version control, conflict resolution, security auditing, and best practices for maintaining healthy dependencies. When to Use Installing or updating project dependencies Resolving version conflicts Auditing security vulnerabilities Managing lock files (package-lock.json, Gemfile.lock, etc.) Implementing semantic versioning Setting up monorepo dependenci...
334
11191 utoo utooland/skills
utoo - 统一前端工具链 utoo 是一个高性能的 npm 包管理工具,提供依赖安装、脚本执行、包信息查看等功能。 别名 utoo / ut - 主命令 utx - 执行命令别名(等同于 ut x ) 命令速查 命令 简写 说明 utoo install ut i 安装项目依赖 utoo uninstall <pkg> ut un 卸载指定依赖 utoo run <script> ut r / utoo <script> 运行 package.json 中的脚本 utoo run ut r 交互式选择 workspace 和脚本 utoo list ut ls 列出依赖树 utoo view <pkg> ut v / ut info 查看包信息 utoo execute <pkg> ut x / utx 执行本地或远程 npm 包命令 utoo link ut ln 链接本地包 utoo deps ut d 仅生成 package-lock.json utoo update ut u 删除 node_modules 并重新安装 utoo clean ut c 清理全局包缓存 uto...
334
11192 kanchi-dividend-review-monitor tradermonty/claude-trading-skills
Kanchi Dividend Review Monitor Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. When to Use Use this skill when the user needs: Daily/weekly/quarterly anomaly detection for dividend holdings. Forced review queueing for T1-T5 risk triggers. 8-K/governance keyword scans tied to portfolio tickers. Deterministic OK/WARN/REVIEW output before manual decision making. Prerequisites Provide norma...
334
11193 risk-management-specialist davila7/claude-code-templates
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: ...
334
11194 training-llms-megatron davila7/claude-code-templates
Megatron-Core - Large-Scale LLM Training Quick start Megatron-Core trains LLMs from 2B to 462B parameters with up to 47% Model FLOP Utilization on H100 GPUs through advanced parallelism strategies. Installation: Docker (recommended) docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:25.04-py3 Or pip pip install megatron-core Simple distributed training: Train with 2 GPUs using data parallelism torchrun --nproc_per_node=2 examples/run_simple_mcore_train_loop.py Or LLaMA-3 8B traini...
334
11195 guidance davila7/claude-code-templates
Guidance: Constrained LLM Generation When to Use This Skill Use Guidance when you need to: Control LLM output syntax with regex or grammars Guarantee valid JSON/XML/code generation Reduce latency vs traditional prompting approaches Enforce structured formats (dates, emails, IDs, etc.) Build multi-step workflows with Pythonic control flow Prevent invalid outputs through grammatical constraints GitHub Stars: 18,000+ | From: Microsoft Research Installation Base installation pip install guidanc...
334
11196 aws-serverless davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub Installs 1.2K Repository aws/agent-toolk…-for-aws GitHub Stars 728 First Seen May 6, 2026
334
11197 context-management-context-restore sickn33/antigravity-awesome-skills
Context Restoration: Advanced Semantic Memory Rehydration Use this skill when Working on context restoration: advanced semantic memory rehydration tasks or workflows Needing guidance, best practices, or checklists for context restoration: advanced semantic memory rehydration Do not use this skill when The task is unrelated to context restoration: advanced semantic memory rehydration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required input...
334
11198 symfony:doctrine-relations makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-relations<div
334
11199 symfony:twig-components makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:twig-components<div
334
11200 ln-621-security-auditor levnikolaevich/claude-code-skills
Specialized worker auditing security vulnerabilities in codebase. Purpose & Scope - Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor - Audit codebase for security vulnerabilities (Category 1: Critical Priority) - Scan for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation - Return structured findings to coordinator with severity, location, effort, recommendations - Calculate compliance score (X/10) for Security category Input...
333