- Building the missing toolbelt for Claude Code: captain-hook for declarative hooks, cc-pool for account pooling, cc-review for reviewing Claude's diffs in a PR-style web UI, cc-transcript for typed transcripts, and slop-cop to catch AI-flavored prose
- Converging those pieces into one session-activity platform — typed events and a decision ledger in cc-transcript, with captain-hook as its hook runtime — and building cc-orchestrate into a pure-Go CLI that runs fleets of agents across pluggable backends like cmux, superset, and tmux
- Running cc-sentiment, an open experiment in whether developer sentiment with Claude Code tracks the model, the tooling, or just the time of day
- Engineer & CEO at Aneta
Recent activity
2026-06-18Pushed to yasyf/reposync2026-06-18Pushed to yasyf/cc-notes — remodeled onto the fusekit detached mount-holder and madecc-notes initset up everything, cutting v0.5.02026-06-18Pushed to yasyf/captain-hook — wired hooks into the committed settings.json by default and switched skills to plugin registration instead of vendoring2026-06-18Pushed to yasyf/spawnllm — generalized backend status checks and added a Gemini-family fallback, with a docs and changelog pass2026-06-18Pushed to yasyf/cc-skills — added the agent-browser-with-cookies skill — authenticated browsing via local cookies behind a reasoned Touch ID gate2026-06-18Pushed to yasyf/homebrew-tap2026-06-18Pushed to yasyf/cc-pool — polished the login flow — auto-close afterccp login, TUI re-login for unhealthy accounts, unattended widget2026-06-18Pushed to yasyf/yclaw2026-06-18Pushed to yasyf/cc-review — redesigned the AI bar as the Command Deck, added keyboard shortcuts, and auto-collapsed generated files2026-06-18Pushed to yasyf/slop-cop2026-06-18Pushed to yasyf/cc-orchestrate2026-06-18Pushed to yasyf/cc-pushback
8,828 contributions in the last year
- gpt-do ⭐ 211 — GPT-powered bash commands.
Python - summ ⭐ 152 — GPT-based Conversation Summarizer
Python - compress-gpt ⭐ 217 — Self-extracting GPT prompts for ~70% token savings
Python - anthropic-computer-use-modal ⭐ 49 — Anthropic Computer Use with Modal Sandboxes
Python - shamer ⭐ 37 — Code Coverage Gamified
Python
Claude Code, continued
- cc-skills — the plugin marketplace where the whole toolbelt ships
- cc-notes — a notes-and-tasks layer agents can actually use
- cc-runtime — a runtime that hands Claude Code its harness-injected tools, AskUserQuestion and friends
- cc-interact — the human-in-the-loop agent/daemon/web framework, pulled out of cc-review
- cc-pushback — learns how you push back on Claude from past feedback, then does it for you
- cc-pane — one pane of glass over Claude Code and the whole cc-* toolbelt
Systems & libraries
- fusekit — detached FUSE-T mount-holder and mount-lifecycle primitives for Go, now under cc-pool and cc-notes
- semisweet — an async, in-memory semantic cache with pluggable backends
- spawnllm — call an LLM from any subshell: Claude, Codex, or a local MLX model
Python, with fewer footguns
- python-defer — Go-style
deferin Python, no decorators required - python-secret-type — a rune-style
secrettype so credentials can't leak by accident - docker-dsl — write multi-stage Dockerfiles as Python context managers
- bcferries — the Python client for BC Ferries schedules; proudly Canadian 🇨🇦
Earlier eras
- safemodels — cryptographic provenance proofs for model weights, before that was cool
- vc — the voting platform Dorm Room Fund used to pick its investments
- hifromtheotherside — fighting the echo chamber, one cross-aisle match at a time
- controlio — control your computer over SMS, 2014 edition
2026-06-18spawnllm v0.3.02026-06-18reposync v0.3.02026-06-18cc-notes v0.7.22026-06-18cc-pool v0.31.22026-06-18slop-cop v0.1.152026-06-18captain-hook v3.9.02026-06-17cc-orchestrate v0.2.1
Language breakdown
Python ████████████████████ 54%
Go ██████░░░░░░░░░░░░░░ 17%
Ruby ██████░░░░░░░░░░░░░░ 15%
C ██░░░░░░░░░░░░░░░░░░ 4%
HTML █░░░░░░░░░░░░░░░░░░░ 2%
JavaScript █░░░░░░░░░░░░░░░░░░░ 2%
Nix █░░░░░░░░░░░░░░░░░░░ 2%
Rust █░░░░░░░░░░░░░░░░░░░ 2%
Latest from Yasyf's Random Musings:
- Improving Claude Computer Use
- On Securing Model Supply Chains
- python 🤝
defer - Haystack + Pinecone Hybrid Vectors
- CompressGPT: Decrease Token Usage by ~70%
Automate the boring parts, then automate the automation.