client

Organizes client info and workflows for adding, emailing, checking follow-ups in files.

220|46|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ArtemXTech/claude-code-obsidian-starter --skill client-artemxtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: client
Source: https://github.com/ArtemXTech/claude-code-obsidian-starter/tree/main/.claude/skills/client
Command: npx skills add https://github.com/ArtemXTech/claude-code-obsidian-starter --skill client-artemxtech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing client relationships, follow-ups, and emails can be disorganized and cause missed opportunities; this skill helps keep client data structured and communications timely.

Core Features & Use Cases

  • Centralized client data in Clients/*.md with frontmatter fields such as name, email, company, stage, next_action, next_action_note, and last_contact
  • Follow-up tracking and workflow routing via the provided workflows (check-followups.md, draft-email.md, add-client.md)
  • Draft personalised emails using client context to accelerate outreach and maintain engagement

Quick Start

Add a new client to Clients or draft a follow-up email to an existing client.

Frequently Asked Questions about client

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track client follow-ups and keep contact information organized?

Track client follow-ups by organizing client data in markdown files with frontmatter fields like name, stage, next_action, and last_contact. The check-followups workflow routes you to clients needing attention based on these tracked fields.

Can I draft personalized emails using stored client context?

Yes, you can draft personalized emails using the draft-email workflow, which pulls client context like company and next_action_note from stored markdown records to accelerate outreach and maintain engagement.

What is the best way to add a new client to my CRM workflow?

The best way to add a new client is using the add-client workflow, which creates a markdown file under Clients/ populated with frontmatter fields such as name, email, company, stage, next_action, and last_contact.

Do I need a dedicated CRM platform to manage client relationships and sales workflows?

No, you do not need a dedicated CRM platform. This skill manages client relationships using markdown files with structured frontmatter and workflow templates for adding clients, checking follow-ups, and drafting emails.

How does follow-up tracking work across account management workflows?

Follow-up tracking works by referencing the next_action and last_contact fields in client markdown files. The check-followups workflow scans these records to surface clients requiring outreach across sales and account-management workflows.