pp-servicetitan-pricebook
A focused per-module ServiceTitan CLI for the Pricebook — sync once, then audit markup, costs, vendor parts, and warranties the ST UI cannot. Trigger phrases: `use servicetitan-pricebook`, `run servicetitan-pricebook`, `sync the pricebook`, `check markup drift`, `reconcile a vendor quote`, `update pricing from this invoice`, `audit warranty text`, `find duplicate parts in the pricebook`, `find SKUs missing a 2M part number`, `rewrite this pricebook description`, `find a part for`, `pricebook health check`, `which prices drifted`.
What this skill does
<!-- GENERATED FILE — DO NOT EDIT.
This file is a verbatim mirror of library/sales-and-crm/servicetitan-pricebook/SKILL.md,
regenerated post-merge by tools/generate-skills/. Hand-edits here are
silently overwritten on the next regen. Edit the library/ source instead.
See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". -->
# ServiceTitan Pricebook — Printing Press CLI
## Prerequisites: Install the CLI
This skill drives the `servicetitan-pricebook-pp-cli` binary. **You must verify the CLI is installed before invoking any command from this skill.** If it is missing, install it first:
1. Install via the Printing Press installer. It defaults binaries to `$HOME/.local/bin` on macOS/Linux and `%LOCALAPPDATA%\Programs\PrintingPress\bin` on Windows:
```bash
npx -y @mvanhorn/printing-press-library install servicetitan-pricebook --cli-only
```
2. Verify: `servicetitan-pricebook-pp-cli --version`
3. Ensure the reported install directory is on `$PATH` for the agent/runtime that will invoke this skill.
If the `npx` install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.3 or newer):
```bash
go install github.com/mvanhorn/printing-press-library/library/sales-and-crm/servicetitan-pricebook/cmd/servicetitan-pricebook-pp-cli@latest
```
If `--version` reports "command not found" after install, the runtime cannot see the binary directory on `$PATH`. Do not proceed with skill commands until verification succeeds.
## When to Use This CLI
Use this CLI when an agent or operator needs to inspect or maintain the ServiceTitan Pricebook — costs, prices, markup tiers, vendor part numbers, warranty text, category taxonomy — without loading the 600+-tool general ST MCP. It is the right choice for margin-discipline checks after vendor cost changes, vendor-quote reconciliation, and pricebook hygiene audits. Run sync first; the novel audit commands read the local store.
## Unique Capabilities
These capabilities aren't available in any other tool for this API.
### Margin discipline
- **`markup-audit`** — Find every material and equipment SKU whose actual markup has drifted off the materials-markup tier ladder.
_Reach for this after any vendor cost change to catch SKUs that are now mispriced for their tier before margin erodes._
```bash
servicetitan-pricebook-pp-cli markup-audit --tolerance 5 --agent
```
- **`cost-drift`** — Show every SKU whose cost moved since a given date, with old and new cost, old and new price, and whether the price followed.
_Reach for this to see whether recent vendor cost increases were actually passed through to price._
```bash
servicetitan-pricebook-pp-cli cost-drift --since 2026-04-01 --agent
```
- **`reprice`** — Compute the tier-correct price for markup-drifted SKUs and emit the exact update payloads; preview by default, --apply to write.
_Reach for this after markup-audit to apply hold-markup pricing in one pass instead of editing each SKU by hand._
```bash
servicetitan-pricebook-pp-cli reprice --tolerance 5 --agent
```
### Pricebook hygiene
- **`vendor-part-gaps`** — List materials and equipment whose primary vendor part number is empty — the missing 2M Part # sweep.
_Reach for this to enforce the 2M Part # discipline before a vendor-quote reconcile, which matches on vendor part._
```bash
servicetitan-pricebook-pp-cli vendor-part-gaps --kind material --agent
```
- **`warranty-lint`** — Flag equipment whose warranty text is not prefixed Manufacturer's, or that is missing JKA's 1-year parts & labor line.
_Reach for this to keep warranty attribution honest — manufacturer warranties clearly labeled, JKA's own offering listed alongside._
```bash
servicetitan-pricebook-pp-cli warranty-lint --agent
```
- **`orphan-skus`** — List materials, equipment, and services assigned to inactive or non-existent categories.
_Reach for this during category taxonomy cleanup to find SKUs that fell out of the visible tree._
```bash
servicetitan-pricebook-pp-cli orphan-skus --agent
```
- **`dedupe`** — Cluster near-duplicate materials and equipment so excess pricebook growth can be collapsed.
_Reach for this to find redundant parts before they multiply — duplicate SKUs scatter estimates and inventory across entries that should be one._
```bash
servicetitan-pricebook-pp-cli dedupe --kind material --min-score 0.8 --agent
```
- **`copy-audit`** — Flag SKUs whose display name or description is empty, too short, ALL-CAPS, a bare part number, or otherwise not customer-facing.
_Reach for this to find pricebook entries that read like internal shorthand instead of customer-facing sales copy._
```bash
servicetitan-pricebook-pp-cli copy-audit --kind equipment --agent
```
### Vendor quote workflow
- **`quote-reconcile`** — Match a vendor cost file against synced SKUs by vendor part number and print a no-write diff of proposed cost changes; accepts CSV or Claude-extracted JSON from a quote, order confirmation, or invoice PDF.
_Reach for this when a vendor quote, order confirmation, or invoice lands; have Claude extract it to JSON, then reconcile against current costs before touching the pricebook._
```bash
servicetitan-pricebook-pp-cli quote-reconcile ./2m-quote-2026-05.csv --agent
```
- **`bulk-plan`** — Turn a reviewed cost or copy change file into a single pricebook bulk-update payload instead of N individual update calls.
_Reach for this to apply a batch of reconciled changes in one rate-limit-friendly call._
```bash
servicetitan-pricebook-pp-cli bulk-plan ./reviewed-changes.csv --agent
```
### Agent-native plumbing
- **`health`** — One compact rollup of markup-drift, vendor-part-gap, warranty-lint, cost-drift, orphan-SKU, duplicate, and weak-copy counts.
_Reach for this first in any pricebook session to see what needs attention before drilling into a specific audit._
```bash
servicetitan-pricebook-pp-cli health --agent
```
- **`find`** — Forgiving ranked search over synced SKUs tuned for describing a part you do not know the code for.
_Reach for this when a tech describes a part in plain words — it returns suggested SKUs with the code, price, vendor part, and category they need to pick one._
```bash
servicetitan-pricebook-pp-cli find "1 hp submersible pump motor" --agent
```
## Command Reference
**categories** — Manage categories
- `servicetitan-pricebook-pp-cli categories create` — Post to add a new category to your pricebook
- `servicetitan-pricebook-pp-cli categories delete` — Deletes an existing category from your pricebook
- `servicetitan-pricebook-pp-cli categories get` — Gets category details
- `servicetitan-pricebook-pp-cli categories get-list` — GET the categories in your pricebook
- `servicetitan-pricebook-pp-cli categories update` — Edits an existing category in your pricebook
**clientspecificpricing** — Manage clientspecificpricing
- `servicetitan-pricebook-pp-cli clientspecificpricing client-specific-pricing-get-all-rate-sheets` — Client specific pricing_get all rate sheets
- `servicetitan-pricebook-pp-cli clientspecificpricing client-specific-pricing-update-rate-sheet` — Client specific pricing_update rate sheet
**discounts-and-fees** — Manage discounts and fees
- `servicetitan-pricebook-pp-cli discounts-and-fees discount-and-fees-create` — Post to add a new discount or fee to your pricebook
- `servicetitan-pricebook-pp-cli discounts-and-fees discount-and-fees-delete` — Deletes a discount or fee from your pricebook
- `servicetitan-pricebook-pp-cli discounts-and-fees discount-and-fees-get` — Get details of a discount or fee in the pricebook.
- `servicetitan-pricebook-pp-cli discounts-and-fees discount-and-fees-get-list` — Get data on all of the discounts or fees in the pricebook. Supports optional search filtering.
- `servicetitan-pricebook-pp-cli discounts-and-fees discount-and-fees-update` — Edit an existing item in your priceboRelated in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.