gapmissgapmissCommunityยท1 Agent Skills Included

obsidian-plugin-skill

Build compliant Obsidian plugins that pass review

Guides coding agents through Obsidian plugin development with official ESLint rules, API best practices, and submission requirements. Prevents memory leaks, XSS vulnerabilities, accessibility failures, and naming mistakes that cause community review rejections. Includes an interactive boilerplate generator that scaffolds validated TypeScript plugin projects in seconds.
npx skills add gapmiss/obsidian-plugin-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install obsidian-plugin-skill?โ–ผ

Run `npx skills add gapmiss/obsidian-plugin-skill --all -g -y` in your terminal to install the skill globally for your coding agent.

How to create a new Obsidian plugin?โ–ผ

Run the included create-plugin script or ask your agent to create a plugin, and it generates a validated TypeScript boilerplate with settings, manifest, and build config.

Why do Obsidian plugins get rejected from the community store?โ–ผ

Common causes include naming rule violations, memory leaks, missing accessibility features, and unsafe DOM code. This skill enforces all official guidelines so your plugin passes review the first time.

Does this work with Claude Code and Codex?โ–ผ

Yes. The skill follows the universal SKILL.md standard and works with Claude Code, OpenAI Codex, and Windsurf.

Can beginners use this without Obsidian API experience?โ–ผ

Yes. Your agent applies the built-in rules automatically, so you can describe what you want in plain English and get compliant plugin code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’