🤝
AutomationTypst

Client Management

by ArtemXTech

Client Management is an Automation skill for Claude Code, published by ArtemXTech in claude-code-obsidian-starter.

224 stars46 forkson ArtemXTech/claude-code-obsidian-starterAdded 2026/09/03Repository updated 2026/01/23
aiautomationclaude-codeobsidianproductivity
Install in seconds
Install Client Management
Copy Client Management into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ArtemXTech/claude-code-obsidian-starter/tree/main/.claude/skills/client ~/.claude/skills/client

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ArtemXTech/claude-code-obsidian-starter.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/client/SKILL.md in ArtemXTech/claude-code-obsidian-starter
Installs to
~/.claude/skills/client
Collection
One of 5 skills cataloged from this repository
Category
Automation1754 skills

What Client Management does

Client Management helps track client files, identify who needs follow-up, and draft personalized emails. Use it when managing client relationships, next actions, or contact history.

Client Management is cataloged under Automation on DirSkills. Client Management comes from a repository tagged ai, automation, claude-code, obsidian and productivity.

Documentation

README

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:

---
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
---

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Client Management

  • What else does ArtemXTech publish alongside Client Management?

    Client Management is one of 5 skills that DirSkills catalogs from ArtemXTech/claude-code-obsidian-starter, the repository it ships in. Its siblings there include Granola, Query and Review. Each one is a separate skill with its own page in this directory, installs the same way Client Management does, and is maintained by ArtemXTech in that same repository. The rest of the collection is listed on the ArtemXTech/claude-code-obsidian-starter page.

  • How does Client Management compare to other Automation skills?

    Client Management ranks #1599 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Client Management against them. Open each page to compare what they document and how they install.