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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15951 axiom vm0-ai/vm0-skills
Axiom Axiom is a cloud-native observability platform for storing, querying, and analyzing log and event data at scale. Use the REST API to ingest data, run queries using APL (Axiom Processing Language), and manage datasets programmatically. Official docs: https://axiom.co/docs/restapi/introduction When to Use Use this skill when you need to: Send logs, metrics, or event data to Axiom Query and analyze data using APL (Axiom Processing Language) Manage datasets, monitors, and annotations Buil...
46
15952 ios-ui-refactor pproenca/dot-skills
Apple HIG SwiftUI iOS 26 / Swift 6.2 Best Practices A principal designer's lens for evaluating and refactoring SwiftUI interfaces to Apple-quality standards, grounded in Rams, Segall, and Edson. Contains 51 rules across 8 categories, each grounded in specific principles from three foundational design texts: Dieter Rams — Ten Principles for Good Design ("less, but better," "design should be honest") Ken Segall — Insanely Simple (simplicity as a core principle for intuitive, beautiful products) Jo...
46
15953 database-expert caomeiyouren/momei
Database Expert database algorithm rules When reviewing or writing code, apply these guidelines: You are an expert in database algorithms. Optimize algorithms for performance and scalability. Use appropriate data structures and indexing strategies. database interaction best practices When reviewing or writing code, apply these guidelines: When interacting with databases: Use prepared statements to prevent SQL injection. Handle database errors gracefully. Consider using an ORM for complex queries...
46
15954 email-triage terrylica/cc-skills
Email Triage You are an email triage system. Your job is to process a user's inbox and, for each message, make four decisions: Pre-filter — Is this an automated calendar notification that can be silently skipped? Respond? — Does the latest message require the user to personally write a reply? Important? — Does this email contribute to the user's goals, relationships, or business outcomes? Urgent? — Does this email require action soon or have a time-sensitive deadline? For emails that need a resp...
46
15955 rhythm-pacing dylantarre/animation-principles
Rhythm & Pacing Think like a composer scoring with motion. Animation is visual music. Beats, measures, crescendos, rests—all translate to movement and stillness across time. Core Mental Model Before animating any sequence, ask: What's the tempo, and where are the beats? Every good scene has rhythm. Fast-fast-slow. Action-rest-action. The pattern creates expectation; breaking the pattern creates surprise. Master the beat. The 12 Principles Through Music Timing — Tempo control. Frames per ac...
46
15956 azure-ai-formrecognizer-java sickn33/antigravity-awesome-skills
Azure Document Intelligence (Form Recognizer) SDK for Java Build document analysis applications using the Azure AI Document Intelligence SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-formrecognizer </ artifactId > < version > 4.2.0-beta.1 </ version > </ dependency > Client Creation DocumentAnalysisClient import com . azure . ai . formrecognizer . documentanalysis . DocumentAnalysisClient ; import com . azure . ai . formrecognizer . document...
46
15957 linear-labels finesssee/linear-cli
Labels List labels linear-cli l list Project labels linear-cli l list --type issue Issue labels Create label linear-cli l create "Feature" --color "10B981" linear-cli l create "Bug" --color "EF4444" --id-only Delete label linear-cli l delete LABEL_ID linear-cli l delete LABEL_ID --force Agent-optimized linear-cli l list --output json --compact Flags Flag Purpose --id-only Return ID only --output json JSON output --force Skip confirmation
46
15958 skill-updater oimiragieo/agent-studio
Skill Updater Overview Use this skill to refresh an existing skill safely: research current best practices, compare against current implementation, generate a TDD patch backlog, apply updates, and verify ecosystem integration. When to Use Reflection flags stale or low-performing skill guidance EVOLVE determines capability exists but skill quality is outdated User asks to audit/refresh an existing skill Regression trends point to weak skill instructions, missing schemas, or stale command/hook wir...
46
15959 godot-genre-shooter thedivergentai/gd-agentic-skills
Genre: Shooter (FPS/TPS) Gunplay feel, responsive combat, and competitive balance define shooters. Available Scripts advanced_weapon_controller.gd Expert pattern for recoil, bloom, and dual hitscan/projectile systems with object pooling notes. Core Loop Engage → Aim → Fire → Kill Confirm → Acquire Next NEVER Do in Shooters NEVER use _process() for hit detection — Hitscan MUST use physics raycasts in _physics_process() or on-demand. Frame-rate dependent accuracy breaks competitive integrity. NEVE...
46
15960 audience segmenter eddiebe147/claude-settings
Audience Segmenter Divide your audience into meaningful segments that enable targeted, personalized marketing at scale. This skill helps you identify distinct customer groups based on behavior, demographics, psychographics, and value, then tailor your messaging and offers accordingly. One-size-fits-all marketing underperforms. This skill provides frameworks for discovering natural audience clusters, defining segment criteria, and developing differentiated strategies for each group. The result: h...
46
15961 react-hooks-patterns thebushidocollective/han
Master React Hooks to build modern, functional React components. This skill covers built-in hooks, custom hooks, and advanced patterns for state management and side effects. useState Hook ``` import { useState } from 'react'; function Counter() { const [count, setCount] = useState(0); const increment = () => setCount(count + 1); const decrement = () => setCount(prev => prev - 1); return ( <div> <p>Count: {count}</p> <button onClick={increment}>+</button> <...
46
15962 design-critique petekp/claude-code-setup
/design-critique If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Get structured design feedback across multiple dimensions. Usage /design-critique $ARGUMENTS Review the design: @$1 If a Figma URL is provided, pull the design from Figma. If a file is referenced, read it. Otherwise, ask the user to describe or share their design. What I Need From You The design : Figma URL, screenshot, or detailed description Context : What is this? Who is it for?...
46
15963 write-api-reference vercel/next.js
Writing API Reference Pages Goal Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven. Each page documents one API . If the API has sub-methods (like cookies.set() ), document them on the same page. If two APIs are independent, they get separate pages. Structure Identify which category the API belongs to, then follow the corresponding template. Categories Fu...
46
15964 kanban duc01226/easyplatform
Provides comprehensive Kanban methodology capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - Kanban board setup - WIP limit configuration - Flow metrics analysis - Continuous delivery workflows - Pull-based systems Kanban Board Structure ``` ┌────────────┬────────────┬────────────┬────────────┬────────────┐ │ BACKLOG │ TO DO │ IN PROGRESS│ REVIEW │ DONE │ │ (∞) │ (10) │ (5) │...
46
15965 web-artifacts-builder guanyang/antigravity-skills
Web 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 slo...
46
15966 publication-converter qodex-ai/ai-agent-skills
Markdown to EPUB Converter Skill This skill transforms markdown documents into professional EPUB ebook files. Perfect for converting research documents, blog posts, articles, or chat conversation summaries into portable, device-agnostic ebook formats. Overview The skill accepts markdown content in multiple formats and generates a properly formatted EPUB3 file that works across all major ebook readers including: Apple Books Amazon Kindle (via Kindle for Mac/Windows/iOS/Android) Google Play Bo...
46
15967 video-tool alejandro-ao/video-tool-cli
Video Tool CLI AI-powered video processing toolkit with ffmpeg operations, Whisper transcription, and content generation. Installation Status video-tool: !which video-tool > /dev/null && echo "INSTALLED" || echo "NOT INSTALLED - run installation below" uv: !which uv > /dev/null && echo "INSTALLED" || echo "NOT INSTALLED" If video-tool is not installed, run the installation commands below before proceeding. Installation Install uv first (if not installed) curl -LsSf https://astral.sh/uv/ins...
46
15968 nx-workspace tech-leads-club/agent-skills
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
46
15969 wms-testing-patterns proffesor-for-testing/agentic-qe
WMS Testing Patterns <default_to_action> When testing Warehouse Management Systems: VALIDATE inventory accuracy (receipt, putaway, cycle count, adjustments) TEST pick/pack/ship workflows end-to-end (wave release -> shipment confirm) VERIFY EDI message processing (856 ASN, 940 Order, 945 Confirmation, 943/944 Stock) ASSERT RF/barcode scanning flows (scan -> validate -> update -> confirm) EXERCISE allocation and replenishment logic (FIFO, FEFO, lot control) TEST WMS-ERP integration (inventory sync...
46
15970 context-optimization guanyang/antigravity-skills
Context Optimization Techniques Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts. When to Activate Activate this skill when: Context limits constrain task complexity Optimizing ...
46
15971 alicloud-ai-audio-livetranslate cinience/alicloud-skills
Category: provider Model Studio Qwen LiveTranslate Validation mkdir -p output/alicloud-ai-audio-livetranslate python -m py_compile skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-livetranslate/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-livetranslate/validate.txt is generated. Output And Evidence Save translation session payloads and response summaries under output/alicloud-ai...
46
15972 fundraising strategist eddiebe147/claude-settings
Fundraising Strategist Plan fundraising rounds, target investors, and develop raise strategies When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create fundraising strategist fundraising strategy Review and optimize review fundraising strategist Get best practices fundra...
46
15973 workflow-template-extractor heyvhuang/ship-faster
Workflow: Template Extractor (Real Project → Template) Goal: Turn a real project into a shareable, runnable template in templates/ with minimal manual cleanup. This is intended for “proven projects” you want to reuse as a baseline for future builds. Input (pass paths only) source_repo_root : Path to the real project target_repo_root : Ship Faster repository root (where templates/ lives) run_dir : runs/template-extractor/active/<run_id>/ extract_spec.md : What to keep/remove/generalize (brand, co...
46
15974 sentry-setup-ai-monitoring getsentry/agent-skills
Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Prerequisites AI monitoring requires tracing enabled (tracesSampleRate > 0). Detection First Always detect installed AI SDKs before configuring: JavaScript grep -E '"(op...
46
15975 farming-expert personamanagmentlayer/pcl
Expert guidance for precision agriculture, farm management systems, crop monitoring, IoT sensors, and agricultural technology. Core Concepts Precision Agriculture - GPS-guided equipment - Variable rate technology - Crop monitoring and sensors - Soil analysis and mapping - Drone/satellite imagery - Automated irrigation systems Farm Management - Crop planning and rotation - Resource optimization - Yield prediction - Weather forecasting integration - Equipment maintenance - Financ...
46
15976 kinesis-stream-processor dengineproblem/agents-monorepo
AWS Kinesis Stream Processor Expert in building real-time data streaming applications with AWS Kinesis. Core Concepts Kinesis Components Component Purpose Use Case Data Streams Real-time data ingestion Custom processing, low latency Data Firehose Delivery to destinations S3, Redshift, Elasticsearch Data Analytics SQL-based processing Real-time analytics Video Streams Video streaming IoT, media processing Key Limits Kinesis Data Streams : per_shard : write : "1,000 records/sec OR 1 MB/sec" read :...
46
15977 review-merge-readiness heyvhuang/ship-faster
Requesting Code Review (Structured Review: Requirements Alignment + Production Readiness) Goal: Make code review a repeatable process, not random comments. Core principle: Review early, review often. When Review is Required Mandatory: After completing important features After each batch in workflow-execute-plans ends (default 3 tasks per batch) Before merging to main branch Optional but valuable: When stuck (get a fresh perspective) Before major refactoring (establish baseline first) After fixin...
46
15978 azure-expert questfortech-investments/claude-code-skills
Azure Expert Overview Transform into an Azure cloud expert with comprehensive knowledge of Azure services, architecture patterns, deployment strategies, and best practices. This skill provides everything needed to design, deploy, troubleshoot, and optimize Azure solutions across all major services and technology stacks. Core Capabilities 1. Service Selection & Architecture Design Guide users through selecting the right Azure services for their needs using decision trees and comparison matrice...
46
15979 agent-teams devxoul/agent-messenger
Agent Teams Skill Load with: base.md + code-review.md + security.md + session-management.md Purpose: Every project initialized with claude-bootstrap runs as a coordinated team of AI agents. This is the default workflow, not optional. Teams enforce a strict TDD pipeline where no step can be skipped. Requires: CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable. Core Principle Every feature follows an immutable pipeline enforced by task dependencies: ┌──────────────────────────────────────...
46
15980 supabase heyvhuang/ship-faster
Supabase Core Skill Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md] Core concepts, CLI workflow, and patterns common to all Supabase projects. Sources: Supabase Docs | Supabase CLI Core Principle Local-first, migrations in version control, never touch production directly. Develop locally with the Supabase CLI, capture all changes as migrations, and deploy through CI/CD. Supabase Stack Service Purpose Database PostgreSQL with extensions Auth User authentication, ...
46
15981 react-native-unistyles-v3 jpudysz/react-native-unistyles
React Native Unistyles v3 Skill You are assisting with React Native Unistyles v3 styling. v3 is a zero-re-render styling library with a C++ core (Nitro Modules) and Babel plugin that processes StyleSheets at build time. It replaces React Native's StyleSheet with a reactive, theme-aware, responsive system. Prerequisites React Native 0.78+ with New Architecture mandatory (default from RN 0.83+) React 19+ (enforced at runtime) react-native-nitro-modules (native bridge dependency) react-native-edge-...
46
15982 fusion-issue-author-user-story equinor/fusion-skills
Author User Story Issue Dependency Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow. When to use Use this skill when the request is primarily about user workflow and behavior from a specific role perspective. When not to use Do not use this skill for pure bug reports, generic feature specs without user narrative, or technical enablement tasks. Required inputs User role and workflow context Story goal ( As a... I want... so that... )...
46
15983 integration-spec dengineproblem/agents-monorepo
Integration Specification Writer Expert in writing comprehensive integration specifications that serve as contracts between systems. Essential Components Every integration spec must include: Integration Overview : Purpose, scope, and high-level architecture Authentication & Authorization : Security mechanisms and token handling Endpoint Definitions : Complete API contract with request/response schemas Data Models : Structured definitions of all data objects Error Handling : Comprehensive error c...
46
15984 ast-grep ampcode/amp-contrib
ast-grep Code Search Overview This skill helps translate natural language queries into ast-grep rules for structural code search. ast-grep uses Abstract Syntax Tree (AST) patterns to match code based on its structure rather than just text, enabling powerful and precise code search across large codebases. When to Use This Skill Use this skill when users: Need to search for code patterns using structural matching (e.g., "find all async functions that don't have error handling") Want to locate ...
46
15985 marketing-operations lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
46
15986 rag-implementation ovachiever/droid-tings
RAG Implementation Workflow Overview Specialized workflow for implementing RAG (Retrieval-Augmented Generation) systems including embedding model selection, vector database setup, chunking strategies, retrieval optimization, and evaluation. When to Use This Workflow Use this workflow when: Building RAG-powered applications Implementing semantic search Creating knowledge-grounded AI Setting up document Q&A systems Optimizing retrieval quality Workflow Phases Phase 1: Requirements Analysis Skills ...
46
15987 incremental-commits epicenterhq/epicenter
Incremental Commits When a feature touches multiple files, implement in waves . Each wave is one logical concern, one commit. This creates a clean git history that tells a story. The Pattern Wave 1: Foundation (types, interfaces) ↓ Wave 2: Factories/Builders (functions that create instances) ↓ Wave 3: Contracts/APIs (public interfaces that use types) ↓ Wave 4: Infrastructure (utilities, converters, dependencies) ↓ Wave 5: Consumers (apps, UI, integrations) Not every change needs all waves. A sim...
46
15988 1k-app-upgrade-test onekeyhq/app-monorepo
Test Version Creation Automates creation of test version branches with hardcoded build configurations for testing app upgrade functionality and version migration flows. Quick Reference Version Pattern Test versions follow the pattern: 9XXX.YY.Z 9XXX - Test version indicator (e.g., 9005) YY.Z - Matches production version being tested Example: 9005.20.0 for testing production 5.20.0 Build Number Formula Build number is calculated as: DATE = $( date +%Y%m%d ) BUILD_NUMBER = $(( ${DATE} 00 + 30 )) F...
46
15989 modern-best-practice-react-components academind/ai-config
We're using modern React (19+) and we're following common best practices focused on clarity, correctness, and maintainability. Component Structure & Style - PREFER small, focused components with a single responsibility - PREFER named `function` components over arrow functions Exception: anonymous callbacks, inline render props, and closures - PREFER explicit return types and props typing (TypeScript) where applicable - Keep components flat and readable; avoid deeply nested JSX - Group re...
46
15990 concept-scaffolding panaversity/agentfactory
Concept Scaffolding Skill v3.0 (Reasoning-Activated) Version : 3.0.0 Pattern : Persona + Questions + Principles Layer : 1-2 (Manual Foundation + AI Collaboration) Activation Mode : Reasoning (not prediction) Quick Reference When to use : Designing the PROGRESSION of a lesson or chapter Complements : learning-objectives (which defines outcomes) + exercise-pack (which creates practice exercises) Output : Scaffolding plan with 3-7 steps, cognitive load per step, validation checkpoints Key Decisions...
46
15991 youtube-channels zeropointrepo/youtube-skills
YouTube Channels YouTube channel tools via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profil...
46
15992 subagent-driven-development guanyang/antigravity-skills
Subagent-Driven Development Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. Why subagents: You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for...
46
15993 uk-business-english jezweb/claude-skills
UK Business English Professional and measured. Polite without being obsequious. Direct without being abrupt. Naturally British without being a caricature. Write like a competent professional who happens to be British -- not like a Dickens character, not like an American tech startup, and not like someone who just discovered the word "whilst". Spelling (EN-GB) Pattern British Not -our colour, favour, honour, behaviour color, favor -ise organise, realise, specialise, recognise organize, realize -r...
46
15994 infographic-structure-creator antvis/infographic
Infographic Structure Creator Overview Generate complete Structure component code for the infographic framework, following the project's component rules, layout constraints, and registration requirements. Workflow Read references/structure-prompt.md for the full framework rules, allowed components, and output requirements. Clarify minimal requirements if missing: structure category, layout direction, hierarchy depth, and whether add/remove buttons are needed. Choose Item vs Items, compute layo...
46
15995 lessons-learned shihyuho/skills
Lessons Learned A self-improvement loop that stores atomic Zettelkasten lesson cards, recalls relevant lessons before work, and captures reusable lessons after work to avoid repeating the same mistakes. Trigger Contract Invoke this skill in these moments: Task start : Run recall before implementation. During task : Run capture when the user corrects your approach. Task end : Evaluate capture criteria and auto-capture qualifying lessons. Do not trigger for: One-off factual Q&A with no reusable pr...
46
15996 privilege-escalation-methods sickn33/antigravity-awesome-skills
Privilege Escalation Methods Purpose Provide comprehensive techniques for escalating privileges from a low-privileged user to root/administrator access on compromised Linux and Windows systems. Essential for penetration testing post-exploitation phase and red team operations. Inputs/Prerequisites Initial low-privilege shell access on target system Kali Linux or penetration testing distribution Tools: Mimikatz, PowerView, PowerUpSQL, Responder, Impacket, Rubeus Understanding of Windows/Linux priv...
46
15997 peer reviewer eddiebe147/claude-settings
Peer Reviewer Conduct thorough peer reviews of academic and technical documents When to Use This Skill Use this skill when you need to: Analyze data and extract insights Conduct thorough investigation Synthesize complex information Not recommended for: Tasks requiring creative content generation business operations Quick Reference Action Command/Trigger Create peer reviewer peer review Review and optimize review peer reviewer Get best practices peer reviewer best practices Core Workflows Workflo...
46
15998 sql-query-optimizer patricio0312rev/skills
SQL Query Optimizer Optimize SQL queries for maximum performance. EXPLAIN Analysis -- Original slow query EXPLAIN ANALYZE SELECT u.*, COUNT(o.id) as order_count FROM users u LEFT JOIN orders o ON o.user_id = u.id WHERE u.created_at > '2024-01-01' GROUP BY u.id ORDER BY order_count DESC LIMIT 10; -- Output analysis: /* Sort (cost=15234.32..15234.34 rows=10 width=120) (actual time=245.123..245.125 rows=10 loops=1) Sort Key: (count(o.id)) DESC -> HashAggregate (cost=15000.00..15100.00 row...
46
15999 firebase-firestore-standard firebase/skills
Firestore Standard Edition This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application co...
46
16000 x-monitor ythx-101/x-monitor
X Monitor Monitor tweet replies and detect questions for AI-assisted answering. When to Use User says "monitor this tweet", "watch replies", "check comments" User shares a tweet link and wants to track responses User needs help answering technical questions in their tweet replies When NOT to Use Just fetching a single tweet's content → use x-tweet-fetcher Posting or replying on X → not supported (read-only) Searching X for topics → use x-research Usage Fetch all replies on a tweet python3 scrip...
46