Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Tracer Issue Tracker" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/tracer-issue-tracker && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tracer-issue-tracker/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/productivity/tracer-issue-tracker/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tracer-issue-tracker/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/productivity/tracer-issue-tracker/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Manage tasks and dependencies with Tracer CLI. Use for issue tracking, dependency management, finding ready work, and AI agent workflows.
Overview
Tracer is a blazing-fast, CLI-based issue tracker designed specifically for AI agents. It enables tracking tasks, managing dependencies, and discovering ready work—all from the command line with git-friendly JSONL storage.
Key Features
• Dependency-aware: Track what blocks what, automatically discover ready work • Lightning-fast: ~5ms per operation, built in Rust • AI-optimized: JSON output on all commands for programmatic parsing • Git-native: JSONL storage syncs via git, clean diffs • Distributed: Share work across agents and sessions
Quick install
cargo install --git https://github.com/Abil-Shrestha/tracer
Verify
tracer --version tr --version # Both commands work identically ` Prerequisites: Rust toolchain
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
