obsidian-budget-planner-plugin
obsidian-budget-planner-plugin contains 2 collected skills from kalinichenko88, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Cut and publish a new release of the Budget Planner Obsidian plugin. Use this WHENEVER the user wants to release, publish, ship a new version, bump the version, cut a tag, or add a CHANGELOG entry — even a bare "release" or "let's ship 1.3.0". Drives the whole local side: derive the next semver from the commits, draft the CHANGELOG section, bump the version files, run the full verification gate, commit, and (only after explicit confirmation) tag and push — the tag push triggers the GitHub Actions release workflow. Then watch CI and report the published release.
Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files, manifest.json, Plugin class, MarkdownView, TFile, vault operations, or any Obsidian API development.