1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2026-06-16 20:35:08 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Kaan Barmore-Genc 3487eddb18 Add archive-coding-project script
Move a coding project into ~/.local/archives/, strip it with
'git clean -dxf', drop git LFS objects, and compress to .7z to
minimize disk use. Reports space reclaimed, and supports
--restore <file.7z> to extract an archive back into the cwd.

Deploys to ~/.local/bin via Dotter.
2026-06-15 20:54:09 -05:00
Kaan Barmore-Genc b0070920e3 Add cc-compact skill and claude-token-count CLI
- cc-compact: skill to reload a past Claude Code session's context
  (resolves by id or ai-title, extracts a bounded XML summary via
  compact_session.py) so work can be resumed without ingesting the log
- migrate the existing new-work skill into the repo
- deploy ~/.claude/skills via ensure_dir_symlink in setup.sh
- claude-token-count: count tokens via Anthropic's count_tokens endpoint,
  pulling the API key from 1Password at runtime
2026-05-31 02:28:42 -05:00
Kaan Barmore-Genc c82e17654e Add discord-send CLI and personal CLAUDE.md
discord-send is a Bun script that posts to a Discord webhook (URL read
from ~/.config/discord-send/webhook), with optional --attach for files.
The personal CLAUDE.md tells Claude Code to use it for notifications
and image sharing. Both deploy via Dotter.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 23:03:18 -05:00