ryangalea23
- 5 skills
- 0 followers
- 4 hours ago last updated
- ▌ Notes · ryangalea23Capture and find notes. Three types: meeting (notes from a specific meeting), idea (something to think about later), fact (a tidbit to remember). All notes save to a notes folder (default `~/work/notes/`, see Storage below) with required frontmatter and consistent filenames so search actually works. Search runs across the whole notes root (notes, and anything else you keep under that same folder, like saved emails or briefs). Use when asked to "take a note", "note this", "save this idea", "save this fact", "meeting notes for...", "find my notes about...", "what did I write down about...", "show meeting notes", "show ideas", "show facts", or invoked as /notes. Also surfaces for natural phrases like "I should write this down" or "remind me of this".
- ▌ Tasks · ryangalea23 bundlePersonal task list. Add, list, complete, search, and tag tasks. Storage is a single markdown file at ~/.claude/skills/tasks/tasks.md (the source of truth - read it before every operation). Tags use #word format (people: #alex, contexts: #1on1, projects: #acme-corp). Priority: !high / !med / !low. Due dates: due:YYYY-MM-DD. Use when asked to "add task", "add to my list", "remind me to", "what's on my list", "what's due", "tasks for [person]", "complete task", "what's on for today", "1:1 prep", "tasks for today's meetings", or invoked as /tasks. Also surfaces for natural phrases like "I should follow up with X" or "don't let me forget Y".
- ▌ Sign PDF · ryangalea23 bundleUse when the user asks to sign a PDF, add their signature to an attached document, return a signed Docusign-style PDF, or "sign and return" any contract or agreement. Stamps a transparent signature image onto a PDF at AcroForm fields, near "Signature:" labels, or at explicit coordinates.
- ▌ Transcribe · ryangalea23 bundleTranscribe a local audio recording and save it as a meeting note. Takes an audio file (mp3/m4a/wav), uploads to OpenAI Whisper, then produces a structured summary written via the `notes` skill schema in `~/work/notes/`. Default behavior: if no file given, picks the most recent recording in `~/work/recordings/`. Pairs with the `record-call` script in this skill's `scripts/` folder (Windows only). Use when asked to "transcribe this", "transcribe the recording", "summarize the call", "/transcribe", "what did we say on that call", or after running `record-call stop`.
- ▌ Voice Mode · ryangalea23 bundleUse when the user asks to enable/disable voice mode, turn text-to-speech on or off, or hear Claude's responses spoken aloud instead of just reading text.