Dev.to VibeCoding
ยท
Jun 28, 2026 5:01 AM
cc-thingz v6: portable skills and hooks for AI coding agents
I released v6 of cc-thingz.
Short version: battle-tested skills and hooks for AI coding agents.
Longer version: I wanted the same developer workflow available in whichever coding agent and LLM model I use today.
Claude Code for some tasks
Codex CLI for others
Gemini CLI sometimes
Pi when I want the harness and subagents
The annoying part: skills are almost portable but work better when written as agent-specific and model-specific.
Each tool has its own plugin format, lifecycle events, hoo
Read at Dev.to VibeCoding
Short version: battle-tested skills and hooks for AI coding agents.
Longer version: I wanted the same developer workflow available in whichever coding agent and LLM model I use today.
Claude Code for some tasks
Codex CLI for others
Gemini CLI sometimes
Pi when I want the harness and subagents
The annoying part: skills are almost portable but work better when written as agent-specific and model-specific.
Each tool has its own plugin format, lifecycle events, hoo