From consulting-ops
Add a new client to a consulting vault. Use when the owner says "add a client", "new client", "set up <company> as a client", or wants to start tracking work for a company.
How this skill is triggered — by the user, by Claude, or both
Slash command
/consulting-ops:new-clientThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this in a consulting vault (one created from the consulting-vault-template).
Use this in a consulting vault (one created from the consulting-vault-template).
firm.md or AUD).python3 scripts/seed_client.py "<Display Name>" --email "<billing email>" --currency "<CCY>"
clients/<slug>.md and the client_slug back to the
owner — that slug is the permanent join key for their projects and invoices.Do not hand-write client files; the script keeps the frontmatter consistent.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub hudgeon/business-vault-plugins --plugin consulting-ops