Skip to main content
GitHub repository

FinanceManager

FinanceManager contains 4 collected skills from avresial, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
10
updated
2026-07-11
Forks
5
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

finance-manager-usage
software-developers

How to use the running FinanceManager app as an agent — above all the develop-only auto test login (/DevelopLogin/{login}/{page}) that skips the landing page and login form. Use this skill whenever you need to sign in to the app for testing (UI or API), deep-link to an authenticated page, or obtain an access token without credentials. Covers guest vs testuser accounts, environment gating, and direct API usage.

2026-07-11
ui-testing
software-quality-assurance-analysts-and-testers

Use this skill whenever a change touches the Blazor UI (any .razor/.razor.cs/.razor.css under FinanceManager.Components, layouts, or styling) and you need to see it rendered — not just compiled. It explains how to boot the app in the cloud sandbox, log in through the built-in guest/demo account, and screenshot the real pages on both mobile and desktop viewports using the pre-installed Playwright Chromium.

2026-07-11
mudblazor
web-developers

Reference for MudBlazor 9.x components used in FinanceManager. Consult this whenever building or modifying UI with MudBlazor — it lists every component family, links to the official docs, and shows the minimal idiomatic snippet for each. Use it to avoid guessing API surface or re-reading full docs pages.

2026-06-05
changelog
software-developers

Use this skill whenever a code change introduces a user-visible difference (new feature, behaviour change, bug fix, removal, security patch). It explains how to add or update entries in the root `CHANGELOG.md` so the project keeps a consistent, human-readable history any agent can extend.

2026-05-25