AI & Integrations
Every decision, learning, and constraint your team captures becomes context your AI tools can use — automatically. So when anyone on the team uses AI, it already knows what's been decided, what's been tried, and why.
One command gives your AI tool full access to your team's captured context — decisions, ideas, learnings, all of it.
# Backend
## Feb 28, 2026
### Decisions
- Postgres over Mongo for ACID (14:32)
### Ideas
- Redis caching for sync layer (15:47)
Register Flints as a skill in your AI agent's config. From then on, your agent automatically pulls your team's decisions, ideas, and context whenever it needs them — no prompting required.
CLAUDE.md / .cursorrules
> Use the flints skill to get project context.
> Run flints context for recent decisions and ideas.
What your agent sees
> fetching flints context for Backend...
> 12 decisions, 8 ideas, 3 learnings loaded
> applying team context to current task
Use flints://add to capture entries from any app, Mac Shortcut, or automation tool. Pass content, type, and project as parameters — or set save=true to skip the UI entirely.
Mac Shortcuts / Automations
flints://add?content=...&type=idea
flints://add?content=...&save=true
Wire it into Shortcuts, Raycast, Alfred, Keyboard Maestro — anything that can open a URL.
Connect Flints to 7,000+ apps with zero code. Automatically capture entries from form submissions, CRM updates, support tickets, emails, and anything else your team uses — or push Flints entries out to Slack, Notion, Linear, and more.
Quick setups
A Mac Shortcut prompts you for a takeaway after every calendar event ends.
How: Shortcuts automation on Calendar event end → open flints://add
A daily 5pm prompt to capture what you learned today — takes 30 seconds.
How: Shortcuts automation at 5pm → open flints://add?type=learning
Capture decisions as they come up during code reviews — before they vanish.
How: Hotkey to capture panel → type decision → save
Capture the one useful thing from an article or talk before you forget it.
How: Hotkey to capture panel → type idea → save
A Friday prompt to log your biggest win of the week — great for performance reviews.
How: Shortcuts automation on Fridays at 4pm → open flints://add?type=win
Open Flints before standup — yesterday's decisions and notes are your agenda.
How: Shortcuts automation before standup → open Flints main window
Developer recipes
$ flints capture "$(git log -1 --pretty=%B)" --type note
Auto-capture every commit message as a note
$ flints capture "v2.4.1 shipped to production" --type win
Log every deploy as a win
$ flints capture "Released v3.0 — new billing engine" --type win
Mark releases so your team knows what shipped
$ flints capture "Added index on users.email" --type decision
Track schema changes as decisions
$ flints capture "Switched from Webpack to Vite" --type decision
Log tooling changes before you forget why
$ flints capture "Bumped RDS to db.r6g.xlarge" --type note
Track infrastructure changes your future self will need
Agent & bot recipes
$ flints capture "Chose repository pattern for data layer" --type decision
Agent logs architectural decisions it made on your behalf
$ flints context --project Backend
Agent pulls your team's decisions before starting work
$ flints capture "Refactored auth — 3 files changed" --type note
Agent summarises what it did so you can review later
$ flints capture "Stripe supports 3DS2 natively now" --type idea
Bot captures findings from research tasks for you
$ flints capture "React 19 is stable — migration guide reviewed" --type note
Bot flags dependency updates worth your attention
$ flints context --project Backend --type decision
Bot pulls team decisions before reviewing a PR
Add Flints as a skill in Claude Code, Cursor, Windsurf, Copilot, or any agent that runs shell commands. For Claude.ai and ChatGPT, use the shareable AI Context URL from the web dashboard.
Free 14-day trial for your whole team. No credit card. Set up in under a minute.