LONDON, 31 January 2026: SprintFlint v1.2 introduces open-source agent skills, replacing MCP with a single installable skill.
Two weeks ago we shipped MCP integration. It worked, but required configuration. Today we're replacing it with something simpler: one skill, one command.
One Command
npx skills add Ancez/sprintflint-skills
That's it. The skill installs to Cursor, Claude Code, Windsurf, and other AI assistants automatically. Your AI can now create tickets, update status, and add comments using SprintFlint's REST API.
Open Source
The skill is open source at github.com/Ancez/sprintflint-skills. Fork it, modify it, use it as a template for your own skills.
What Changes
- MCP server deprecated — use agent skills instead
- One skill works across all supported AI assistants
- Same API token, simpler setup
Migration
Remove your MCP config. Run the install command. Set SPRINTFLINT_API_TOKEN in your environment. Done.