███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10651 | seo-content-marketing-claude-skill-suite | aradotso/marketing-skills |
SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite provides 10 specialized SEO and content marketing commands with structured output, progress tracking, and actionable recommendations. Derived from shanraisshan/claude-code-best-practice for marketing and SEO workflows. What This Skill Does Keyword Research : Deep keyword clustering, opportunity scoring, SERP intent mapping Content Audits : Quality scoring, duplication detection, cannibalization r...
|
976 |
| 10652 | auth0-react-native | auth0/agent-skills |
Auth0 React Native Integration Add authentication to React Native and Expo mobile applications using react-native-auth0. Prerequisites React Native or Expo application Auth0 account and application configured as Native type If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use React web applications - Use auth0-react skill for SPAs (Vite/CRA) React Server Components - Use auth0-nextjs for Next.js applications Non-React native apps - Use platform-specific SDKs (...
|
976 |
| 10653 | deep-productivity | hexbee/hello-skills |
Deep Productivity Mastery Transform your life with just 1 hour/day of focused building work. This skill applies the three types of work framework—Building, Maintenance, and Recovery—to help you create meaningful progress toward your goals. When to Use This Skill User wants to build something meaningful (business, creative work, personal project) User struggles with focus, distractions, or unclear priorities User has limited time (1 hour/day) and wants to maximize impact User feels stuck in "do...
|
976 |
| 10654 | pi-history-ingest | ar9av/obsidian-wiki |
Pi History Ingest — Session Mining You are extracting knowledge from the user's Pi coding agent sessions and distilling it into the Obsidian wiki. Pi sessions are stored as structured JSONL with a tree layout — your job is to follow the active branch, extract durable knowledge, and compile it. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest pi ). Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up C...
|
976 |
| 10655 | python-pypi-package-builder | github/awesome-copilot |
Python PyPI Package Builder Skill A complete, battle-tested guide for building, testing, linting, versioning, typing, and publishing a production-grade Python library to PyPI — from first commit to community-ready release. AI Agent Instruction: Read this entire file before writing a single line of code or creating any file. Every decision — layout, backend, versioning strategy, patterns, CI — has a decision rule here. Follow the decision trees in order. This skill applies to any Python package t...
|
976 |
| 10656 | test-driven-development | jnmetacode/superpowers-zh |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
976 |
| 10657 | status | neolabhq/context-engineering-kit |
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
|
976 |
| 10658 | hyva-playwright-test | hyva-themes/hyva-ai-tools |
Writing Playwright Tests for Hyvä + Alpine.js Overview Hyvä replaces Luma's KnockoutJS/RequireJS/jQuery with Alpine.js + Tailwind CSS. Playwright's strict mode (rejects locators matching multiple elements) conflicts with Alpine.js DOM patterns where hidden elements exist throughout the page. This skill documents pitfalls and solutions discovered while writing Playwright tests for Hyvä storefronts. The 1 Rule: Hidden Alpine Elements Hyvä templates scatter elements like <div x-show="displayErrorMe...
|
976 |
| 10659 | codex-theme-switcher | codexthemes/skills |
Switch the active Codex theme Apply a theme from the managed local library ~/.codexthemes/themes/<theme-id>/ to the running Codex desktop app, switch between installed themes, restore the native look, and verify what is actually active. This skill is standalone: its TypeScript scripts own the reversible injection runtime. It does not create or edit themes (codex-theme-creator), install them from the gallery (codex-theme-installer), or publish them (codex-theme-submitter). The only required local...
|
976 |
| 10660 | senior-devops | alirezarezvani/claude-skills |
Senior Devops Complete toolkit for senior devops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Pipeline Generator python scripts/pipeline_generator.py [options] Script 2: Terraform Scaffolder python scripts/terraform_scaffolder.py [options] Script 3: Deployment Manager python scripts/deployment_manager.py [options] Core Capabilities 1. Pipeline Generator Automated tool for pipeline g...
|
976 |
| 10661 | n8n-binary-and-data-official | n8n-io/skills |
n8n Binary and Data n8n handles two kinds of data: JSON (in $json ) and binary (in $binary ), flowing side-by-side. Binary has sharp edges around agent tools, storage, and display contexts (chat surfaces, message rendering). For tabular storage (Data Tables), see the n8n-data-tables-official skill. Non-negotiables Binary is in $binary , not $json . Don't read file contents from $json . Binary cannot cross the agent tool boundary in either direction. Tool parameters are JSON only (via fromAi() ),...
|
976 |
| 10662 | vibe-delegate | amelnagdy/delegate-skills |
Vibe Delegate You are the orchestrator . Hand a bounded coding task to a separate implementer — the Mistral Vibe CLI ( vibe ) — then review what it produced and land it yourself. You write the brief and own the judgment; Vibe does the typing in its own session; you verify and commit. The loop needs only a shell command and file access, so any comparable orchestrator can drive it. When NOT to use this The task is small enough to do inline; delegation overhead is not worth it. The vibe CLI is not ...
|
976 |
| 10663 | knowledge-site-creator | joeseesun/qiaomu-knowledge-site-creator |
Knowledge Site Creator - 通用知识学习网站生成器 AI理解主题,自动创作内容,生成网站,一键部署。 核心理念 设计系统优先 : 复用设计语言(极简主义、配色、布局、交互模式) 不复用具体页面代码 AI根据主题重新创作所有内容 通用学习模式 (核心功能): 闪卡(Flashcard) - 快速记忆 学习(Learn) - 渐进式学习 测试(Quiz) - 知识检验 索引(Index) - 快速查找 进度(Progress) - 学习追踪 Show more Installs 111 Repository joeseesun/qiaom…-creator GitHub Stars 362 First Seen Apr 16, 2026 Security Audits Gen Agent Trust Hub Warn Socket Pass Snyk Pass
|
975 |
| 10664 | claude-typer | vibe-motion/skills |
Claude Typer Workflow Extract the text that should be typed in the animation as prompt . Run: skill_dir = "" for base in " ${AGENTS_HOME :- $HOME / .agents} " " ${CLAUDE_HOME :- $HOME / .claude} " " ${CODEX_HOME :- $HOME / .codex} " ; do if [ -d " $base /skills/claude-typer" ] ; then skill_dir = " $base /skills/claude-typer" break fi done [ -n " $skill_dir " ] || { echo "claude-typer skill not found under ~/.agents, ~/.claude, or ~/.codex" ; exit 1 ; } /usr/local/bin/python3 " $skill_dir /script...
|
975 |
| 10665 | voice-ai-development | sickn33/agentic-awesome-skills |
Voice AI Development Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals. Knows how to build low-latency, production-ready voice experiences. Role : Voice AI Architect You are an expert in building real-time voice applications. You think in terms of latency budgets, audio quality, and user ...
|
975 |
| 10666 | products-page-generator | kostja94/marketing-skills |
Pages: Products Guides product listing and category page content for e-commerce. For individual product detail pages, structure varies by platform. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketi...
|
975 |
| 10667 | stocksy-downloader | serpdownloaders/skills |
Stocksy Downloader — Coming Soon (Browser Extension) Download your licensed Stocksy photos and videos directly from the browser without switching between apps or managing manual save workflows. This extension is currently in development and has not been released yet. Stocksy Downloader is an upcoming browser extension designed to streamline the process of retrieving licensed visual assets from Stocksy's marketplace. Instead of navigating multiple pages and handling individual file downloads one ...
|
974 |
| 10668 | serp-video-downloader | serpdownloaders/skills |
SERP Video Downloader App (Browser Extension for Chrome, Firefox, Edge, Opera, Brave) Save Every kind of video from any place on the internet, Straight to your computer for offline viewing. SERP Video Downloader is a fast, secure, and reliable Chrome video downloader designed for how people actually find videos today: through search results. Discover a video via Google, Bing, DuckDuckGo, Brave Search, or Yahoo, then save it in a few clicks with clean filenames, HD/4K quality when available, audi...
|
974 |
| 10669 | getty-images-downloader | serpdownloaders/skills |
Getty Images Downloader — Coming Soon (Browser Extension) Download licensed Getty Images photos, vectors, and editorial content directly from the browser. This extension is currently in development and has not been released yet. Getty Images Downloader is an upcoming browser extension designed to streamline how users save their licensed assets from Getty Images. Rather than navigating multi-step download flows on the Getty website, this extension will let you capture high-resolution images, illu...
|
974 |
| 10670 | cs-audit | liuzhengdongfortest/codestable |
cs-audit 启动必读 动作前先跑 CodeStable preflight:读 .codestable/attention.md (缺失先 cs-onboard );不要用 AGENTS.md / CLAUDE.md 等外部入口代替它;细则见 .codestable/reference/execution-conventions.md 。 cs-issue 等你报 bug, cs-refactor 等你指优化点, cs-keep 等你说"这事记一下"——但"我也不知道哪有问题,你先扫一遍看看"这个诉求没人接。 cs-audit 补上这块: 在用户限定的范围内主动扫描,产出一份按严重度 × 性质交叉分类的发现清单 。 本技能只发现、不定修。修是 cs-issue / cs-refactor 的事。 cs-audit 是仓库级只读投查 driver(单一职责,非 stage 编排型 workflow);下方 Spec 是前门契约,正文「 工作流」的 Phase 1-4、维度矩阵与守护规则是方法论主体。 Spec csAudit :: AuditRequest -> AuditOut...
|
974 |
| 10671 | amazon-seller-analytics | nexscope-ai/amazon-skills |
Amazon Seller Analytics 📊 Analyze seller storefronts and reverse-engineer winning strategies. Competitive intelligence for Amazon success. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-seller-analytics -g Capabilities Show more Installs 837 Repository nexscope-ai/ama…n-skills GitHub Stars 510 First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
974 |
| 10672 | sf-industry-commoncore-omniscript | jaganpro/sf-skills |
sf-industry-commoncore-omniscript: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89...
|
974 |
| 10673 | hyva-create-module | hyva-themes/hyva-ai-tools |
Create Magento 2 Module This utility skill creates new Magento 2 modules in app/code/. It is designed to be called by other skills that need module scaffolding. Command execution: For commands that need to run inside the development environment (e.g., bin/magento), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. Parameters When invoking this skill, the calling skill should provide: Parameter Required Description vendor Yes Vendor na...
|
974 |
| 10674 | pr-address-comments | google-gemini/gemini-cli |
You are helping the user address comments on their Pull Request. These comments may have come from an automated review agent or a team member. OBJECTIVE: Help the user review and address comments on their PR. Comment Review Procedure Run the scripts/fetch-pr-info.js script to get PR info and state. MAKE SURE you read the entire output of the command, even if it gets truncated. Summarize the review status by analyzing the diff, commit log, and comments to see which still need to be addressed. Pay...
|
974 |
| 10675 | homepage-generator | kostja94/marketing-skills |
Pages: Homepage Guides homepage content, structure, and conversion optimization. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and value prop...
|
974 |
| 10676 | compression | patternsdev/skills |
Compressing JavaScript Table of Contents When to Use Instructions Details Source JavaScript is the second biggest contributor to page size and the second most requested web resource on the internet after images. We use patterns that reduce the transfer, load, and execution time for JavaScript to improve website performance. Compression can help reduce the time needed to transfer scripts over the network. When to Use Use this when you need to reduce JavaScript payload sizes for faster page loads ...
|
974 |
| 10677 | neumorphism | bergside/awesome-design-skills |
Neumorphism club Design System Skill (Universal) Mission You are an expert design-system guideline author for neumorphism. Create practical, implementation-ready guidance that can be directly used by engineers and designers. Brand Join the private club where people are building, monetizing, and marketing products with AI. Style Foundations Visual style: minimal, clean, high-contrast, playful, matrix Typography scale: desktop-first expressive scale | Fonts: primary=Space Mono, display=Space Mono,...
|
974 |
| 10678 | flags | vercel/next.js |
Feature Flags Arguments: $ARGUMENTS: Optional flags Options Option Purpose (none) Show all flags across all channels --diff <ch1> <ch2> Compare flags between channels --cleanup Show flags grouped by cleanup status --csv Output in CSV format Channels www , www-modern - Meta internal canary , next , experimental - OSS channels rn , rn-fb , rn-next - React Native Show more Installs 28 Repository react/react GitHub Stars 247.2K First Seen Jun 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
973 |
| 10679 | reddit-downloader | serpdownloaders/skills |
Reddit Downloader (Browser Extension) Download Reddit videos, images, galleries, and post text from visible posts in one browser workflow. Reddit Downloader is a browser extension built for users who want a cleaner way to save Reddit content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, galleries, and post text without using external downloader sites or extra software. Save Reddit videos as MP4 files with audi...
|
973 |
| 10680 | avast-premium-security-malware-detection | aradotso/security-skills |
Avast Premium Security Malware Detection Skill by ara.so — Security Skills collection. ⚠️ Critical Security Warning This project is NOT legitimate Avast software. It exhibits multiple red flags indicating it is likely distributing: Pirated/cracked software Malware disguised as security tools Keygens and unauthorized activation tools Potentially harmful payloads What This Repository Actually Is This is a malware distribution repository that uses deceptive tactics: Red Flags Identified Show more I...
|
973 |
| 10681 | setup-context7-mcp | neolabhq/context-engineering-kit |
User Input: $ARGUMENTS Guide for setup Context7 MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Show more
|
973 |
| 10682 | create-workflow-command | neolabhq/context-engineering-kit |
Create Workflow Command Create a command that orchestrates multi-step workflows by dispatching sub-agents with task-specific instructions stored in separate files. User Input Workflow Name: $1 Description: $2 Architecture Overview Workflow commands solve the context bloat problem : instead of embedding detailed step instructions in the main command (polluting orchestrator context), store them in separate task files that sub-agents read on-demand. Show more
|
973 |
| 10683 | analytics-data-analysis | mindrally/skills |
Analytics and Data Analysis You are an expert in data analysis, visualization, and Jupyter development using Python libraries including pandas, matplotlib, seaborn, and numpy. Key Principles Deliver concise, technical responses with accurate Python examples Emphasize readability and reproducibility in data analysis workflows Use functional programming patterns; minimize class usage Leverage vectorized operations over explicit loops for performance Use descriptive variable naming conventions (e...
|
973 |
| 10684 | bundle-splitting | patternsdev/skills |
Bundle Splitting When building a modern web application, bundlers such as Webpack or Rollup take an application's source code, and bundle this together into one or more bundles. When a user visits a website, the bundle is requested and loaded in order to display the data to the user's screen. JavaScript engines such as V8 are able to parse and compile data that's been requested by the user as it's being loaded. Although modern browsers have evolved to parse and compile the code as quickly and pe...
|
973 |
| 10685 | openspec-archive-change | fission-ai/openspec |
Archive a completed change in the experimental workflow. Store selection: If the user names a store (a store is a standalone OpenSpec repo registered on this machine) or the work lives in one, run openspec store list --json to discover registered store ids, then pass --store <id> on the commands that read or write specs and changes ( new change , status , instructions , list , show , validate , archive , doctor , context , schemas , view ). Once selected, treat --store <id> as sticky for the res...
|
973 |
| 10686 | autoskill | k-dense-ai/scientific-agent-skills |
autoskill Requires a running screenpipe daemon. This skill has no alternate data source — it reads exclusively from the local screenpipe HTTP API (default http://localhost:3030 ). If the daemon isn't running, run() raises ScreenpipeUnreachable with install instructions. Network access & environment variables. This skill makes authenticated HTTP requests to (a) the user's local screenpipe daemon on loopback, and (b) the user-configured LLM backend — one of http://localhost:1234/v1 (LM Studio, def...
|
973 |
| 10687 | code-review | skillcreatorai/ai-agent-skills |
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 1. Pin ...
|
972 |
| 10688 | code-documentation-code-explain | sickn33/antigravity-awesome-skills |
Code Explanation and Analysis You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations for developers at all levels. Use this skill when Explaining complex code, algorithms, or system behavior Creating onboarding walkthroughs or learning materials Producing step-by-step breakdowns with diagrams Teaching patterns or debugging reasoning Do not use thi...
|
972 |
| 10689 | insforge-integrations | insforge/insforge-skills |
InsForge Integrations This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory. Auth Providers Provider Guide When to use Clerk Clerk JWT Templates + InsForge RLS Clerk signs tokens directly via JWT Template — no server-side signing needed Auth0 Auth0 Actions + InsForge RLS Auth0 uses a post-login Action ...
|
972 |
| 10690 | code-review | moizibnyousaf/ai-agent-skills |
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 1. Pin ...
|
972 |
| 10691 | senior-security | davila7/claude-code-templates |
Senior Security Engineer Security engineering tools for threat modeling, vulnerability analysis, secure architecture design, and penetration testing. Table of Contents Threat Modeling Workflow Security Architecture Workflow Vulnerability Assessment Workflow Secure Code Review Workflow Incident Response Workflow Security Tools Reference Tools and References Threat Modeling Workflow Show more
|
972 |
| 10692 | apple-hig-designer | jamesrochabrun/skills |
Apple HIG Designer Design beautiful, native iOS apps following Apple's Human Interface Guidelines (HIG). Create accessible, intuitive interfaces with native components, proper typography, semantic colors, and Apple's design principles. What This Skill Does Helps you design and build iOS apps that feel native and follow Apple's guidelines: Generate iOS Components - Create SwiftUI and UIKit components Validate Designs - Check compliance with Apple HIG Ensure Accessibility - VoiceOver, Dynamic ...
|
972 |
| 10693 | google-trends-research | postplusai/postplus-skills |
Google Trends Research Use this skill for Google Trends platform-data work: topic discovery, keyword momentum, regional interest, rising queries, and search-intent watchlists. Apply shared rulebook and user-guidance rules from postplus-shared . When a supported command completes but evidence is empty, sparse, noisy, off-topic, or the wrong record type, apply the postplus-shared reference research-quality-recovery.md ; hard execution errors still fail fast. Core Rule Treat Google Trends as a sear...
|
972 |
| 10694 | ralplan | yeachan-heo/oh-my-claudecode |
This is an alias for `/plan --consensus` Ralplan orchestrates three specialized agents—Planner, Architect, and Critic—in an iterative loop until consensus is reached on a comprehensive work plan. Usage ``` /oh-my-claudecode:ralplan [task] ``` What It Does Invokes the plan skill with --consensus mode, which: - Creates initial plan with Planner agent - Consults Architect for architectural questions - Reviews with Critic agent - Iterates until Critic approves (max 5 iterations) Implem...
|
972 |
| 10695 | openspec-explore | fission-ai/openspec |
Enter explore mode. Think deeply. Visualize freely. Follow the conversation wherever it goes. IMPORTANT: Explore mode is for thinking, not implementing. You may read files, search code, investigate the codebase, and run read-only commands or tools without confirmation, but you must NEVER write code or implement features. If the user asks you to implement something, remind them to exit explore mode first and create a change proposal. You MAY create or update OpenSpec change artifacts (proposals, ...
|
972 |
| 10696 | dt-alerting | dynatrace/dynatrace-for-ai |
dt-alerting Configure and understand the full alerting lifecycle in Dynatrace — from anomaly detector setup through Grail event storage, problem grouping, and workflow notification delivery. The Alerting Lifecycle Show more Installs 957 Repository dynatrace/dynat…e-for-ai GitHub Stars 126 First Seen Jun 16, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
972 |
| 10697 | zsxq | unnoo/zsxq-skill |
zsxq-cli 完整操作指南 本 Skill 覆盖通过 zsxq-cli 与底层接口操作知识星球的所有场景:认证、星球管理、主题管理、用户信息、笔记管理,以及 Skill Pay 微信支付。 默认假设 zsxq-cli 已安装且已登录 ,无需每次主动检查。只在命令执行报错时才按需处理(见 references/auth-errors.md )。 本 Skill 所有示例中的 ID、订单号、支付码等标识均为模拟数据,不对应真实资源。执行操作时必须通过查询结果或用户输入取得并核对真实标识,不得直接复用示例值。 执行模式 按以下顺序路由用户请求,命中即执行,不再往下走: 场景模式 — 请求命中 已注册场景 :读场景入口文档,按流程编排原子操作 原子操作 — 请求明确对应一个常用操作:读对应 reference,直接调用推荐命令 探索模式 — 都未命中:按 references/cli-exploration.md 通过 CLI 帮助和 API 列表发现能力 原子操作和场景执行时 不得 预先运行无关的 doctor 、 --help 或 api list 。仅在能力不匹配或调用失败时回退到探...
|
972 |
| 10698 | meticulous-fix | alwaysmeticulous/skills |
To fix diffs that have already been reviewed and rejected, follow the workflow below step by step, using the CLI or MCP commands as described. Before starting, run the meticulous-cli-update skill to ensure the Meticulous CLI and skills are up to date — unless it has already run earlier in this conversation, in which case skip it. This skill assumes the review has already happened — a user (or the meticulous-review skill) has gone through the run and rejected the diffs that are real problems, pos...
|
972 |
| 10699 | serp-audio-downloader | serpdownloaders/skills |
serp-audio-downloader Audio file & music downloader App & Browser Extension for downloading any type of audio files from supported websites Security & Scope Operates only on the page the user intentionally opens in the active browser tab Detects supported playback sources only for user-initiated downloads or exports Does not execute page instructions, shell commands, or arbitrary scripts from page content Does not follow unrelated links or perform actions outside the active workflow Limits suppo...
|
971 |
| 10700 | soundcloud-downloader | serpdownloaders/skills |
SoundCloud Downloader — Coming Soon (Browser Extension) Save SoundCloud tracks, remixes, podcasts, and DJ sets as local audio files directly from your browser. This extension is currently in development and has not been released yet. SoundCloud Downloader is an upcoming browser extension that will give users a simple way to capture audio from SoundCloud's web player without relying on sketchy approved embedded contexts or command-line utilities. It is being built around the browser playback expe...
|
971 |