.claude/skills/person/SKILL.md
--- context: fork model: haiku --- # /person Quick-create a person note. ## Usage ``` /person <name> /person <name> from <organisation> /person <name> role <job title> ``` ## Examples ``` /person John Smith /person Sarah Jones from VendorA /person Mike Chen role Solutions Architect from SAP ``` ## Instructions 1. Parse the command for: - **name**: Person's full name (required) - **organisation**: Company/org (after "from") - **role**: Job title (after "role") 2. Check if person
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/personInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick-create a person note.
/person <name>
/person <name> from <organisation>
/person <name> role <job title>
/person John Smith
/person Sarah Jones from VendorA
/person Mike Chen role Solutions Architect from SAP
Parse the command for:
Check if person already exists:
{{name}}.md (no prefix)Person - {{name}}.md formatGenerate filename: {{name}}.md (no prefix - type is in frontmatter)
Create person note in vault root:
---
type: Person
title: {{name}}
created: {{DATE}}
modified: {{DATE}}
role: {{role or null}}
organisation: {{org_link or null}}
emailAddress: null
tags: []
---
# {{name}}
## Contact Information
- **Role**: {{role}}
- **Organisation**: {{org_link}}
- **Email**:
## Notes
## Interactions
```dataview
TABLE date as "Date", title as "Meeting"
FROM ""
WHERE type = "Meeting" AND contains(attendees, this.file.link)
SORT date DESC
LIMIT 10
LIST
FROM ""
WHERE type = "Project" AND contains(file.outlinks, this.file.link)
5. For organisation:
- Check if `Organisation - {{org}}.md` exists
- If yes, link: `"[[Organisation - VendorA]]"`
- If no, just use the name (offer to create org note)
6. After creating:
- Confirm creation with file path
- Suggest linking from relevant meetings
- If from known org, load context about that org
## Note on Naming Convention
Person notes no longer require the "Person - " prefix. The note type is determined by the `type: Person` frontmatter field, not the filename. This allows for cleaner wiki-links like `[[John Smith]]` instead of `[[John Smith]]`.
Legacy files with the "Person - " prefix will still work but can be renamed using `/rename`.
tools
--- context: fork --- # /youtube Save a YouTube video as both a Weblink (quick reference) and a detailed Page (full analysis). ## Usage ``` /youtube <url> /youtube <url> <optional title override> ``` ## Examples ``` /youtube https://www.youtube.com/watch?v=0TpON5T-Sw4 /youtube https://youtu.be/abc123 AWS re:Invent Keynote ``` ## Prerequisites This skill uses the MCP Docker YouTube tools: - `mcp__MCP_DOCKER__get_video_info` - Video metadata - `mcp__MCP_DOCKER__get_transcript` - Full trans
data-ai
Create and manage git worktrees for parallel agent sessions
testing
--- context: fork --- # /wipe Generate a context handoff summary, clear the session, and resume in a fresh conversation. Detects environment and provides automated (tmux) or manual workflow. ## Usage ``` /wipe /wipe quick # Minimal handoff, just essentials /wipe detailed # Comprehensive handoff with full context ``` ## Instructions When the user invokes `/wipe`: ### Phase 1: Detect Environment First, check the terminal environment: ```bash echo "Environment Detection:"
data-ai
--- context: fork --- # /weekly-summary Generate comprehensive weekly summary from daily notes, meetings, tasks, and project updates using parallel sub-agents. ## Usage ``` /weekly-summary /weekly-summary --last-week /weekly-summary --from 2026-01-01 --to 2026-01-07 /weekly-summary --output page # Create Page note instead of just outputting ``` ## Instructions This skill uses **5 parallel sub-agents** to gather data concurrently from different vault areas, then synthesizes a comprehensi