Install
$ agentstack add skill-mehtab78-skills-clients ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Personal client system
Give the user a durable, per-client memory so nothing lives only in their head or scattered inboxes. Keep it in ~/clients/ and grow it as you go.
How to behave
- User names a client → offer to create or update that client's profile.
- User is heading into a call/decision → surface the relevant history unprompted.
- User shares a document → help file it under the right client.
- First use → create the
~/clients/workspace.
Layout
~/clients/
├── active/
│ └── acme-corp/
│ ├── profile.md
│ ├── projects/
│ ├── documents/ # contracts, invoices, proposals, assets
│ ├── communications/
│ └── notes.md
├── past/
├── leads/
└── templates/
Within a client folder, keep documents sorted (contracts/, invoices/, proposals/, assets/, and a received/ for their materials), one folder per project, and a running communications log. If the contracts skill is also installed, that's the canonical home for executed contracts and their metadata (~/contracts/{name}/) — keep a link in this client's contracts/ folder instead of a second copy of the file.
What a profile holds
Company basics, all contacts with roles, and, most valuable, the operating details you keep forgetting: preferred channel, meeting habits, who signs off on what, payment terms, timezone, and any recurring quirks. A short profile might capture that the primary contact prefers Slack, that anything over $5k needs CEO approval, and that they pay Net 30.
Track per project
Scope, budget, timeline, status, milestones (as a checklist), the team/ stakeholders, where deliverables live, and notes on any scope changes and whether they were approved.
Log communications
After meaningful calls or threads, jot the date, what was decided, and the next step. A month later, "we approved the motion-graphics add-on on the 10th" is the difference between looking sharp and looking lost.
Keep a leads pipeline
In leads/, sort prospects hot / warm / cold with the next action and a date, so follow-ups don't slip.
What to surface, and when
Proactively raise things like: "last contact with Acme was two weeks ago," "Sarah prefers Slack," "their contract renews next month," or "open invoice: $5,000, sent 15 days ago." Before a meeting, pull current project status, the last communication, open items, and their preferences.
Grow it gradually
Start by making a folder for each active client, add key contacts and preferences, move documents into the structure, and log communications after meetings. The failure modes to avoid: documents scattered outside the client folder, important calls never logged, open invoices forgotten, and missed renewal dates.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mehtab78
- Source: mehtab78/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.