From vaultkit
List all projects in an Obsidian vault's Projects folder, with status and count summary. Sub-skill used by vaultkit:load-project.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vaultkit:list-projectsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lists all projects in an Obsidian vault's `Projects/` folder, sorted by status, with a count summary.
Lists all projects in an Obsidian vault's Projects/ folder, sorted by status, with a count summary.
Always invoke the vaultkit:obsidian skill first — this skill depends on its vault connection details and command reference.
All operations require a vault name. The caller must supply it explicitly.
If none is given, run:
obsidian vaults
Present the list to the user and ask them to specify which vault to use before continuing.
List all project folders:
obsidian vault="<VAULT>" files folder="Projects"
Read the status field from each project's Overview.md in parallel — issue all calls simultaneously, one per project:
obsidian vault="<VAULT>" property:read name="status" path="Projects/<ProjectName>/Overview.md"
Display as a formatted table, sorted by status (active first, then on-hold, then done). If a recommended project name was passed by the caller, bold that row and append ← recommended:
| Project | Status |
|---|---|
| Project Name | active |
| Other Project | on-hold |
After the table, show a count summary: e.g. 5 active · 2 on-hold · 1 done
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub smallorbit/smallorbit-plugins --plugin vaultkit