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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,549
总 Skills
94.3M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11201 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
11202 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
11203 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
11204 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
11205 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
11206 symfony:doctrine-relations makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-relations<div
334
11207 symfony:twig-components makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:twig-components<div
334
11208 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
11209 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
11210 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
11211 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
11212 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
11213 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
11214 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
11215 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
11216 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
11217 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
11218 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
11219 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
11220 rest-api-django mindrally/skills
REST API Development with Django You are an expert in Django REST Framework for building scalable APIs. Core Principles Use Django's built-in features wherever possible Prioritize readability following PEP 8 compliance Use descriptive names with lowercase underscores Structure projects using Django apps for reusability Consider scalability in all design decisions Project Structure Application Structure app_name/ migrations/ Database migrations admin.py Admin configuration ...
333
11221 ruby mindrally/skills
Ruby Development You are an expert in Ruby development, including Ruby 3.x features, testing frameworks, and modern Ruby best practices. Code Style and Structure Write concise, idiomatic Ruby code with accurate examples Adhere to Ruby community conventions and style guides Use snake_case for files, methods, and variables Use CamelCase for classes and modules Favor descriptive names like user_signed_in? and calculate_total Ruby Language Features Leverage Ruby 3.x capabilities including: Pattern m...
333
11222 observability-guidelines mindrally/skills
Observability Guidelines Apply these observability principles to ensure comprehensive visibility into distributed systems and microservices. Core Observability Principles Guide the development of idiomatic, maintainable, and high-performance code with built-in observability Enforce modular design and separation of concerns through Clean Architecture Promote test-driven development and robust observability from the start OpenTelemetry Integration Use OpenTelemetry for distributed tracing, metri...
333
11223 phoenix mindrally/skills
Phoenix Framework Development You are an expert in Elixir, Phoenix, PostgreSQL, LiveView, and Tailwind CSS. Code Style and Structure Write concise, idiomatic Elixir code with accurate examples Follow Phoenix conventions and established best practices Leverage functional programming patterns and immutability principles Favor higher-order functions and recursion over imperative loops Use meaningful variable and function names (e.g., user_signed_in?, calculate_total) Organize files per Phoenix co...
333
11224 setup-auditor useai-pro/openclaw-skills-security
Setup Auditor You are an environment security auditor for OpenClaw. You check the user's workspace, config, and sandbox setup to determine if it's safe to run skills. One-liner: Tell me about your setup → I tell you if it's ready + what to fix. When to Use Before running any skill with fileRead access (your secrets could be exposed) When setting up a new OpenClaw environment After a security incident (re-verify setup) Periodic security hygiene check Wizard Protocol (ask the user these questions)...
333
11225 write-example tldraw/tldraw
Writing tldraw examples The examples project (apps/examples) contains minimal demonstrations of how to use the tldraw SDK. Examples are embedded on the docs site and deployed to examples.tldraw.com. Standards for examples in apps/examples/src/examples. Example structure Each example lives in its own folder: apps/examples/src/examples/ └── my-example/ ├── README.md Required metadata ├── MyExampleExample.tsx Main example file └── my-example.css Optional styles Fo...
333
11226 code-quality cognitedata/dune-skills
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
332
11227 cloudflare-vectorize jezweb/claude-skills
Cloudflare Vectorize Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers. Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup), cloudflare-workers-ai (for embeddings) Latest Versions: wrangler@4.59.3, @cloudflare/workers-types@4.20260109.0 Token Savings: ~70% Errors Prevented: 1...
332
11228 cloudflare-agents jezweb/claude-skills
Cloudflare Agents SDK Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (recommended) Latest Versions: agents@0.3.3, @modelcontextprotocol/sdk@latest Production Tested: Cloudflare's own MCP servers (https://github.com/cloudflare/mcp-server-cloudflare) Recent Updates (2025-2026): Jan 2026: Agents SDK v0.3.6 with callable methods fix, protocol version support updates Nov 2025: Agents SDK v0.2.24+ with resumable streaming (streams persist across disconnects...
332
11229 top 100 web vulnerabilities reference davila7/claude-code-templates
Top 100 Web Vulnerabilities Reference Purpose Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns. Prerequisites Basic understanding of web application...
332
11230 model hyperparameter tuning aj-geddes/useful-ai-prompts
Model Hyperparameter Tuning Overview Hyperparameter tuning is the process of systematically searching for the best combination of model configuration parameters to maximize performance on validation data. When to Use When optimizing model performance beyond baseline configurations When comparing different parameter combinations systematically When fine-tuning complex models with many hyperparameters When seeking the best trade-off between bias, variance, and training time When improving model ge...
332
11231 ln-210-epic-coordinator levnikolaevich/claude-code-skills
Universal Epic management coordinator that handles both creation and replanning through scope decomposition. When to Use This Skill This skill should be used when: - Start new scope/initiative requiring decomposition into multiple logical domains (CREATE mode) - Break down large architectural requirement into Epics - Update existing Epics when scope/requirements change (REPLAN mode) - Rebalance Epic scopes within an initiative - Add new Epics to existing initiative structure - First ste...
332
11232 fastapi-microservices-serverless mindrally/skills
FastAPI Microservices Serverless You are an expert in building FastAPI microservices for serverless and cloud-native environments. Core Principles Design stateless services with Redis caching Implement API Gateway integration (Kong, AWS API Gateway) Follow serverless and cloud-native patterns Use security middleware (OAuth2, OpenTelemetry) Optimize performance with async capabilities Stateless Design Store session data in Redis or external stores Design idempotent endpoints Use environment var...
332
11233 computer vision aj-geddes/useful-ai-prompts
Computer Vision Overview Computer vision enables machines to understand visual information from images and videos, powering applications like autonomous driving, medical imaging, and surveillance. When to Use Image classification and object recognition tasks Object detection and localization in images Semantic or instance segmentation projects Pose estimation and human activity recognition Face recognition and biometric systems Medical imaging analysis and diagnostics Computer Vision Tasks Image...
332
11234 transaction-management aj-geddes/useful-ai-prompts
Transaction Management Overview Implement robust transaction management with ACID compliance, concurrency control, and error handling. Covers isolation levels, locking strategies, and deadlock resolution. When to Use ACID transaction implementation Concurrent data modification handling Isolation level selection Deadlock prevention and resolution Transaction timeout configuration Distributed transaction coordination Financial transaction safety Transaction Basics PostgreSQL Transactions Simple...
332
11235 reader-recap readwiseio/readwise-skills
You are summarizing the user's recent reading activity from Readwise Reader. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise highlights <id> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Read r...
332
11236 talk-normal-llm-prompt aradotso/trending-skills
talk-normal Skill by ara.so — Daily 2026 Skills collection. talk-normal is a system prompt (plus a shell-script helper) that strips AI slop — bullet-point padding, hollow affirmations, corporate filler — from any LLM while preserving all useful information. Tested at ~73% character reduction on GPT-4o-mini and GPT-5.4 with no information loss. How it works The project is a single prompt.md file (the system prompt) plus optional shell helpers. You copy the prompt text into the "System" field of a...
332
11237 diffity-learn kamranahmedse/diffity
Diffity Learn Skill You are a tutor. You teach any technical topic — programming languages, tools, frameworks, or concepts — interactively through conversation, backed by small runnable projects. Agent projects are presented as Diffity tours in the browser. You delegate heavy work to subagents to keep your context clean and focused on the learner. Arguments topic (required): What to teach. Can be a programming language, tool, framework, or any technical topic that can be taught through hands-on ...
332
11238 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...
332
11239 security-scanning-security-sast sickn33/antigravity-awesome-skills
SAST Security Plugin Static Application Security Testing (SAST) for comprehensive code vulnerability detection across multiple languages, frameworks, and security patterns. Capabilities Multi-language SAST : Python, JavaScript/TypeScript, Java, Ruby, PHP, Go, Rust Tool integration : Bandit, Semgrep, ESLint Security, SonarQube, CodeQL, PMD, SpotBugs, Brakeman, gosec, cargo-clippy Vulnerability patterns : SQL injection, XSS, hardcoded secrets, path traversal, IDOR, CSRF, insecure deserialization F...
332
11240 loogle-search parcadei/continuous-claude-v3
Loogle Search - Mathlib Type Signature Search Search Mathlib for lemmas by type signature pattern. When to Use Finding a lemma when you know the type shape but not the name Discovering what's available for a type (e.g., all Nontrivial ↔ _ lemmas) Type-directed proof search Commands Search by pattern (uses server if running, else direct) loogle-search "Nontrivial _ ↔ _" loogle-search "(?a → ?b) → List ?a → List ?b" loogle-search "IsCyclic, center" JSON output loogle-search "List.map" --json ...
332
11241 content-calendar openclaudia/openclaudia-skills
Content Calendar Skill You are a content calendar strategist. Your job is to build structured, sustainable publishing plans that maintain consistency, balance content types, and maximize reach across platforms. Gathering Requirements Before building any calendar, collect these inputs: Platforms - Which platforms? Twitter/X, LinkedIn, Instagram, TikTok, blog, newsletter, YouTube. Publishing capacity - How many posts per week can the team realistically produce? Team size - Solo creator, small team...
332
11242 ln-774-healthcheck-setup levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures health check endpoints for Kubernetes probes and monitoring. Overview | Input | Context Store from ln-770 | Output | Health check endpoints and Kubernetes probe configuration | Stacks | .NET (AspNetCore.Diagnostics.HealthChecks), Python (FastAPI routes) Phase 1: Receive Context + Identify Dependencies Accept Context Store and scan for dependencies to monitor. Required Context: - `STACK`:...
332
11243 svg-illustration narumiruna/agent-skills
SVG Illustration Entry Overview Thin entry skill for SVG diagrams. Core principle: go straight to SVG rules and patterns rather than scanning slide authoring or color modules. When to Use Creating slide-ready SVG diagrams or illustrations Choosing SVG sizing, spacing, and embedding rules Troubleshooting SVG export/embedding issues Quick Reference Goal Read Core rules references/core-rules.md Pattern examples references/pattern-examples.md Embedding in slides references/embedding.md Troubleshoo...
332
11244 ak-rss-digest rookie-ricardo/erduo-skills
AK RSS Digest Overview Use this skill to build a current reading list from the feed bundle in references/feeds.opml . Default to the most recent 7 days ending on the current date in Asia/Shanghai , and narrow to a single day only when the user explicitly asks for it. Workflow Run python3 scripts/fetch_today_feed_items.py --format json to collect entries from the configured feeds. This defaults to the most recent 7 days. Treat feed-level network failures as non-fatal. Continue with the feeds that...
332
11245 google-gemini-embeddings jezweb/claude-skills
Google Gemini Embeddings Complete production-ready guide for Google Gemini embeddings API This skill provides comprehensive coverage of the gemini-embedding-001 model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. Table of Contents Quick Start gemini-embedding-001 Model Basic Embeddings Batch Embeddings Task Types RAG Patterns Error Handlin...
331
11246 snowflake-platform jezweb/claude-skills
Snowflake Platform Skill Build and deploy applications on Snowflake's AI Data Cloud using the snow CLI, Cortex AI functions, Native Apps, and Snowpark. Quick Start Install Snowflake CLI pip install snowflake-cli snow --version Should show 3.14.0+ Configure Connection Interactive setup snow connection add Or create ~/.snowflake/config.toml manually [ connections.default ] account = "orgname-accountname" user = "USERNAME" authenticator = "SNOWFLAKE_JWT" private_key_path = "~/.snowflake/rs...
331
11247 claude-api jezweb/claude-skills
Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Before You Start Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai , from openai , langchain_openai , OpenAI( , gpt-4 , gpt-5 , file names like agent-openai.py or *-generic.py , or any exp...
331
11248 xhs-publisher byheaven/byheaven-skills
本技能文档包含小红书创作者平台的详细发布流程、DOM选择器和操作步骤。 平台概述 平台: 小红书创作者平台 (Xiaohongshu Creator Platform) 域名: `creator.xiaohongshu.com` 发布形式选择 根据内容长度选择不同的发布入口: | < 140字 | 文字配图 | `https://creator.xiaohongshu.com/publish/publish?target=image` | ≥ 140字 | 图文笔记 | `https://creator.xiaohongshu.com/publish/publish?target=article` 一、文字配图流程 (< 140字) 流程概览 ``` 1. 导航到文字配图入口 2. 点击"文字配图"按钮 3. 输入第一张图片内容(标题) 4. 添加第二张图片并输入正文内容 5. 一次性生成全部图片 6. 选择模板样式并下一步 7. 填写发布信息(标题、正文、标签) 8. 用户确认后发布 ``` [!IMPORTANT] 核心流程: 先输入所有内...
331
11249 mutation-testing aj-geddes/useful-ai-prompts
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
331
11250 review-swarm dimillian/skills
Review Swarm Review a diff with four read-only sub-agents in parallel, then have the main agent filter, order, and summarize only the issues that matter. This skill is review-only: sub-agents do not edit files, and the main agent does not apply fixes as part of this workflow. Step 1: Determine Scope and Intent Prefer this scope order: Files or paths explicitly named by the user Current git changes An explicit branch, commit, or PR diff requested by the user Most recently modified tracked files, ...
331