Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A CLI issue tracker for AI Agents
| Date | Stars |
|---|---|
| 2026-07-31 | 351 |
| 2026-08-06 | 351 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
5.0
growth rate 0.00%/day
# Chainlink [](https://crates.io/crates/chainlink-tracker) [](https://crates.io/crates/chainlink-tracker) [](LICENSE)  A simple, lean issue tracker CLI designed for AI-assisted development. Track tasks across sessions with context preservation.  ## Features - **Local-first**: All data stored in SQLite (`.chainlink/issues.db`) - **Session management**: Preserve context across Claude/AI sessions with handoff notes - **Context compression resilience**: Breadcrumb tracking via `session action` survives context resets - **Quick workflow**: `chainlink quick` creates, labels, and starts work in one command - **Issue templates**: Built-in templates for bugs, features, audits, investigations, and more - **Subissues**: Break large tasks into smaller, trackable pieces - **Dependencies**: Track blocking relationships between issues - **Related issues**: Link related issues together for context - **Labels & priorities**: Organize issues with labels and priority levels - **Milestones**: Group issues into milestones/epics for release planning - **Time tracking**: Start/stop timers to track time spent on issues - **Smart recommendations**: `chainlink next` suggests what to work on based on priority and progress - **Tree view**: Visualize issue hierarchy with `chainlink tree` - **JSON output**: `--json` flag for structured, machine-readable output - **Quiet mode**: `--quiet` flag for minimal, pipe-friendly output - **Batch operations**: `close-all` with label/priority filtering - **Export/Import**: Backup and restore issues in JSON format - **Issue archiving**: Archive old closed issues to keep the active list clean - **Claude Code hooks**: Behavioral guardrails that inject best practices into AI sessions - **Stale session detection**: Auto-ends sessions idle >4 hours on next startup - **Customizable rules**: Override default rules via `.chainlink/rules/` markdown files - **No sync complexity**: No git hooks, no auto-push, just simple local storage ## Installation ```bash # Install from crates.io cargo install chainlink-tracker ``` The binary is named `chainlink` and will be available in your PATH after install. ### Build from Source ```bash git clone https://github.com/dollspace-gay/chainlink.git cd chainlink/chainlink cargo install --path . # The binary will be at ~/.cargo/bin ``` ```bash # Or build without installing cargo build --release # The binary will be at target/release/chainlink ``` ## Quick Start ```bash # Initialize in any project chainlink init # Start a session when you begin work chainlink session start # Create issues chainlink create "Fix login bug" -p high chainlink create "Add dark mode" -d "Support light/dark theme toggle" # Quick create + label + start working in one command chainlink quick "Fix login bug" -p high -l bug # Use a template for structured issues chainlink create "Login fails on refresh" --template bug # Set what you're working on chainlink session work 1 # Record breadcrumbs before context compression chainlink session action "Investigating token refresh logic" # End session with handoff notes chainlink session end --notes "Fixed auth bug, dark mode is next" ``` ## Commands ### Issue Management | Command | Description | |---------|-------------| | `chainlink create <title>` | Create a new issue | | `chainlink create <title> -p high` | Create with priority (low/medium/high/critical) | | `chainlink create <title> -d "desc"` | Create with description | | `chainlink create <title> --template bug` | Create from template (bug/feature/refactor/resear
Excerpt of 20,836 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9edf166b1fc77f33, topic:developer-tools