client
Manage client relationships. USE WHEN user asks about clients, follow-ups, client emails, or who needs attention.
Best use case
client is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Manage client relationships. USE WHEN user asks about clients, follow-ups, client emails, or who needs attention.
Teams using client should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/client/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How client Compares
| Feature / Agent | client | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage client relationships. USE WHEN user asks about clients, follow-ups, client emails, or who needs attention.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
SKILL.md Source
# Client Skill Manage clients using `Clients/` folder. ## Quick Commands | Say | Does | |-----|------| | "Who needs follow-up?" | Shows clients needing attention | | "Tell me about [name]" | Client context and history | | "Draft email to [name]" | Personalized follow-up email | | "Add client [name]" | Creates new client file | ## Workflow Routing - Check follow-ups → `workflows/check-followups.md` - Draft client email → `workflows/draft-email.md` - Add new client → `workflows/add-client.md` ## Data Client files live in `Clients/*.md` with frontmatter: ```yaml --- type: client name: Sarah Chen email: sarah@example.com company: TechStartup Inc stage: active # lead, active, customer next_action: 2026-01-10 next_action_note: Follow up on proposal last_contact: 2026-01-05 --- ``` ## Quick Queries **List all clients:** ```bash ls Clients/*.md ``` **Find who needs follow-up:** ```bash grep -l "next_action:" Clients/*.md | while read f; do echo "=== $(basename "$f" .md) ===" grep -E "^(next_action|next_action_note):" "$f" done ``` **Find by stage:** ```bash grep -l "stage: lead" Clients/*.md ```
Related Skills
review
Daily and weekly review workflows. USE WHEN user says "morning routine", "evening routine", "weekly review", "start my day", "end of day".
tasknotes
Create, update, delete, and list tasks via HTTP API. USE WHEN user wants to create tasks, mark done, update status, or manage tasks.
query
Query data from this vault. USE WHEN user asks about projects, clients, tasks, daily notes. Use grep to extract frontmatter - do NOT read full files.
granola
Query and sync Granola meetings to Obsidian vault. Use when user mentions Granola, meeting transcripts, or wants to sync meeting notes. Reads from local cache - no API needed.
expo-dev-client
Build and distribute Expo development clients locally or via TestFlight
Client Success & Revenue Expansion — The Complete Retention Operating System
Turn clients into long-term revenue engines. This isn't advice — it's a complete operating system with scoring models, templates, playbooks, and automation patterns that work for any B2B or B2C subscription business.
datacommons-client
Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.
webiny-admin-graphql-client-catalog
admin/graphql-client — 1 abstractions.
performing-thick-client-application-penetration-test
Conduct a thick client application penetration test to identify insecure local storage, hardcoded credentials, DLL hijacking, memory manipulation, and insecure API communication in desktop applications using dnSpy, Procmon, and Burp Suite.
Postgres, SqlClient, schema, migrations, mappers
**When to use:** Drizzle schema, repositories, RLS, SqlClient wiring, Postgres migrations, `psql` / reset, or platform mappers (`toDomain*` / `toInsertRow`).
architecture-paradigm-client-server
Client-server architecture for web/mobile apps with centralized services and API design
Client Proposal Generator Lite
Free version — generate a proposal executive summary and scope outline from a project brief.