Thomas Wang
Community@tmwang7324
Thomas Wang publishes Claude Code skills that manage a markdown knowledge vault: project scaffolding, daily planning, progress logging, weekly reviews, and wiki synthesis.
Agent Skills by Thomas Wang
Showing 6 vetted skills indexed across 1 GitHub repositories.
new-project
Scaffolds new project folders with CLAUDE.md and COMMANDS.md through a guided interview.
record-progress
Generates daily Obsidian progress changelog files from journal entries and modified project notes.
weekly-update
Interviews the user to update CLAUDE.md, GOALS.md, and project status files across a vault.
brain-setup
Generate a personalized root CLAUDE.md by scanning vault structure and interviewing the user.
daily-plan
Generates a priority-anchored daily plan checklist from ranked goals and project backlogs.
synthesize
Synthesizes durable knowledge from vault notes into wiki pages, decision records, and indexes.
Frequently Asked Questions About Thomas Wang
FAQPage SchemaWhat tasks can I automate using Thomas Wang's skills?▼
You can scaffold new vault projects, generate priority-anchored daily plans from a ranked GOALS.md list, produce per-project daily progress changelogs, refresh all context files in a weekly review, initialize a root CLAUDE.md, and synthesize raw notes into wiki pages and ADR decision records.
Who are these vault skills designed for?▼
They target individual developers and knowledge workers running a Claude Code-managed markdown vault (Obsidian-style) who want structured project context files, daily planning, progress logging, and durable decision capture without manual note upkeep.
How do the skills run in practice?▼
Each skill is invoked by natural-language triggers like 'daily plan', 'record progress', or 'synthesize'. They interview the user when needed, read vault sources such as GOALS.md, journals, and Iteration Logs, then write dated markdown files into Plans/, Progress/, and project wiki locations.
What prerequisites do these skills require?▼
They assume an existing markdown vault with a Projects/ directory, journal notes, and context files such as CLAUDE.md and GOALS.md. The brain-setup skill handles initializing a missing or placeholder root CLAUDE.md by scanning the vault structure and interviewing the user.
How does the synthesize skill avoid reprocessing notes?▼
It tracks processed sources in a (C) Synthesis Manifest.md file, so each run only ingests new or changed notes from raw/notes, journals, Chats/, and Ideas/. Fully processed Ideas/ notes are archived via relocate-only moves after user confirmation.