obsidian-core-workflow-a

Create an Obsidian plugin from scratch with full project scaffolding.

Content Preview
---
name: obsidian-core-workflow-a
description: |
  Create an Obsidian plugin from scratch with full project scaffolding.
  Covers Plugin class, ribbon icons, commands, settings tab, esbuild config,
  manifest.json, and building/testing. Use when starting a new plugin,
  scaffolding a project, or learning the plugin lifecycle.
  Trigger with "create obsidian plugin", "scaffold obsidian plugin",
  "new obsidian plugin", "obsidian plugin from scratch".
allowed-tools: Read, Write, Edit, Bash(npm:*)
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/obsidian-core-workflow-a.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/obsidian-pack/skills/obsidian-core-workflow-a/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/obsidian-pack/skills/obsidian-core-workflow-a/SKILL.md

Related Skills