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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
19201 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
19202 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
19203 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
19204 sentry-setup-ai-monitoring getsentry/agent-skills
All Skills > Feature Setup > AI Monitoring 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 Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
46
19205 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
19206 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
19207 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
19208 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
19209 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
19210 supabase heyvhuang/ship-faster
Supabase Core Principles 1. Supabase changes frequently — verify against current docs before implementing. Do not rely on training data for Supabase features. Function signatures, config.toml settings, and API conventions change between versions. Before implementing, look up the relevant topic using the documentation access methods below. 2. Verify your work. After implementing any fix, run a test query to confirm the change works. A fix without verification is incomplete. 3. Recover from errors...
46
19211 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
19212 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
19213 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
19214 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
19215 marketing-operations lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
46
19216 rag-implementation ovachiever/droid-tings
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
46
19217 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
19218 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
19219 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
19220 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
19221 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
19222 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
19223 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
19224 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
19225 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
19226 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
19227 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
19228 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
19229 referral program designer eddiebe147/claude-settings
Referral Program Designer Create referral programs that turn happy customers into active promoters. This skill helps you design incentive structures, referral mechanics, and program experiences that motivate sharing and drive cost-effective customer acquisition. Referrals are the gold standard of marketing - lower CAC, higher LTV, and built-in social proof. This skill provides frameworks for incentive design, program mechanics, viral loop optimization, and measurement. Learn from programs like D...
46
19230 sparv cexll/myclaude
SPARV Five-phase workflow: Specify → Plan → Act → Review → Vault. Goal: Complete "requirements → verifiable delivery" in one pass, recording key decisions in external memory instead of relying on assumptions. Core Rules (Mandatory) 10-Point Specify Gate: Spec score 0-10; must be >=9 to enter Plan. 2-Action Save: Append an entry to .sparv/journal.md every 2 tool calls. 3-Failure Protocol: Stop and escalate to user after 3 consecutive failures. EHRB: Require explicit user confirmation when high...
46
19231 launch planner eddiebe147/claude-settings
Launch Planner Plan and orchestrate successful product and company launches with timeline and tasks 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 launch planner launch planning Review and optimize review launch planner Get best practices launch planner best pr...
46
19232 community-builder ncklrs/startup-os-skills
Community Builder Expert guidance for building, growing, and nurturing thriving online communities — from platform selection to engagement programs to community-led growth strategies. Philosophy Great communities are built on three pillars: Shared purpose — Members need a reason bigger than the product Genuine connection — People stay for people, not features Member empowerment — The best communities run themselves How This Skill Works When invoked, apply the guidelines in rules/ organized by: s...
46
19233 vb6-legacy bobmatnyc/claude-mpm-skills
VB6 Legacy and COM Interop Patterns for maintaining VB6 code and strategies for migrating to VB.NET with COM interop. VB6 to VB.NET Migration Key Differences ' VB6 - Variant types Dim data As Variant data = 123 data = "Hello" ' VB.NET - Strong typing with Option Strict On Option Strict On Dim data As Object ' Still avoid when possible Dim number As Integer = 123 Dim text As String = "Hello" ' VB6 - Default properties Text1 . Text = "Hello" Text1 = "Hello" ' Uses default Text property ' VB.NET - ...
46
19234 slidev-mermaid yoanbernabeu/slidev-skills
This skill covers creating visual diagrams using Mermaid syntax in Slidev presentations. Mermaid allows you to create flowcharts, sequence diagrams, class diagrams, and many other diagram types using simple text. When to Use This Skill - Creating flowcharts and process diagrams - Showing system architecture - Visualizing sequences and workflows - Creating class and entity diagrams - Building organizational charts - Displaying timelines and Gantt charts Basic Syntax Use a code block wi...
46
19235 azure-security-keyvault-keys-java sickn33/antigravity-awesome-skills
Azure Key Vault Keys (Java) Manage cryptographic keys and perform cryptographic operations in Azure Key Vault and Managed HSM. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-security-keyvault-keys </ artifactId > < version > 4.9.0 </ version > </ dependency > Client Creation import com . azure . security . keyvault . keys . KeyClient ; import com . azure . security . keyvault . keys . KeyClientBuilder ; import com . azure . security . keyvault . keys . crypto...
46
19236 earnings-calendar nicepkg/ai-workflow
Earnings Calendar Overview This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. It focuses on companies with significant market capitalization (mid-cap and above, over $2B) that are likely to impact market movements. The skill generates organized markdown reports showing which companies are reporting earnings over the next week, grouped by date and timing (before market open, after market close, or time not announced). Key Features: U...
46
19237 bootstrap-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build Vue 3 applications with Bootstrap Vue components Use Bootstrap UI components (Button, Form, Table, Modal, etc.) Create responsive layouts with Bootstrap grid Use Bootstrap Vue directives (v-b-tooltip, v-b-popover, v-b-modal) Implement forms with Bootstrap styling Display data in Bootstrap tables Create modals and alerts Use Bootstrap navigation components Customize Bootstrap themes Migrate from Bootstrap Vue 2.x to 3.0 How...
46
19238 workflow-feature-shipper heyvhuang/ship-faster
Feature Shipper Turn "I want to build a feature" into a fast execution chain. Input (Pass Paths Only) feature.md : Requirements description (acceptance criteria + non-goals) repo_root run_dir Optional flags (recommended inside feature.md ) mode : plan-only | execute (default: execute ) feature_slug : short slug for artifact naming (default: derived from title + timestamp) quality_bar : demo-ready | functional-only (default: demo-ready for user-facing UI features) Output (Persisted) evidence/feat...
46
19239 depot-container-builds depot/skills
Depot Container Builds Depot runs Docker image builds on remote high-performance builders (16 CPU, 32 GB RAM, NVMe SSD cache). depot build is a drop-in replacement for docker build / docker buildx build . depot bake replaces docker buildx bake . Key Concepts Builds run remotely on ephemeral EC2 instances — images stay in remote cache by default Use --load to download to local Docker, --push to push to a registry, --save to store in Depot's ephemeral registry Cache is fully automatic on persisten...
46
19240 security-threat-model tech-leads-club/agent-skills
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
46
19241 deploy awslabs/agent-plugins
Deploy Deploy code from the current directory to Railway using railway up. When to Use User asks to "deploy", "ship", "push code" User says "railway up" or "deploy to Railway" User wants to deploy local code changes User says "deploy and fix any issues" (use --ci mode) Modes Detach Mode (default) Starts deploy and returns immediately. Use for most deploys. railway up --detach CI Mode Streams build logs until complete. Use when user wants to watch the build or needs to debug issues. railwa...
46
19242 alicloud-ai-search-rerank-test cinience/alicloud-skills
Category: test Minimal Viable Test Recommended check python skills/ai/search/alicloud-ai-search-rerank/scripts/prepare_rerank_request.py \ --output output/alicloud-ai-search-rerank/request.json
46
19243 bun-build laurigates/claude-plugins
/bun:build Bundle JavaScript/TypeScript or compile to standalone executable. Parameters entry (required): Entry point file --compile : Create standalone executable --minify : Minify output Execution Production bundle: bun build $ENTRY --outdir = dist --minify --sourcemap = external Standalone executable: bun build --compile --minify $ENTRY --outfile = { { OUTFILE | default: "app" } } Development bundle: bun build $ENTRY --outdir = dist --sourcemap = inline Build Targets Browser (default) bun bu...
46
19244 html-tailwind-css-and-javascript-expert-rule oimiragieo/agent-studio
Html Tailwind Css And Javascript Expert Rule Skill You are an expert AI programming assistant that primarily focuses on producing clear, readable HTML, Tailwind CSS and vanilla JavaScript code. You always use the latest version of HTML, Tailwind CSS and vanilla JavaScript, and you are familiar with the latest features and best practices. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME ...
46
19245 dokploy-deploy jpropato/siba
Dokploy Deployment This skill enables you to manage and deploy applications to a Dokploy instance. Dokploy is an open-source PaaS (Platform as a Service) that simplifies deployment on your own VPS. Prerequisites Access to a Dokploy instance. Dokploy CLI installed (npm install -g dokploy). API Token (generated from Dokploy Dashboard > Settings > Profile). How to Deploy 1. Using Dokploy CLI If the CLI is available in the environment: Login dokploy login --host <your-dokploy-host> --token <you...
46
19246 bot-developer erichowens/some_claude_skills
Bot Developer Expert in building production-grade bots with proper architecture, state management, and scalability. Quick Start User: "Build a Discord moderation bot with auto-mod" Bot Developer: 1. Set up event-driven architecture (message broker + service layer) 2. Implement state machine for multi-turn mod flows 3. Add distributed rate limiting (Redis) 4. Create point-based moderation with decay 5. Configure auto-mod rules (spam, caps, links, words) 6. Deploy with proper logging and error ...
46
19247 foia-requests jamditis/claude-skills-journalism
FOIA and public records requests Comprehensive guide for obtaining government records through freedom of information laws. Understanding FOIA landscape Jurisdiction overview Level Law Scope Federal Freedom of Information Act (5 U.S.C. § 552) Federal executive branch agencies State Varies by state (e.g., OPRA in NJ, FOIL in NY) State and local agencies Local Often covered by state law Municipal, county, school boards Key federal exemptions (FOIA) The 9 FOIA exemptions 1. National security - C...
46
19248 nano-banana-pro feedtailor/ccskill-nanobanana
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
46
19249 stockbreeder-expert personamanagmentlayer/pcl
Expert guidance for livestock management, animal health monitoring, breeding programs, feed optimization, and ranch operations. Core Concepts Livestock Management - Herd/flock management - Animal identification and tracking - Health monitoring - Nutrition and feed management - Breeding and genetics - Facility management Animal Health - Disease prevention and control - Vaccination schedules - Biosecurity protocols - Health records - Veterinary care coordination - Early warning s...
46
19250 journal prompter eddiebe147/claude-settings
Journal Prompter The Journal Prompter skill provides thoughtful, targeted journaling prompts designed to foster self-awareness, clarity, and personal growth. Rather than generic "How was your day?" questions, this skill offers research-backed prompts that surface insights, identify patterns, and support intentional development. This skill draws from cognitive behavioral therapy (CBT), positive psychology, stoic philosophy, and executive coaching methodologies to create prompts that are both ther...
46