danielrosehill/Claude-Ideation-Planning-Plugin
Command
Simulate a multi-party negotiation across configurable rounds.
danielrosehill/Claude-Ideation-Planning-Plugin
Command
Simulate a multi-party negotiation across configurable rounds.
danielrosehill/Claude-Ideation-Planning-Plugin
Skill Claude CodeCodex
Provision a new ideation-planning workspace on disk. Use when the user wants to start a new ideation, evaluation, ranking, decision, simulation, feature-intake, or idea-capture workspace. Accepts a workspace name and a variant. Scaffolds the workspace, personalises CLAUDE.md from user memory, and (by default) creates…
danielrosehill/Claude-Budgeting-Plugin
Plugin Claude Code
Personal budgeting workflow primitives — transaction logging, categorization, budget creation, spending analysis, goal tracking, and forecasting — plus a provisioning skill for a fresh budgeting workspace.
danielrosehill/Claude-Budgeting-Plugin
Agent
Use when the user needs to create or modify a household budget — monthly, annual, or custom scenarios. Analyses historical spending, factors in active financial goals, and produces a balanced, realistic budget written to budgets/.
danielrosehill/Claude-Budgeting-Plugin
Agent
Use when the user wants to analyse spending patterns, identify trends, find savings opportunities, or investigate budget variances. Performs deep-dive analysis of transaction data and writes insights to outputs/analyses/.
danielrosehill/Claude-Budgeting-Plugin
Agent
Use for strategic financial guidance, scenario planning, and complex household financial decisions that go beyond simple budgeting (debt payoff vs invest, large purchases, life events).
danielrosehill/Claude-Budgeting-Plugin
Agent
Use when the user wants to create, track, or review financial goals — savings targets, debt-payoff plans, long-term objectives. Manages files in financial-goals/.
danielrosehill/Claude-Budgeting-Plugin
Agent
Use when the user wants a comprehensive financial report — monthly summary, quarterly review, or annual financial statement. Pulls from budgets, transactions, and goals.
danielrosehill/Claude-Budgeting-Plugin
Agent
Use when the user needs to import, categorise, or process transaction data from bank or credit-card exports. Reads transactions/import/ and writes clean records to transactions/processed/.
danielrosehill/Claude-Budgeting-Plugin
Command
Deep-dive analysis of household spending patterns for a chosen period — trends, category breakdowns, anomalies, optimisation opportunities. Writes insights to outputs/analyses/.
danielrosehill/Claude-Budgeting-Plugin
Command
Review uncategorised or mis-categorised transactions in transactions/processed/ and assign them to the correct household expense category. Learns from user corrections for future automatic categorisation.
danielrosehill/Claude-Budgeting-Plugin
Command
Create a detailed monthly budget from household context, historical spending, and active financial goals. Writes the budget to budgets/monthly/.
danielrosehill/Claude-Budgeting-Plugin
Command
Project future cash flow and budget outcomes over a chosen horizon (3/6/12 months) based on historical ledger data, recurring bills, income, and active financial goals. Writes a forecast to outputs/analyses/.
danielrosehill/Claude-Budgeting-Plugin
Command
Log a single transaction (manual entry) into the current month's processed transaction ledger. Use for one-off expenses or income events when bulk import via /budgeting:process-transactions isn't appropriate.
danielrosehill/Claude-Budgeting-Plugin
Command
Generate a comprehensive monthly financial report — income, expenses, budget vs actual, goal progress, health metrics. Writes to reports/monthly/.
danielrosehill/Claude-Budgeting-Plugin
Command
Import, categorise, and process raw transaction files from transactions/import/ into clean records in transactions/processed/.
danielrosehill/Claude-Budgeting-Plugin
Command
Review all active financial goals, update their progress, flag at-risk goals, and recommend adjustments. Reads from and writes to financial-goals/active/.
danielrosehill/Claude-Budgeting-Plugin
Command
Help the user define a new SMART financial goal (target, timeline, funding plan) and record it under financial-goals/active/.
danielrosehill/Claude-Budgeting-Plugin
Command
Interactive setup wizard that populates context.md with household profile, income, expenses, goals, and budget preferences. Run after provisioning a budgeting workspace.
danielrosehill/Claude-Budgeting-Plugin
Skill Claude CodeCodex
Provision a new budgeting workspace on disk. Use when the user wants to start tracking a new household or personal budget. Accepts a workspace name and optional target path. Scaffolds the workspace, personalises CLAUDE.md and context.md from the user's global memory, and (by default) creates a GitHub repo.
danielrosehill/Proxmox-Mgmt-Plugin
Plugin Claude Code
Manage a Proxmox VE host via SSH and the Proxmox API — guided first-run onboarding, VM/CT lifecycle, storage and ZFS inspection, log review, and update workflows. Per-host config is stored outside the plugin so the same install works across multiple Proxmox environments.
danielrosehill/Proxmox-Mgmt-Plugin
Skill Claude CodeCodex
First-run onboarding for the proxmox-mgmt plugin. Interview the user about their Proxmox host — IP, SSH user, web UI URL, and (optionally) Proxmox API token references — and persist the result to $CLAUDEUSERDATA/proxmox-mgmt/config.json. Run this before any other skill in this plugin, or whenever the connection…
danielrosehill/Proxmox-Mgmt-Plugin
Skill Claude CodeCodex
Use when the user wants to perform maintenance, diagnostics, or configuration on their Proxmox VE host via SSH or the Proxmox API. Reads connection details from $CLAUDEUSERDATA/proxmox-mgmt/config.json (populated by the onboard skill in this plugin). Triggers on phrases like "proxmox maintenance", "check proxmox"…
danielrosehill/Synology-Mgmt-Plugin
Plugin Claude Code
Manage a Synology NAS via SSH — guided first-run onboarding, share/volume inspection, storage health, and file operations. Per-host config is stored outside the plugin so the same install works across multiple NAS environments.