skill
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. 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'...
About
# 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
Install
Run this command
git clone https://github.com/anthropics/knowledge-work-plugins && cp -r knowledge-work-plugins/small-business/skills/smb-router ~/.claude/skills/Works with
Manual steps
Clone the repository and copy the `small-business/skills/smb-router` folder into your Claude skills directory. Compatible with Claude Code, Cursor, Codex, and any Agent Skills-compatible agent.
Related assets
More curated picks in Productivity & Office.
npm install @modelcontextprotocol/server-time
git clone https://github.com/anthropics/knowledge-work-plugins && cp -r knowledge-work-plugins/operations/skills/change-request ~/.claude/skills/
git clone https://github.com/anthropics/knowledge-work-plugins && cp -r knowledge-work-plugins/product-management/skills/product-brainstorming ~/.claude/skills/
git clone https://github.com/anthropics/knowledge-work-plugins && cp -r knowledge-work-plugins/operations/skills/compliance-tracking ~/.claude/skills/
git clone https://github.com/anthropics/knowledge-work-plugins && cp -r knowledge-work-plugins/operations/skills/process-optimization ~/.claude/skills/
git clone https://github.com/anthropics/knowledge-work-plugins && cp -r knowledge-work-plugins/enterprise-search/skills/search-strategy ~/.claude/skills/
Audit before you install
Run any source through our checks - AI visibility, security, performance, and stack detection.
Automated Web Security Scan
security
PageSpeed Analyzer
performance
AI Content Quality Test
arabic content
AI Agent / MCP Server Tester
ai testing
Site Stack Detector
migration
AI SEO / AEO / GEO Audit
ai visibility
llms.txt Generator
ai visibility
Readability Score
arabic content
Schema / JSON-LD Builder
ai visibility
AI Cost Calculator
ai testing
Headline Analyzer
arabic content