Agent skill
new-person
Create a relationship tracking file for a person with contact info, history, and communication preferences. Use when user says "new person", "add [name]", "create a file for [name]", "track this person", or mentions someone important who doesn't have a file yet.
Install this agent skill to your Project
npx add-skill https://github.com/kbanc85/claudia/tree/main/template-v2/.claude/skills/new-person
SKILL.md
New Person
Create a new relationship file for tracking someone.
Usage
/new-person [name]
Quick Flow
1. Basic Information
"Tell me about [Name]. A few quick things:"
- What's their role?
- How do you know them?
- What's the relationship type? (Client, Colleague, Friend, Prospect, etc.)
2. Optional Details
"Anything else I should capture?"
- Contact info
- What matters to them
- Communication preferences
- Current context
3. Create File
Save to people/[name-slug].md
Template
# [Person Name]
**Role:** [Their title/position]
**Organization:** [Company/org]
**How we met:** [Context]
**Relationship type:** [Client, Colleague, Friend, Prospect, etc.]
## Quick Stats
| Field | Value |
|-------|-------|
| Last Contact | [Today's date] |
| Relationship Health | Active |
| Sentiment | Positive / Neutral / Unknown |
## Contact
| Channel | Details |
|---------|---------|
| Email | [If provided] |
| Phone | [If provided] |
| LinkedIn | [If provided] |
| Preferred | [If known] |
## Communication Style
[How they prefer to communicate, if known]
## What Matters to Them
[Their priorities, if known]
## Current Context
*Last updated: [Today]*
[What they're working on, if known]
## Our History
| Date | Event | Notes |
|------|-------|-------|
| [Today] | [Initial context] | Created file |
## Commitments
### I owe them
- [None yet]
### They owe me
- [None yet]
## Notes
[Any other context worth remembering]
---
*Created: [Today's date]*
After Creation
"Created file for [Name] at people/[name-slug].md
Want me to:
- Add more details?
- Note any commitments?
- Set a reminder to follow up?"
Name Handling
- Create slug from name: "Sarah Chen" -> "sarah-chen.md"
- Handle duplicates: Add identifier if needed ("sarah-chen-acme.md")
- Non-Latin names: Preserve original, add romanization if provided
Minimal vs. Full
Minimal (quick capture):
- Name, role, how you met
- Creates basic file
- Fills in more over time
Full (when user has time):
- All template fields
- Contact information
- Communication preferences
- Current context
- History
Ask: "Quick capture or full profile?"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
map-connections
Scan context files to extract entities and relationships into the memory system. Triggers on "who knows who?", "network graph", "map my connections", "extract relationships".
inbox-check
Lightweight inbox triage across all configured email accounts. Dispatches fast subagent to fetch, then reviews with judgment. Use when user says "check my inbox", "any new emails?", "check email".
growth-check
Periodic reflection on development, skills, learning, and progress toward goals. Triggers on "am I growing?", "development check", "personal growth review".
feedback
Send feedback, ideas, or bug reports about Claudia. Opens a pre-filled GitHub Discussion with system context. Use when user says "feedback", "suggestion", "report a bug", "feature request", or "I have an idea".
draft-reply
Draft an email response with tone matching the relationship context. Shows draft for approval before sending. Use when user says "draft a reply", "respond to this email", "write a response to [person]", or shares an email and asks for help replying.
brain
Launch the Brain Visualizer, a real-time 3D view of memory and relationships. Triggers on "show your brain", "visualize memory", "open the brain", "memory graph".
Didn't find tool you were looking for?