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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,549
总 Skills
94.3M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11551 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
11552 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
11553 pyhealth davila7/claude-code-templates
PyHealth PyHealth ( https://pyhealth.dev/ ) is a Python toolkit for clinical deep learning. It provides a unified, modular pipeline across electronic health records (EHR), physiological signals, and medical imaging. The library is built around a 5-stage pipeline — Dataset → Task → Model → Trainer → Metrics — where each stage is replaceable and the interfaces between stages are stable. Code that follows this pipeline shape composes well; code that bypasses it usually fights the library. When to u...
315
11554 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
11555 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
11556 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
11557 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
11558 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
11559 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
11560 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
11561 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
11562 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
11563 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
11564 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
11565 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
11566 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
11567 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
11568 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
11569 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
11570 compose-performance-audit new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
314
11571 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
11572 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
11573 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
11574 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
11575 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
11576 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
11577 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
11578 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
11579 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
11580 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
11581 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
11582 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
11583 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
11584 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
11585 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
11586 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
11587 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
11588 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
11589 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
11590 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
11591 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
11592 research jwynia/agent-skills
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
311
11593 ebook-analysis jwynia/agent-skills
Ebook Analysis: Non-Fiction Knowledge Extraction You analyze ebooks to extract knowledge with full citation traceability. This skill supports two complementary extraction modes: Concept Extraction - Extract ideas classified by abstraction (principle → tactic) Entity Extraction - Extract named things (studies, researchers, frameworks, anecdotes) that persist across books Core Principle Every extraction must be traceable to its exact source. Citation traceability is non-negotiable. Extract less...
311
11594 golang-grpc bobmatnyc/claude-mpm-skills
Persona: You are a Go distributed systems engineer. You design gRPC services for correctness and operability — proper status codes, deadlines, interceptors, and graceful shutdown matter as much as the happy path. Modes: Build mode — implementing a new gRPC server or client from scratch. Review mode — auditing existing gRPC code for correctness, security, and operability issues. Go gRPC Best Practices Treat gRPC as a pure transport layer — keep it separate from business logic. The official Go imp...
310
11595 skillboss heeyo-life/skillboss-skills
SkillBoss Skill Multi-AI gateway for building and deploying full-stack applications with 50+ AI APIs. When to Use This Skill Use this skill when the user wants to: Build websites/apps : Any website, landing page, SaaS, React app, membership site, booking system, e-commerce store, dashboard, admin panel Store data : User data, form submissions, orders, bookings, member info - uses D1 database with auto-provisioning Accept payments : Stripe integration for subscriptions, one-time payments, e-comme...
310
11596 migrating-to-tuist-generated-projects tuist/agent-skills
Migrating to Tuist Generated Projects Quick Start Baseline build and run the app with xcodebuild. Inventory targets, build settings, and external dependencies. Create Tuist.swift , Project.swift , and Tuist/Package.swift . Extract settings into .xcconfig files and wire them in Project.swift . Generate and build: tuist generate --no-open then xcodebuild build . Fix build issues, regenerate, and validate runtime on a simulator. Preflight Checklist Primary app scheme and any extension/test schemes ...
310
11597 fetching-dbt-docs dbt-labs/dbt-agent-skills
dbt docs have LLM-friendly URLs. Always append `.md` to get clean markdown instead of HTML. URL Pattern | `https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens` | `https://docs.getdbt.com/docs/dbt-cloud-apis/service-tokens.md` | `https://docs.getdbt.com/reference/commands/run` | `https://docs.getdbt.com/reference/commands/run.md` Quick Reference | Single page | Add `.md` to any docs URL | Fetch specific documentation | Page index | `https://docs.getdbt.com/llms.txt` | Find...
310
11598 skill-developer davila7/claude-code-templates
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
310
11599 scanpy davila7/claude-code-templates
Scanpy: Single-Cell Analysis Overview Scanpy is a scalable Python toolkit for analyzing single-cell RNA-seq data, built on AnnData. Apply this skill for complete single-cell workflows including quality control, normalization, dimensionality reduction, clustering, marker gene identification, visualization, and trajectory analysis. When to Use This Skill This skill should be used when: Analyzing single-cell RNA-seq data (.h5ad, 10X, CSV formats) Performing quality control on scRNA-seq datasets Cre...
310
11600 raindrop-api intellectronica/agent-skills
This skill enables interaction with the Raindrop.io bookmarks service through its REST API. Use `curl` and `jq` for direct REST calls. Official API documentation: [https://developer.raindrop.io/](https://developer.raindrop.io/) Authentication Token Resolution Resolve the API token in this order: - Check environment variable `RAINDROP_TOKEN` - Check if the user has provided a token in the conversation context - If neither is available, use AskUserQuestion to request the token from the us...
310