Skill Claude CodeCodex
Keep autonomous runtime behavior observable, bounded, and separate from durable business logic.
Skill Claude CodeCodex
Keep autonomous runtime behavior observable, bounded, and separate from durable business logic.
Skill Claude CodeCodex
Preserve clean system layering and prevent logic from smearing across handlers, services, persistence, integrations, and agent runtime.
Skill Claude CodeCodex
Keep source-of-truth contracts, generated artifacts, and tests aligned whenever interfaces change.
Skill Claude CodeCodex
Keep persistence logic explicit, consistent, and separate from transport concerns and business rules.
Skill Claude CodeCodex
Keep repo documentation aligned with implementation reality and prevent overclaiming.
Skill Claude CodeCodex
Keep the README GIF and social preview card truthful by re-rendering them whenever a code change alters what they show.
Skill Claude CodeCodex
Review completed work for edge cases, drift, missing tests, overstated claims, and signoff readiness.
Skill Claude CodeCodex
Verify response models and MCP transports against the real YNAB API before claiming a tool works.
Skill Claude CodeCodex
Turn repeated local setup, seed, and manual-test workflows into safe, documented, repeatable scripts.
Skill Claude CodeCodex
Keep Postman collections complete and aligned with API contracts when this repo documents HTTP testing with Postman or Newman.
Skill Claude CodeCodex
Keep public Python APIs documented with accurate docstrings, type hints, and optional generated reference docs.
Skill Claude CodeCodex
Keep this project compliant with YNAB's API terms, OAuth requirements, naming rules, and branding restrictions.
Plugin Claude Code
MCP Server for YNAB.
Plugin Claude Code
Connect your AI assistant to YNAB. Read-only by default, with opt-in writes that are recorded and reversible.
MCP server Claude CodeCodexCursor
An AI-first MCP server for YNAB. Read-only by default, with reversible writes. Runs locally from the mcp-server-for-ynab Python package. Needs 2 environment variables to run.
Instructions file CodexOpenCode
AGENTS.md instructions for hs737/mcp-server-for-ynab, covering agents.md, what this document is for, mission, start here if you are modifying the repo and architecture map.
MCP server Claude CodeCodexCursor
An AI-first MCP server for YNAB. Read-only by default, with reversible writes. Runs locally from the mcp-server-for-ynab Python package. Needs 3 environment variables to run.