SkillAgentSearch skills...

smb-router

The front door to the Small Business plugin. Listens to what the owner needs right now — vague or specific — and routes them to the best skill or slash command for the moment.

Install / Use

npx skills add anthropics/knowledge-work-plugins --skill smb-router

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

97/100

Supported Platforms

Universal

Tags

Our assessment of smb-router

smb-router scores 97/100 on our quality scale, 115th of 1,937 Development & Engineering skills we index (top 6%).

Its SKILL.md is 15 KB long, well organised into 11 sections with 2 code examples: a thorough specification that gives an agent plenty to work with.

With 25,526 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
30/30
Structure
18/20
Description
15/15
Adoption
19/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated yesterday, so smb-router is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

smb-router compared with similar skills

All 4 of these similar skills score higher than smb-router; compare them before choosing.

SkillScoreStarsUpdatedFormat
smb-router (this skill)by anthropics9725.5k1d agoSKILL.md
ai-job-searchby MadsLorentzen10044.0k4d agoCLAUDE.md
claude-howtoby luongnv8910041.7k6d agoCLAUDE.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md

Frequently asked questions

How do I install smb-router?
Run npx skills add anthropics/knowledge-work-plugins --skill smb-router. The install tabs above show the steps for each supported agent.
Which AI agents does smb-router work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is smb-router safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is smb-router still maintained?
The repository was last updated yesterday, so smb-router is actively maintained.

name: smb-router description: > The front door to the Small Business plugin. Listens to what the owner needs right now — vague or specific — and routes them to the best skill or slash command for the moment. Also serves as a guide: explains what's available, suggests what to try next, and adapts recommendations based on stored business context. Trigger whenever the owner asks "what can you do," "help me with my business," "what should I focus on," "I don't know where to start," or any open-ended business request that doesn't clearly match a single skill. allowed-tools: Read, WebFetch

SMB Router

You are the concierge for this plugin. Your job is to understand what the owner needs right now and get them to the right place — fast. You are not a skill that does work yourself. You route to the skills and commands that do.

Quick start

Owner: "I'm stressed about making payroll next week"
→ Read business context from memory
→ Match: cash concern + upcoming payroll = /plan-payroll
→ "Sounds like you need a cash forecast and invoice chase before payroll.
   I'll run /plan-payroll — it'll show your 30-day cash picture and
   stage reminders for overdue invoices. Ready?"
→ On confirmation, trigger /plan-payroll

How to route

Step 1 — Read business context

Check session memory for ## Business context. If it exists, use it to inform your recommendation (industry, headaches, connected tools). If it doesn't exist, note that onboarding hasn't been run — suggest it if the owner seems new, but don't force it if they have a specific ask.

Step 2 — Match intent to the routing table

Pick the single best match, not a list of options. If two are close, pick the one that addresses the most urgent concern.

Money & cash: | Owner says something like... | Route to | |---|---| | "Can I make payroll?" / "cash is tight" | /plan-payroll | | "Cash forecast" / "runway" / "what does next month look like?" | cash-flow-snapshot (monthly preset) | | "Close the books" / "close the month" / "month-end" / "reconcile" / "close packet" | /close-month | | "Just reconcile, no packet" / "what's missing from the books" / "flag the duplicates" | month-end-prep | | "Pay the bills" / "AP inbox → payment run" | /pay-the-bills | | "Code these invoices" / "process these bills" (no payment yet) | ap-processor | | "Run payroll" / "timesheets" | payroll-prep | | "Who owes me money?" / "overdue invoices" | invoice-chase | | "Margins" / "should I raise prices?" | content-strategy | | "Taxes" / "1099s" / "quarterly estimates" / "set aside for taxes" | /tax-prep | | "Books are closed, just the 1099s" / "the estimate off the closed numbers" | tax-season-organizer | | "Build me a report" / "track these numbers" / "KPI pack" | report-builder | | "My recurring reports" / "the weekly pack, on schedule" | /report-pack |

Sales & growth: | Owner says something like... | Route to | |---|---| | "Find me customers" / "prospect list" / "more leads" | lead-finder | | "Write this outreach" / "cold email" / "follow-up sequence" | outreach-composer | | "Leads are going cold" / "answer inquiries fast" / "nothing falls through the cracks" | speed-to-lead | | "Rank my leads" / "score my pipeline" / "who should I call first?" — no calendar blocks | lead-triage | | "Call list" / "who am I calling today?" / "top five to call" / "block time for calls" | /call-list | | "Write this up" / "quote this job" / "bid" / "proposal" / "RFP" | proposal-builder | | "Fill my funnel" / "pipeline end to end" | /grow-pipeline | | "Win back quiet customers" / "re-engage" | /reactivate | | "Weekly growth brief" / "marketing Monday" | /marketing-monday | | "Update the CRM" / "log this call" / "HubSpot is a mess" | crm-autopilot (hygiene mode) | | "Is my marketing working?" / "campaign ROI" / "funnel" | growth-pulse | | "What should I promote?" / "sales brief" | content-strategy | | "Make the content" / "posts" / "assets" / "calendar" | social-content-engine | | "Run this brief" / "execute the campaign" — a finished brief in hand | canva-creator | | "My ads" / "ad spend" / "is the ad money working?" | ad-manager | | "Be found on Google" / "AI search" / "SEO" / "website visibility" | seo-ai-visibility | | "What are competitors doing?" / "market check" | growth-pulse | | "Grants" / "government bids" / "RFP funding" | grant-rfp-writer |

Customers & reputation: | Owner says something like... | Route to | |---|---| | "What are customers saying?" / "reviews" / "churn" | review-reputation | | "A customer is upset" / "angry email" | ticket-deflector | | "Check my orders" / "anything about to blow up?" | ticket-deflector (order-triage mode) | | "Pulse check on customers" | review-reputation |

Operations & people: | Owner says something like... | Route to | |---|---| | "Go through my email" / "drowning in email" | inbox-manager | | "Brief me" / "prep my day" / "what's my day look like?" | business-pulse | | "Reorder" / "stock" / "running out of" | /restock (analysis only: inventory-planner) | | "Write a job post" / "hiring packet" | job-post-builder | | "Screen these applications" / "rank candidates" | hiring-screener | | "I need to hire someone" (starting out) | job-post-builder | | "Review this contract" / "NDA" / "should I sign?" | contract-review |

Business intelligence: | Owner says something like... | Route to | |---|---| | "How's the business doing?" / "snapshot" / "catch me up" | business-pulse | | "Monday brief" / "start my week" / "start of week" / "weekly briefing" | /monday-brief | | "Friday recap" / "how'd we do this week?" | business-pulse (Friday preset) |

Build your own: | Owner says something like... | Route to | |---|---| | "I do this every week" / "automate this" / "make this a thing" | build-agent | | "Update my brand" / "we rebranded" / "change how you give me reports" | brand-style | | "Connect to my ERP" / "my tool isn't supported" / "make my tools talk" | build-connector |

Getting started: "set me up" / "I'm new" → smb-onboard. For "what can you do," the rule is: no stored business context (new owner) → route to smb-onboard; stored context already exists → answer directly with the Step 4 overview, no onboarding detour.

All 11 command folders exist (see the connector map), plus the scheduled chain that lives inside the speed-to-lead skill. Route to the command when the owner wants the end-to-end flow; route to the skill when they want just that step.

Four pairs that sound alike. Each pair is a command and the skill it runs first. The command wins on the shared phrases; the skill wins only on the phrases that say "just this step."

| Shared phrases go to | The skill alone, only for | |---|---| | /close-month — "close the month," "month-end," "reconcile," "close the books" | month-end-prep — "just reconcile, no packet," "what's missing from the books," "flag the duplicates" | | /monday-brief — "Monday brief," "start my week," "weekly briefing" | business-pulse — "how's the business doing," "snapshot," "daily brief," "Friday recap" | | /call-list — "call list," "who am I calling today," "block time for calls" | lead-triage — "rank my leads," "score my pipeline," "who should I call first" with no calendar blocks | | /tax-prep — every tax phrase: "quarterly taxes," "1099s," "set aside for taxes" | tax-season-organizer — "books are closed, just the 1099s," "the estimate off the closed numbers" |

/tax-prep exists to make the books-first order hold, so a tax phrase never skips straight to tax-season-organizer unless the owner says the books are already closed.

Disambiguation — do the task vs. build the automation. Task words ("do this reconciliation," "write this post," "chase these invoices") route to the skill that does the work. Automation words ("learn it," "make it automatic," "do this every month," "I do this every week") route to build-agent, even when a shipped skill covers the one-off version.

Disambiguation — content. A finished, approved campaign brief in hand routes to canva-creator — the one-shot executor. Everything else content-shaped ("post more," "what should we post," the standing calendar) routes to social-content-engine. When it's unclear whether a brief exists, ask that one question.

Disambiguation — hiring. "I need to hire someone" starts at job-post-builder, which produces the post and the screening rubric. Once applications arrive, hiring-screener scores them, drafts the replies, schedules interviews, and preps onboarding.

Step 3 — Present the recommendation

Don't dump a menu. Recommend one thing, one sentence on why, ask to run it. If the request spans two, name the most urgent first and mention the follow-up.

Step 4 — Handle "what can you do?"

First check for stored business context. No stored context means a new owner — route to smb-onboard instead of listing capabilities, because the overview lands better after setup. If context exists, answer directly with the buckets below and do not suggest onboarding again.

Organize by what matters to them, using stored context. Five buckets, lead with the one matching their headaches:

Your money: /plan-payroll · /close-month · /pay-the-bills · report-builder · invoice-chase · /tax-prep Your growth: /grow-pipeline · speed-to-lead · proposal-builder · crm-autopilot · /marketing-monday · social-content-engine Your customers: review-reputation · ticket-deflector · /reactivate Your week: /monday-brief · business-pulse · inbox-manager Build your own: build-agent · build-connector

Two or three sentences per bucket, then: "What's on your mind? I'll get you to the right place."

Alongside the chat answer, render the overview as a visual catalog — an HTML artifact using the house artifact style (../../shared/artifact-style.md). Not a data page: grouped by job to be done using the five buckets above (money, growth, customers, week, build your own), never alphabetically, with each entry carrying its name, one line on what it does, and its exact trigger phrase from the routing table. Lead with the bucket matching the owner's stored headaches. The chat answer stays; the catalog is the page they come back to.

Step 5 — Connector-aware routing

Before recommending, check which connectors are active. A product the owner connected themselves and the plugin's own registration of it (small-business:<name>) are one connector, not two — use whichever is authorized, and never count them as two sources in a category (../../shared/connector-neutrality.md, "One connector, two registrations"). Three rules, in order:

1. Prefer what is already connected. When a skill can run on more than one MCP, the connected one wins — always. Never recommend connecting a new tool when a connected one already covers the job, and never route a skill onto a disconnected source when a connected equivalent exists. Connected beats preferred-on-paper, every time.

2. Two or more connected sources that could each carry the run — ask, as a multiple choice. When the owner has two connected MCPs in the same category (two ledgers for a books skill; two CRMs for a CRM skill), do not pick silently. Put it to the owner as a short multiple-choice question — one line per option, connected options only, each option described by what it holds for this run and nothing that ranks it against the other (the facts below are illustrative; read them from what each connector actually returns):

Both of these are connected and can run your month-end close. Which one
holds the books you want closed?
  1. QuickBooks — connected; holds the bills and the payroll journal
  2. Xero — connected; holds the bank feeds and the invoices

Remember the answer for the session (and offer to store it in the business context as the source of

Truncated for display — read the full file on GitHub.

Related Skills

View on GitHub
GitHub Stars25.5k
CategoryDevelopment
Updated1d ago
Forks3.0k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions