maxdimitrov

Tracker Init — Development skill for Claude Code

Development community

Interactive scaffolder — writes .claude/issue-tracker.yaml for the consumer project.

How to install Tracker Init

Installs to ~/.claude/skills/maxdimitrov-agent-issue-tracker-tracker-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxdimitrov-agent-issue-tracker-tracker-init && curl -fsSL https://raw.githubusercontent.com/maxdimitrov/agent-issue-tracker/HEAD/commands/tracker-init.md -o ~/.claude/skills/maxdimitrov-agent-issue-tracker-tracker-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Tracker Init does


description: Interactive scaffolder — writes `.claude/issue-tracker.yaml` for the consumer project. Refuses to overwrite without --force.

/tracker-init [--force]

Write a valid `.claude/issue-tracker.yaml` to the consumer project's root. This command walks you through an `AskUserQuestion`-driven flow to gather backend choice, backend-specific credentials and config, and project vocabulary. It assembles the YAML in memory per the schema and writes it atomically. Refuses to overwrite an

Alternatives in Development

  • Set Tracker — Set the issue tracker for the current project 705 ★
  • MCP Edit — tilth_write replaces the host Edit and Write tools 349 ★
  • MCP Server Linear — Linear issue tracker integration 347 ★

Full documentation available on GitHub

View Source Repository