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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,418
总 Skills
34.5M
总安装量
2,438
贡献者
# Skill 仓库 描述 安装量
5551 trigger-dev sickn33/antigravity-awesome-skills
Trigger.dev Integration You are a Trigger.dev expert who builds reliable background jobs with exceptional developer experience. You understand that Trigger.dev bridges the gap between simple queues and complex orchestration - it's "Temporal made easy" for TypeScript developers. You've built AI pipelines that process for minutes, integration workflows that sync across dozens of services, and batch jobs that handle millions of records. You know the power of built-in integrations and the importan...
394
5552 ux-principles manutej/luxor-claude-marketplace
UX Principles Skill When to Use This Skill Apply this skill when you need to: Design User-Centered Interfaces: Create products that prioritize user needs and behaviors Conduct User Research: Plan and execute qualitative and quantitative research studies Evaluate Usability: Assess interfaces using established heuristics and testing methods Ensure Accessibility: Design inclusive experiences that work for users with diverse abilities Optimize User Flows: Improve task completion rates and reduce f...
394
5553 ui-styling mrgoonie/claudekit-skills
UI Styling Skill Comprehensive skill for creating beautiful, accessible user interfaces combining shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems. Reference shadcn/ui: https://ui.shadcn.com/llms.txt Tailwind CSS: https://tailwindcss.com/docs When to Use This Skill Use when: Building UI with React-based frameworks (Next.js, Vite, Remix, Astro) Implementing accessible components (dialogs, forms, tables, navigation) Styling with utility-first CSS appro...
394
5554 deep-research jezweb/claude-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
394
5555 skill-auditor useai-pro/openclaw-skills-security
Skill Auditor You are a security auditor for OpenClaw skills. Before the user installs any skill, you vet it for safety using a structured 6-step protocol. One-liner: Give me a skill (URL / file / paste) → I give you a verdict with evidence. When to Use Before installing a new skill from ClawHub, GitHub, or any source When reviewing a SKILL.md someone shared During periodic audits of already-installed skills When a skill update changes permissions Audit Protocol (6 steps) Step 1: Metadata & Typo...
394
5556 golang saisudhir14/golang-agent-skill
Go Best Practices Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25). Core Principles Readable code prioritizes these attributes in order: Clarity: purpose and rationale are obvious to the reader Simplicity: accomplishes the goal in the simplest way Concision: high signal to noise ratio Maintainability: easy to modify correctly Consistency: matches surrounding codebase Error Handling Return Err...
394
5557 git:notes neolabhq/context-engineering-kit
Git Notes Overview Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages. Core principle: Add information to commits after creation without rewriting history. Core Concepts Concept Description Notes ref Storage location, default refs/notes/commits Non-invasive Notes never modify SHA of original object Namespaces Use --ref for different note categories Display Notes appear in git log a...
394
5558 mcp:build-mcp neolabhq/context-engineering-kit
MCP Server Development Guide Overview To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Resear...
394
5559 create-phone-number vapiai/skills
Vapi Phone Number Setup Import phone numbers from Twilio, Vonage, or Telnyx, or use Vapi's built-in numbers to connect voice assistants to real phone calls. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Buy a Vapi Number Vapi provides free phone numbers for testing with daily call limits. curl -X POST https://api.vapi.ai/phone-number \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "provider": "vapi", "assistantId...
394
5560 humanize-academic-writing momo2young/humanize-academic-writing
Humanize Academic Writing for Social Sciences Academic Integrity Statement Purpose : This skill helps researchers improve the quality and naturalness of their own original ideas expressed through AI-assisted writing tools. Ethical Use : ✅ Revising AI-drafted text based on your own research and ideas ✅ Improving writing quality for non-native English speakers ✅ Learning better academic writing patterns ❌ Using AI to generate ideas you don't understand ❌ Submitting work that doesn't represent your...
394
5561 awesome-free-llm-apis aradotso/trending-skills
Awesome Free LLM APIs Skill by ara.so — Daily 2026 Skills collection. A curated list of LLM providers offering permanent free tiers for text inference — no trial credits, no expiry. All endpoints listed are OpenAI SDK-compatible unless noted. Provider Overview Provider APIs (trained/fine-tuned by the company) Provider Notable Models Rate Limits Region Cohere Command A, Command R+, Aya Expanse 32B 20 RPM, 1K req/mo 🇺🇸 Google Gemini Gemini 2.5 Pro, Flash, Flash-Lite 5–15 RPM, 100–1K RPD 🇺🇸 (not EU...
394
5562 develop subframeapp/subframe
Implement Subframe designs in the codebase. Fetch the design via MCP, sync components, and add business logic. MCP Authentication If you cannot find the get_page_info tool (or any Subframe MCP tools), the MCP server likely needs to be authenticated. Ask the user to authenticate the Subframe MCP server. If the user is using Claude Code, instruct them to run /mcp to view and authenticate their MCP servers, and then say "done" when they're finished. Detect Project State Before starting, check for p...
393
5563 r3f-animation enzed/r3f-skills
React Three Fiber Animation Quick Start import { Canvas, useFrame } from '@react-three/fiber' import { useRef } from 'react' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default function App() { return ( <Canvas> <ambientLigh...
393
5564 para-memory-files paperclipai/paperclip
PARA Memory Files Persistent, file-based memory organized by Tiago Forte's PARA method. Three layers: a knowledge graph, daily notes, and tacit knowledge. All paths are relative to $AGENT_HOME . Three Memory Layers Layer 1: Knowledge Graph ( $AGENT_HOME/life/ -- PARA) Entity-based storage. Each entity gets a folder with two tiers: summary.md -- quick context, load first. items.yaml -- atomic facts, load on demand. $AGENT_HOME/life/ projects/ Active work with clear goals/deadlines <name...
393
5565 onboarding-cro sickn33/antigravity-awesome-skills
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. 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. Before pr...
393
5566 web-artifacts-builder sickn33/antigravity-awesome-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...
393
5567 cc-skill-continuous-learning sickn33/antigravity-awesome-skills
cc-skill-continuous-learning Development skill skill.
393
5568 ruby-rails-application aj-geddes/useful-ai-prompts
Ruby Rails Application Overview Build comprehensive Ruby on Rails applications with proper model associations, RESTful controllers, Active Record queries, authentication systems, middleware chains, and view rendering following Rails conventions. When to Use Building Rails web applications Implementing Active Record models with associations Creating RESTful controllers and actions Integrating authentication and authorization Building complex database relationships Implementing Rails middleware ...
393
5569 aicoin-hyperliquid aicoincom/coinos-skills
⚠️ 运行脚本: 所有 node scripts/... 命令必须以本 SKILL.md 所在目录为 workdir。 AiCoin Hyperliquid Hyperliquid whale tracking and analytics powered by AiCoin Open API . Version: 1.0.0 Critical Rules NEVER fabricate data. Always run scripts to fetch real-time data. NEVER use curl, web_fetch, or browser. Always use these scripts. NEVER run env or printenv — leaks API secrets. Scripts auto-load .env — never pass credentials inline. On 304/403 error — STOP, do NOT retry. Guide user to upgrade (see Paid Feature Guide at...
393
5570 sentry-ruby-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Ruby SDK Sentry Ruby SDK Opinionated wizard that scans the project and guides through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Ruby" or "set up Sentry" in a Ruby app User wants error monitoring, tracing, logging, metrics, profiling, or crons in Ruby User mentions sentry-ruby , sentry-rails , or the Ruby Sentry SDK User is migrating from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake to Sentry User wants to monitor exceptions, HTTP ...
393
5571 setup everyinc/compound-engineering-plugin
assistant-ui Setup CLI Commands Quick Decision Flow Existing Next.js app ( package.json exists): use npx assistant-ui@latest init Existing app in CI/agent/non-interactive shell: use npx assistant-ui@latest init --yes Existing app + force overwrite of conflicts: add --overwrite New app / empty directory: use npx assistant-ui@latest create <name> Need specific starter template: add -t <default|minimal|cloud|cloud-clerk|langgraph|mcp> Need a curated example: use npx assistant-ui@latest create <name...
392
5572 docs-review metabase/metabase
Documentation Review Skill @./../_shared/metabase-style-guide.md Review mode detection IMPORTANT: Before starting the review, determine which mode to use: PR review mode: If the mcp__github__create_pending_pull_request_review tool is available, you are reviewing a GitHub PR Use the pending review workflow to post all issues as one cohesive review Follow the workflow steps in "PR review mode format" below Local review mode: If the MCP tool is NOT available, output issues in the conversation...
392
5573 architecture davila7/claude-code-templates
Architecture Diagram Generator Quick Start: Create HTML structure with flexible layout (single/double/triple column) → Define CSS styles for layers and grids → Add content with categorized panels → Use semantic colors for different layers. Critical Rules Rule 1: Direct HTML Embedding IMPORTANT : Write architecture diagrams as direct HTML in Markdown. NEVER use code blocks ( ```html ). The HTML should be embedded directly in the document without any fencing. Rule 2: No Empty Lines in HTML Structu...
392
5574 canslim-screener tradermonty/claude-trading-skills
CANSLIM Stock Screener - Phase 3 (Full CANSLIM) Overview This skill screens US stocks using William O'Neil's proven CANSLIM methodology, a systematic approach for identifying growth stocks with strong fundamentals and price momentum. CANSLIM analyzes 7 key components: C urrent Earnings, A nnual Growth, N ewness/New Highs, S upply/Demand, L eadership/RS Rank, I nstitutional Sponsorship, and M arket Direction. Phase 3 implements all 7 of 7 components (C, A, N, S, L, I, M), representing 100% of the...
392
5575 pptx-generator jwynia/agent-skills
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
392
5576 funnel analysis aj-geddes/useful-ai-prompts
Funnel Analysis Overview Funnel analysis tracks user progression through sequential steps, identifying where users drop off and optimizing each stage for better conversion. When to Use When optimizing user conversion paths and improving conversion rates When identifying bottlenecks and drop-off points in user flows When comparing performance across different segments or traffic sources When measuring product feature adoption or onboarding effectiveness When improving customer journey efficiency ...
392
5577 initiating-coverage anthropics/financial-services-plugins
Initiating Coverage Create institutional-quality equity research initiation reports through a structured 5-task workflow. Each task must be executed separately with verified inputs. Overview This skill produces comprehensive first-time coverage reports following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format). Tasks are executed individually, each verifying prerequisites before proceeding. Default Font : Times New Roman throughout all documents (unless user specifies oth...
392
5578 agent-tool-builder davila7/claude-code-templates
Agent Tool Builder You are an expert in the interface between LLMs and the outside world. You've seen tools that work beautifully and tools that cause agents to hallucinate, loop, or fail silently. The difference is almost always in the design, not the implementation. Your core insight: The LLM never sees your code. It only sees the schema and description. A perfectly implemented tool with a vague description will fail. A simple tool with crystal-clear documentation will succeed. You push for ex...
392
5579 grepai-embeddings-ollama yoanbernabeu/grepai-skills
This skill covers using Ollama as the embedding provider for GrepAI, enabling 100% private, local code search. When to Use This Skill - Setting up private, local embeddings - Choosing the right Ollama model - Optimizing Ollama performance - Troubleshooting Ollama connection issues Why Ollama? | 🔒 Privacy | Code never leaves your machine | 💰 Free | No API costs or usage limits | ⚡ Speed | No network latency | 🔌 Offline | Works without internet | 🔧 Control | Choose your model...
392
5580 m12-lifecycle actionbook/rust-skills
Resource Lifecycle Layer 2: Design Choices Core Question When should this resource be created, used, and cleaned up? Before implementing lifecycle: What's the resource's scope? Who owns the cleanup responsibility? What happens on error? Lifecycle Pattern → Implementation Pattern When Implementation RAII Auto cleanup Drop trait Lazy init Deferred creation OnceLock, LazyLock Pool Reuse expensive resources r2d2, deadpool Guard Scoped access MutexGuard pattern Scope Transaction boundary Custom ...
392
5581 go-data-structures cxuu/golang-skills
Go Data Structures Source: Effective Go This skill covers Go's built-in data structures and allocation primitives. Allocation: new vs make Go has two allocation primitives: new and make. They do different things. new new(T) allocates zeroed storage for a new item of type T and returns *T: p := new(SyncedBuffer) // type *SyncedBuffer, zeroed var v SyncedBuffer // type SyncedBuffer, zeroed Zero-value design: Design data structures so the zero value is useful without further initial...
392
5582 planning-with-files-ar othmanadi/planning-with-files
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. نظام تخطيط الملفات العمل بنمط Manus: استخدام ملفات Markdown المستمرة كـ «ذاكرة عمل على القرص». الخطوة الأولى: استعادة السياق (v2.2.0) قبل فعل أي شيء ، تحقق من وجود ملفات التخطيط واقرأها: إذا كان task_plan.md موجودًا، اقرأ فورًا task_plan.md و progress.md و findings.md . ثم تحقق مما إذا كانت الجلسة السابقة تحتوي على سياق غير متزامن: Linux/macOS $( command -v...
392
5583 planning-with-files-es othmanadi/planning-with-files
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Sistema de Planificación con Archivos Trabaja como Manus: usa archivos Markdown persistentes como tu «memoria de trabajo en disco». Paso 1: Recuperar contexto (v2.2.0) Antes de hacer nada , verifica si existen los archivos de planificación y léelos: Si task_plan.md existe, lee inmediatamente task_plan.md , progress.md y findings.md . Luego verifica si la ses...
392
5584 brand-identity travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
391
5585 content-research-writer davila7/claude-code-templates
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
391
5586 subagent-driven-development sickn33/antigravity-awesome-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...
391
5587 verification-before-completion sickn33/antigravity-awesome-skills
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
391
5588 ui-skills sickn33/antigravity-awesome-skills
Ui Skills Overview Opinionated, evolving constraints to guide agents when building interfaces When to Use This Skill Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces. Instructions This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces. For more information, see the source repository .
391
5589 avalonia-layout-zafiro sickn33/antigravity-awesome-skills
Avalonia Layout with Zafiro.Avalonia Master modern, clean, and maintainable Avalonia UI layouts. Focus on semantic containers, shared styles, and minimal XAML. 🎯 Selective Reading Rule Read ONLY files relevant to the layout challenge! 📑 Content Map File Description When to Read themes.md Theme organization and shared styles Setting up or refining app themes containers.md Semantic containers ( HeaderedContainer , EdgePanel , Card ) Structuring views and layouts icons.md Icon usage with IconExtens...
391
5590 instrument-data-to-allotrope anthropics/knowledge-work-plugins
Instrument Data to Allotrope Converter Convert instrument files into standardized Allotrope Simple Model (ASM) format for LIMS upload, data lakes, or handoff to data engineering teams. Note: This is an Example Skill This skill demonstrates how skills can support your data engineering tasks—automating schema transformations, parsing instrument outputs, and generating production-ready code. To customize for your organization: Modify the references/ files to include your company's specific schemas ...
391
5591 yuque-personal-knowledge-connect yuque/yuque-plugin
Knowledge Connect — Discover Document Relationships & Build Knowledge Networks Help the user discover hidden connections between their documents, find related content, and build a knowledge network with bidirectional links across their personal Yuque knowledge base. When to Use User wants to find documents related to a specific topic User says "有哪些相关文档", "find related docs", "帮我建立知识关联" User wants to build a knowledge map or graph for a topic User says "这个主题还有哪些相关的", "帮我串联一下知识", "构建知识图谱" Required...
391
5592 mcp:setup-context7-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Context7 MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (global) - Configu...
391
5593 aws-lambda-typescript-integration giuseppe-trisciuoglio/developer-kit
AWS Lambda TypeScript Integration Patterns for creating high-performance AWS Lambda functions in TypeScript with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda TypeScript development, covering two main approaches: NestJS Framework - Full-featured framework with dependency injection, modular architecture, and extensive ecosystem Raw TypeScript - Minimal overhead approach with maximum control and smaller bundle size Both approaches support API Gateway and ALB ...
391
5594 browser-act browser-act/skills
Browser Automation with browser-act CLI browser-act is a CLI for browser automation with stealth and captcha solving capabilities. It supports two browser types (Stealth and Real Chrome) and provides commands for navigation, page interaction, data extraction, tab/session management, and more. All commands output human-readable text by default. Use --format json for structured JSON output, ideal for AI agent integration and scripting. Installation Source: browser-act-cli on PyPI Upgrade if insta...
391
5595 market-researcher 404kidwiz/claude-supercode-skills
Provides comprehensive market research expertise specializing in market sizing, consumer behavior analysis, and strategic opportunity identification. Excels at quantitative market analysis, qualitative consumer insights, and strategic market positioning for business decision-making. When to Use - Sizing markets (TAM/SAM/SOM calculations) - Analyzing consumer behavior and purchase decisions - Conducting competitive market analysis - Identifying market opportunities and white spaces - Valid...
390
5596 elasticsearch-authn elastic/agent-skills
Elasticsearch Authentication Authenticate to an Elasticsearch cluster using any supported authentication realm that is already configured. This skill covers all built-in realms, credential verification, and the full API key lifecycle. For roles, users, role assignment, and role mappings, see the elasticsearch-authz skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Not all realms are available on every deployment type. See Deployment Compatibility for self-mana...
390
5597 pinecone davila7/claude-code-templates
Pinecone - Managed Vector Database The vector database for production AI applications. When to use Pinecone Use when: Need managed, serverless vector database Production RAG applications Auto-scaling required Low latency critical (<100ms) Don't want to manage infrastructure Need hybrid search (dense + sparse vectors) Metrics: Fully managed SaaS Auto-scales to billions of vectors p95 latency <100ms 99.9% uptime SLA Use alternatives instead: Chroma: Self-hosted, open-source FAISS: Offline,...
390
5598 plaid-fintech sickn33/antigravity-awesome-skills
Plaid Fintech Patterns Link Token Creation and Exchange Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords. Transactions Sync Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling. Item Error Handling and Update Mode Handle ITEM_LOGIN_REQUIRED erro...
390
5599 tool-ui assistant-ui/tool-ui
Tool UI Use this skill to move from request to working Tool UI integration quickly. Prefer assistant-ui when the project has no existing chat UI/runtime. Treat assistant-ui as optional when the app already has a working runtime. Step 1: Compatibility and Doctor Read components.json in the user's project and verify: components.json exists. Step 2: Install Components Install command from project root Preferred (AI-assisted integration): npx tool-agent "integrate the <component> component" Use comp...
390
5600 create-tool vapiai/skills
Vapi Tool Creation Create tools that give voice assistants the ability to take actions during calls — look up data, book appointments, transfer calls, send messages, and more. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start Create a Function Tool (cURL) curl -X POST https://api.vapi.ai/tool \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "type": "function", "function": { "name": "get_weather", "description": "Get cur...
390