🧩
DevOpsJavaScript

Obsidian Plugin Development

by gapmiss

Obsidian Plugin Development is a DevOps skill for Claude Code, published by gapmiss in obsidian-plugin-skill.

183 stars16 forkson gapmiss/obsidian-plugin-skillAdded 2026/09/06Repository updated 2026/08/08
claudeclaude-codeclaude-skillscodexcodex-skillsobsidianobsidian-mdobsidian-pluginskills
Install in seconds
Install Obsidian Plugin Development
Copy Obsidian Plugin Development into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gapmiss/obsidian-plugin-skill/tree/main/.agents/skills/obsidian ~/.claude/skills/obsidian

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gapmiss/obsidian-plugin-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/obsidian/SKILL.md in gapmiss/obsidian-plugin-skill
Installs to
~/.claude/skills/obsidian
Collection
The only skill cataloged from this repository
Category
DevOps1013 skills

What Obsidian Plugin Development does

Obsidian Plugin Development covers Obsidian.md plugin rules, TypeScript practices, lifecycle cleanup, API usage, settings, and submission checks. Use it when building or reviewing main.ts, manifest.json, vault operations, views, or other Obsidian API code.

Obsidian Plugin Development is cataloged under DevOps on DirSkills. Obsidian Plugin Development comes from a repository tagged claude, claude-code, claude-skills, codex and codex-skills.

Documentation

README

Obsidian Plugin Development Guidelines

Follow these comprehensive guidelines derived from the official Obsidian ESLint plugin rules, submission requirements, and best practices.

Getting Started

Quick Start Tool

For new plugin projects, an interactive boilerplate generator is available:

  • Script: tools/create-plugin.js in the skill repository
  • Command: Invoke create-plugin using your agent's method (/create-plugin, $create-plugin, or @create-plugin)
  • Generates minimal, best-practice boilerplate with no sample code
  • Detects existing projects and only adds missing files

Recommend the boilerplate generator when users ask how to create a new plugin, want to start a new project, or need help setting up the basic structure.


This is the opening of the README. Read the full README on GitHub.

Commands Obsidian Plugin Development provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /create-plugin

Frequently asked about Obsidian Plugin Development

  • How does Obsidian Plugin Development compare to other DevOps skills?

    Obsidian Plugin Development ranks #945 by stars among the 1013 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Obsidian Plugin Development against them. Open each page to compare what they document and how they install.