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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
69.8M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9851 databases mrgoonie/claudekit-skills
Databases Skill Unified guide for working with MongoDB (document-oriented) and PostgreSQL (relational) databases. Choose the right database for your use case and master both systems. When to Use This Skill Use when: Designing database schemas and data models Writing queries (SQL or MongoDB query language) Building aggregation pipelines or complex joins Optimizing indexes and query performance Implementing database migrations Setting up replication, sharding, or clustering Configuring backups...
328
9852 cross-platform-compatibility aj-geddes/useful-ai-prompts
Cross-Platform Compatibility Overview Comprehensive guide to writing code that works seamlessly across Windows, macOS, and Linux. Covers file path handling, environment detection, platform-specific features, and testing strategies. When to Use Building applications for multiple operating systems Handling file system operations Managing platform-specific dependencies Detecting operating system and architecture Working with environment variables Building cross-platform CLI tools Dealing with lin...
328
9853 game-facilitator jwynia/agent-skills
Game Facilitator: Narrative RPG Skill You facilitate narrative RPG experiences—running scenes, portraying NPCs, describing the world, and maintaining story coherence while honoring player agency. Your role is to create emergent stories collaboratively, not to execute a predetermined plot. Core Principle The story belongs to everyone at the table. You are not the author of a fixed story the players must discover. You are a collaborator creating story together. Your job is to: Make the world ...
328
9854 key-moments jwynia/agent-skills
Key Moments: Genre-Driven Emotional Beats Skill You help writers identify and sequence the essential emotional experiences that define their story's genre, then build the world, characters, and connective tissue around those moments. Based on Robert Rodriguez's methodology of visualizing key moments first, integrated with elemental genre theory. Core Principle Stories are defined by emotional experiences, not plot mechanics. Identify the key moments your genre requires, sequence them for maxi...
328
9855 logging-best-practices mindrally/skills
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
328
9856 tanstack-query mindrally/skills
TanStack Query (React Query) v5 Last Updated: 2026-01-20 Versions: @tanstack/react-query@5.90.19, @tanstack/react-query-devtools@5.91.2 Requires: React 18.0+ (useSyncExternalStore), TypeScript 4.7+ (recommended) v5 New Features useMutationState - Cross-Component Mutation Tracking Access mutation state from anywhere without prop drilling: import { useMutationState } from '@tanstack/react-query' function GlobalLoadingIndicator() { // Get all pending mutations const pendingMutations = useM...
328
9857 postcss-best-practices mindrally/skills
PostCSS Best Practices You are an expert in PostCSS, CSS processing pipelines, and modern CSS tooling. Key Principles Use PostCSS as a modular CSS processor with purpose-specific plugins Write future-proof CSS using modern syntax with appropriate transpilation Optimize CSS output for production with minification and autoprefixing Keep plugin configurations minimal and purposeful What is PostCSS PostCSS is a tool for transforming CSS with JavaScript plugins. Unlike preprocessors (Sass/Less), P...
328
9858 chinese-lottery-predict konata9/chinese-lottery-predict-skills
Chinese Lottery Predict Analyzes historical data from major Chinese lottery websites to provide statistical predictions for the next draw. Prerequisites WebSearch : To fetch the latest lottery results. Python (Optional) : For statistical analysis of number frequency (Hot/Cold numbers). Workflow 1. Input Parsing The user will provide: Lottery Type : e.g., "双色球" (Double Color Ball) or "大乐透" (Super Lotto). Funds (Optional): Budget for the purchase (default: "10元"). 2. Data Retrieval Strategy 采用四级数据...
328
9859 webflow-cli:code-component webflow/webflow-skills
Code Component Create, build, and deploy React components to Webflow Designer with comprehensive validation and deployment verification. Important Note ALWAYS use Bash tool for all Webflow CLI operations: Execute webflow CLI commands via Bash tool Use Read tool to examine generated files (never modify) Use Glob tool to discover project files Verify CLI installation: webflow --version Check authentication: On first webflow library share , workspace authentication happens automatically DO NOT use ...
328
9860 webflow-cli:designer-extension webflow/webflow-skills
Designer Extension Create and develop Designer Extensions for Webflow with template selection, local development server, and bundling for distribution. Important Note ALWAYS use Bash tool for all Webflow CLI operations: Execute webflow extension commands via Bash tool Use Read tool to examine generated files and schema (never modify) Use Glob tool to discover project files Verify CLI installation: webflow --version Check authentication: webflow auth login (if needed) DO NOT use Webflow MCP tools...
328
9861 exa-search sickn33/antigravity-awesome-skills
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
328
9862 sql-pro sickn33/antigravity-awesome-skills
SQL Pro Senior SQL developer with mastery across major database systems, specializing in complex query design, performance optimization, and database architecture. Role Definition You are a senior SQL developer with 10+ years of experience across PostgreSQL, MySQL, SQL Server, and Oracle. You specialize in complex query optimization, advanced SQL patterns (CTEs, window functions, recursive queries), indexing strategies, and performance tuning. You build efficient, scalable database solutions ...
328
9863 firmware-analyst sickn33/antigravity-awesome-skills
Download from vendor wget http://vendor.com/firmware/update.bin Extract from device via debug interface UART console access screen /dev/ttyUSB0 115200 Copy firmware partition dd if=/dev/mtd0 of=/tmp/firmware.bin Extract via network protocols TFTP during boot HTTP/FTP from device web interface Hardware Methods UART access - Serial console connection JTAG/SWD - Debug interface for memory access SPI flash dump - Direct chip reading NAND/NOR dump - Flash memory extraction...
328
9864 artifacts-builder davila7/claude-code-templates
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
328
9865 conductor-manage sickn33/antigravity-awesome-skills
Track Manager Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts. Use this skill when Archiving, restoring, renaming, or deleting Conductor tracks Listing track status or cleaning orphaned artifacts Managing the track lifecycle across active, completed, and archived states Do not use this skill when Conductor is not initialized in the repository You lack permission to modify track metadata or files The task is unrelated to C...
328
9866 developer-growth-analysis davila7/claude-code-templates
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
328
9867 system-admin chaterm/terminal-skills
Core commands and best practices for Linux system administration, including system information viewing, resource monitoring, service management, etc. System Information Basic Information ``` System version cat /etc/os-release uname -a Hostname hostnamectl Uptime and load uptime ``` Hardware Information ``` CPU information lscpu cat /proc/cpuinfo Memory information free -h cat /proc/meminfo Disk information lsblk df -h ``` Resource Monitoring Real-time Monitoring ``` Com...
328
9868 write-pr tldraw/tldraw
Writing pull requests Standards for PR titles and descriptions in tldraw/tldraw. PR title Use semantic PR titles (Conventional Commits format): <type>(<scope>): <description> Types feat - New feature fix - Bug fix docs - Documentation only refactor - Code change that neither fixes a bug nor adds a feature perf - Performance improvement test - Adding or fixing tests chore - Maintenance tasks Scope (optional) A noun describing the affected area: fix(editor):, feat(sync):, docs(examples): Ex...
328
9869 debug-generated-project tuist/agent-skills
Debug Tuist Project Issue Quick Start Ask the user to describe the issue and the project setup (targets, dependencies, configurations, platform). Confirm the issue exists with the latest release by running mise exec tuist@latest -- tuist generate against a reproduction project. If confirmed, clone the Tuist repository and build from source to test against main. Triage: fix the bug and open a PR, advise on misconfiguration, or recommend the user files an issue with a reproduction. Step 1: Gather ...
328
9870 ln-114-frontend-docs-creator levnikolaevich/claude-code-skills
L3 Worker that creates design_guidelines.md. CONDITIONAL - only invoked when project has frontend. Purpose & Scope - Creates design_guidelines.md (if hasFrontend) - Receives Context Store from ln-110-project-docs-coordinator - WCAG 2.1 Level AA accessibility compliance - Design system documentation - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITIONALLY invoked when: `hasFrontend=true` (react, vue, angular, svelte d...
328
9871 ln-511-code-quality-checker 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 Quality Checker Analyzes Done implementation tasks with quantitative Code Quality Score based on metrics, MCP Ref validation, and issue penalties. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: In Progress, To Revie...
328
9872 ln-773-cors-configurator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures Cross-Origin Resource Sharing (CORS) policy with security-first approach. Overview | Input | Context Store from ln-770 | Output | CORS configuration with environment-specific policies | Stacks | .NET (ASP.NET Core CORS), Python (FastAPI CORSMiddleware) Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - `STACK`: .NET or Python - `PROJECT_ROOT`: Project di...
328
9873 statistical hypothesis testing aj-geddes/useful-ai-prompts
Statistical Hypothesis Testing Overview Hypothesis testing provides a framework for making data-driven decisions by testing whether observed differences are statistically significant or due to chance. Testing Framework Null Hypothesis (H0) : No effect or difference exists Alternative Hypothesis (H1) : Effect or difference exists Significance Level (α) : Threshold for rejecting H0 (typically 0.05) P-value : Probability of observing data if H0 is true Common Tests T-test : Compare means between tw...
328
9874 azure-app-service aj-geddes/useful-ai-prompts
Azure App Service Overview Azure App Service provides a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. Support multiple programming languages with integrated DevOps, security, and high availability. When to Use Web applications (ASP.NET, Node.js, Python, Java) REST APIs and microservices Mobile app backends Static website hosting Production applications requiring scale Applications needing auto-scaling Multi-region deployments Containerized ap...
328
9875 para-second-brain robdefeo/agent-skills
PARA Method Use this skill to help users organize and maintain a second brain using the PARA system (Projects, Areas, Resources, Archives). Routing Pick the entry point based on user intent: Classification and "where does this go?" questions: read references/decision-trees.md Example requests and edge-case comparisons: read references/examples.md Operational process requests (inbox, review, setup, close-out, archive): read references/workflows.md Troubleshooting pain points and validation guidan...
327
9876 firebase-development mindrally/skills
Firebase Development You are an expert in Firebase development with Firestore, Authentication, Cloud Functions, and Storage. Project Structure Organize code by feature directories (services, components, pipes) Use environment variables for development, staging, and production Structure Firestore collections logically (users, spots, bookings) Maintain separate Firebase configurations per environment Code Organization Best Practices Use descriptive naming: "getUsers", "calculateTotalPrice" Keep ...
327
9877 nx mindrally/skills
Nx Monorepo Development You are an expert in Nx, the smart, fast, and extensible build system for monorepos. Project Structure Organize projects following Nx conventions: apps/ - Application projects (web apps, APIs, mobile apps) libs/ - Library projects (shared code, features, utilities) Use consistent naming patterns: scope-type-name (e.g., shared-ui-button) Group related libraries under feature folders Workspace Configuration Configure nx.json for workspace-wide settings: { "targetDefau...
327
9878 programmatic-seo davila7/claude-code-templates
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment 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....
327
9879 changelog-generator davila7/claude-code-templates
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
327
9880 python-performance-optimization sickn33/antigravity-awesome-skills
Python Performance Optimization Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices. When to Use This Skill Identifying performance bottlenecks in Python applications Reducing application latency and response times Optimizing CPU-intensive operations Reducing memory consumption and memory leaks Improving database query performance Optimizing I/O operations Speeding up dat...
327
9881 brand-guidelines davila7/claude-code-templates
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
327
9882 notion-meeting-intelligence davila7/claude-code-templates
Meeting Intelligence Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research. Quick start Confirm meeting goal, attendees, date/time, and decisions needed. Gather context: search with Notion:notion-search , then fetch with Notion:notion-fetch (prior notes, specs, OKRs, decisions). Pick the right template via reference/template-selection-guide.md (status, decision, planning, retro, 1:1, brainstorming). Draft agenda/pre-read in Notion with Notion:not...
327
9883 speculative-decoding davila7/claude-code-templates
Speculative Decoding: Accelerating LLM Inference When to Use This Skill Use Speculative Decoding when you need to: Speed up inference by 1.5-3.6× without quality loss Reduce latency for real-time applications (chatbots, code generation) Optimize throughput for high-volume serving Deploy efficiently on limited hardware Generate faster without changing model architecture Key Techniques: Draft model speculative decoding, Medusa (multiple heads), Lookahead Decoding (Jacobi iteration) Papers: Med...
327
9884 datadog-cli davila7/claude-code-templates
Datadog CLI A CLI tool for AI agents to debug and triage using Datadog logs and metrics. Required Reading You MUST read the relevant reference docs before using any command: Log Commands Metrics Query Syntax Workflows Dashboards Setup Environment Variables (Required) export DD_API_KEY = "your-api-key" export DD_APP_KEY = "your-app-key" Get keys from: https://app.datadoghq.com/organization-settings/api-keys Running the CLI npx @leoflores/datadog-cli < command > For non-US Datadog sites, use --sit...
327
9885 optimizing-attention-flash davila7/claude-code-templates
Flash Attention - Fast Memory-Efficient Attention Quick start Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation. PyTorch native (easiest, PyTorch 2.2+): import torch import torch.nn.functional as F q = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) [batch, heads, seq, dim] k = torch.randn(2, 8, 512, 64, device='cuda', dtype=torch.float16) v = torch.randn(2, 8, 512, 64, device='cuda', dtype=t...
327
9886 clip davila7/claude-code-templates
CLIP - Contrastive Language-Image Pre-Training OpenAI's model that understands images from natural language. When to use CLIP Use when: Zero-shot image classification (no training data needed) Image-text similarity/matching Semantic image search Content moderation (detect NSFW, violence) Visual question answering Cross-modal retrieval (image→text, text→image) Metrics: 25,300+ GitHub stars Trained on 400M image-text pairs Matches ResNet-50 on ImageNet (zero-shot) MIT License Use alternativ...
327
9887 plan-writing davila7/claude-code-templates
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
327
9888 architecture-review srstomp/pokayokay
Architecture Review Analyze, audit, and improve project structure. Key Principles Measure before changing — Map structure and identify concrete issues before proposing changes Clear boundaries — Layers (UI, logic, data) separated with consistent dependency direction Colocation — Related code together; easy to find, change, and delete features Incremental migration — Refactor in phases, validate each step with tests Quick Assessment No circular dependencies Consistent directory naming and groupin...
327
9889 write-issue tldraw/tldraw
Writing and maintaining GitHub issues Standards for issues in tldraw/tldraw. Title standards Sentence case - Capitalize only the first word and proper nouns No type prefixes - Use GitHub issue types, not Bug:, Feature:, [Bug], etc. Imperative mood for enhancements - "Add padding option" not "Adding padding option" Descriptive for bugs - Describe the symptom: "Arrow bindings break with rotated shapes" Specific - Readable without opening the issue body Good titles Arrow bindings break with rotat...
327
9890 ln-110-project-docs-coordinator levnikolaevich/claude-code-skills
L2 Coordinator that gathers project context once and delegates document creation to specialized L3 workers. Purpose & Scope - Single context gathering — analyzes project once, builds Context Store - Project type detection — determines hasBackend, hasDatabase, hasFrontend, hasDocker - Delegates to 5 workers — passes Context Store to each worker - Aggregates results — collects status from all workers, returns summary - Solves the "context loss" problem by gathering data once and passing exp...
327
9891 ln-113-backend-docs-creator levnikolaevich/claude-code-skills
L3 Worker that creates 2 backend documentation files. CONDITIONAL - only invoked when project has backend or database. Purpose & Scope - Creates api_spec.md (if hasBackend) - Creates database_schema.md (if hasDatabase) - Receives Context Store from ln-110-project-docs-coordinator - OpenAPI 3.0 compliant API specification - ER diagrams in Mermaid for database schema - Never gathers context itself; uses coordinator input Invocation (who/when) - ln-110-project-docs-coordinator: CONDITION...
327
9892 ln-742-precommit-setup levnikolaevich/claude-code-skills
ln-742-precommit-setup Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Sets up Git hooks for automated code quality enforcement before commits. Purpose & Scope Does: Installs hook management tools (Husky or pre-commit) Configures staged file linting (lint-staged or pre-commit hooks) Sets up commit message validation (commitlint) Verifies hooks trigger correctly Does NOT: Configure linters themselves (ln-741 does this) Set up test infrastructure (ln-743 does th...
327
9893 ln-632-test-e2e-priority-auditor levnikolaevich/claude-code-skills
Specialized worker auditing E2E test coverage for critical paths (risk-based). Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit E2E Critical Coverage (Category 2: High Priority) - Validate E2E coverage for critical paths (Money/Security/Data Priority ≥20) - Validate E2E coverage for core user journeys (Priority 15-19) - Identify wasteful E2E tests (Usefulness Score <15) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with risk-based...
327
9894 tangzhan-skill-opencodeinsights tangc/tangzhan-skills
OpenCode Insights Analyst Role You are an elite Developer Productivity Analyst and Strategic Coach. Your goal is to analyze the user's OpenCode session history to generate a "OpenCode Insights" HTML report. Capabilities You verify and analyze: Work Patterns : identifying what projects/modules the user worked on. Tool Usage : analyzing which tools (Bash, Edit, Read, etc.) were used and how. Friction Points : finding errors, interruptions, user rejections, and "babysitting" moments. Strategic Hori...
327
9895 codecontext-setup recallnet/codecontext
Codecontext Setup Set up codecontext so agents can use it without guessing. The point of this skill is not just package installation. The real job is to make the repo's agent contract coherent: the toolchain is installed where it belongs AGENTS.md tells agents when and how to use it inline @context is treated as the required structured layer supporting refs stay unconstrained and user-owned Do not invent required sidecar document schemas. Do not require .ctx.md . Refs can point to Markdown, HTML...
327
9896 alphaear-signal-tracker rkiding/awesome-finance-skills
AlphaEar Signal Tracker Skill Overview This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged). Capabilities 1. Track Signal Evolution 1. Track Signal Evolution (Agentic Workflow) YOU (the Agent) are the Tracker. Use the prompts in references/PROMPTS.md . Workflow: Research : Use FinResearcher Prompt to gather facts/price for a signal. Analyze : Use FinAnalyst Prompt to gen...
327
9897 spring-boot-application aj-geddes/useful-ai-prompts
Spring Boot Application Overview Develop production-ready Spring Boot applications with proper annotation-based configuration, dependency injection, REST controllers, JPA data persistence, service layers, and security implementation following Spring conventions. When to Use Building Spring Boot REST APIs Implementing service-oriented architectures Configuring data persistence with JPA Managing dependency injection Implementing Spring Security Building microservices with Spring Boot Instruction...
327
9898 git-workflow-strategy aj-geddes/useful-ai-prompts
Git Workflow Strategy Overview Establish efficient Git workflows that support team collaboration, code quality, and deployment readiness through structured branching strategies and merge patterns. When to Use Team collaboration setup Release management Feature development coordination Hotfix procedures Code review processes CI/CD integration planning Implementation Examples 1. GitFlow Workflow Setup Initialize GitFlow git flow init -d Start a feature git flow feature start new-feature Work...
327
9899 adding-dbt-unit-test dbt-labs/dbt-agent-skills
In software programming, unit tests validate small portions of your functional code, and they work much the same way in dbt. dbt unit tests allow you to validate your SQL modeling logic on a small set of static inputs *before* you materialize your full model in production. dbt unit tests enable test-driven development, benefiting developer efficiency and code reliability. Unit tests allow enforcing that all the unit tests for a model pass before it is materialized (i.e. dbt won't materialize th...
326
9900 correctness-and-error-handling cognitedata/dune-skills
Correctness & Error Handling Fix Find and fix correctness issues and missing error handling in $ARGUMENTS (or the whole app if no argument is given). Work through every step below. Each step searches for problems and then fixes them in place . Only report issues that cannot be auto-fixed. Step 1 — Map data flows and fix known defects Read these files before checking anything: src/main.tsx / src/App.tsx — top-level error boundaries and auth flow All files matching /hooks/*.ts , /contexts/*.tsx — ...
326