smb-router

Routes small business owner requests to the matching skill or slash command.

16|4|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ilyautov/small-business-ru --skill smb-router-ilyautov
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: smb-router
Source: https://github.com/ilyautov/small-business-ru/tree/main/small-business-ru/skills/smb-router
Command: npx skills add https://github.com/ilyautov/small-business-ru --skill smb-router-ilyautov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Small business owners often do not know which of the 34 available skills fits their current need, and vague requests like "help with my business" or "where do I start" go unanswered. This Skill acts as the front door of the plugin, interpreting the owner's intent and directing them to the single best matching skill or command. ## Core Features & Use Cases - Intent-to-Command Routing: Maps natural-language requests about money, sales, clients, counterparties, hiring, and weekly reviews to the correct skill (e.g., cash-flow worries route to /plan-payroll, contract questions to /review-contract). - Connector-Aware Recommendations: Checks which data connectors (accounting, payments, CRM, email, calendar) are active before recommending a command, and warns the owner upfront if a command would partially fail. - Context-Personalized Guidance: Reads the saved business context from onboarding to prioritize recommendations around the owner's known pain points, and bootstraps smb-onboard when no connectors exist. - Use Case: An owner says "I'm worried I won't make payroll next week." The Skill reads the business context, matches the money anxiety plus upcoming payroll to /plan-payroll, explains why in one sentence, and asks for confirmation before launching. ## Quick Start Ask the assistant "what can you do for my business" or describe any open-ended business concern, and it will recommend the single best skill to run.

Frequently Asked Questions about smb-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right skill for my small business task?▼

Describe your concern in plain words, such as cash flow worries or a client complaint, and the router matches your intent to one best-fit skill like /plan-payroll or /handle-complaint. It explains the match in one sentence and asks before launching.

What happens when my request matches multiple skills?▼

The router picks the command addressing the most urgent concern, with money issues outranking marketing and client complaints outranking pipeline reviews. If urgency is equal, it picks the quicker command or asks one clarifying question, never showing more than two options.

Does the router work if no business tools are connected?▼

Yes, but it first checks which connectors are active. If none exist, it launches smb-onboard for setup, and it never silently routes you to a command whose required connector, such as accounting or CRM, is missing.

Can the router answer questions directly instead of routing?▼

No, it is explicitly forbidden from doing the work itself, such as pulling accounting data or writing emails. It only directs you to the skill or command that performs the task, acting purely as a concierge.

When should I use smb-onboard instead of the router?▼

Use smb-onboard for first-time setup and connecting tools like accounting, payments, or CRM. The router handles ongoing requests after setup, and it will redirect you to smb-onboard automatically if it detects no connectors are configured.