Seed Expense banner
ashish-ashish05 ashish-ashish05

Seed Expense

Development community

Description

--- description: Seed realistic dummy expenses for a specific user argument-hint: "<user_id> <count> <months>" allowed-tools: Read, Bash(python3:*) --- Read database/db.py to understand the expenses table schema, the db connection pattern, and the database file name. User input: $ARGUMENTS ## Step 1 — Parse arguments Extract from $ARGUMENTS: - user_id — integer - count — integer, number of expenses to create - months — integer, how many past months to spread them across If any argument is

Installation

Installs to ~/.claude/commands/ashish-ashish05-spendly-seed-expense.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ashish-ashish05/spendly/HEAD/.claude/commands/seed-expense.md -o ~/.claude/commands/ashish-ashish05-spendly-seed-expense.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository