obsidian-plugin-skill
Build compliant Obsidian plugins that pass review
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core