Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

skill-router技能路由器

Agent Skill

skill-router 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,560

周安装

65

GitHub Stars

35,719

下载量

520
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-router(技能路由器)
来源仓库:https://github.com/sickn33/antigravity-awesome-skills
仓库路径:skills/skill-router
安装命令:
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill skill-router
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill skill-router

简介

skill-router 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 它属于研究检索类技能,适用于多种宿主环境。
  • 当前暂无更多功能细节,需参考原始文档进一步了解。

SKILL.md

Skill Router

When to Use

Use this skill when:

  • The user says "I don't know where to start" or "which skill should I use"
  • The user has a vague goal without a clear method
  • The user asks "what should I use for..." or "I'm not sure how to approach this"
  • The user is new to the skill library and needs guidance

Goal

Help users who are unsure of what they want to do or which skill to use. Interview them with a short structured conversation, then recommend the most relevant skill(s) from the installed library — with a clear explanation of why each skill fits and exactly how to invoke it.


Instructions

Step 1 — Acknowledge and open the interview

Respond warmly and tell the user you'll ask a few quick questions to find the right skill for them. Do NOT suggest any skills yet.

Example opener:

"No problem — let me ask you a few quick questions so I can point you to exactly the right skill."

Step 2 — Ask the Funnel Questions (one at a time, in order)

Ask only what you need. If an earlier answer makes a later question irrelevant, skip it.

Q1 — What is the broad area of the task? Present these as numbered options:

  1. Building / coding something (app, feature, component, script)
  2. Fixing or debugging something that's broken
  3. Security, pentesting, or vulnerability assessment
  4. AI agents, LLMs, or automation pipelines
  5. Marketing, SEO, content, or growth
  6. DevOps, infrastructure, deployment, or git
  7. Design, UI/UX, or creative output
  8. Planning, strategy, or documentation
  9. Something else (ask them to describe it)

Q2 — How specific is the task?

  1. I have a clear spec / I know exactly what I want built
  2. I have a rough idea but need help shaping it
  3. I'm totally starting from scratch with no clear direction

Q3 — What tech stack or domain is involved? (only ask if relevant) Examples: React / Next.js, Node.js, Python, AWS, Stripe, AI/LLM, no-code, etc. If they say "not sure" or "any", that's fine — move on.

Q4 — Do you want to work autonomously (agent does everything) or collaboratively (you stay in the loop)?

  1. Fully autonomous — just go
  2. Collaborative — I want to review/approve steps
  3. Not sure yet

Step 3 — Recommend skills

Based on their answers, recommend 1 primary skill and up to 2 secondary skills. Structure your recommendation exactly like this:

✅ Primary Skill: @skill-name *Why:* [1–2 sentences explaining why this is the best fit for what they described] *Invoke it like this:*

@skill-name [paste their goal here]

🔁 Also consider:

  • @skill-name-2 — [one sentence on when to layer this in]
  • @skill-name-3 — [one sentence on when to layer this in]

Step 4 — Offer a ready-made prompt

After the recommendation, offer to write them a ready-to-use prompt they can paste directly into Antigravity. Ask:

"Want me to write the full prompt for you so you can just paste it in?"

If yes, compose a complete, specific prompt using the recommended skill and everything you learned about their goal from the interview.


Example Interaction

User: @skill-router I want to build something but I'm not sure where to start

Agent: No problem — let me ask a few quick questions.
       What is the broad area?
       (1) Building  (2) Debugging  (3) Security  (4) AI/LLM
       (5) Marketing  (6) DevOps  (7) Design  (8) Planning

User: 1 - building something

Agent: How specific is the task?
       (1) Clear spec  (2) Rough idea  (3) Starting from scratch

User: 2 - rough idea

Agent: What tech stack? (React, Node, Python, etc. — or "not sure")

User: Next.js

Agent: ✅ Primary Skill: @brainstorming
       Why: You have a rough idea that needs shaping before building.
       Brainstorming asks structured questions and produces a clear spec.

       @brainstorming help me design a [your app idea] using Next.js

       🔁 Also consider:
       - @plan-writing — once brainstorming produces a spec, break it into tasks
       - @senior-fullstack — when you are ready to start building

       Want me to write the full prompt for you?

Skill Routing Reference

Building a full product or app from scratch

  • Primary: @app-builder
  • If they want to plan first: @brainstorming@plan-writing@app-builder
  • If they want it fully autonomous: @loki-mode

Building a specific frontend feature / UI

  • Primary: @senior-fullstack or @frontend-design
  • Stack-specific: @react-patterns, @nextjs-best-practices, @tailwind-patterns
  • If they want a full design system: @ui-ux-pro-max + @core-components

Building a backend API or service

  • Primary: @backend-dev-guidelines
  • Stack-specific: @nodejs-best-practices, @python-patterns, @nestjs-expert
  • API design: @api-patterns
  • Database: @database-design + @prisma-expert

Debugging something broken

  • Primary: @systematic-debugging
  • If tests are failing: @test-fixing
  • If it's a code quality issue: @clean-code

Writing tests / TDD

  • Primary: @tdd
  • For Playwright/browser tests: @playwright-skill
  • For Jest patterns: @testing-patterns

Integrating a third-party service

  • Payments: @stripe-integration
  • Auth: @clerk-auth or @nextjs-supabase-auth
  • Database: @neon-postgres or @firebase
  • Messaging: @twilio-communications
  • Bots: @slack-bot-builder, @discord-bot-architect, @telegram-bot-builder
  • File storage: @file-uploads
  • Analytics: @analytics-tracking

AI / LLM / agents

  • Architecture: @ai-agents-architect
  • RAG pipelines: @rag-engineer
  • Prompts: @prompt-engineer
  • Multi-agent: @langgraph or @crewai
  • Observability: @langfuse
  • Voice: @voice-agents

Security / pentesting

  • Start here: @ethical-hacking-methodology + @pentest-checklist
  • Web app testing: @burp-suite-testing, @sql-injection-testing, @xss-html-injection
  • Network/infra: @aws-penetration-testing, @linux-privilege-escalation
  • Reference: @top-web-vulnerabilities

DevOps / infrastructure / deployment

  • Docker: @docker-expert
  • Cloud: @aws-serverless, @gcp-cloud-run, @vercel-deployment
  • Git workflow: @git-pushing, @using-git-worktrees, @github-workflow-automation
  • Scripting: @linux-shell-scripting

Marketing / growth / SEO

  • Copy: @copywriting
  • Landing pages: @page-cro
  • SEO: @seo-fundamentals + @seo-audit
  • Email: @email-sequence
  • Ads: @paid-ads
  • Launch: @launch-strategy

Planning / architecture / strategy

  • Quick plan: @concise-planning
  • Full plan: @plan-writing@executing-plans
  • Architecture: @software-architecture or @senior-architect
  • Product strategy: @product-manager-toolkit

Creative / design / visuals

  • UI: @frontend-design
  • Data viz: @claude-d3js-skill
  • Generative art: @algorithmic-art
  • Presentations: @pptx-official

Fully autonomous / parallel execution

  • Full startup mode: @loki-mode
  • Independent parallel tasks: @dispatching-parallel-agents
  • Plan then execute: @subagent-driven-development

Document creation

  • Word doc: @docx-official
  • PDF: @pdf-official
  • Spreadsheet: @xlsx-official
  • Presentation: @pptx-official

Constraints

  • Never recommend more than 1 primary skill and 2 secondary skills at a time.
  • Always include the exact @invoke syntax so users can copy-paste it.
  • If the user's goal spans multiple categories, pick the most upstream skill (e.g. @brainstorming before @senior-fullstack).
  • Do not overwhelm the user with the full skill list. Recommend only what is relevant to their specific answers.
  • If the user is totally lost, default to @brainstorming for open-ended goals, or @app-builder for anything involving building something.
  • After recommending, always offer to write a ready-made prompt for them.

Limitations

  • Only recommends skills from the installed library. If a skill is not installed, the recommendation may not work.
  • Routing is based on natural language matching. Highly ambiguous goals may require follow-up clarification.
  • Does not execute the recommended skill — it only recommends it. The user must invoke the skill themselves.
  • The routing reference covers the most common skills but does not include every skill in the library.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.92%
按下载量换算197

Claude

28.37%
按下载量换算148

Cursor

18.36%
按下载量换算95

Gemini CLI

9.34%
按下载量换算49

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills