Claude Code Integration
Integrate tk with Claude Code to give your AI assistant context about your project’s issues, priorities, and workflow.Quick Setup
Run a single command to install the integration:tk prime to your Claude Code SessionStart hook, automatically injecting issue context when you start a new session.
Restart Claude Code for changes to take effect.
What tk prime Does
When Claude starts a session, tk prime outputs:
- Project summary — Issue counts by status
- Ready work — Issues with no blockers
- In-progress work — What’s currently being worked on
- Top priorities — PageRank-sorted recommendations
- Quick reference — Common commands
Manual Configuration
If you prefer to configure manually, add to.claude/settings.local.json:
~/.claude/settings.json:
AGENTS.md Setup
Add a minimal pointer to yourAGENTS.md (or CLAUDE.md):
Working with Claude
Once configured, Claude can help you:Find Work to Do
Ask Claude: “What should I work on next?” Claude will usetk ready and tk triage to recommend the highest-impact work.
Create Issues
Ask Claude: “Create an issue for adding dark mode support” Claude will run:Manage Dependencies
Ask Claude: “The auth feature blocks the dashboard, add that dependency” Claude will run:Close Issues
Ask Claude: “I finished the login bug, close it” Claude will run:Remove Integration
To remove the Claude hooks:Troubleshooting
tk prime not running at session start
tk prime not running at session start
- Verify hooks are installed: Check
.claude/settings.local.json - Restart Claude Code completely
- Re-run
tk setup claude
No issues showing up
No issues showing up
Make sure you’re in a directory with a
.tickets/ folder, or a subdirectory of one.Want global installation
Want global installation
Use
--global to install for all projects: