HomeLibraryServicesCase studiesBlogAbout
consultance.ai
Book a discovery call →

Services

  • AI consulting
  • AI implementation
  • AI agents
  • Workflow automation
  • RAG systems
  • Voice AI
  • Custom AI development
  • All services

Library

  • AI build library
  • Finance AI automation
  • AiToEarn content agent
  • Fincept Terminal
  • ERPNext
  • SEO + GEO Claude skill
  • Claude for Legal
  • Free Claude Code proxy

Resources

  • Case studies
  • Blog
  • Industries
  • Locations
  • Guide: AI for property management
  • Guide: AI for marketing agencies
  • Guide: AI agents vs Zapier
  • AI glossary
  • vs traditional consulting

Company

  • About
  • Book a call
  • Contact
  • Privacy
  • Terms

© 2026 consultance.ai · AI, implemented.

audit → build → deploy

← Libraryconsultance.ai
Book a build call
Business operations

Cancel Your Agency Software Stack

10 Claude skills that run a solo agency, so you can cancel Zapier, Make, and GoHighLevel. Built for founders at $10K to $100K MRR who'd rather pay for one tool than ten.

Free — runs in your own ClaudeEasy setup · 5 steps10 ready-to-run prompts
Set it up free — takes 3 minutes ↓Or have us wire it in →
Step 1 · setup
Three minutes, four steps, nothing to install by hand

Claude sets it up for you. You just paste.

Never used Claude? It is free and takes 30 seconds to open. Copy the instruction below, paste it into Claude, and it reads this page and walks you through everything, one question at a time.

  1. 1

    Tell Claude how to talk to you

    One tap. It changes how much Claude explains, and how slowly it goes. You can change it any time.

  2. 2

    Copy your setup instruction

    A short instruction plus a link to this page lands on your clipboard. First copy asks for your email once. That unlocks every button across the whole library.

  3. 3

    Open Claude in a new tab

    Free account, no card, 30 seconds. This tab stays open so you can come back.

    Open claude.ai ↗
  4. 4

    Paste, send, and answer one question

    Claude reads this page, asks which computer you are on, then guides you step by step until it works. If anything errors, tell Claude what you see, and it fixes it with you.

▸Prefer the full prompt instead of the link? (optional)
Click to copy
Install Cancel Your Agency Software Stack on my computer. Walk me through it.

Repo: https://docs.claude.com/en/docs/agents-and-tools/agent-skills
What it does: 10 Claude skills that run a solo agency, so you can cancel Zapier, Make, and GoHighLevel. Built for founders at $10K to $100K MRR who'd rather pay for one tool than ten.

I am comfortable copy-pasting and following instructions, but I am not a developer.

Rules:
- Plain English. Define jargon the first time it appears (repo, env var, port, dependency).
- One step at a time. Exact command in a code block. Tell me which app to paste it into (Terminal on Mac, PowerShell on Windows).
- One sentence per command explaining what it does and what success looks like.
- After each command, wait. I will tell you the output before you move on.
- If a tool is missing (git, node, docker, python), give me the one-line install for my OS first.
- If something errors, diagnose before the next step. Do not skip.

First message: ask only "What is your operating system, macOS, Windows, or Linux?" Then start step 1.

Reference steps from the public guide (adapt to my OS, do not just paste them at me):
1. Create a `.claude/skills/` folder in any project on your laptop (a Notion vault, a Cursor workspace, or a bare directory will all work).
2. Drop the 10 skill files from this vault into the folder. Each file is one plain-text instruction Claude will read and execute.
3. Open Claude or Claude Code in that folder. The skills auto-load.
4. Run one skill end to end on real data before stacking the rest. Lead routing or invoice reconciliation are the safest first picks.
5. Cancel the SaaS subscription each skill replaces. Track the savings in a single shared sheet.

Stop when the app opens and I confirm it works.
Step 2 · run it on your data

Step 1 set it up. These 10 prompts do the work.

the vault

The 10 prompts

Grab the whole pack as one file, or tap any prompt below to copy it on its own. Placeholders that look like {{THIS}} get swapped for your own numbers — and if you ran Step 1, Claude fills them in for you.

One .md file · all 10 prompts, numbered, in order · nothing left out.
Click to copy
<role>
You are a sales ops manager at HubSpot with 6 years routing inbound leads to the right rep, qualifying intent, and surfacing the lookalikes that keep the pipeline full.
</role>

<context>
Lead source: {{SOURCE}}
Lead capture payload (name, email, company, form fields, UTM tags): {{PAYLOAD}}
ICP filter rules: {{ICP_RULES}}
Disqualifier rules: {{DISQUALIFIERS}}
Rep coverage map (territory, vertical, tier): {{REP_MAP}}
Current pipeline by rep (open opportunities, capacity left): {{CAPACITY}}
</context>

<task>
Score the lead. Route to the best fit rep with capacity. Draft the first outbound message in the agency's voice. Surface 3 lookalike accounts to source next.
</task>

<output_format>
1. Lead score (1-10) with one line driver per criterion
2. Route decision (rep name, reason, fallback rep if primary is at capacity)
3. First message draft (under 70 words, in the agency voice)
4. Lookalike accounts (3 prospects ranked by signal strength)
5. Risk flags (form spam, wrong-fit signal, competitor research signal)
</output_format>

<review_gate>
Reject the route if the rep is at 110 percent of their stated capacity. Surface the conflict and propose a rebalance.
</review_gate>
Click to copy
<role>
You are a senior controller at Deloitte who reconciles client invoices against project contracts and time logs every Sunday before billing runs Monday morning.
</role>

<context>
Client: {{CLIENT}}
Billing period: {{PERIOD}}
Active SOWs (paste contract terms): {{CONTRACTS}}
Time logs by project (CSV): {{TIME_LOGS}}
Out of scope work flagged this period: {{SCOPE_FLAGS}}
Pre-paid retainer balances: {{RETAINERS}}
</context>

<task>
Reconcile every billable line. Match logged hours to contract terms. Surface every overage, every miscoded entry, and every line that needs a change order before billing.
</task>

<output_format>
1. Invoice draft (line by line, ready to import into the billing tool)
2. Overages by project (hours over contracted scope, with proposed change order language)
3. Miscoded entries (which time entry, which corrected project, why)
4. Retainer drawdown summary (opening, used, remaining)
5. Items requiring client sign-off before billing
</output_format>
Click to copy
<role>
You are a paralegal at Mishcon de Reya who drafts SOWs for $50K to $500K engagements. You write tight language that survives client legal review on the first pass.
</role>

<context>
Client: {{CLIENT}}
Engagement summary from the discovery call: {{DISCOVERY_NOTES}}
Deliverables agreed verbally: {{DELIVERABLES}}
Timeline: {{TIMELINE}}
Pricing structure (fixed, T&M, retainer): {{PRICING}}
Out of scope items the client must know: {{OUT_OF_SCOPE}}
Payment terms standard: {{PAYMENT_TERMS}}
</context>

<task>
Draft the SOW. Cover scope, timeline, deliverables, acceptance criteria, change-order process, payment, IP ownership, confidentiality, and termination. Match the firm's house style.
</task>

<output_format>
1. SOW header (parties, effective date, master agreement reference if any)
2. Scope of work (numbered, specific, no ambiguous verbs)
3. Deliverables and acceptance criteria
4. Timeline and milestones
5. Pricing and payment terms
6. Change-order process
7. IP ownership and license grant
8. Confidentiality and termination
9. Signature block
10. Open items flagged for client legal review
</output_format>

<review_gate>
Every deliverable must have a measurable acceptance criterion. Reject any verb like "support", "assist", or "help" without a concrete output attached.
</review_gate>
Click to copy
<role>
You are a BI developer at Goldman Sachs who builds client-facing dashboards that the partner can show on a Monday morning call without apologising for any of the numbers.
</role>

<context>
Client: {{CLIENT}}
Reporting period: {{PERIOD}}
KPIs the client cares about (with definitions): {{KPIS}}
Raw data sources (paste CSVs or table descriptions): {{DATA}}
Comparison baselines (last month, last quarter, target): {{BASELINES}}
Audience seniority: {{AUDIENCE}}
</context>

<task>
Design the dashboard. Pick the 6 charts that tell the story. Write the SQL or formula per chart. Write the one-sentence headline insight per chart. Output a markdown spec ready to hand to a dev or paste into a no-code tool.
</task>

<output_format>
1. Dashboard layout (6 panels, named, with grid positions)
2. Per-panel spec: title | metric | query / formula | comparison | insight headline
3. Drill-down behaviour per panel
4. Refresh cadence per panel
5. Permission model (who sees what)
</output_format>
Click to copy
<role>
You are a senior SDR at Outreach who writes 5-step outbound sequences that book 30 percent meeting rates without sounding like an LLM template.
</role>

<context>
Target ICP: {{ICP}}
Pain we solve: {{PAIN}}
Proof point or case study to anchor: {{PROOF}}
Channel mix: {{CHANNELS}}
Voice profile (paste 3 prior messages that worked): {{VOICE}}
Anti-patterns we never use: {{ANTI_PATTERNS}}
</context>

<task>
Write a 5-touch sequence (Day 1, 3, 7, 11, 16). Each touch references a different angle. The fifth is a breakup. End every touch with a low-friction question, not a meeting ask.
</task>

<output_format>
1. Touch 1: angle, hook, body (under 70 words), question
2. Touch 2: angle, hook, body, question
3. Touch 3: angle, hook, body, question (proof anchor here)
4. Touch 4: angle, hook, body, question (different channel suggested)
5. Touch 5: breakup message
6. Voice match audit (which sample message inspired each touch)
</output_format>
Click to copy
<role>
You are a content coordinator at a McKinsey portfolio company who schedules 5 posts a week across LinkedIn, X and Instagram for the founder, without ever pulling them into the draft loop.
</role>

<context>
Founder voice profile (paste 5 best-performing posts): {{VOICE}}
Pillars (3 themes the founder owns): {{PILLARS}}
This week's stories (wins, lessons, behind the scenes, customer reactions): {{STORIES}}
Calendar context (events, launches, milestones this week): {{CALENDAR}}
Posting cadence per channel: {{CADENCE}}
</context>

<task>
Build the week's content calendar. 5 posts. Assign each to a pillar. Draft each post in the founder's voice. Suggest one repurpose per post for a secondary channel.
</task>

<output_format>
1. Weekly calendar (day, channel, pillar, headline)
2. Draft per post (in the founder's voice, ready to schedule)
3. Repurpose suggestion per post (which platform, what tweak)
4. Hashtag and mention strategy (channel-specific)
5. The one post most likely to drive inbound
</output_format>
Click to copy
<role>
You are a Zendesk power admin who triages every inbound ticket in under 90 seconds. You route, draft replies, and surface the three product issues hiding inside the volume.
</role>

<context>
Ticket batch (CSV): {{TICKETS}}
SLA windows per priority: {{SLA}}
Self-serve articles available: {{KB_ARTICLES}}
Escalation triggers (refund, legal mention, churn risk): {{TRIGGERS}}
Voice profile for replies: {{VOICE}}
</context>

<task>
Triage the batch. Tag each ticket with priority, route, and a one-line draft reply. Pull the top 3 product issues from the patterns.
</task>

<output_format>
1. Triage table: ticket id | priority | route | one-line reply
2. Top 3 product issues with ticket count and customer impact
3. Tickets to escalate to engineering today
4. Tickets safe to auto-reply
5. SLA breach risk list
</output_format>
Click to copy
<role>
You are a senior analyst at JLL who writes weekly client reports that the partner reads on the Sunday night flight without ever needing to ping you.
</role>

<context>
Client: {{CLIENT}}
Week ending: {{DATE}}
Work delivered this week: {{ACTIVITIES}}
KPIs vs targets: {{METRICS}}
Risks flagged: {{RISKS}}
Decisions needed from the client: {{DECISIONS}}
Next week's plan: {{NEXT_WEEK}}
</context>

<task>
Compose the weekly report. One page in markdown. Phone-friendly. Skim-readable in 60 seconds. End with the one decision needed from the client by Wednesday.
</task>

<output_format>
1. Headline (1 sentence, the most important fact this week)
2. What we delivered (3 bullets max, each tied to a metric impact)
3. KPI snapshot (3-5 numbers vs target, with delta)
4. Risks (with mitigation status per risk)
5. The one decision needed by Wednesday and the recommended call
6. Next week's plan (3 bullets max)
</output_format>
Click to copy
<role>
You are a Webflow freelancer who charges $5K for landing pages that convert. You write copy that survives the founder's edit pass, then ship the HTML the same afternoon.
</role>

<context>
Offer: {{OFFER}}
Target audience: {{ICP}}
Headline pain: {{PAIN}}
Headline promise: {{PROMISE}}
Proof points (case studies, customer logos, numbers): {{PROOF}}
Voice profile: {{VOICE}}
Primary CTA: {{CTA}}
Secondary CTA: {{SECONDARY_CTA}}
</context>

<task>
Build the landing page in markdown. Hero, social proof, problem agitation, solution, features-to-outcomes, proof, FAQ, final CTA. Then output the same content as semantic HTML with Tailwind utility classes ready to paste into a Webflow code block.
</task>

<output_format>
1. Markdown copy (full page, section by section)
2. Section by section style notes (which sections need a chart, an image, or a video)
3. Tailwind HTML version (semantic tags, accessibility attributes, mobile-first classes)
4. 3 headline variations to A/B test
5. 3 CTA copy variations
</output_format>
Click to copy
<role>
You are a senior bookkeeper at a multi-entity services firm who runs payout reconciliations across Stripe, PayPal, Wise, Booking.com, and Airbnb every Sunday before the founder opens the books on Monday.
</role>

<context>
Period: {{PERIOD}}
Payout providers in scope: {{PROVIDERS}}
Statement closing balances per provider: {{CLOSING_BALANCES}}
Internal ledger entries by provider: {{LEDGER}}
Open exceptions carried from prior period: {{OPEN_EXCEPTIONS}}
FX rates if multi-currency: {{FX}}
</context>

<task>
Reconcile every provider. Match payouts to ledger entries. Surface every unmatched item with a likely cause. Output a single reconciliation pack ready for the controller to sign off.
</task>

<output_format>
1. Per-provider table: opening | inflows | outflows | closing | provider statement | variance | status
2. Unmatched provider lines (likely missing ledger entries) with proposed booking
3. Unmatched ledger lines (likely double-entry or wrong account) with proposed correction
4. FX impact on consolidated variance
5. Items to chase next week (refunds expected, in-transit payouts, disputed charges)
6. Sign-off block: bookkeeper, date, providers reconciled, exception count
</output_format>

<review_gate>
No provider can be marked CLEAN if variance exceeds {{MATERIALITY}}. Mark BROKEN and require controller review before the pack ships.
</review_gate>
Source repo
https://docs.claude.com/en/docs/agents-and-tools/agent-skills ↗

The code is public and free. The setup instruction above installs and wires it for you. You never need to open this link.

Got the prompts. Want them wired into your actual stack? We map that on a free AI audit.

Book the free audit

$50,000 a year in automation SaaS a folder of text files just replaced.

Solo agencies still pay $50,000 a year for Zapier, Make, and GoHighLevel. A folder of plain-text skill files replaces the stack — cancelled in one weekend, run from one Claude subscription.

Path A · free

You just did it

The setup rail and every prompt above are free and stay free. The cost is your time, and the risk of wiring it wrong on live data.

Back to the prompts ↑
Path B · done with you

We wire it into your business

We deploy the full agency operating system: custom skill files trained on your tone and processes, secure inbox and CRM connectors, an audit log every skill writes to, and a Friday review brief so the founder sees what every skill produced this week. You cancel the $50k stack without a half-tested skill dropping a client's data.

Book a build call →
data safety

Before you use live numbers

  • • Run last quarter's numbers first. Live data is not a test bed.
  • • Nothing here uploads to us. It runs in your own Claude account, on your own machine.
  • • A named human reviews and signs every output before it reaches a board, lender, or client.
  • • Wiring the open-source piece to real systems? Keep keys out of public code and add access control first — or have us do that part.
the fine print

Credit the original author

Anthropic skills are governed by Claude's commercial terms. Respect any connected SaaS provider's terms and never paste live client data into a skill before you have permission.

Read this far? You want one Claude subscription running the shop, not $50k of SaaS. Let us deploy the operating system — you own the skill files.

Book a build callBack to the library

Want this wired into your stack instead of running it yourself? That is our AI workflow automation consulting service.

the newsletter

AI news worth opening.

The AI tools, launches, and shifts that actually matter, in plain English. New library drops the moment they land.

100% freeNo paywall, everUnsubscribe anytime

More like this

Other builds worth a weekend

All repos →
Business operations

ERPNext: free open-source ERP

Open-source ERP that replaces NetSuite for SMBs and finance teams. Run accounting, inventory, and operations in one system instead of paying five figures a year.

Setup guide →
Business operations

Claude Deck Prompts for PowerPoint

10 Claude prompts that build board, investor, and sales decks in PowerPoint on your own numbers. For CFOs and founders who pay a deck shop $5,000 to $50,000 a deck.

Setup guide →
Business operations

Investment committee deck prompts

14 Claude prompts that build an investment committee or board deck, from the argument spine to the Q&A prep. For PE deal teams, CFOs, and family office principals.

Setup guide →
Get the free kitBook a call

Forward this to whoever owns the workflow.

The person drowning in this every week is the one who'll actually want it.

Forward by email
in one line

What is Cancel Your Agency Software Stack?

Cancel Your Agency Software Stack is a business operations build in the consultance.ai AI Build Library. 10 Claude skills that run a solo agency, so you can cancel Zapier, Make, and GoHighLevel. Built for founders at $10K to $100K MRR who'd rather pay for one tool than ten. It fits solo agency founders $10K to $100K MRR, ops leads tired of stacking SaaS, and operators who want one Claude subscription to run the whole shop. Setup difficulty is Easy, with 5 plain-English steps.

What does Cancel Your Agency Software Stack do?

10 Claude skills that run a solo agency, so you can cancel Zapier, Make, and GoHighLevel. Built for founders at $10K to $100K MRR who'd rather pay for one tool than ten.

Who is Cancel Your Agency Software Stack for?

It fits solo agency founders $10K to $100K MRR, ops leads tired of stacking SaaS, and operators who want one Claude subscription to run the whole shop.

How hard is Cancel Your Agency Software Stack to set up?

Easy to set up — one guided setup instruction covering 5 plain-English steps, plus 10 ready-to-run prompts on the resource page.

How would consultance.ai build this out?

We would deploy the full agency operating system: custom skill files trained on your tone and processes, secure inbox + CRM connectors, an audit log every skill writes to, and a Friday review brief so the founder sees what every skill produced this week.

What are the licensing terms?

Anthropic skills are governed by Claude's commercial terms. Respect any connected SaaS provider's terms and never paste live client data into a skill before you have permission.

Want this built into your workflow?

Cancel Your Agency Software Stack is the starting point. On a free AI audit we map where it fits your stack and what consultance.ai would build around it.

This build comes from our AI consulting and AI implementation practice, serving businesses across the USA and Canada.

Book your free AI audit