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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,419
总 Skills
94.3M
总安装量
2,621
贡献者
# Skill 仓库 描述 安装量
201 firebase-auth-basics firebase/agent-skills
Prerequisites Firebase Project : Created via npx -y firebase-tools@latest projects:create (see firebase-basics ). Firebase CLI : Installed and logged in (see firebase-basics ). Core Concepts Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. Users A user is an entity that can sign in to your app. Each user is identified by a unique ID ( uid ) which is guaranteed to be unique across all providers. User properties inc...
99.6K
202 edit-article mattpocock/skills
First, divide the article into sections based on its headings. Think about the main points you want to make during those sections. Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies. Confirm the sections with the user. For each section: 2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per p...
99.6K
203 diagnosing-bugs mattpocock/skills
Diagnosing Bugs A discipline for hard bugs. Skip phases only when explicitly justified. When exploring the codebase, read CONTEXT.md (if it exists) to get a clear mental model of the relevant modules, and check ADRs in the area you're touching. Phase 1 — Build a feedback loop This is the skill. Everything else is mechanical. If you have a tight pass/fail signal for the bug — one that goes red on this bug — you will find the cause; bisection, hypothesis-testing, and instrumentation all just consu...
99.6K
204 sentry-cli sentry/dev
Sentry CLI Usage Guide Help users interact with Sentry from the command line using the sentry CLI. Prerequisites The CLI must be installed and authenticated before use. Installation curl https://cli.sentry.dev/install -fsS | bash curl https://cli.sentry.dev/install -fsS | bash -s -- --version nightly brew install getsentry/tools/sentry Or install via npm/pnpm/bun npm install -g sentry Authentication sentry auth login sentry auth login --token YOUR_SENTRY_API_TOKEN sentry auth status sentry auth...
98.7K
205 azure-observability microsoft/azure-skills
Azure Observability Services Services Service Use When MCP Tools CLI Azure Monitor Metrics, alerts, dashboards azure__monitor az monitor Application Insights APM, distributed tracing azure__applicationinsights az monitor app-insights Log Analytics Log queries, KQL azure__kusto az monitor log-analytics Alerts Notifications, actions - az monitor alert Workbooks Interactive reports azure__workbooks - MCP Server (Preferred) When Azure MCP is enabled: Monitor azure__monitor with command monitor_metri...
98.2K
206 setup-pre-commit mattpocock/skills
Setup Pre-Commit Hooks What This Sets Up Husky pre-commit hook lint-staged running Prettier on all staged files Prettier config (if missing) typecheck and test scripts in the pre-commit hook Steps 1. Detect package manager Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear. 2. Install dependencies Install as devDependencies: husky lint-staged prettier 3. Initialize Husky npx husky init This creates .hus...
98.2K
207 programmatic-seo coreyhaines31/marketingskills
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
98K
208 firebase-hosting-basics firebase/agent-skills
hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around ...
97.2K
209 firebase-app-hosting-basics firebase/agent-skills
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
96.8K
210 firebase-data-connect firebase/agent-skills
Firebase Data Connect Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs. Project Structure dataconnect/ ├── dataconnect.yaml Service configuration ├── schema/ │ └── schema.gql Data model (types with @table) └── connector/ ├── connector.yaml Connector config + SDK generation ├── queries.gql Queries └── mutations.gql Mutations Development Workflow Follow thi...
96.4K
211 scaffold-exercises mattpocock/skills
Scaffold Exercises Create exercise directory structures that pass pnpm ai-hero-cli internal lint , then commit with git commit . Directory naming Sections : XX-section-name/ inside exercises/ (e.g., 01-retrieval-skill-building ) Exercises : XX.YY-exercise-name/ inside a section (e.g., 01.03-retrieval-with-bm25 ) Section number = XX , exercise number = XX.YY Names are dash-case (lowercase, hyphens) Exercise variants Each exercise needs at least one of these subfolders: problem/ - student workspac...
96.3K
212 marketing-ideas coreyhaines31/marketingskills
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill 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 t...
95.3K
213 lark-note larksuite/cli
note (v1) 身份:仅使用 --as user 。使用前阅读 ../lark-shared/SKILL.md 。 Note 域只接受显式 note_id :用户直接提供,或 docs +fetch --api-version v2 返回的 <vc-transcribe-tab vc-node-id="..."> 中的 vc-node-id 。不要从 doc_token 、标题、正文或 backlink 反推 note_id 。 命令路由 用户表达 / 上下文 路由 已知 note_id ,查纪要类型 / 文档 token note +detail --note-id NOTE_ID docs +fetch --api-version v2 返回 <vc-transcribe-tab vc-node-id="..."> 取 vc-node-id 作为 NOTE_ID ,先 note +detail --note-id NOTE_ID 已知 note_id ,读纪要正文 note +detail → docs +fetch --api-version v2 --doc <note_d...
94.8K
214 migrate-to-shoehorn mattpocock/skills
Migrate to Shoehorn Why shoehorn? shoehorn lets you pass partial data in tests while keeping TypeScript happy. It replaces as assertions with type-safe alternatives. Test code only. Never use shoehorn in production code. Problems with as in tests: Trained not to use it Must manually specify target type Double-as ( as unknown as Type ) for intentionally wrong data Install npm i @total-typescript/shoehorn Migration patterns Large objects with few needed properties Before: type Request = { body : {...
94.4K
215 ask-matt mattpocock/skills
Ask Matt You don't remember every skill, so ask. A flow is a path through the skills. Most paths run along one main flow , and two on-ramps merge onto it. Everything else is standalone. The main flow: idea → ship The route most work travels. You have an idea and want it built. /grill-with-docs — sharpen the idea by interview. Start here when you have a codebase : it's stateful, retaining what it learns in CONTEXT.md and ADRs. (No codebase? Use /grill-me — see Standalone.) Branch — can you settle...
94.4K
216 writing-shape mattpocock/skills
No SKILL.md available for this skill. View on GitHub Installs 2.9K Repository mattpocock/skills GitHub Stars 109.1K First Seen May 6, 2026
93.9K
217 writing-fragments mattpocock/skills
Run a grilling session that produces fragments. Interview the user relentlessly about whatever they want to write about. Do not impose phases, outlines, or structure — that is explicitly out of scope. As fragments emerge from either side of the conversation, append them to a single markdown file. The user will be editing this file during the session; always re-read it before writing so their edits are preserved. If the user did not pass a path, ask once where to save the document, then remember ...
93.8K
218 writing-beats mattpocock/skills
The user has passed (or will pass) a markdown file of raw material. If the user did not say where to save the article, ask once and remember the path. Then run a beat-by-beat journey: Write 2–3 candidate starting beats , drawn from the raw material. Each is a different entry point into the article. Show the user the beats before writing it to the article file. The user picks one. Preview what beats that might lead to once written - as if the user is seeing a little way down the path. Once the us...
93.5K
219 design-taste-frontend-v1 leonxlnx/taste-skill
No SKILL.md available for this skill. View on GitHub
93K
220 gsap heygen-com/hyperframes
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
92.4K
221 review mattpocock/skills
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
90.8K
222 copy-editing coreyhaines31/marketingskills
Copy Editing You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message. Core Philosophy 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 editing. Use brand voice and customer language from that context to guide your edits. Good copy editing isn't a...
90K
223 website-to-hyperframes heygen-com/hyperframes
Website to HyperFrames Capture a website, then produce a professional video from it. Users say things like: "Capture https://... and make me a 25-second product launch video" "Turn this website into a 15-second social ad for Instagram" "Create a 30-second product tour from https://..." The workflow has 7 steps. Each produces an artifact that gates the next. Step 1: Capture & Understand Read: references/step-1-capture.md Run the capture, read the extracted data, and build a working summary using ...
89.7K
224 firecrawl firecrawl/cli
Firecrawl CLI Web scraping, search, and browser automation CLI. Returns clean markdown optimized for LLM context windows. Run firecrawl --help or firecrawl <command> --help for full option details. Prerequisites Must be installed and authenticated. Check with firecrawl --status . 🔥 firecrawl cli v1.8.0 ● Authenticated via FIRECRAWL_API_KEY Concurrency: 0/100 jobs (parallel scrape limit) Credits: 500,000 remaining Concurrency : Max parallel jobs. Run parallel operations up to this limit. Credits ...
88.2K
225 deploy-to-vercel vercel-labs/agent-skills
Deploy to Vercel Deploy any project to Vercel. Always deploy as preview (not production) unless the user explicitly asks for production. The goal is to get the user into the best long-term setup: their project linked to Vercel with git-push deploys. Every method below tries to move the user closer to that state. Step 1: Gather Project State Run all four checks before deciding which method to use: 1. Check for a git remote git remote get-url origin 2 > /dev/null 2. Check if locally linked to a ...
86.6K
226 polish pbakaus/impeccable
First : Use the frontend-design skill for design principles and anti-patterns. Perform a meticulous final pass to catch all the small details that separate good work from great work. The difference between shipped and polished. Pre-Polish Assessment Understand the current state and goals: Review completeness : Is it functionally complete? Are there known issues to preserve (mark with TODOs)? What's the quality bar? (MVP vs flagship feature?) When does it ship? (How much time for polish?) Identif...
86.4K
227 mcp-builder anthropics/skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
86K
228 ai-seo coreyhaines31/marketingskills
AI SEO You are an expert in AI search optimization — the practice of making content discoverable, extractable, and citable by AI systems including Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, and Copilot. Your goal is to help users get their content cited as a source in AI-generated answers. Before Starting 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 questio...
85.9K
229 critique pbakaus/impeccable
Conduct a holistic design critique, evaluating whether the interface actually works—not just technically, but as a designed experience. Think like a design director giving feedback. First : Use the frontend-design skill for design principles and anti-patterns. Design Critique Evaluate the interface across these dimensions: 1. AI Slop Detection (CRITICAL) This is the most important check. Does this look like every other AI-generated interface from 2024-2025? Review the design against ALL the DON'...
83.8K
230 canvas-design anthropics/skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
83.2K
231 audit pbakaus/impeccable
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
83K
232 animate pbakaus/impeccable
Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone (playful vs serious, energetic vs calm), and performance constraints. Attempt to gather these from the current thread or codebase. If you don't find exact ...
82.9K
233 adapt pbakaus/impeccable
Adapt existing designs to work effectively across different contexts - different screen sizes, devices, platforms, or use cases. Assess Adaptation Challenge Understand what needs adaptation and why: Identify the source context : What was it designed for originally? (Desktop web? Mobile app?) What assumptions were made? (Large screen? Mouse input? Fast connection?) What works well in current context? Understand target context : Device : Mobile, tablet, desktop, TV, watch, print? Input method : To...
82.9K
234 browser-use browser-use/browser-use
Browser Automation with browser-use CLI The browser-use command provides fast, persistent browser automation. It maintains browser sessions across commands, enabling complex multi-step workflows. Prerequisites Before using this skill, browser-use must be installed and configured. Run diagnostics to verify: browser-use doctor For more information, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md Core Workflow Navigate : browser-use open <url> - Opens URL (s...
82.9K
235 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...
82.6K
236 clarify pbakaus/impeccable
Identify and improve unclear, confusing, or poorly written interface text to make the product easier to understand and use. Assess Current Copy Identify what makes the text unclear or ineffective: Find clarity problems : Jargon : Technical terms users won't understand Ambiguity : Multiple interpretations possible Passive voice : "Your file has been uploaded" vs "We uploaded your file" Length : Too wordy or too terse Assumptions : Assuming user knowledge they don't have Missing context : Users do...
82.4K
237 optimize pbakaus/impeccable
Identify and fix performance issues to create faster, smoother user experiences. Assess Performance Issues Understand current performance and identify problems: Measure current state : Core Web Vitals : LCP, FID/INP, CLS scores Load time : Time to interactive, first contentful paint Bundle size : JavaScript, CSS, image sizes Runtime performance : Frame rate, memory usage, CPU usage Network : Request count, payload sizes, waterfall Identify bottlenecks : What's slow? (Initial load? Interactions? ...
82.2K
238 colorize pbakaus/impeccable
Strategically introduce color to designs that are too monochromatic, gray, or lacking in visual warmth and personality. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and especially existing brand colors. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to infer from existing design ...
82K
239 bolder pbakaus/impeccable
Increase visual impact and personality in designs that are too safe, generic, or visually underwhelming, creating more engaging and memorable experiences. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and everything else that a great human designer would need as well. Attempt to gather these from the current thread or codebase. If you don...
81.1K
240 delight pbakaus/impeccable
Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality (playful vs professional vs quirky vs elegant), and what's appropriate for the domain. Attempt to gather these from the current thread or codebase. If yo...
81K
241 distill pbakaus/impeccable
Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), and understanding what's truly essential vs nice-to-have for this product. Attempt to gather these from the current thread or codebase. If you don't find exact information and have to inf...
80.6K
242 convex-quickstart get-convex/agent-skills
Convex Quickstart Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations. When to Use Starting a brand new project with Convex Adding Convex to an existing React/Next.js app Prototyping a new feature with real-time data Converting from another backend to Convex Teaching someone Convex for the first time Prerequisites Check Before starting, verify: node --version v1...
80.3K
243 convex-performance-audit get-convex/agent-skills
Convex Performance Audit Diagnose and fix performance problems in Convex applications, one problem class at a time. When to Use A Convex page or feature feels slow or expensive npx convex insights --details reports high bytes read, documents read, or OCC conflicts Low-freshness read paths are using reactivity where point-in-time reads would do OCC conflict errors or excessive mutation retries High subscription count or slow UI updates Functions approaching execution or transaction limits The sam...
79.9K
244 higgsfield-generate higgsfield-ai/skills
Higgsfield Generate Submit jobs to any Higgsfield model. Wraps the higgsfield CLI. Covers generic image/video gen and Marketing Studio (branded ads, avatars, products). Prerequisites higgsfield CLI installed: curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh Authenticated: higgsfield auth login UX Rules Be concise. No raw IDs, no JSON dumps in chat. Print result URL when ready. No internal jargon. Don't narrate "calling higgsfield cost", "polling job". Detect th...
79.9K
245 quieter pbakaus/impeccable
Reduce visual intensity in designs that are too bold, aggressive, or overstimulating, creating a more refined and approachable aesthetic without losing effectiveness. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone, and everything else that a great human designer would need as well. Attempt to gather these from the current thread or codebase...
79.8K
246 azure-compute microsoft/github-copilot-for-azure
Azure Compute Skill Routes Azure VM requests to the appropriate workflow based on user intent. When to Use This Skill Activate this skill when the user: Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS) Asks about choosing a VM, VM sizing, pricing, or cost estimates Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration Wants to troubl...
79.7K
247 convex-setup-auth get-convex/agent-skills
Convex Authentication Setup Implement secure authentication in Convex with user management and access control. When to Use Setting up authentication for the first time Implementing user management (users table, identity mapping) Creating authentication helper functions Setting up auth providers (Convex Auth, Clerk, WorkOS AuthKit, Auth0, custom JWT) First Step: Choose the Auth Provider Convex supports multiple authentication approaches. Do not assume a provider. Before writing setup code: Ask th...
79.6K
248 convex-migration-helper get-convex/agent-skills
Convex Migration Helper Safely migrate Convex schemas and data when making breaking changes. When to Use Adding new required fields to existing tables Changing field types or structure Splitting or merging tables Renaming fields Migrating from nested to relational data Migration Principles No Automatic Migrations : Convex doesn't automatically migrate data Additive Changes are Safe : Adding optional fields or new tables is safe Breaking Changes Need Code : Required fields, type changes need migr...
79.6K
249 convex-create-component get-convex/agent-skills
Convex Create Component Create reusable Convex components with clear boundaries and a small app-facing API. When to Use Creating a new Convex component in an existing app Extracting reusable backend logic into a component Building a third-party integration that should own its own tables and workflows Packaging Convex functionality for reuse across multiple apps When Not to Use One-off business logic that belongs in the main app Thin utilities that do not need Convex tables or functions App-level...
79.5K
250 playwright-cli microsoft/playwright-cli
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
78.2K