Help us improve
Share bugs, ideas, or general feedback.
From small-business-eu
Produces a one-page cross-functional business snapshot for EU SMB owners — cash position (Exact Online), sales trend (Mollie/PayPal/SumUp), pipeline movement (HubSpot or Brevo/Pipedrive), this week's commitments (Calendar), urgent watch-list items (Gmail/Slack), upcoming VAT deadline, and the single most important thing needing attention today. All figures in EUR. Proactively tries every available connector and gracefully scopes to whatever is connected. Trigger when the user asks how the business is doing, wants a snapshot, a weekly summary, a Monday brief, or says anything like "what am I missing" or "catch me up on the business."
npx claudepluginhub artdaw/small-business-eu --plugin small-business-euHow this skill is triggered — by the user, by Claude, or both
Slash command
/small-business-eu:business-pulseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One prompt, one page. Pull live data from every connected tool, synthesize it into a single scannable brief, and surface the single most important thing to act on today. Do the work — don't ask the user to help find the data.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
One prompt, one page. Pull live data from every connected tool, synthesize it into a single scannable brief, and surface the single most important thing to act on today. Do the work — don't ask the user to help find the data.
Dispatch all connector calls in a single parallel batch — see reference/data_sources.md for the exact tool-to-metric mapping. Do not pull serially; latency turns a 30-second skill into a painful wait.
Connectors to attempt simultaneously:
If a connector errors or returns no data, record it internally and move on. Never block the pulse on a single bad integration.
Exact Online fallback: if Exact Online returns an error or empty response, mark the Cash section "n/a — Exact Online unavailable" and proceed. Do not retry or ask the user to reconnect.
Gmail/Outlook fallback: auth is intermittently flaky. If the call errors, skip the Watch List section silently and note "Mail unavailable" in the appendix.
Read reference/thresholds.md for red/yellow/green cutoffs. Compute:
Assign a 🟢/🟡/🔴 status to each section. If a source returned nothing, mark the metric "n/a" and note it in the appendix.
Scan for actionable items. Every risk entry must name a specific record and a next step.
Use the exact template in reference/output_template.md. Include only sections where real data exists — omit headers for connectors that weren't available. Adapt depth to context: a casual "how are we doing" gets a fuller report; "quick snapshot before a call" gets a tighter one.
Cross-connector synthesis is where this skill earns its keep. If a Slack message connects to a stalled Pipedrive deal, surface that link in the #1 Priority section.
Writing rules:
After presenting the pulse, offer once:
If they say yes, do it. If they say no or don't respond, move on — don't ask again.
reference/data_sources.md — exact connector tool → metric mapping with fallbacksreference/thresholds.md — 🟢/🟡/🔴 cutoffs, tunable per ownerreference/output_template.md — exact markdown structure; do not deviatereference/gotchas.md — known failure modes