Trekker banner
obsfx obsfx

Trekker

AI community

Description

Simple opinionated issue tracker for AI Agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Trekker

A CLI issue tracker built for AI coding agents. Stores tasks, epics, and dependencies in a local SQLite database. No server required.

Prerequisites

Trekker requires [Bun](https://bun.sh) runtime. It uses `bun:sqlite` for database operations. This is a deliberate choice: `bun:sqlite` is significantly faster than Node.js SQLite drivers, making CLI operations feel instant.

**Install Bun:**

# macOS/Linux
curl -fsSL https://bun.sh/install | bash

# Windows
powershell -c "irm bun.sh/install.ps1 | iex"

# Or via npm
npm install -g bun

Install

bun install -g @obsfx/trekker

Or with npm:

npm install -g @obsfx/trekker

Claude Code Plugin

Claude

Install the [trekker-claude-code](https://github.com/obsfx/trekker-claude-code) plugin for seamless integration with [Claude Code](https://claude.ai/code):

claude plugin marketplace add obsfx/trekker-claude-code
claude plugin install trekker

This gives Claude Code native access to Trekker through **26 MCP tools**, **13 slash commands**, **7 skills**, **5 lifecycle hooks**, and an **autonomous task agent**.

**Key features:**

  • Persistent task memory across sessions via SQLite
  • Search-first workflow to restore context
  • 7 skills for guided workflows and best practices
  • 5 lifecycle hooks for automatic state management
  • Autonomous task agent for discovery and completion
  • Blocks internal TaskCreate/TodoWrite — enforces Trekker
  • Multi-instance safe with conflict handling

See the [plugin repository](https://github.com/obsfx/trekker-claude-code) for the full list of slash commands, hooks, skills, and agent details.

Codex Plugin

OpenAI-black-monoblossom

Support for the **Codex** plugin is still in a *very ea