obsidian-budget-planner-plugin
obsidian-budget-planner-plugin에는 kalinichenko88에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.