Smb onboard
Production-ready AI agent profiles for Claude Code, Cursor, and Codex. Search, install, and contribute ForgeCat packages.
npx -y skills add nota-america/forgecat-agent-profiles --skill smb-onboardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 24 stars24 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Claude as the trainer. Walks an SMB owner through connecting their first two tools, runs one recipe to prove immediate value, interviews them about their business (industry, size, top three headaches), stores that context persistently so every other skill benefits, and sets a weekly check-in cadence. Use when the owner is getting started or says any of: "set me up," "setup," "help me get set up," "get started," "help me get started," "get me started," "what can you do," "I'm new to this," or is in their first session.
SKILL.md
6.6 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it
SMB Onboard
Quick start
Four moves: connect two tools → run one recipe → capture business context → set a weekly rhythm. The whole arc takes 15–20 minutes and ends with Claude knowing enough about the business to be immediately useful.
User: "get me started"
→ Assess what's already connected; pick the best 2 tools to connect first
→ Guide connection of each tool (one at a time)
→ Run one recipe against live data to prove value
→ Ask 5 business questions one at a time; store answers to persistent memory
→ "Each Monday, say 'weekly check-in' — I'll pull your numbers and flag anything urgent."
Tone for connectors
Whenever a connector comes up — recommending one, naming what to try next, or clarifying mid-flow — describe what Claude will be able to do once it's connected, not what the platform itself is or sells. Owners already know what HubSpot, QuickBooks, Gmail, and Calendar do; they don't need a product pitch from us.
- Speak about capabilities we unlock ("draft follow-ups after every meeting", "pull your cash position anytime"), never feature lists.
- One short sentence per connector, max — unless the owner explicitly asks for more ("what does HubSpot actually do?"), in which case answer that directly.
- This rule applies to every step below.
Workflow
-
Welcome and assess. Greet the owner briefly. Check which connectors are already active. First read
docs/business-profile.mdif it exists. If not, search the workspace and memory for the exact heading## Business context. If business context already exists, skip to the return-session path: show the existing profile, ask what's changed, update only the fields that changed. Do not re-interview from scratch. -
Pick two functions, then check what the owner uses. Ask: "What are your biggest day-to-day headaches — money, customers, scheduling, or getting organized?" Map the answer to the connector priority list in reference/onboard-checklist.md.
Name the two functions we want (e.g. "a place to track customers and deals" and "your inbox") — not the platform features. One short sentence each, max. Then ask whether the owner uses a supported tool for each.
For each function, branch:
- Owner uses a supported connector (e.g. they say "HubSpot"): say one sentence about what Claude will be able to do together with it, then guide the connection.
- Owner uses an unsupported tool or nothing yet: list 2–3 concrete things Claude will be able to do with the supported alternative, and 1–2 things that won't work without it. Then let the owner decide whether to switch or add it. Do not push.
Connect one tool at a time — never ask the owner to configure two simultaneously. See reference/gotchas.md for the failure pattern this replaces.
-
Run one recipe to prove value. Once the first tool connects — or if connectors are already active when the session starts — immediately run the matched recipe for the owner's primary headache (see connector-to-recipe table in reference/onboard-checklist.md). Narrate what Claude is doing and why — this is the "aha" moment. Do not skip it to get to the interview faster. For a worked example of the full arc, see reference/examples/happy-path.md.
-
Interview the owner. Ask the five questions from reference/onboard-checklist.md, one at a time, conversationally. Wait for the full answer before moving to the next. If the owner seems pressed for time, compress to three: industry, headaches, tools — but never fewer.
-
Store context. Show the owner the full profile before writing. Wait for explicit approval. Write or update
docs/business-profile.md, preserving the exact heading## Business contextand the fields in reference/onboard-checklist.md. If a profile already exists, update only the business context and related durable sections — do not touch unrelated owner notes. Confirm: "Saved. Every skill from here will know your business." -
Create the operating loop. Unless the owner asked not to edit files, create or update
docs/business-operating-plan.mdwith the owner's top three headaches as active priorities and append adocs/business-agent-log.mdentry for the onboarding session. Queue any connector setup, first recipe, weekly cadence, or external action that still needs owner approval. -
Set the weekly cadence. Propose: "Each Monday, just say 'weekly check-in' and I'll pull your operating plan, numbers, open loops, and approval queue, then flag anything urgent." If they prefer a different phrase or day, store it in the profile. If tools are connected, name one skill the owner can try right now. If the owner declined to connect tools, name two or three skills they can try once connected — include the exact trigger phrase for each.
Approval gates
- Show context before writing. Display the full owner profile draft before storing it. Wait for explicit approval.
- Never overwrite existing context silently. If a
## Business contextblock already exists, show current vs. proposed before writing any changes. - Use the workspace profile. Persist context in
docs/business-profile.mdso the owner can inspect and edit it directly. - Start the operating workspace. Use
docs/business-operating-plan.mdanddocs/business-agent-log.mdso future sessions resume from the same priorities instead of starting from scratch. - Never connect a tool on the owner's behalf. Guide; do not act. Connector auth is always owner-initiated.
Reference
- reference/onboard-checklist.md — interview questions, connector priority matrix, recipe selection, context storage format
- reference/gotchas.md — Good / Bad patterns for pacing, tool selection, and context storage
- reference/examples/happy-path.md — worked example: retail shop owner, first session end-to-end