By liamcain
Develop Obsidian community plugins with automated support for authoring and migrating setting tabs using the declarative `getSettingDefinitions()` API (Obsidian 1.13.0+), including optional fallback for older app versions.
Agent Skills for Obsidian plugin development.
These skills follow the Agent Skills specification so they can be used by any skills-compatible agent, including Claude Code and Codex CLI.
Add the contents of this repo to a /.claude folder in the root of your plugin's working directory. See more in the official Claude Skills documentation.
Copy the skills/ directory into your Codex skills path (typically ~/.codex/skills). See the Agent Skills specification for the standard skill format.
Clone the entire repo into the OpenCode skills directory (~/.opencode/skills/):
git clone https://github.com/liamcain/obsidian-dev-skills.git ~/.opencode/skills/obsidian-dev-skills
Do not copy only the inner skills/ folder — clone the full repo so the directory structure is ~/.opencode/skills/obsidian-dev-skills/skills/<skill-name>/SKILL.md.
OpenCode auto-discovers all SKILL.md files under ~/.opencode/skills/. No changes to opencode.json or any config file are needed. Skills become available after restarting OpenCode.
| Skill | Description |
|---|---|
| settings | Author or migrate community-plugin setting tabs (PluginSettingTab), including the declarative getSettingDefinitions() API introduced in Obsidian 1.13.0 |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub liamcain/obsidian-dev-skills --plugin obsidian-devClaude Code skill pack for Obsidian plugin development and vault management (24 skills)
Opens Claude Code plan files in Obsidian when presented for review
Guides agents to use Obsidian CLI safely — 13 silent failure gotchas documented.
Knowledge management for Obsidian vaults and structured markdown repositories
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review