Pair SprintFlint with Claude Code and your agent reads the sprint, picks the next ticket, ships the PR, and comments back. All from your terminal.
Built around how your AI actually works.
# export the token once
export SPRINTFLINT_TOKEN=sf_pk_your_token_here
# smoke test from your terminal
curl -H "Authorization: Bearer $SPRINTFLINT_TOKEN" \
https://sprintflint.com/api/v1/dashboard
Save the SprintFlint agent skill so Claude Code knows when and how to read tickets, branch, ship, and comment.
# ~/.claude/skills/sprintflint/SKILL.md
---
name: sprintflint
description: Read SprintFlint sprint context and post progress.
Use when the user asks about tickets, velocity, or sprints.
---
When the user asks about their sprint:
1. GET /api/v1/dashboard — fetch active sprint + assigned tickets
2. Pick highest-priority undone ticket
3. Implement, commit, push
4. POST /api/v1/comments with PR link + summary
"Claude, ship the next SprintFlint ticket."
Reads the backlog. Picks one. Branches. Codes. Tests. Comments. Done.
Same setup, different tools.
Now your sprint board can keep up.
300 tickets free. No credit card. Set up before your next standup.