Perform all financial and health calculations from countly.cz directly in chat. Covers Czech net salary (HPP), self-employed income (OSVC/OSVČ), HPP vs OSVC comparison, retirement planning (savings needed, safe withdrawal, duration), mortgage (annuity/degressive, extra payments, investment comparison), and BMI. Use…
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, pushes commits and tags, then publishes to each applicable destination. Assumes git wrapup (version bumps, changelog, commit, annotated tag) is already…
Use the gnomon MCP server's deterministic tools whenever a request depends on the current date/time, involves arithmetic past trivial mental math, mixes timezones, parses natural-language dates, counts business days, or needs unit conversion. Stop next-token-guessing math and time.
How to add (or remove/rename/alias) a built-in function in the abacus expression language — math functions like sqrt/sin/hypot/atan2, variadic stats like sum/median, nullary constants like pi/e/time. Use whenever the task is to implement a new abacus call function, add a function alias, make a function multi-argument…
Use Math Anchor for reliability-sensitive mathematics. MUST load and use it for fixed-width wrapping/saturating arithmetic, bit operations and fields, IEEE-754 representation, and large exact combinatorial counts; never answer those from mental arithmetic. Also use it for exact or high-precision evaluation, explicit…