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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,580
总 Skills
95.1M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11201 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
11202 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
11203 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
11204 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
11205 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
11206 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
11207 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
11208 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
11209 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
11210 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
11211 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
11212 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
11213 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
11214 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
11215 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
11216 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
11217 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
11218 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
11219 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
11220 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
11221 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
11222 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
11223 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
11224 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
11225 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
11226 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
11227 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
11228 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
11229 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
11230 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
11231 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
11232 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
11233 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
11234 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
11235 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
11236 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
11237 symfony:doctrine-relations makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-relations<div
334
11238 symfony:twig-components makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:twig-components<div
334
11239 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
11240 p-image inference-sh/skills
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
333
11241 encore-infrastructure encoredev/skills
Encore Infrastructure Declaration Instructions Encore.ts uses declarative infrastructure - you define resources in code and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level (top of file), not inside functions. Databases (PostgreSQL) import { SQLDatabase } from...
333
11242 cloudflare-mcp-server jezweb/claude-skills
Cloudflare MCP Server Skill Build and deploy Model Context Protocol (MCP) servers on Cloudflare Workers with TypeScript. Status: Production Ready ✅ Last Updated: 2026-01-21 Latest Versions: @modelcontextprotocol/sdk@1.25.3, @cloudflare/workers-oauth-provider@0.2.2, agents@0.3.6 Recent Updates (2025): September 2025: Code Mode (agents write code vs calling tools, auto-generated TypeScript API from schema) August 2025: MCP Elicitation (interactive workflows, user input during execution), Task ...
333
11243 writing-plans camacho/ai-skills
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
333
11244 ln-200-scope-decomposer levnikolaevich/claude-code-skills
Top-level orchestrator for complete initiative decomposition from scope to User Stories through Epic and Story coordinators. Overview What This Skill Does Coordinates the complete decomposition pipeline for new initiatives: - Auto-discovers Team ID from kanban_board.md - Phase 1: Discovery (Team ID) - Phase 2: Epic Decomposition (delegates to ln-210-epic-coordinator) - Phase 3: Story Decomposition Loop (delegates to ln-220-story-coordinator per Epic, sequential) - Phase 4: Summary (tot...
333
11245 autoscaling-configuration aj-geddes/useful-ai-prompts
Autoscaling Configuration Overview Implement autoscaling strategies to automatically adjust resource capacity based on demand, ensuring cost efficiency while maintaining performance and availability. When to Use Traffic-driven workload scaling Time-based scheduled scaling Resource utilization optimization Cost reduction High-traffic event handling Batch processing optimization Database connection pooling Implementation Examples 1. Kubernetes Horizontal Pod Autoscaler hpa-configuration.yaml ap...
333
11246 java-microservices pluginagentmarketplace/custom-plugin-java
Java Microservices Skill Build production microservices with Spring Cloud and distributed system patterns. Overview This skill covers microservices architecture with Spring Cloud including service discovery, API gateway, circuit breakers, event-driven communication, and distributed tracing. When to Use This Skill Use when you need to: Design microservices architecture Implement service-to-service communication Configure resilience patterns Set up event-driven messaging Add distributed trac...
333
11247 isolet-widget-isolation aradotso/trending-skills
isolet Widget Isolation Skill by ara.so — Daily 2026 Skills collection. isolet-js packages any component (React, Solid, Svelte, vanilla JS, etc.) into a self-contained, isolated widget. Widgets render inside shadow DOM by default, so styles are fully scoped. Output formats include IIFE (script tag), ESM, and CommonJS. Install npm install isolet-js Core API: createIsolet import { createIsolet } from "isolet-js" ; const widget = createIsolet ( { name : "my-widget" , // required: unique identifier ...
333
11248 pymc-bayesian-modeling davila7/claude-code-templates
PyMC Bayesian Modeling Overview PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC). When to Use This Skill This skill should be used when: Building Bayesian models (linear/logistic regression, hierarchical models, time series, etc.) Performing MCMC sampling or variation...
333
11249 musical-dna jwynia/agent-skills
Musical DNA Analysis Purpose Extract descriptive musical characteristics from any artist or band without using their name, building a vocabulary of sonic qualities for AI music generation, music description, or creative recombination. Replace "sounds like [Artist]" with specific, technique-focused descriptions. Core Principle How, not who. Describe techniques, approaches, and sonic qualities rather than referencing artists. This enables: Ethical AI music generation Precise communication abou...
333
11250 ln-732-cicd-generator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Generates GitHub Actions CI pipeline for automated testing and validation. Purpose & Scope Creates CI/CD workflow for GitHub: - Does: Generate .github/workflows/ci.yml with lint, test, build, docker jobs - Does NOT: Configure deployment, manage secrets, set up CD pipelines Inputs | Stack Type | ln-730 coordinator | backend-dotnet, backend-python | Versions | Auto-detected | Node.js, .NET or Python versions...
333