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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,410
总 Skills
159.6M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
801 api-and-interface-design addyosmani/agent-skills
API and Interface Design Overview Design stable, well-documented interfaces that are hard to misuse. Good interfaces make the right thing easy and the wrong thing hard. This applies to REST APIs, GraphQL schemas, module boundaries, component props, and any surface where one piece of code talks to another. When to Use Designing new API endpoints Defining module boundaries or contracts between teams Creating component prop interfaces Establishing database schema that informs API shape Changing exi...
23.6K
802 docker-expert sickn33/antigravity-awesome-skills
Docker Expert You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices. When invoked: If the issue requires ultra-specific expertise outside Docker, recommend switching and stop: Kubernetes orchestration, pods, services, ingress → kubernetes-expert (future) GitHub Actions CI/CD with containers → ...
23.5K
803 mmx-cli minimax-ai/cli
MiniMax CLI — Agent Skill Guide Use mmx to generate text, images, video, speech, music, and perform web search via the MiniMax AI platform. Prerequisites Install npm install -g mmx-cli Auth (OAuth persists to ~/.mmx/credentials.json, API key persists to ~/.mmx/config.json) mmx auth login --api-key sk-xxxxx Verify active auth source mmx auth status Or pass per-call mmx text chat --api-key sk-xxxxx --message "Hello" Region is auto-detected. Override with --region global or --region cn . Agent ...
23.4K
804 react-native-best-practices callstackincubator/agent-skills
React Native Best Practices Overview Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization". Skill Format Each reference file follows a hybrid format for fast lookup and deep understanding: Quick Pattern: Incorrect/Correct code snippets for immediate pattern matching Quick Command: Shell commands for process/measurement skills Quick Config: Co...
23.3K
805 flutter-build-responsive-layout flutter/skills
Implementing Adaptive Layouts Contents Space Measurement Guidelines Widget Sizing and Constraints Device and Orientation Behaviors Workflow: Constructing an Adaptive Layout Workflow: Optimizing for Large Screens Examples Space Measurement Guidelines Determine the available space accurately to ensure layouts adapt to the app window, not just the physical device. Use MediaQuery.sizeOf(context) to get the size of the entire app window. Use LayoutBuilder to make layout decisions based on the parent ...
23.1K
806 fastapi-templates wshobson/agents
FastAPI Project Templates Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs. When to Use This Skill Starting new FastAPI projects from scratch Implementing async REST APIs with Python Building high-performance web services and microservices Creating async applications with PostgreSQL, MongoDB Setting up API projects with proper structure and testing Core Concepts 1. Project Structure Recomme...
23.1K
807 clerk clerk/skills
Based on what you're trying to do, here's the right skill to use: By Task Adding Clerk to your project → Use `clerk-setup` - Framework detection and quickstart - Environment setup, API keys, Keyless flow - Migration from other auth providers Custom sign-in/sign-up UI → Use `clerk-custom-ui` - Custom authentication flows - Appearance and styling - OAuth, magic links, passkeys, MFA Advanced Next.js patterns → Use `clerk-nextjs-patterns` - Server vs Client auth APIs - Middleware strate...
23.1K
808 idea-refine addyosmani/agent-skills
Idea Refine Refines raw ideas into sharp, actionable concepts worth building through structured divergent and convergent thinking. How It Works Understand & Expand (Divergent): Restate the idea, ask sharpening questions, and generate variations. Evaluate & Converge: Cluster ideas, stress-test them, and surface hidden assumptions. Sharpen & Ship: Produce a concrete markdown one-pager moving work forward. Usage This skill is primarily an interactive dialogue. Invoke it with an idea, and the agent ...
23K
809 using-agent-skills addyosmani/agent-skills
Using Agent Skills Overview Agent Skills is a collection of engineering workflow skills organized by development phase. Each skill encodes a specific process that senior engineers follow. This meta-skill helps you discover and apply the right skill for your current task. Skill Discovery When a task arrives, identify the development phase and apply the corresponding skill: Task arrives │ ├── Vague idea/need refinement? ──→ idea-refine ├── New project/feature/change? ──→ spec-driven-development ├─...
23K
810 summarize openclaw/openclaw
Summarize Fast CLI to summarize URLs, local files, and YouTube links. When to use (trigger phrases) Use this skill immediately when the user asks any of: "use summarize.sh" "what's this link/video about?" "summarize this URL/article" "transcribe this YouTube/video" (best-effort transcript extraction; no yt-dlp needed) Quick start Show more Installs 1.7K Repository openclaw/openclaw GitHub Stars 386.0K First Seen Jan 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
22.7K
811 swiftui-pro twostraws/swiftui-agent-skill
Review Swift and SwiftUI code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues. Review process: Check for deprecated API using references/api.md . Check that views, modifiers, and animations have been written optimally using references/views.md . Validate that data flow is configured correctly using references/data.md . Ensure navigation is updated and performant using references/navigation.md . Ensure the cod...
22.6K
812 remotion-maps remotion-dev/skills
Remotion Maps Choose exactly one technique from the intended shot, then load only that technique's TECHNIQUE.md . Every technique directory is self-contained and may be removed without breaking the others. Static map Requires you grab a satellite image and mount it in a <Img> tag, and animate on top Mapbox Requires a Mapbox key Nicer styles by default Map can display a round globe when zoomed out Includes nice 3D buildings such as the Eiffel tower MapLibre Show more Installs 862 Repository remot...
22.6K
813 review-loop 2dmurali/review-loop-skill
Review Loop Iterative worker-reviewer cycle within a single session. You do the work, spawn a reviewer subagent to critique it, revise based on feedback, repeat until quality gate is met. Core principle: First drafts are never final. Iterative critique produces better output than a single pass. Platform note: This skill works best with agents that support subagent spawning. On platforms without that capability, simulate the reviewer step by opening a fresh chat context, pasting only the work pro...
22.6K
814 git-workflow-and-versioning addyosmani/agent-skills
Git Workflow and Versioning Overview Git is your safety net. Treat commits as save points, branches as sandboxes, and history as documentation. With AI agents generating code at high speed, disciplined version control is the mechanism that keeps changes manageable, reviewable, and reversible. When to Use Always. Every code change flows through git. Core Principles Trunk-Based Development (Recommended) Keep main always deployable. Work in short-lived feature branches that merge back within 1-3 da...
22.6K
815 frontend-ui-engineering addyosmani/agent-skills
Frontend UI Engineering Overview Build production-quality user interfaces that are accessible, performant, and visually polished. The goal is UI that looks like it was built by a design-aware engineer at a top company — not like it was generated by an AI. This means real design system adherence, proper accessibility, thoughtful interaction patterns, and no generic "AI aesthetic." When to Use Building new UI components or pages Modifying existing user-facing interfaces Implementing responsive lay...
22.5K
816 web-quality-audit addyosmani/web-quality-skills
Web quality audit Comprehensive quality review based on Google Lighthouse audits. Covers Performance, Accessibility, SEO, and Best Practices across 150+ checks. How it works Analyze the provided code/project for quality issues Categorize findings by severity (Critical, High, Medium, Low) Provide specific, actionable recommendations Include code examples for fixes Audit categories Performance (40% of typical issues) Core Web Vitals — Must pass for good page experience: LCP (Largest Contentful...
22.5K
817 browser-testing-with-devtools addyosmani/agent-skills
Browser Testing with DevTools Overview Use Chrome DevTools MCP to give your agent eyes into the browser. This bridges the gap between static code analysis and live browser execution — the agent can see what the user sees, inspect the DOM, read console logs, analyze network requests, and capture performance data. Instead of guessing what's happening at runtime, verify it. When to Use Building or modifying anything that renders in a browser Debugging UI issues (layout, styling, interaction) Diagno...
22.5K
818 web-search skillssh/skills
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
22.4K
819 review-pr warpdotdev/common-skills
Review PR Skill Review the current pull request and write the output to review.json . Context The working directory is the PR branch checkout. The workflow provides an annotated diff in pr_diff.txt . The workflow provides the PR description in pr_description.txt . Focus on files and lines changed by this PR. Do not post comments or reviews to GitHub directly. Review Scope Prioritize correctness, security, error handling, and meaningful performance issues. Include style or nit comments only when ...
22.4K
820 prd github/awesome-copilot
Product Requirements Document (PRD) Overview Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined. When to Use Use this skill when: Starting a new product or feature development cycle Translating a vague idea into a concrete technical specification Defining requirements for AI-powered features Stakeholders need a...
22.3K
821 ci-cd-and-automation addyosmani/agent-skills
CI/CD and Automation Overview Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD is the enforcement mechanism for every other skill — it catches what humans and agents miss, and it does so consistently on every single change. Shift Left: Catch problems as early in the pipeline as possible. A bug caught in linting costs minutes; the same bug caught in production costs hours. Move checks upstream — static analysis before tests, ...
22.3K
822 spec-driven-implementation warpdotdev/common-skills
spec-driven-implementation Drive a spec-first workflow for substantial features in Warp. Overview Use this skill for significant features where a written spec will improve implementation quality, reduce ambiguity, or make review easier. Be pragmatic: not every change needs specs. Specs should usually live in: specs/<linear-ticket-number>/PRODUCT.md specs/<linear-ticket-number>/TECH.md For example: specs/APP-1234/PRODUCT.md specs/APP-1234/TECH.md specs/ should contain only ticket-named directorie...
22.3K
823 performance addyosmani/web-quality-skills
Performance optimization Deep performance optimization based on Lighthouse performance audits. Focuses on loading speed, runtime efficiency, and resource optimization. How it works Identify performance bottlenecks in code and assets Prioritize by impact on Core Web Vitals Provide specific optimizations with code examples Measure improvement with before/after metrics Performance budget Resource Budget Rationale Total page weight < 1.5 MB 3G loads in ~4s JavaScript (compressed) < 300 KB Parsing ...
22.2K
824 write-product-spec warpdotdev/common-skills
write-product-spec Write a PRODUCT.md spec for a significant feature in Warp. Overview The product spec should make the desired behavior unambiguous enough that an agent can implement it correctly and avoid regressions. Describe the feature purely from the user's perspective — what the user sees, does, and experiences, and the invariants that must hold for them. Do not include implementation details (internal types, state layout, module boundaries, data flow, algorithms). "User" is not limited t...
22.2K
825 write-tech-spec warpdotdev/common-skills
write-tech-spec Write a TECH.md spec for a significant feature in Warp. Overview The tech spec should translate product intent into an implementation plan that fits the existing codebase, documents architectural choices, and makes the work easier for agents to execute and reviewers to evaluate. Write specs to specs/<id>/TECH.md , where <id> is one of: a Linear ticket number (e.g. specs/APP-1234/TECH.md ) a GitHub issue id, prefixed with gh- (e.g. specs/gh-4567/TECH.md ) a short kebab-case featur...
22.2K
826 higgsfield-youtube-thumbnail higgsfield-ai/skills
Higgsfield YouTube Thumbnail Create a clean thumbnail concept, generate each variant through the higgsfield CLI, inspect it, and make only requested surgical edits. Bootstrap Before any generation: If higgsfield is missing, install it: curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh If higgsfield account status reports Session expired or Not authenticated , ask the user to run higgsfield auth login , then wait. Confirm the locked model contracts when the catal...
22.2K
827 higgsfield-brandkit higgsfield-ai/skills
Higgsfield Brandkit Build a coherent identity and its requested applications. Treat supplied brand facts and official assets as fixed constraints. Bootstrap Resolve SKILL_ROOT to this skill's installed directory and create a durable project directory: BRANDKIT_WORKDIR = " ${ PWD } /brandkit" BRANDKIT_STATE = " ${BRANDKIT_WORKDIR} /state.json" mkdir -p " ${BRANDKIT_WORKDIR} " Read prerequisites . Check tools before the stage that needs them. Never install system packages without the user's permis...
22.2K
828 python-executor skillssh/skills
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 677 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
22.1K
829 remotion-render skillssh/skills
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
22.1K
830 twitter-automation skillssh/skills
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
22.1K
831 web-search inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
22.1K
832 vue-best-practices antfu/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...
22.1K
833 resolve-merge-conflicts warpdotdev/common-skills
Resolve Merge Conflicts Overview Resolve conflicts without opening full files unless the compact view is insufficient. Start with a summary, then inspect one conflicted file at a time. Workflow Start with a summary. python3 .agents/skills/resolve-merge-conflicts/scripts/extract_conflict_context.py Use the summary to identify which files are unresolved, which index stages exist, and how many text hunks each file contains. Drill into one file. Show more
22.1K
834 fix-errors warpdotdev/common-skills
fix-errors Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Overview This skill helps resolve common issues encountered during development, including: Compilation errors (unused imports, type mismatches, etc.) Linting failures (clippy warnings) Formatting violations WASM-specific errors Test failures Before opening or updating a pull request, all presubmit checks must pass. Presubmit Checks Run all presubmit checks at once: Show more
22.1K
835 implement-specs warpdotdev/common-skills
implement-specs Implement an approved feature from PRODUCT.md and TECH.md . Overview Use this skill after the product and tech specs are approved. The goal is to build the feature described by the specs while keeping the checked-in specs and the implementation aligned as the work evolves. Approved specs should live directly under a ticket-named directory in specs/ , for example specs/APP-1234/PRODUCT.md and specs/APP-1234/TECH.md . In many cases, the implementation should be pushed in the same P...
22.1K
836 create-pr warpdotdev/common-skills
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
22.1K
837 agent-browser skillssh/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
22K
838 update-skill warpdotdev/common-skills
update-skill This guide provides instructions for creating or updating skills in this repository. It covers the required structure, frontmatter, and best practices for skills. Quick Start Every skill is a directory containing a SKILL.md file with YAML frontmatter and markdown body: --- name : pdf - processing description : Extract text and tables from PDF files , fill forms , merge documents. --- PDF Processing When to use this skill Use this skill when the user needs to work with PDF files......
22K
839 diagnose-ci-failures warpdotdev/common-skills
diagnose-ci-failures Programmatically diagnose CI failures for a PR and generate a plan to fix them. Overview This skill provides a deterministic workflow to check CI status for a PR, extract failure logs, analyze errors, and create a plan (not code changes) to resolve issues. The output is always a plan document that can be reviewed before execution. Workflow 1. Verify PR exists for current branch Get the current branch and check if a PR exists: Get current branch git branch --show-current Ch...
22K
840 remotion-render inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
21.9K
841 agent-browser inference-skills/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
21.9K
842 python-executor inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 677 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
21.9K
843 twitter-automation inference-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
21.9K
844 agent-pulse jane-o-o-o-o/agent-pulse-skills
Agent Pulse Purpose Use the installed agent-pulse CLI as the source of truth for local AI-agent activity. The PyPI package is agentpulse-cli , while the command remains agent-pulse . Prefer running commands and summarizing their output over reading the Agent Pulse source code. Always enable UTF-8 on Windows before running commands because Agent Pulse output contains emoji and box drawing: $env :PYTHONUTF8= '1' $env :PYTHONIOENCODING= 'utf-8' If agent-pulse is not on PATH, ask before installing d...
21.9K
845 gh-cli github/awesome-copilot
GitHub CLI (gh) Comprehensive reference for GitHub CLI (gh) - work seamlessly with GitHub from the command line. Version: 2.85.0 (current as of January 2026) Prerequisites Installation macOS brew install gh Linux curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of = /usr/share/keyrings/githubcli-archive-keyring.gpg echo "deb [arch= $( dpkg --print-architecture ) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable...
21.9K
846 shipping-and-launch addyosmani/agent-skills
Shipping and Launch Overview Ship with confidence. The goal is not just to deploy — it's to deploy safely, with monitoring in place, a rollback plan ready, and a clear understanding of what success looks like. Every launch should be reversible, observable, and incremental. When to Use Deploying a feature to production for the first time Releasing a significant change to users Migrating data or infrastructure Opening a beta or early access program Any deployment that carries risk (all of them) Th...
21.9K
847 source-driven-development addyosmani/agent-skills
Source-Driven Development Overview Every framework-specific code decision must be backed by official documentation. Don't implement from memory — verify, cite, and let the user see your sources. Training data goes stale, APIs get deprecated, best practices evolve. This skill ensures the user gets code they can trust because every pattern traces back to an authoritative source they can check. When to Use The user wants code that follows current best practices for a given framework Building boiler...
21.9K
848 brandalf warpdotdev/common-skills
Brandalf Use this skill as the entrypoint for Warp and Oz branding work. Source of truth The canonical brand skill lives at: https://warp-brand-site.vercel.app/brand/skill Before creating or revising any Warp- or Oz-branded asset, read that URL and use its contents as the source of truth for: visual style color usage typography voice and tone component rules naming and capitalization implementation guidance Show more
21.8K
849 core-web-vitals addyosmani/web-quality-skills
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
21.7K
850 pr-walkthrough warpdotdev/common-skills
PR Walkthrough Create a local static HTML/CSS/JavaScript walkthrough that orients a reviewer to the current branch's pull request as four separate interactive D3 views. The walkthrough should help the reviewer understand the affected code and the PR from four distinct views: System overview view : a concise standalone code overview for the subsystem touched by the PR. It should not feel like a graph. Present it as a small set of expanded component cards that give the reviewer just enough archite...
21.7K