obsidian-workspace-skill

Document and enforce development conventions for the Obsidian plugin monorepo.

2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/GoBeromsu/obsidian-workspace --skill obsidian-workspace-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-workspace-skill
Source: https://github.com/GoBeromsu/obsidian-workspace/tree/main
Command: npx skills add https://github.com/GoBeromsu/obsidian-workspace --skill obsidian-workspace-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Obsidian workspace defines conventions for architecture, submodule control, and release governance. This Skill preserves and communicates those standards to prevent drift and improve collaboration.

Core Features & Use Cases

  • Centralizes architecture rules, 4-layer pattern, and boiler-template syncing guidance for all plugins.
  • Provides discovery and validation hooks for portfolio readiness, plugin boundaries, and shared contracts.
  • Serves as a reference for onboarding new contributors and governing future plugin integrations.

Quick Start

Run the workspace governance reference to review current plugin governance and generate the workspace catalog.

Frequently Asked Questions about obsidian-workspace-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce architecture conventions in an Obsidian plugin monorepo?

You can enforce architecture conventions by codifying directory structure, lint rules, and release governance in a centralized Skill. This provides validation hooks to check plugin boundaries and prevent architecture drift across multiple contributors.

What is the best way to manage boiler-template syncing for multiple Obsidian plugins?

Managing boiler-template syncing is best done by centralizing the syncing guidance within a workspace governance reference. This ensures all plugins share consistent base configurations and prevents configuration drift.

How do I onboard new contributors to a multi-plugin Obsidian workspace?

To onboard new contributors to a multi-plugin Obsidian workspace, provide a reusable reference Skill that documents the 4-layer architecture pattern and submodule control rules. This serves as a centralized guide for governing future plugin integrations and portfolio readiness.

Can I validate plugin boundaries and shared contracts across an Obsidian monorepo?

Yes, you can validate plugin boundaries and shared contracts across an Obsidian monorepo using built-in discovery and validation hooks. These hooks check architecture adherence and portfolio readiness against the codified workspace conventions.

How do I generate a workspace catalog for Obsidian plugin governance?

You can generate a workspace catalog for Obsidian plugin governance by running the workspace governance reference. This process reviews current plugin governance and outputs a catalog detailing the centralized architecture rules and release standards.

Does this workspace governance approach support frontmatter-driven metadata for plugins?

Yes, this workspace governance approach supports frontmatter-driven metadata for plugins. It uses this metadata alongside optional shared contracts to document and enforce the development conventions across the monorepo.