From vault-wiki
Create, update, or delete notes in an Obsidian vault via REST API or MCP server.
npx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wikiThis skill uses the workspace's default tool permissions.
Create, update, or delete notes in an Obsidian vault via REST API or MCP server.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Create, update, or delete notes in an Obsidian vault via REST API or MCP server.
VAULT_ID: from [vault-id] argumentPATH: note path from --path argumentTITLE: note title from --title argumentCONTENT: note content from --content argumentTAGS: comma-separated tags from --tags argumentVAULT_ID and PATH are providedAttempt REST API first (http://localhost:27123/api/vault/create or /api/vault/update). If unavailable, fall back to MCP server.
Build frontmatter with:
type: "note"date_updated: today's date in YYYY-MM-DDtags: array from --tags argument if providedCombine frontmatter + content
Call create or update endpoint
Return note path and confirmation
Report API errors clearly and suggest troubleshooting steps.