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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,431
总 Skills
35.0M
总安装量
2,440
贡献者
# Skill 仓库 描述 安装量
6301 sentry-elixir-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Elixir SDK Sentry Elixir SDK Opinionated wizard that scans your Elixir project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Elixir" or "set up Sentry" in an Elixir or Phoenix app User wants error monitoring, tracing, logging, or crons in Elixir or Phoenix User mentions sentry hex package, getsentry/sentry-elixir , or Elixir Sentry SDK User wants to monitor exceptions, Plug errors, LiveView errors, or scheduled jobs Note...
334
6302 cloudflare-mcp-server jezweb/claude-skills
Cloudflare MCP Server Skill Build and deploy Model Context Protocol (MCP) servers on Cloudflare Workers with TypeScript. Status: Production Ready ✅ Last Updated: 2026-01-21 Latest Versions: @modelcontextprotocol/sdk@1.25.3, @cloudflare/workers-oauth-provider@0.2.2, agents@0.3.6 Recent Updates (2025): September 2025: Code Mode (agents write code vs calling tools, auto-generated TypeScript API from schema) August 2025: MCP Elicitation (interactive workflows, user input during execution), Task ...
333
6303 prisma-orm bobmatnyc/claude-mpm-skills
Prisma ORM - Type-Safe Database Toolkit Modern database toolkit for TypeScript with schema-first development, auto-generated type-safe client, and powerful migration system. Quick Reference Installation npm install prisma @prisma/client npx prisma init Basic Workflow 1. Define schema Edit prisma/schema.prisma 2. Create migration npx prisma migrate dev --name init 3. Generate client npx prisma generate 4. Open Studio npx prisma studio Core Schema Pattern // prisma/schema.prisma genera...
333
6304 figma-code-connect-components figma/mcp-server-guide
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Skill Boundaries Use this skill for get_code_connect_suggestions + send_code_connect_mappings workflows. If the task requires writing to the Figma canvas with Plugin API scripts, swi...
333
6305 game-architecture opusgamelabs/game-creator
Game Architecture Patterns Reference knowledge for building well-structured browser games. These patterns apply to both Three.js (3D) and Phaser (2D) games. Reference Files For detailed reference, see companion files in this directory: system-patterns.md — Object pooling, delta-time normalization, resource disposal, wave/spawn systems, buff/powerup system, haptic feedback, asset management Core Principles Core Loop First : Implement the minimum gameplay loop before any polish. The order is: inpu...
333
6306 fusion-mcp equinor/fusion-skills
Fusion MCP Setup Guide When to use Use this skill when a user asks: what Fusion MCP is what it can do how to install/configure it how to verify that it is working how to troubleshoot a failing Fusion MCP setup Typical triggers: "what is fusion mcp" "help me set up fusion mcp" "how do I use fusion mcp with copilot" When not to use Do not use this skill for: implementing product features unrelated to MCP setup making destructive environment changes without user confirmation assuming private reposi...
333
6307 app-builder davila7/claude-code-templates
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
333
6308 research-engineer davila7/claude-code-templates
Academic Research Engineer Overview You are not an assistant. You are a Senior Research Engineer at a top-tier laboratory. Your purpose is to bridge the gap between theoretical computer science and high-performance implementation. You do not aim to please; you aim for correctness. You operate under a strict code of Scientific Rigor. You treat every user request as a peer-reviewed submission: you critique it, refine it, and then implement it with absolute precision. Core Operational Protocols ...
333
6309 api-rate-limiting aj-geddes/useful-ai-prompts
API Rate Limiting Overview Protect APIs from abuse and manage traffic using various rate limiting algorithms with per-user, per-IP, and per-endpoint strategies. When to Use Protecting APIs from brute force attacks Managing traffic spikes Implementing tiered service plans Preventing DoS attacks Fairness in resource allocation Enforcing quotas and usage limits Instructions 1. Token Bucket Algorithm // Token Bucket Rate Limiter class TokenBucket { constructor(capacity, refillRate) { this.ca...
333
6310 github-traffic zc277584121/marketing-skills
Skill: GitHub Traffic Fetch and analyze GitHub repository traffic data — page views, git clones, referral sources, popular pages, and star growth. Optionally generate trend charts as PNG images. Prerequisites: gh CLI must be installed and authenticated Push (write) access to the target repository is required — GitHub's Traffic API does not work with read-only access matplotlib is optional (for PNG chart generation; falls back to ASCII if unavailable) When to Use The user asks about repository tr...
333
6311 mcp:setup-arxiv-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup arXiv MCP server via Docker MCP 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 (globa...
333
6312 hormuz-strait himself65/finance-skills
Hormuz Strait Monitor Skill Fetches real-time status of the Strait of Hormuz from the Hormuz Strait Monitor dashboard API. Covers shipping transits, oil prices, stranded vessels, insurance risk, diplomatic status, global trade impact, and crisis timeline. This skill is read-only. It fetches public dashboard data — no authentication required. Step 1: Fetch Dashboard Data Use curl to fetch the dashboard API: curl -s https://hormuzstraitmonitor.com/api/dashboard Parse the JSON response. The API ret...
333
6313 phoenix-tracing arize-ai/phoenix
Phoenix Tracing Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment. When to Apply Reference these guidelines when: Setting up Phoenix tracing (Python or TypeScript) Creating custom spans for LLM operations Adding attributes following OpenInference conventions Deploying tracing to production Querying and analyzing trace data Reference Categories Priority Categ...
333
6314 audit-xls anthropics/financial-services-plugins
Audit Spreadsheet Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits. Step 1: Determine scope If the user already gave a scope, use it. Otherwise ask them : What scope do you want me to audit? selection — just the currently selected range sheet — the current active sheet only model — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, ...
333
6315 pr-prep boshu2/agentops
PR Preparation Skill Systematic PR preparation that validates tests and generates high-quality PR bodies. Overview Prepares contributions by analyzing the target repo's conventions, git history, test coverage, and generating properly-formatted PR bodies. When to Use : Preparing a PR for an external repository Contributing bug fixes or features When NOT to Use : Internal commits (use normal git workflow) PRs to your own repositories Workflow -1. Prior Work Check -> BLOCKING: Final check for c...
333
6316 pr-retro boshu2/agentops
PR Retro Skill Learn from PR outcomes by analyzing accept/reject patterns. Overview After a PR is merged or rejected, analyze what worked and what didn't to improve future contributions. Output: .agents/learnings/YYYY-MM-DD-pr-{repo}-{outcome}.md When to Use : After a PR is merged (capture success patterns) After a PR is rejected (understand why) After receiving significant review feedback Periodically to review contribution patterns Workflow 1. PR Discovery -> Find the PR to analyze 2. Out...
333
6317 rust-pro sickn33/antigravity-awesome-skills
You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications. Use this skill when Building Rust services, libraries, or systems tooling Solving ownership, lifetime, or async design issues Optimizing performance with memory safety guarantees Do not use this skill when You need a quick script or dynamic runtime You only need basic Rust syntax You cannot introduce Rust into the stack Instructions Cl...
333
6318 skill-seekers sickn33/antigravity-awesome-skills
Skill Seekers Overview -Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes. When to Use This Skill Use this skill when you need to work with -automatically convert documentation websites, github repositories, and pdfs into claude ai skills in minutes.. Instructions This skill provides guidance and patterns for -automatically convert documentation websites, github repositories, and pdfs into claude ai skills in minutes.. For more informati...
333
6319 pr review angular/angular
PR Review Guidelines When reviewing a pull request for the angular repository, follow these essential guidelines to ensure high-quality contributions: Context & Ecosystem : Keep in mind that this is the core Angular framework. Changes here can impact millions of developers. Be mindful of backwards compatibility. Breaking changes require strict approval processes and deprecation periods. Key Focus Areas : Comprehensive Reviews : You MUST always perform a deep, comprehensive review of the entire p...
333
6320 azure-auth jezweb/claude-skills
Azure Auth - Microsoft Entra ID for React + Cloudflare Workers Package Versions: @azure/msal-react@5.0.2, @azure/msal-browser@5.0.2, jose@6.1.3 Breaking Changes: MSAL v4→v5 migration (January 2026), Azure AD B2C sunset (May 2025 - new signups blocked, existing until 2030), ADAL retirement (Sept 2025 - complete) Last Updated: 2026-01-21 Architecture Overview ┌─────────────────────┐ ┌──────────────────────┐ ┌─────────────────────┐ │ React SPA │────▶│ Microsoft Entra ID │────▶...
332
6321 google-gemini-file-search jezweb/claude-skills
Google Gemini File Search Setup Overview Google Gemini File Search is a fully managed RAG system. Upload documents (100+ formats: PDF, Word, Excel, code) and query with natural language—automatic chunking, embeddings, semantic search, and citations. What This Skill Provides: Complete @google/genai File Search API setup 8 documented errors with prevention strategies Chunking best practices for optimal retrieval Cost optimization ($0.15/1M tokens indexing, 3x storage multiplier) Cloudflare Work...
332
6322 cloudflare-vectorize jezweb/claude-skills
Cloudflare Vectorize Complete implementation guide for Cloudflare Vectorize - a globally distributed vector database for building semantic search, RAG (Retrieval Augmented Generation), and AI-powered applications with Cloudflare Workers. Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup), cloudflare-workers-ai (for embeddings) Latest Versions: wrangler@4.59.3, @cloudflare/workers-types@4.20260109.0 Token Savings: ~70% Errors Prevented: 1...
332
6323 cloudflare-agents jezweb/claude-skills
Cloudflare Agents SDK Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (recommended) Latest Versions: agents@0.3.3, @modelcontextprotocol/sdk@latest Production Tested: Cloudflare's own MCP servers (https://github.com/cloudflare/mcp-server-cloudflare) Recent Updates (2025-2026): Jan 2026: Agents SDK v0.3.6 with callable methods fix, protocol version support updates Nov 2025: Agents SDK v0.2.24+ with resumable streaming (streams persist across disconnects...
332
6324 compose-ui new-silvermoon/awesome-android-agent-skills
No SKILL.md available for this skill. View on GitHub
332
6325 find-bugs davila7/claude-code-templates
Find Bugs Review changes on this branch for bugs, security vulnerabilities, and code quality issues. Phase 1: Complete Input Gathering Get the FULL diff: git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD If output is truncated, read each changed file individually until you have seen every changed line List all files modified in this branch before proceeding Phase 2: Attack Surface Mapping For each changed file, identify and list: All user inputs (request param...
332
6326 technical-roadmap-planning aj-geddes/useful-ai-prompts
Technical Roadmap Planning Overview A technical roadmap provides a strategic plan for technology evolution, guiding architectural decisions, infrastructure investments, and capability development aligned with business objectives. When to Use Multi-year technology planning Architecture modernization initiatives Platform scaling and reliability improvements Legacy system migration planning Infrastructure upgrade scheduling Technology stack standardization Innovation investment planning Instructi...
332
6327 app-store-deployment aj-geddes/useful-ai-prompts
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
332
6328 llvm mohitmishra786/low-level-dev-skills
LLVM IR and Tooling Purpose Guide agents through the LLVM IR pipeline: generating IR, running optimisation passes with opt , lowering to assembly with llc , and inspecting IR for debugging or performance work. Triggers "Show me the LLVM IR for this function" "How do I run an LLVM optimisation pass?" "What does this LLVM IR instruction mean?" "How do I write a custom LLVM pass?" "Why isn't auto-vectorisation happening in LLVM?" Workflow 1. Generate LLVM IR Emit textual IR (.ll) clang -O0 -emit-l...
332
6329 executing-marketing-campaigns davila7/claude-code-templates
Executing Marketing Campaigns This Skill helps marketing teams plan campaigns, develop messaging, manage execution across channels, and measure results. Use this when developing marketing strategies, creating campaign content, planning social media, drafting emails, or analyzing campaign performance. Quick Navigation Campaign Planning: See campaigns.md for structured campaign development Content Creation: See content.md for copywriting guidelines and templates Social Media: See social_media.md...
332
6330 commit-helper cockroachdb/cockroach
Commit Message Helper A skill for creating properly formatted Git commit messages following the Conventional Commits specification. When This Skill Activates This skill activates when you: Ask to commit changes Mention commit messages Request git commit formatting Say "commit" or "git commit" Commit Message Format <type>(<scope>): <subject> <body> <footer> Types Type Description feat A new feature fix A bug fix docs Documentation only changes style Changes that do not affect the meaning of the c...
332
6331 pr-research boshu2/agentops
PR Research Skill Systematic exploration of upstream repositories before contributing. Overview Research an external codebase to understand how to contribute effectively. This is the FIRST step before planning or implementing an open source contribution. When to Use : Before contributing to an external repository Starting a new open source contribution Evaluating whether to contribute to a project When NOT to Use : Researching your own codebase (use $research ) Already familiar with the project'...
332
6332 viral-hook-creator ognjengt/founder-skills
Viral Hook Creator Purpose Generate 3-5 viral hook options using proven psychological patterns that create curiosity, provide value, and drive engagement. Hooks are optimized for social platforms (X/Twitter, LinkedIn, Instagram, TikTok). Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "viral-hook-creator loaded, proceed with additional instructions" Then wait for the user to provide their requirements in the next message. ...
332
6333 award-application jezweb/claude-skills
Award Application Writer Produces award submissions and grant applications that address every criterion with quantified evidence. The goal is a document where every paragraph earns points on the scorecard. Process Step 1: Gather the brief Ask the user for: Award/grant name and organiser Selection criteria (the exact list, verbatim if possible) Word limits (per criterion and/or total) Judging rubric or weighting (if publicly available) Category entered (if multiple categories exist) Whether this ...
332
6334 jotai vercel-labs/json-render
@json-render/jotai Jotai adapter for json-render's StateStore interface. Wire a Jotai atom as the state backend for json-render. Installation npm install @json-render/jotai @json-render/core @json-render/react jotai Usage import { atom } from "jotai" ; import { jotaiStateStore } from "@json-render/jotai" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom that holds the json-render state const uiAtom = atom < Record < string , unknown >> ( { count : 0 } ) ; // 2. Create t...
332
6335 rendercv rendercv/rendercv-skill
Quick Start Available themes: classic , harvard , engineeringresumes , engineeringclassic , sb2nov , moderncv Available locales: english , arabic , danish , dutch , french , german , hebrew , hindi , hungarian , indonesian , italian , japanese , korean , mandarin_chinese , norwegian_bokmål , norwegian_nynorsk , persian , portuguese , russian , spanish , turkish , vietnamese These are starting points — every aspect of the design and locale can be fully customized in the YAML file. Install Render...
332
6336 protect-mcp-setup wshobson/agents
protect-mcp — Policy Enforcement + Signed Receipts Cryptographic governance for every Claude Code tool call. Each invocation is evaluated against a Cedar policy and produces an Ed25519-signed receipt that anyone can verify offline. Overview Claude Code runs powerful tools: Bash , Edit , Write , WebFetch . By default there is no audit trail, no policy enforcement, and no way to prove what was decided after the fact. protect-mcp closes all three gaps: Cedar policies (AWS's open authorization engin...
332
6337 snowflake-platform jezweb/claude-skills
Snowflake Platform Skill Build and deploy applications on Snowflake's AI Data Cloud using the snow CLI, Cortex AI functions, Native Apps, and Snowpark. Quick Start Install Snowflake CLI pip install snowflake-cli snow --version Should show 3.14.0+ Configure Connection Interactive setup snow connection add Or create ~/.snowflake/config.toml manually [ connections.default ] account = "orgname-accountname" user = "USERNAME" authenticator = "SNOWFLAKE_JWT" private_key_path = "~/.snowflake/rs...
331
6338 claude-api jezweb/claude-skills
Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. Before You Start Scan the target file (or, if no target file, the prompt and project) for non-Anthropic provider markers — import openai , from openai , langchain_openai , OpenAI( , gpt-4 , gpt-5 , file names like agent-openai.py or *-generic.py , or any exp...
331
6339 vue-best-practices uni-helper/skills
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
331
6340 undocs hairyf/skills
Undocs is a minimal Documentation Theme and CLI built with Nuxt, Nuxt Content, and Nuxt UI. It provides zero-config documentation sites with elegant CLI wrapper, automatic content transformations, and built-in components for common documentation needs. The skill is based on undocs v0.4.15, generated at 2026-01-31. Core References Topic Description Reference Getting Started Quick start guide for creating documentation sites core-getting-started CLI Commands Development and build commands for undo...
331
6341 grow-sustainably slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user grow their business sustainably without running out of money or energy. Core Principle Profitability is a superpower. It gives you infinite runway, clarity, and control. Spend less than you make. It sounds simple, but it's not easy. When you're profitable, you can take your time, make the right decisions, and move at your own pace — not someone else's. Don't Spend Money You Don't ...
331
6342 react-router-v7 existential-birds/beagle
React Router v7 Best Practices Quick Reference Router Setup (Data Mode): import { createBrowserRouter, RouterProvider } from "react-router"; const router = createBrowserRouter([ { path: "/", Component: Root, ErrorBoundary: RootErrorBoundary, loader: rootLoader, children: [ { index: true, Component: Home }, { path: "products/:productId", Component: Product, loader: productLoader }, ], }, ]); ReactDOM.createRoot(root).render(<RouterProvider router={route...
331
6343 real-estate-expert personamanagmentlayer/pcl
Expert guidance for real estate systems, property management, Multiple Listing Service (MLS) integration, customer relationship management, virtual tours, and market analysis. Core Concepts Real Estate Systems - Multiple Listing Service (MLS) integration - Property Management Systems (PMS) - Customer Relationship Management (CRM) - Transaction management - Document management - Lease management - Maintenance tracking PropTech Solutions - Virtual tours and 3D walkthroughs - AI-powe...
331
6344 filesystem-context guanyang/antigravity-skills
Filesystem-Based Context Engineering The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window. The core insight is that files enable dynamic context discovery: agents pull relevant context on demand rather than carrying everything in the context window....
331
6345 langgraph davila7/claude-code-templates
LangGraph Role: LangGraph Agent Architect You are an expert in building production-grade AI agents with LangGraph. You understand that agents need explicit structure - graphs make the flow visible and debuggable. You design state carefully, use reducers appropriately, and always consider persistence for production. You know when cycles are needed and how to prevent infinite loops. Capabilities Graph construction (StateGraph) State management and reducers Node and edge definitions Conditional ...
331
6346 rust-daily actionbook/rust-skills
Rust Daily Report Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range: day | week | month (default: week) category: all | ecosystem | official | foundation Execution Read agent file then launch Task: 1. Read: ../../agents/rust-daily-reporter.md 2. Task(subagent_type: "general-purpose", run_in_background: f...
331
6347 code-documentation-doc-generate sickn33/antigravity-awesome-skills
Automated Documentation Generation You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices. Use this skill when Generating API, architecture, or user documentation from code Building documentation pipelines or automation Standardizing docs across a repository Do not use this skill when The project has no codebas...
331
6348 electron-chromium-upgrade electron/electron
Electron Chromium Upgrade: Phase One Summary Run e sync --3 repeatedly, fixing patch conflicts as they arise, until it succeeds. Then run e patches all and commit changes atomically. Success Criteria Phase One is complete when: e sync --3 exits with code 0 (no patch failures) e patches all has been run to export all changes All changes are committed per the commit guidelines below Do not stop until these criteria are met. CRITICAL Do not delete or skip patches unless 100% certain the patch...
331
6349 launchdarkly-flag-cleanup launchdarkly/agent-skills
LaunchDarkly Flag Cleanup You're using a skill that will guide you through safely removing a feature flag from a codebase while preserving production behavior. Your job is to explore the codebase to understand how the flag is used, query LaunchDarkly to determine the correct forward value, remove the flag code cleanly, and verify the result. If you haven't already identified which flag to clean up, use the flag discovery skill first to audit the landscape and find candidates. Prerequisites This ...
331
6350 launchdarkly-flag-discovery launchdarkly/agent-skills
LaunchDarkly Flag Discovery You're using a skill that will guide you through auditing and understanding the feature flag landscape in a LaunchDarkly project. Your job is to explore the project, assess the health of its flags, identify what needs attention, and provide actionable recommendations. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-flags — search and browse flags with filtering by state, type,...
331