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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,105
总 Skills
70.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
10101 ln-770-crosscutting-setup levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates cross-cutting concerns configuration for .NET and Python projects. Overview | Input | Project root directory | Output | Configured logging, error handling, CORS, health checks, API docs | Workers | ln-771 to ln-775 | Stacks | .NET (ASP.NET Core), Python (FastAPI) Phase 1: Detect Project Stack Determine the technology stack by scanning project files. Detection Rules: | `*.c...
316
10102 ln-780-bootstrap-verifier levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Purpose Orchestrates the final bootstrap verification pipeline by delegating to specialized workers and aggregating results into a comprehensive report. Scope: - Coordinates build, test, and container verification - Aggregates results from all workers - Generates final verification report Out of Scope: - Direct execution of builds/tests/containers (delegated to workers) - Project structure crea...
316
10103 ln-623-code-principles-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Code Principles Auditor (L3 Worker) Specialized worker auditing code principles (DRY, KISS, YAGNI) and design patterns. Purpose & Scope Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor Audit code principles (DRY/KISS/YAGNI, error handling, DI) Return structured findings with severity, location, eff...
315
10104 safe-publish webflow/webflow-skills
Publish a Webflow site with comprehensive preview, validation, and explicit confirmation workflow. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` for detailed site information - Use Webflow MCP's `data_pages_tool` with action `list_pages` for retrieving all pages - Use Webflow MCP's `data_cms_tool` with action `get_collect...
315
10105 data-storytelling sickn33/antigravity-awesome-skills
Data Storytelling Transform raw data into compelling narratives that drive decisions and inspire action. When to Use This Skill Presenting analytics to executives Creating quarterly business reviews Building investor presentations Writing data-driven reports Communicating insights to non-technical audiences Making recommendations based on data Core Concepts 1. Story Structure Setup → Conflict → Resolution Show more
315
10106 bullmq-specialist davila7/claude-code-templates
BullMQ Specialist You are a BullMQ expert who has processed billions of jobs in production. You understand that queues are the backbone of scalable applications - they decouple services, smooth traffic spikes, and enable reliable async processing. You've debugged stuck jobs at 3am, optimized worker concurrency for maximum throughput, and designed job flows that handle complex multi-step processes. You know that most queue problems are actually Redis problems or application design problems. Yo...
315
10107 uspto-database davila7/claude-code-templates
USPTO Database Use this skill when a task needs official United States patent or trademark records from USPTO systems. When to Use Searching granted patents or pre-grant publications. Checking patent application status, file-wrapper data, assignments, or public prosecution history. Looking up trademark status, documents, or assignment history. Building reproducible prior-art, portfolio, or IP landscape research logs. Comparing USPTO records with secondary tools such as Google Patents, Lens.org, ...
315
10108 claude-opus-4-5-migration davila7/claude-code-templates
Opus 4.5 Migration Guide One-shot migration from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Migration Workflow Search codebase for model strings and API calls Update model strings to Opus 4.5 (see platform-specific strings below) Remove unsupported beta headers Add effort parameter set to "high" (see references/effort.md) Summarize all changes made Tell the user: "If you encounter any issues with Opus 4.5, let me know and I can help adjust your prompts." Model String Updates Identify wh...
315
10109 llava davila7/claude-code-templates
LLaVA - Large Language and Vision Assistant Open-source vision-language model for conversational image understanding. When to use LLaVA Use when: Building vision-language chatbots Visual question answering (VQA) Image description and captioning Multi-turn image conversations Visual instruction following Document understanding with images Metrics: 23,000+ GitHub stars GPT-4V level capabilities (targeted) Apache 2.0 License Multiple model sizes (7B-34B params) Use alternatives instead: GPT...
315
10110 modal davila7/claude-code-templates
Modal Imperative API Guide Use createModal from @lobehub/ui for imperative modal dialogs. Why Imperative? Mode Characteristics Recommended Declarative Need open state, render <Modal /> ❌ Imperative Call function directly, no state ✅ File Structure features/ └── MyFeatureModal/ ├── index.tsx Export createXxxModal └── MyFeatureContent.tsx Modal content Implementation 1. Content Component ( MyFeatureContent.tsx ) 'use client' ; import { useModalContext } from '@lobehub/ui' ; import { us...
315
10111 scikit-survival davila7/claude-code-templates
scikit-survival: Survival Analysis in Python Overview scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known. Survival analysis aims to establish connections between covariates and the time of an event, accounting for censored records (particularly right-censored data from studies where participants don't experi...
315
10112 pyhealth davila7/claude-code-templates
PyHealth: Healthcare AI Toolkit Overview PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings. When to Use This Skill Invoke this skill when: Working with healthcare datasets: MIMIC-III, MIMIC-IV, eICU, OMOP, sleep EEG data, medic...
315
10113 requesting-code-review davila7/claude-code-templates
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...
315
10114 kpi-dashboard-design sickn33/antigravity-awesome-skills
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. When to Use This Skill Designing executive dashboards Selecting meaningful KPIs Building real-time monitoring displays Creating department-specific metrics views Improving existing dashboard layouts Establishing metric governance Core Concepts 1. KPI Framework Level Focus Update Frequency Audience Strategic Long-term goals Monthly/Quarterly Executives Tact...
315
10115 deployment-documentation aj-geddes/useful-ai-prompts
Deployment Documentation Overview Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies. When to Use Deployment guides Infrastructure documentation CI/CD pipeline setup Configuration management Container orchestration Cloud infrastructure docs Release procedures Rollback procedures Deployment Guide Template Deployment Guide Overview This document describes the deployment process for [Application Name]. ...
315
10116 ln-633-test-value-auditor levnikolaevich/claude-code-skills
Specialized worker calculating Usefulness Score for each test. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Risk-Based Value (Category 3: Critical Priority) - Calculate Usefulness Score = Impact × Probability - Make KEEP/REVIEW/REMOVE decisions - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with Impact/Probability matrices, test file list. Workflow - Parse context - For each test: calculate Usefulness Score - Classify: KEEP...
315
10117 ln-112-project-core-creator levnikolaevich/claude-code-skills
L3 Worker that creates 3 core project documentation files. These are ALWAYS created regardless of project type. Purpose & Scope - Creates 3 core project documentation files (required for all projects) - Receives Context Store from ln-110-project-docs-coordinator - Heavy use of auto-discovery (architecture needs full project scan) - Replaces placeholders with project-specific data - Self-validates structure and content (16 questions) - Never gathers context itself; uses coordinator input ...
315
10118 ln-403-task-rework levnikolaevich/claude-code-skills
Executes rework for a single task marked To Rework and hands it back for review. Purpose & Scope - Load full task, reviewer comments, and parent Story; understand requested changes. - Apply fixes per feedback, keep KISS/YAGNI, and align with guides/Technical Approach. - Update only this task: To Rework -> In Progress -> To Review; no other tasks touched. Task Storage Mode | Load task | `get_issue(task_id)` | `Read("docs/tasks/epics/.../tasks/T{NNN}-*.md")` | Load review notes | Line...
315
10119 ln-740-quality-setup levnikolaevich/claude-code-skills
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates code quality tooling configuration for the project. Purpose & Scope Does: - Detects project technology stack (TypeScript/React, .NET, Python) - Checks for existing quality configurations - Delegates to specialized workers for each quality aspect - Verifies final configuration works correctly Does NOT: - Generate configuration files directly (workers do this) - Modify source code -...
315
10120 clerk-auth jezweb/claude-skills
Clerk Authentication Patterns Next.js App Router Setup Complete Clerk setup for Next.js 14/15 App Router. Includes ClerkProvider, environment variables, and basic sign-in/sign-up components. Key components: ClerkProvider: Wraps app for auth context , : Pre-built auth forms : User menu with session management Middleware Route Protection Protect routes using clerkMiddleware and createRouteMatcher. Best practices: Single middleware.ts file at project root Use createRouteMatcher for route groups aut...
314
10121 alicloud-ai-audio-tts cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Validation mkdir -p output/alicloud-ai-audio-tts python -m py_compile skills/ai/audio/alicloud-ai-audio-tts/scripts/generate_tts.py && echo "py_compile_ok" > output/alicloud-ai-audio-tts/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-tts/validate.txt is generated. Output And Evidence Save generated audio links, sample audio files, and request payloads to output/alicloud-ai-audio-tts/ . Keep one validation log per execution. Criti...
314
10122 effect-index mepuka/effect-ontology
Effect Skill Index Use this as a quick router to the right Skill for your task. Each entry links to a focused Skill optimized for a coding agent’s limited context. Decision Tree I need to write or refactor some Effect code → Foundations I need robust error handling/retries → Errors & Retries I must run things in parallel / manage fibers → Concurrency & Fibers This is a data pipeline / batching / backpressure → Streams & Pipelines I need DI/services/layers or test/live wiring → Layers & Service...
314
10123 java-concurrency pluginagentmarketplace/custom-plugin-java
Java Concurrency Skill Master Java concurrency patterns for thread-safe applications. Overview This skill covers concurrency from basic threads to virtual threads (Java 21+), including thread pools, synchronization, and CompletableFuture. When to Use This Skill Use when you need to: Write thread-safe code Implement parallel processing Use async programming patterns Tune thread pools Debug concurrency issues Topics Covered Thread Management Thread lifecycle and states Daemon vs user threads...
314
10124 internal-comms sickn33/antigravity-awesome-skills
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
314
10125 c4-architecture-c4-architecture sickn33/antigravity-awesome-skills
C4 Architecture Documentation Workflow Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach. [Extended thinking: This workflow implements a complete C4 architecture documentation process following the C4 model (Context, Container, Component, Code). It uses a bottom-up approach, starting from the deepest code directories and working upward, ensuring every code element is documented before synthesizing into higher-level abstra...
314
10126 git-hooks-setup aj-geddes/useful-ai-prompts
Git Hooks Setup Overview Configure Git hooks to enforce code quality standards, run automated checks, and prevent problematic commits from being pushed to shared repositories. When to Use Pre-commit code quality checks Commit message validation Preventing secrets in commits Running tests before push Code formatting enforcement Linting configuration Team-wide standards enforcement Implementation Examples 1. Husky Installation and Configuration !/bin/bash setup-husky.sh Install Husky npm inst...
314
10127 retrospective-facilitation aj-geddes/useful-ai-prompts
Retrospective Facilitation Overview Retrospectives are critical ceremonies for team learning and continuous improvement. Effective facilitation creates psychological safety, encourages honest feedback, and drives tangible improvements. When to Use End of sprint (regular cadence) Major milestone completion Project closure After significant events or incidents Team transitions or staff changes Technology implementations Process evaluations Instructions 1. Retrospective Planning Retrospective Pla...
314
10128 bmad-orchestrator aj-geddes/claude-code-bmad-skills
bmad-orchestrator — BMAD Workflow Orchestration with SSD When to use this skill Initializing BMAD in a new project (with or without SSD) Running structured TEA cycles within each BMAD phase Checking and resuming BMAD/SSD workflow status Routing work across Analysis, Planning, Solutioning, and Implementation Managing structured handoff and cross-phase traceability between phases What is SSD (Structured System Design)? SSD is a meta-framework that embeds TEA cycles within each BMAD phase, transfor...
314
10129 compose-performance-audit new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
314
10130 gentle-teaching jwynia/agent-skills
Gentle Teaching Framework Purpose Guide AI-assisted learning that empowers learners while maintaining appropriate boundaries. Translates gentle parenting principles to adult education: empathy, respect, developmental awareness, and clear boundaries. The goal is independence, not dependence. Core Principle Process over solutions. Teach to fish, don't serve fish. The learner should develop skills they can apply independently, not answers they'll forget. Quick Reference Request Type Response Ap...
314
10131 environment-setup-guide davila7/claude-code-templates
Environment Setup Guide Overview Help developers set up complete development environments from scratch. This skill provides step-by-step guidance for installing tools, configuring dependencies, setting up environment variables, and verifying the setup works correctly. When to Use This Skill Use when starting a new project and need to set up the development environment Use when onboarding new team members to a project Use when switching to a new machine or operating system Use when troubleshoot...
314
10132 open-source-contributions jezweb/claude-skills
Open Source Contributions Skill Version: 1.2.0 | Last Verified: 2026-01-09 | Production Tested: ✅ When to Use This Skill Auto-triggers: "submit PR to", "contribute to", "pull request for", "open source contribution" Create maintainer-friendly PRs while avoiding the 16 common mistakes that cause rejection. What NOT to Include in Pull Requests Personal Development Artifacts (NEVER Include) Planning & Notes Documents: ❌ SESSION.md Session tracking notes ❌ NOTES.md ...
313
10133 ce:ideate everyinc/compound-engineering-plugin
Generate Improvement Ideas Note: The current year is 2026. Use this when dating ideation documents and checking recent ideation artifacts. ce:ideate precedes ce:brainstorm . ce:ideate answers: "What are the strongest ideas worth exploring?" ce:brainstorm answers: "What exactly should one chosen idea mean?" ce:plan answers: "How should it be built?" This workflow produces a ranked ideation artifact in docs/ideation/ . It does not produce requirements, plans, or code. Interaction Method Use the pl...
313
10134 web-design-methodology jezweb/claude-skills
Web Design Methodology Universal patterns for building production-grade HTML/CSS. This skill covers implementation methodology — pair with web-design-patterns for specific component designs. What You Produce Production-ready HTML/CSS prototypes with: Semantic CSS custom properties (tokens) BEM-named components Mobile-first responsive design Accessible markup Optional three-state dark mode File Structure prototype/ ├── index.html ├── about.html ├── services.html ├── contact.html ├── favicon.svg ├...
313
10135 ln-629-lifecycle-auditor levnikolaevich/claude-code-skills
Specialized worker auditing application lifecycle and entry points. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit lifecycle (Category 12: Medium Priority) - Check bootstrap, shutdown, signal handling, probes - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, deployment type, codebase root. Workflow - Parse context - Check lifecycle patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. B...
313
10136 ln-622-build-auditor levnikolaevich/claude-code-skills
Specialized worker auditing build health and code quality tooling. Purpose & Scope - Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor - Audit codebase for build health issues (Category 2: Critical Priority) - Check compiler/linter errors, deprecation warnings, type errors, failed tests, build config - Return structured findings to coordinator with severity, location, effort, recommendations - Calculate compliance score (X/10) for Build Health category Inputs (f...
313
10137 zafer-skills zaferayan/skills
IMPORTANT: This is a SKILL file, NOT a project. NEVER run npm/bun install in this folder. NEVER create code files here. When creating a new project, ALWAYS ask the user for the project path first or create it in a separate directory (e.g., `~/Projects/app-name`). This guide is created to provide context when working with Expo projects using Claude Code. MANDATORY REQUIREMENTS When creating a new Expo project, you MUST include ALL of the following: Required Screens (ALWAYS CREATE) `src/ap...
313
10138 phoenix-observability davila7/claude-code-templates
Phoenix - AI Observability Platform Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring. When to use Phoenix Use Phoenix when: Debugging LLM application issues with detailed traces Running systematic evaluations on datasets Monitoring production LLM systems in real-time Building experiment pipelines for prompt/model comparison Self-hosted observability without vendor lock-in Key features: Tracin...
313
10139 create-pr davila7/claude-code-templates
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
313
10140 lambda-labs-gpu-cloud davila7/claude-code-templates
Lambda Labs GPU Cloud Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters. When to use Lambda Labs Use Lambda Labs when: Need dedicated GPU instances with full SSH access Running long training jobs (hours to days) Want simple pricing with no egress fees Need persistent storage across sessions Require high-performance multi-node clusters (16-512 GPUs) Want pre-installed ML stack (Lambda Stack with PyTorch, CUDA, NCCL) Key feature...
313
10141 biomni davila7/claude-code-templates
Biomni Overview Biomni is an open-source biomedical AI agent framework from Stanford's SNAP lab that autonomously executes complex research tasks across biomedical domains. Use this skill when working on multi-step biological reasoning tasks, analyzing biomedical data, or conducting research spanning genomics, drug discovery, molecular biology, and clinical analysis. Core Capabilities Biomni excels at: Multi-step biological reasoning - Autonomous task decomposition and planning for complex b...
313
10142 python-development skillcreatorai/ai-agent-skills
Python Development Project Setup Modern Python Project Structure my-project/ ├── src/ │ └── my_project/ │ ├── __init__.py │ ├── main.py │ └── utils.py ├── tests/ │ ├── __init__.py │ └── test_main.py ├── pyproject.toml ├── README.md └── .gitignore pyproject.toml [ project ] name = "my-project" version = "0.1.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.100.0", "pydantic>=2.0", ] [ project.optional-dependencies ] dev = [ "pytest>=7.0", "ruff>...
312
10143 telegram-bot-builder davila7/claude-code-templates
Telegram Bot Builder Role: Telegram Bot Architect You build bots that people actually use daily. You understand that bots should feel like helpful assistants, not clunky interfaces. You know the Telegram ecosystem deeply - what's possible, what's popular, and what makes money. You design conversations that feel natural. Capabilities Telegram Bot API Bot architecture Command design Inline keyboards Bot monetization User onboarding Bot analytics Webhook management Patterns Bot Architecture Str...
312
10144 module-pattern patternsdev/skills
Module Pattern Table of Contents When to Use When NOT to Use Instructions Details Source As your application and codebase grow, it becomes increasingly important to keep your code maintainable and separated. The module pattern allows you to split up your code into smaller, reusable pieces. Besides being able to split your code into smaller reusable pieces, modules allow you to keep certain values within your file private . Declarations within a module are scoped ( encapsulated ) to that module, ...
312
10145 security-documentation aj-geddes/useful-ai-prompts
Security Documentation Overview Create comprehensive security documentation including policies, guidelines, compliance requirements, and best practices for secure application development and operations. When to Use Security policies Compliance documentation (SOC 2, GDPR, HIPAA) Security guidelines and best practices Incident response plans Access control policies Data protection policies Vulnerability disclosure policies Security audit reports Security Policy Template Security Policy Version...
312
10146 primevue kindy/skills
PrimeVue Setup and Usage Guide for configuring PrimeVue with Vue 3 and Vite projects, including auto-import setup and theming. Overview PrimeVue is a complete UI suite for Vue.js with rich components, icons, and templates. It supports both styled mode (pre-skinned themes like Aura, Lara, Nora) and unstyled mode (full styling control with Tailwind, Bootstrap, etc.). Documentation Official LLM-optimized documentation: https://primevue.org/llms/pages/introduction.md Installation Install PrimeVue an...
312
10147 ln-221-story-creator levnikolaevich/claude-code-skills
Universal factory worker for creating Stories. Supports two modes: - CREATE MODE: Epic has no Stories → create from IDEAL plan (5-10 Stories) - ADD MODE: Epic has Stories → append new Story(s) from user request Invoked by ln-220-story-coordinator (Phase 5a for CREATE, Phase 5c for ADD). When Invoked 1. ln-220-story-coordinator CREATE MODE (Phase 5a): - Epic has NO existing Stories (Linear query count = 0) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2...
311
10148 knowledge base manager daffy0208/ai-dev-standards
Knowledge Base Manager Build and maintain high-quality knowledge bases for AI systems and human consumption. Core Principle Knowledge Base = Structured Information + Quality Curation + Accessibility A knowledge base is not just a data dump—it's curated, validated, versioned information designed to answer questions and enable reasoning. When to Use Knowledge Bases Use Knowledge Bases When: ✅ Need to answer factual questions consistently ✅ Information changes frequently and needs version control ✅...
311
10149 database-cloud-optimization-cost-optimize sickn33/antigravity-awesome-skills
Cloud Cost Optimization You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP. Use this skill when Reducing cloud infrastructure spend while preserving performance Rightsizing database instances or storage Implementing cost controls, budgets, or tagging policies Reviewing waste, idle resour...
311
10150 langchain-architecture sickn33/antigravity-awesome-skills
LangChain & LangGraph Architecture Master modern LangChain 1.x and LangGraph for building sophisticated LLM applications with agents, state management, memory, and tool integration. When to Use This Skill Building autonomous AI agents with tool access Implementing complex multi-step LLM workflows Managing conversation memory and state Integrating LLMs with external data sources and APIs Creating modular, reusable LLM application components Implementing document processing pipelines Building prod...
311