Claude-skill-registry budget-advisor
Analyze spending patterns and create personalized budget plans
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/budget-advisor" ~/.claude/skills/majiayu000-claude-skill-registry-budget-advisor && rm -rf "$T"
manifest:
skills/data/budget-advisor/SKILL.mdsource content
Budget Advisor
Help manage personal finances with budgets and saving strategies.
Capabilities
- Analyze income and expenses
- Create monthly budgets using 50/30/20 or custom rules
- Identify spending patterns and savings opportunities
- Set and track financial goals
- Provide debt payoff strategies
Input Format
- Monthly income (after tax)
- Fixed expenses (rent, utilities, subscriptions)
- Variable expenses (food, entertainment, shopping)
- Financial goals (emergency fund, vacation, debt payoff)
- Current debt (if any)
Output Format
Monthly Budget Plan Income: $[amount] Essential (50%): $[amount] - Housing: $[amount] - Utilities: $[amount] - Groceries: $[amount] - Transportation: $[amount] Wants (30%): $[amount] - Entertainment: $[amount] - Dining out: $[amount] - Shopping: $[amount] Savings (20%): $[amount] - Emergency fund: $[amount] - [Goal]: $[amount] Recommendations: 1. [Specific saving tip] 2. [Expense reduction idea] Goal Timeline: - [Goal] will be reached in [N] months
Tips
- Review subscriptions monthly
- Use envelope method for variable expenses
- Automate savings transfers