.claude/skills/meeting/SKILL.md
--- context: fork model: haiku --- # /meeting Create a new meeting note in the Obsidian vault. ## Usage ``` /meeting <title> /meeting <title> with <attendees> /meeting <title> for <project> ``` ## Examples ``` /meeting Weekly Sync /meeting MyDataIntegration Review with Johann, Pat /meeting NewProductLine Update for Project - 777-X EIS Programme ``` ## Instructions 1. Parse the command for: - **title**: The meeting name (required) - **attendees**: People mentioned after "with" (opti
npx skillsauth add DavidROliverBA/ArchitectKB .claude/skills/meetingInstall 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.
Create a new meeting note in the Obsidian vault.
/meeting <title>
/meeting <title> with <attendees>
/meeting <title> for <project>
/meeting Weekly Sync
/meeting MyDataIntegration Review with Johann, Pat
/meeting NewProductLine Update for Project - 777-X EIS Programme
Parse the command for:
Generate filename: Meeting - YYYY-MM-DD {{title}}.md
Create the meeting note in the +Meetings/ folder with this structure:
---
type: Meeting
title: { { title } }
created: { { DATE } }
modified: { { DATE } }
tags: []
date: "{{DATE}}"
project: { { project_link or null } }
attendees: [{ { attendee_links } }]
summary:
collections: { { collections or null } }
---
# {{title}}
## Attendees
{{attendee_list}}
## Agenda
1.
## Discussion Notes
## Action Items
- [ ]
## Decisions Made
-
## Follow-up
-
For attendees:
[[Name]]["[[Jane Doe]]", "[[Johann Fender]]"]For project:
"[[Project - MyDataIntegration]]"After creating, confirm and show the file path
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