vertical-home-services

vertical-home-services is a skill for Claude Code from avelikiy/great_cto. It costs 132 tokens per session (2,326 once invoked), scanned A, original, MIT.

A domain guide to home and field-service software for trades such as HVAC, plumbing, cleaning, and landscaping. It explains concepts such as a price book, a catalogue of priced jobs, and a dispatch board, the schedule used to assign technicians to jobs.

In plain words
What is it for?
It is for planning dispatching, quoting, field booking, pricing, technician scheduling, and job-management tools.
Why use it?
It helps product planners reflect real field work, including travel costs, flat-rate pricing, repeat visits, and the need to assign jobs to crews and vehicles.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Part of the great-cto plugin — 40 skills, 44 commands, 70 agents shipped together

Good fit It is for planning dispatching, quoting, field booking, pricing, technician scheduling, and job-management tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/avelikiy/great_cto/vertical-home-services
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add avelikiy/great_cto --skill vertical-home-services
Clone the repo
git clone --depth 1 https://github.com/avelikiy/great_cto

Made for: Claude Code.

Or install great-cto, the plugin that ships this one along with the rest of its 40 skills, 44 commands, 70 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vertical-home-services

README.md
[![agentmods](https://agentmods.dev/badge/skills/avelikiy/great_cto/vertical-home-services/github.svg)](https://agentmods.dev/skills/avelikiy/great_cto/vertical-home-services)
Your own site
<a href="https://agentmods.dev/skills/avelikiy/great_cto/vertical-home-services"><img src="https://agentmods.dev/badge/skills/avelikiy/great_cto/vertical-home-services/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vertical-home-services

Your own site · 80×15
<a href="https://agentmods.dev/skills/avelikiy/great_cto/vertical-home-services"><img src="https://agentmods.dev/badge/skills/avelikiy/great_cto/vertical-home-services.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,326 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00132 $0.02326
Opus 5 $0.00066 $0.01163
Sonnet 5 $0.00026 $0.00465
Haiku 4.5 $0.00013 $0.00233

Measured 8d ago against content hash 23e8a2431755, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

vertical-home-services scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vertical-home-services/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Home & field services — spec it like a trades shop runs

HVAC, plumbing, cleaning, landscaping. A crew of techs in trucks, jobs on site, money quoted at the kitchen table. A builder who models this as "appointments + invoices" ships something no contractor will use. This skill is the domain briefing so the spec is right before code starts.

1. Domain vocabulary (know these or look naive)

  • Price book — the master catalog of priced tasks ("replace 40-gal water heater = $1,850"). Pricing is looked up, not computed hourly.
  • Flat-rate vs T&M — flat-rate (one price from the price book, parts + labor bundled) is the norm in the trades. Time & materials (T&M, billed by the hour + parts) is the exception, used for diagnostics or open-ended jobs. Build for flat-rate first.
  • Dispatch board — the live grid of techs × time slots the office uses to assign and re-shuffle jobs through the day.
  • Truck roll — sending a tech to a site. Every truck roll has a real cost; minimizing wasted rolls is the whole game.
  • First-time fix rate — % of jobs completed on the first visit. The north-star ops metric. Low fix rate = repeat rolls = lost margin.
  • Callback — a return visit because the first fix failed. Tracked and hated; ties to warranty.
  • Membership / service agreement — recurring plan (e.g. 2 tune-ups/yr for $19/mo) that creates predictable revenue and priority booking. A core business model, not a loyalty gimmick.
  • Good-better-best — the quote presents 3 priced options (e.g. patch / replace / replace-with-upgrade). Standard sales technique; lifts ticket.
  • Dispatch fee / trip charge — flat fee just to show up, often waived if the job is booked.
  • After-hours / emergency rate — premium pricing for nights, weekends, holidays. Same price book, different multiplier.
  • GPS / route — tech locations and optimized drive order; drives the "tech is 12 min away" customer text.
  • Parts markup — parts billed above cost (often 2–3×); a margin lever, must be representable per line.

Read the full file on GitHub · 162 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 162 lines · 132 tokens per session scan A 23e8a2431755

Subscribe to this mod's changes

vertical-home-services is a skill published in the GitHub repository avelikiy/great_cto (92 stars, last pushed yesterday), licensed MIT. It adds 132 tokens to every session and 2,326 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

spec-drift

Standalone plan-vs-code audit on any branch: runs /ship Step 8's plan-completion section from disk (hash-pinned) against an explicit plan and base. Report, JSON, exit code. Never edits code.

Paretofilm/superpowers-gstack · 51 tokens

third-lens-review

After Claude self-pitfall + Codex on a ship-worthy/architecture/RT/security/contract change: run a third external model house (distant training distribution → different blind spots) on the patched artifact, then adversarial synthesis.

Paretofilm/superpowers-gstack · 54 tokens

quality-review

After a PRD, spec, or plan, before implementation: hunt perceived-quality pitfalls (silent failures, missing loading/empty states, error recovery, state drift) that make a product feel cheap. Complements pitfall-verification.

Paretofilm/superpowers-gstack · 54 tokens

boundaries

Analyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls, validating dependencies, before splitting modules, or reviewing architecture.

oliver-kriska/claude-elixir-phoenix · 33 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

triage

Triage review findings interactively — approve, skip, or prioritize each issue. Use after /phx:review to filter findings before fixing.

oliver-kriska/claude-elixir-phoenix · 32 tokens