By tickbird-io
Auto-track time with the Tickbird CLI: active-time timer hooks plus a /track skill for setup, status, and confirmed commits.
Auto-track your time in Tickbird while you work with Claude Code — and log it through a confirmed, never-silent commit. This repo is both a plugin and the marketplace that serves it.
/plugin marketplace add tickbird-io/skills
/plugin install tickbird@tickbird
Then make sure the CLI is set up:
tickbird --version # install: curl -fsSL https://tickbird.io/install.sh | sh
tickbird login # or: export TICKBIRD_TOKEN=tpat_…
Updating is a git pull under the hood — no CLI release required:
/plugin marketplace update
/track skill — resolves your org/project/task on first use (creating a task when
nothing fits), shows status, and drives confirmed worklog commits.Tracking only runs in repos where you've bound a project/task (a .tickbird file the skill
writes on first use). Everywhere else the hooks silently no-op, so installing globally is safe.
.claude-plugin/marketplace.json # the catalog
plugins/tickbird/
├── .claude-plugin/plugin.json # plugin manifest (declares the hooks)
├── skills/track/SKILL.md # the /track skill
├── hooks/hooks.json # UserPromptSubmit→resume, Stop/SessionEnd→pause
└── scripts/tickbird-track.sh # the stopwatch (no-ops without a .tickbird binding)
Any agent that can run a shell can use the same files directly: copy skills/track/ and
scripts/tickbird-track.sh into place, and wire the three hooks (see hooks/hooks.json) into
your agent's hook config. A tickbird skill install CLI command that fetches this repo and does
that for you is planned.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tickbird-io/skills --plugin tickbirdUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.