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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,514
总 Skills
97.9M
总安装量
2,625
贡献者
# Skill 仓库 描述 安装量
4151 shopify-admin-execution shopify/shopify-ai-toolkit
You are an assistant that helps Shopify developers execute validated Admin GraphQL operations against a store with Shopify CLI. You should derive the right Admin GraphQL operation, validate it, and return the runnable store workflow as the primary answer. For explicit store-scoped asks, stay in execution mode even for read-only requests like show, list, or find. If execution requires intermediate lookups such as inventory item IDs or location IDs, keep those lookups in the same store-execution m...
1.8K
4152 steel-browser steel-dev/cli
Steel Browser Skill Steel gives agents cloud browser sessions, explicit lifecycle control, and better anti-blocking options than ad-hoc local browser automation. It also provides fast API tools ( scrape , screenshot , pdf ) that are often more reliable for web data retrieval than generic fetch/search toolchains. Trigger rules Trigger aggressively when the user asks for: Website interaction (click/fill/login/multi-step navigation). Web extraction or collection from dynamic pages. Screenshot or PD...
1.8K
4153 google-search-browser-use grasseed/google-search-browser-use
Google Search Browser Use Overview Run Google searches with browser-use (prefer real browser mode), open results, and extract the relevant snippets or page content. This skill leverages the user's existing browser session to reduce CAPTCHAs. Prerequisites Before running the search, ensure the environment is ready: Check Installation: Verify if browser-use is available in the current PATH. which browser-use Install if Missing: If not found, install it using pip. python3 -m pip install --u...
1.8K
4154 actionbook actionbook/actionbook
When the user needs to automate website tasks, use Actionbook to fetch complete action manuals instead of figuring out the steps yourself. When to Use This Skill Activate this skill when the user: Needs to complete a multi-step task ("Send a LinkedIn message", "Book an Airbnb") Asks how to interact with a website ("How do I post a tweet?") Builds browser-based AI agents or web scrapers Writes E2E tests for external websites What Actionbook Provides Action manuals include: Step-by-step instr...
1.8K
4155 interview prep generator paramchoudhary/resumeskills
Use this skill when the user wants to: - Prepare for a job interview - Practice answering interview questions - Create STAR stories from their experience - Anticipate questions for a specific role - Mentions: "interview prep", "prepare for interview", "STAR stories", "interview questions", "behavioral questions" Core Capabilities - Generate role-specific interview questions - Create STAR stories from resume bullets - Predict questions based on job description - Prepare answers for com...
1.8K
4156 security-review sickn33/antigravity-awesome-skills
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management ❌ NEVER Do This const apiKey = "sk-proj-xxxxx" // Hardcoded secret const dbP...
1.8K
4157 frontend-design affaan-m/everything-claude-code
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
1.8K
4158 tech resume optimizer paramchoudhary/resumeskills
Use this skill when the user: - Is applying for software engineering roles - Wants to optimize a technical resume - Needs help with developer/PM/technical job applications - Mentions: "tech resume", "software engineer resume", "developer resume", "technical resume", "SWE resume", "PM resume" Core Capabilities - Optimize resumes for technical roles (SWE, PM, Data, DevOps) - Structure technical skills sections effectively - Highlight projects and technical achievements - Balance technica...
1.8K
4159 job description analyzer paramchoudhary/resumeskills
Use this skill when the user: - Wants to analyze a job posting - Asks "should I apply to this job?" - Wants to know their match percentage for a role - Needs help understanding job requirements - Wants to tailor their resume for a specific position - Mentions: "analyze this job", "am I qualified", "match score", "should I apply" Use this BEFORE resume tailoring to ensure effort is worth it. Core Capabilities - Extract and categorize job requirements (must-have vs nice-to-have) - Calcu...
1.8K
4160 daily-news-caster noizai/skills
Daily News Caster Skill This skill allows the agent to fetch real-time news, organize it into a conversational podcast script, and generate an audio file reading the script out loud. Workflow Instructions When the user asks to get the latest news and make a podcast out of it, follow these steps strictly: Step 1: Ensure Skills are Installed If the news-aggregator-skill and tts skills are not already installed in the workspace, run the following commands to install them: npx skills add https://git...
1.8K
4161 resume formatter paramchoudhary/resumeskills
Use this skill when the user: - Needs help with resume layout and formatting - Has a messy or hard-to-read resume - Wants to ensure ATS compatibility through formatting - Needs a clean, professional design - Mentions: "format resume", "resume layout", "resume design", "clean resume", "professional format" Core Capabilities - Structure resumes for optimal readability - Ensure ATS compatibility through formatting - Create visual hierarchy - Optimize white space and margins - Select app...
1.8K
4162 c-level-advisor alirezarezvani/claude-skills
C-Level Advisory Ecosystem A complete virtual board of directors for founders and executives. Quick Start 1. Run /cs:setup → creates company-context.md (all agents read this) 2. Ask any strategic question → Chief of Staff routes to the right role 3. For big decisions → /cs:board triggers a multi-role board meeting What's Included 10 C-Suite Roles CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor 6 Orchestration Skills Founder Onboard, Chief of Staff (router), Board Meeting, Decisio...
1.8K
4163 houdini sfkislev/flue
This skill lets a coding agent operate SideFX Houdini on the desktop through Flue , a local shell-to-application bridge. The agent pipes Python into houdini_bridge.py and gets structured JSON back. agent shell -> houdini_bridge.py -> hou -> JSON result When to use The human requests work performed inside Houdini — inspect the open scene, nodes, parameters, geometry, selection; make bounded edits; run small hou scripts. A CLI agent cannot act inside Houdini without a bridge like Flue. How to proc...
1.8K
4164 autodesk sfkislev/flue
This skill lets a coding agent operate Autodesk desktop applications through Flue , a local shell-to-application bridge. Flue currently covers Autodesk 3ds Max through a consistent stdin/stdout contract; further Autodesk adapters are in scope. agent shell -> 3dsmax_bridge.py -> MAXScript / Python -> JSON result When to use The human requests work performed inside an Autodesk desktop app — inspect the open scene, objects, modifiers, materials, selection; make bounded edits; run small scripts. A C...
1.8K
4165 expect millionco/expect
Expect You verify code changes in a real browser before claiming they work. No browser evidence, no completion claim. Use the expect MCP tools ( open , playwright , screenshot , etc.) for all browser interactions. Do not use raw browser tools (Playwright MCP, chrome tools, etc.) unless the user explicitly asks. Subagent Usage Browser verification is best run in a subagent (Task tool) or background shell so the main thread stays free for code edits. This keeps the conversation responsive — you ca...
1.8K
4166 use-topbar cognitedata/builder-skills
Topbar @aura/topbar is the single, compliant top navigation bar for every authenticated Flows/Fusion app. It is a shadcn registry component (installed via pnpm dlx shadcn@latest add @aura/topbar ), not an npm package. Storybook: https://cognitedata.github.io/aura/storybook/?path=/docs/primitives-topbar--docs Full rules: RULES.md · Interview: INTERVIEW.md · Install + code: IMPLEMENTATION.md Non-negotiables: Exactly one Topbar per page, composed only from @aura/topbar primitives, installed via the...
1.8K
4167 adobe sfkislev/flue
This skill lets a coding agent operate Adobe desktop applications through Flue , a local shell-to-application bridge. The agent pipes ExtendScript into a per-app bridge process and gets structured JSON back. Flue covers Photoshop, Illustrator, Premiere Pro, After Effects, InDesign, and Audition through a consistent stdin/stdout contract. agent shell -> <app>_bridge.py -> ExtendScript -> JSON result When to use The human requests work performed inside an Adobe desktop app — inspect the open docum...
1.8K
4168 ce-update everyinc/compound-engineering-plugin
Check Plugin Version Verify the installed compound-engineering plugin version matches the upstream plugin.json on main , and recommend the update command if it doesn't. Claude Code only. The upstream version comes from plugins/compound-engineering/.claude-plugin/plugin.json on main rather than the latest GitHub release tag, because the marketplace installs plugin contents from main HEAD. Comparing against release tags false-positives whenever main is ahead of the last tag (the normal state betwe...
1.8K
4169 pulumi-arm-to-pulumi pulumi/agent-skills
If you have already generated a migration plan before loading this skill, you MUST: - Review your existing plan against the workflows and requirements in this skill - Identify any gaps, missing steps, or incorrect assumptions - Update and revise your plan to align with this skill's guidance - Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: - Complete Resource Coverage Every ARM template resou...
1.8K
4170 ce-slack-research everyinc/compound-engineering-plugin
/ce-slack-research Search Slack for organizational context and receive an interpreted research digest. Usage /ce-slack-research [topic or question] /ce-slack-research Examples /ce-slack-research free trial /ce-slack-research What did we say about free trial recently? /ce-slack-research free trial in proj-reverse-trial /ce-slack-research onboarding flow after:2026-03-01 Show more
1.8K
4171 ce-demo-reel everyinc/compound-engineering-plugin
Demo Reel Detect project type, recommend a capture tier, record visual evidence, upload to a public URL, and return markdown for PR inclusion. Evidence means USING THE PRODUCT, not running tests. "I ran npm test" is test evidence. Evidence capture is running the actual CLI command, opening the web app, making the API call, or triggering the feature. The distinction is absolute -- test output is never labeled "Demo" or "Screenshots." If real product usage is impractical (requires API keys, cloud ...
1.8K
4172 ce-agent-native-architecture everyinc/compound-engineering-plugin
Agent-native applications treat agents as first-class citizens. Features are outcomes achieved by an agent with tools operating in a loop, not functions written in code. The same architecture that powers Claude Code can power apps far beyond coding. Five core principles: Parity — Whatever the user can do through the UI, the agent can achieve through tools. Granularity — Tools are atomic primitives; features are prompt-defined outcomes. To change behavior, edit prose, not code. Composability — Ne...
1.8K
4173 ce-frontend-design everyinc/compound-engineering-plugin
Frontend Design Guide creation of distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. This skill covers the full lifecycle: detect what exists, plan the design, build with intention, and verify visually. Authority Hierarchy Every rule in this skill is a default, not a mandate. Existing design system / codebase patterns -- highest priority, always respected User's explicit instructions -- override skill defaults Skill defaults -- apply in greenfield work or when th...
1.8K
4174 ce-dhh-rails-style everyinc/compound-engineering-plugin
<essential_principles> Core Philosophy "The best code is the code you don't write. The second best is the code that's obviously correct." Vanilla Rails is plenty: Rich domain models over service objects CRUD controllers over custom actions Concerns for horizontal code sharing Records as state instead of boolean columns Database-backed everything (no Redis) Build solutions before reaching for gems Show more
1.8K
4175 training-report samber/cc-skills
Training Report Iterate the full report in Markdown first . Generate the .docx last , once, when the content is final. The .md is the canonical artifact; the .docx is a terminal derivative. Discipline-agnostic: coding workshop, leadership seminar, safety training, onboarding, creative workshop — all apply equally. Voice mode: this conversation may be conducted by voice. Transcription can introduce homophones, missing punctuation, or ambiguous proper nouns (names, company names, tool names). If a...
1.8K
4176 skill-progressive-disclosure-design samber/cc-skills
Skill Progressive Disclosure Design Each section that recommends a direction includes explicit pros and cons. The decisions in this skill are trade-offs, not rules. The model using this skill should reason from the trade-offs to the user's specific situation rather than apply rules blindly. Triggering vs. disclosure: separate these first Two problems get conflated and need separating before any splitting decision. Triggering is whether Claude invokes the skill at all. Driven entirely by the YAML...
1.8K
4177 site-launch-checklist samber/cc-skills
Site Launch Checklist Pre-launch audit and setup workflow for shipping a new website. Opinionated for Cloudflare DNS + Vercel hosting + PostHog + Legal context. Interaction style (READ FIRST) This skill is intentionally interactive. Use ask_user_input_v0 aggressively instead of assuming. Ask one question at a time with 2-4 tappable options. The user will tap, not type. Always ask these questions at the start of a run (one at a time, in this order): Site type: doc-site | marketing/lead-gen | SaaS...
1.8K
4178 linkedin-ghostwriter samber/cc-skills
No SKILL.md available for this skill. View on GitHub Installs 729 Repository samber/cc-skills GitHub Stars 133 First Seen Mar 22, 2026
1.8K
4179 twitter resciencelab/opc-skills
🔴 HARD LIMITS — READ FIRST ⛔ CALL AT MOST 3 TWITTER TOOLS PER RESPONSE. STOP AFTER 3 CALLS. After each tool call, check: "Do I have enough data to answer?" If yes → STOP AND REPLY. ⛔ NEVER call bash or write_file for any twitter task — reason inline, no scripts. ⛔ NEVER paginate unless user explicitly asks for more — first page is enough. ⛔ NEVER call lunar_coin , lunar_coin_time_series , or any LunarCrush/CoinGecko tool — Twitter sentiment 问题只用 twitter_search_tweets 回答,不跨 skill。 ⛔ NEVER call co...
1.8K
4180 everything-claude-code-harness aradotso/trending-skills
Everything Claude Code (ECC) — Agent Harness Performance System Skill by ara.so — Daily 2026 Skills collection. Everything Claude Code (ECC) is a production-ready performance optimization system for AI agent harnesses. It provides specialized subagents, reusable skills, custom slash commands, memory-persisting hooks, security scanning, and language-specific rules — all evolved from 10+ months of daily real-world use. Works across Claude Code, Cursor, Codex, OpenCode, and Antigravity. Installatio...
1.8K
4181 ce-work-beta everyinc/compound-engineering-plugin
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Work Execution Command Execute work efficiently while maintaining quality and finishing features. Introduction This command takes a work document (plan or specification) or a bare prompt describing the work, and executes it systematically. The focus is on shipping complete features by understanding requirements quickly, following existing patte...
1.8K
4182 ce-release-notes everyinc/compound-engineering-plugin
Compound-Engineering Release Notes Look up what shipped in recent releases of the compound-engineering plugin. Bare invocation summarizes the last 5 plugin releases. Argument invocation searches the last 40 releases and answers a specific question, citing the release version that introduced the change. Data comes from the GitHub Releases API for EveryInc/compound-engineering-plugin , filtered to the compound-engineering-v* tag prefix so sibling components ( cli-v* , coding-tutor-v* , marketplace...
1.8K
4183 brightdata-cli brightdata/skills
Bright Data CLI The Bright Data CLI ( brightdata or bdata ) gives you full access to Bright Data's web data platform from the terminal. It handles authentication, proxy zones, anti-bot bypass, CAPTCHA solving, and JavaScript rendering automatically — the user just needs to log in once. Installation If the CLI is not installed yet, guide the user: macOS / Linux: curl -fsSL https://cli.brightdata.com/install.sh | bash Windows or manual install (any platform): npm install -g @brightdata/cli Without...
1.8K
4184 frontend-testing-best-practices sergiodxa/agent-skills
Guidelines for writing effective, maintainable tests that provide real confidence. Contains 6 rules focused on preferring E2E tests, minimizing mocking, and testing behavior over implementation. Core Philosophy - Prefer E2E tests over unit tests - Test the whole system, not isolated pieces - Minimize mocking - If you need complex mocks, write an E2E test instead - Test behavior, not implementation - Test what users see and do - Avoid testing React components directly - Test them through E2...
1.8K
4185 moshi-best-practices rjyo/moshi-skill
Moshi Best Practices Use this skill to make any host feel easy to use from Moshi. Use it for either: fresh setup verification of an existing setup Rules Inspect before editing. Prefer direct config edits over platform-specific setup scripts. Verify every outcome after changing it. For moshi DIR , use a shell function named moshi , not a literal alias. Aliases cannot take arguments safely. 1. Host Readiness Target outcome: preferred transport is Mosh plus tmux; fallback is SSH plus tmux the host ...
1.8K
4186 favicon-gen jezweb/claude-skills
Favicon Generator Status: Production Ready ✅ Last Updated: 2026-01-14 Dependencies: None (generates pure SVG/converts to ICO and PNG) Latest Versions: N/A (no package dependencies) Quick Start (5 Minutes) Decision Tree: Choose Your Approach Do you have a logo with an icon element? ├─ YES → Extract icon from logo (Method 1) └─ NO ├─ Do you have text/initials? │ ├─ YES → Create monogram favicon (Method 2) │ └─ NO → Use branded shape (Method 3) Method 1: Extract Icon from Logo When t...
1.8K
4187 telecommunications-expert personamanagmentlayer/pcl
Telecommunications Expert Expert guidance for telecommunications systems, network management, billing systems, 5G networks, SDN/NFV, and telecom infrastructure management. Core Concepts Telecommunications Systems Operations Support Systems (OSS) Business Support Systems (BSS) Network Management Systems (NMS) Service Assurance Inventory Management Provisioning systems Customer care platforms Network Technologies 5G/4G/LTE networks Fiber optic networks Software-Defined Networking (SDN) Network F...
1.8K
4188 ios-simulator-skill conorluddy/ios-simulator-skill
iOS Simulator Skill Build, test, and automate iOS applications using accessibility-driven navigation and structured data instead of pixel coordinates. Quick Start 1. Check environment bash scripts/sim_health_check.sh 2. Launch app python scripts/app_launcher.py --launch com.example.app 3. Map screen to see elements python scripts/screen_mapper.py 4. Tap button python scripts/navigator.py --find-text "Login" --tap 5. Enter text python scripts/navigator.py --find-type TextField --enter-...
1.8K
4189 ultrathink intellectronica/agent-skills
Ultrathink When this skill is invoked, run this Bash command to display colourful ANSI art: printf '\n \033[1;31m╦ ╦\033[1;33m╦ \033[1;32m╔╦╗\033[1;36m╦═╗\033[1;34m╔═╗\033[1;35m╔╦╗\033[1;31m╦ ╦\033[1;33m╦\033[1;32m╔╗╔\033[1;36m╦╔═\033[0m\n \033[1;31m║ ║\033[1;33m║ \033[1;32m║ \033[1;36m╠╦╝\033[1;34m╠═╣\033[1;35m ║ \033[1;31m╠═╣\033[1;33m║\033[1;32m║║║\033[1;36m╠╩╗\033[0m\n \033[1;31m╚═╝\033[1;33m╩═╝\033[1;32m ╩ \033[1;36m╩╚═\033[1;34m╩ ╩\033[1;35m ╩ \033[1;31m╩ ╩\033[1;33m╩\033[1;32m╝╚╝\...
1.8K
4190 presentation-design jwynia/agent-skills
Presentation Design Diagnostic Purpose Design and evaluate presentations that communicate effectively. Provides frameworks for planning, visual design, cognitive load management, and evaluation. Applicable to any presentation tool (reveal.js, PowerPoint, Keynote, Google Slides). Core Principle Audience-centered design. Every decision should serve audience understanding, not presenter convenience. Quick Reference: Common Problems Problem Symptom Fix Wall of Text Slides are paragraphs Assertio...
1.8K
4191 xiaohongshu-images iamzifei/xiaohongshu-images-skill
Xiaohongshu Images Skill This skill transforms markdown, HTML, or text content into beautifully styled HTML pages with AI-generated cover images, then captures them as sequential screenshots at 3:4 ratio for Xiaohongshu posting. Overview The skill performs the following workflow: Accept Content: Receives markdown, HTML, or txt format content from the user Load Prompt Template: Reads the prompt template from prompts/default.md in this skill's directory Generate Cover Image: Uses /baoyu-cover-...
1.8K
4192 hot-topics vikiboss/60s-skills
Hot Topics & Trending Content Skill This skill helps AI agents fetch trending topics and hot searches from major Chinese social media and content platforms. When to Use This Skill Use this skill when users: Want to know what's trending on social media Ask about hot topics or viral content Need to understand current popular discussions Want to track trending topics across platforms Research social media trends Supported Platforms Weibo (微博) - Chinese Twitter equivalent Zhihu (知乎) - Chinese Quora ...
1.8K
4193 flutter-adaptive-ui madteacher/mad-agents-skills
Flutter Adaptive UI Overview Create Flutter applications that adapt gracefully to any screen size, platform, or input device. This skill provides comprehensive guidance for building responsive layouts that scale from mobile phones to large desktop displays while maintaining excellent user experience across touch, mouse, and keyboard interactions. Quick Reference Core Layout Rule: Constraints go down. Sizes go up. Parent sets position. 3-Step Adaptive Approach: Abstract - Extract common data...
1.8K
4194 opennews 6551team/opennews-mcp
OpenNews Crypto News Skill Query crypto news from the 6551 platform REST API. All endpoints require a Bearer token via $OPENNEWS_TOKEN . Get your token : https://6551.io/mcp Base URL : https://ai.6551.io Authentication All requests require the header: Authorization: Bearer $OPENNEWS_TOKEN News Operations 1. Get News Sources Fetch all available news source categories organized by engine type. curl -s -H "Authorization: Bearer $OPENNEWS_TOKEN " \ "https://ai.6551.io/open/news_type" Returns a tree ...
1.8K
4195 python-backend jiatastic/open-python-skills
python-backend Production-ready Python backend patterns for FastAPI, SQLAlchemy, and Upstash. When to Use This Skill Building REST APIs with FastAPI Implementing JWT/OAuth2 authentication Setting up SQLAlchemy async databases Integrating Redis/Upstash caching and rate limiting Refactoring AI-generated Python code Designing API patterns and project structure Core Principles Async-first - Use async/await for I/O operations Type everything - Pydantic models for validation Dependency injection - Use...
1.8K
4196 tech-resume-optimizer paramchoudhary/resumeskills
Tech Resume Optimizer When to Use This Skill Use this skill when the user: Is applying for software engineering roles Wants to optimize a technical resume Needs help with developer/PM/technical job applications Mentions: "tech resume", "software engineer resume", "developer resume", "technical resume", "SWE resume", "PM resume" Core Capabilities Optimize resumes for technical roles (SWE, PM, Data, DevOps) Structure technical skills sections effectively Highlight projects and technical achievemen...
1.8K
4197 resume-formatter paramchoudhary/resumeskills
Resume Formatter When to Use This Skill Use this skill when the user: Needs help with resume layout and formatting Has a messy or hard-to-read resume Wants to ensure ATS compatibility through formatting Needs a clean, professional design Mentions: "format resume", "resume layout", "resume design", "clean resume", "professional format" Core Capabilities Structure resumes for optimal readability Ensure ATS compatibility through formatting Create visual hierarchy Optimize white space and margins Se...
1.8K
4198 emilkowal-animations pproenca/dot-skills
Comprehensive animation guide for web interfaces based on Emil Kowalski's teachings, open-source libraries (Sonner, Vaul), and his [animations.dev](https://animations.dev) course. Contains 43 rules across 7 categories, prioritized by impact. When to Apply Reference these guidelines when: - Adding animations to React components - Choosing easing curves or timing values - Implementing gesture-based interactions (swipe, drag) - Building toast notifications or drawer components - Optimizing ...
1.8K
4199 api-documentation-generator sickn33/antigravity-awesome-skills
API Documentation Generator Overview Automatically generate clear, comprehensive API documentation from your codebase. This skill helps you create professional documentation that includes endpoint descriptions, request/response examples, authentication details, error handling, and usage guidelines. Perfect for REST APIs, GraphQL APIs, and WebSocket APIs. When to Use This Skill Use when you need to document a new API Use when updating existing API documentation Use when your API lacks clear docum...
1.8K
4200 interview-prep-generator paramchoudhary/resumeskills
Interview Prep Generator When to Use This Skill Use this skill when the user wants to: Prepare for a job interview Practice answering interview questions Create STAR stories from their experience Anticipate questions for a specific role Mentions: "interview prep", "prepare for interview", "STAR stories", "interview questions", "behavioral questions" Core Capabilities Generate role-specific interview questions Create STAR stories from resume bullets Predict questions based on job description Prep...
1.8K