edit

Edit financial state data in a private git-tracked workspace with schema validation.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Lutherwaves/coinskills --skill edit-lutherwaves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edit
Source: https://github.com/Lutherwaves/coinskills/tree/main/skills/edit
Command: npx skills add https://github.com/Lutherwaves/coinskills --skill edit-lutherwaves

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually editing JSON and Markdown files in your private financial workspace is error-prone and risks corrupting your data. This Skill removes that risk by providing a guided, validated interface for updating all your financial state values.

Core Features & Use Cases

  • Guided Form Editing: Step-by-step prompts to update values for accounts, goals, financial plans, user profiles, recurring entries, income, investment holdings, and goal attestations without touching raw files.
  • Safe Undo Support: Revert any prior change with automatic conflict detection to avoid accidentally overwriting later edits you’ve made.
  • Estimated Value Management: Automatically clear estimated flags when you confirm a guessed value is correct or update it to the right number.
  • Use Case: If you estimated your credit card APR during workspace setup, use this Skill to update it to the correct 0.185 value, or confirm the existing estimate is accurate, and undo the change later if you make a mistake.

Quick Start

Ask the AI to edit your credit card APR to 0.185 to update the value and clear its estimated flag.

Frequently Asked Questions about edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely edit personal financial data without corrupting JSON files?

Safe financial data editing uses guided forms and schema validation to update accounts and goals without touching raw files, logging every mutation to an immutable changes log to maintain workspace integrity.

What is the best way to undo a financial state change in a git-tracked workspace?

Undoing a financial state change reverts prior edits with automatic conflict detection, preventing the accidental overwriting of later updates while maintaining an immutable change log for safe reversion.

How do estimated value flags work when updating personal finance entries?

Estimated value flags auto-clear when you confirm a guessed value is correct or update it to the right number, ensuring your financial state accurately reflects verified data instead of initial estimates.

Can I update multiple types of personal finance records using guided forms?

Guided forms support updating various personal finance records including accounts, goals, plans, profiles, income, holdings, and attestations through step-by-step prompts for accurate data entry.

Does schema validation prevent invalid data entry when updating financial plans?

Schema validation enforces strict data types and structures during financial plan updates, rejecting invalid entries before they are written to the git-tracked workspace to prevent data corruption.

How does snapshot staleness marking maintain workspace data integrity?

Snapshot staleness marking flags outdated workspace data after mutations, ensuring users recognize when a financial state snapshot no longer reflects the most recent validated changes.