Crosslink — управление задачами в AI-разработке

★ 6.9 · vibe-coding

Crosslink Guide is a Claude Code skill that documents the full CLI surface of Crosslink — a local-first issue tracker for AI-assisted development that stores data in `.crosslink/issues.db` (SQLite) and syncs state through the `crosslink/hub` git branch. Reach for it when a repo contains a `.crosslink/` directory and you need to manage issues inside it: start or hand off a session, deal with locks, work through swarms, or respond to a `crosslink-behavioral-guard` hook firing. The skill covers the complete issue lifecycle (create, quick, close, reopen, delete, tested), typed comments (plan, decision, observation, blocker, resolution, result), filtering and full-text search, dependency tracking (block/unblock/relate), session management (start, work, end --notes), and subissue trees. It also documents behavior absent from `--help`: `crosslink issue close` auto-appends a line to CHANGELOG.md — pass `--no-changelog` to skip it; `quick` lacks that flag and never writes to CHANGELOG; `--work` on `quick` is silently a no-op without an active session. Bug-labeled issues land under `### Fixed`; everything else under `### Changed` — labels like `chore`, `docs`, and `refactor` do not exempt entries. Suitable for any project where Crosslink is already set up; does not cover installation or replace the tool itself.