From sayou
Browse sayou workspace: list files as tree with metadata, search/grep content, read file contents, view version history. Use to manage stored notes/decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sayou:wsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse the sayou workspace. Show the user what's stored, find specific files, or check recent changes.
Browse the sayou workspace. Show the user what's stored, find specific files, or check recent changes.
Start with an overview — use workspace_list with path: "/" and recursive: true to show the full file tree. Present it as a clean, readable tree with frontmatter metadata.
If the user asks about a specific file, use workspace_read to show its contents. Mention the version number and when it was last updated.
If the user asks about changes, use workspace_history on the relevant file to show version history. Offer to diff specific versions.
If the workspace is empty, tell the user:
/save to save findings or decisions from this sessionFor large workspaces, use workspace_search or workspace_grep to find specific files rather than listing everything.
Show files as a tree with key metadata:
research/
competitor-analysis.md status=draft [v3, 2d ago]
market-sizing.md status=reviewed [v1, 5d ago]
decisions/
auth-architecture.md status=approved [v2, 1w ago]
notes/
standup-2026-02-19.md type=meeting [v1, today]
Keep it concise. Don't read every file's contents unless asked — the tree overview is usually enough.
npx claudepluginhub pixell-global/sayou --plugin sayouSearches sayou workspace for past decisions, research, notes via structured path/frontmatter, content grep, and semantic search. Useful for recalling prior workspace knowledge.
Creates, opens, and manages project workspaces in LiveDocs for cross-session memory, long-term tracking like diets or investments, and saving key outputs.
Manages workspace documents (items, goals, notes, guides, references) stored as markdown files with YAML frontmatter in a Treasure Studio workspace. Supports create, update, list, and status tracking operations.