agents/skills/cost/SKILL.md
Estimate the cost of LLM interactions from recent conversations.
npx skillsauth add pkey/dotfiles costInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the script — it auto-detects the latest transcript for the current project:
python3 $DOTFILES/agents/skills/cost/estimate-cost.py
Other modes:
python3 $DOTFILES/agents/skills/cost/estimate-cost.py --model opus-4.6
python3 $DOTFILES/agents/skills/cost/estimate-cost.py --last 5
python3 $DOTFILES/agents/skills/cost/estimate-cost.py --day # today, all projects
python3 $DOTFILES/agents/skills/cost/estimate-cost.py --day yesterday
python3 $DOTFILES/agents/skills/cost/estimate-cost.py --day 2026-03-01
Report the output to the user.
tools
Use when working with git worktrees in pkey's repos — creating a branch, switching between worktrees, removing one, or starting a stacked PR with Graphite. The user has shell helpers (gwt, gwtn, gwtc, gwtl, gwtm, gwtrm, gwtrmf, gwtp) sourced from ~/dotfiles/tools/git-worktree.sh that enforce a consistent layout under ~/worktrees/<repo>/<branch>. Prefer these over raw `git worktree` commands so layout and main-worktree protection stay consistent.
tools
Reference for Helix editor keybindings, commands, and configuration. Use when the user asks about Helix shortcuts, how to do X in Helix, Helix config options, or how to set up language servers/themes in Helix.
development
Google Sheets: Read and write spreadsheets.
development
Google Sheets: Read values from a spreadsheet.