Your team's AI gets smarter with every capture.

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.

The CLI

One command gives your AI tool full access to your team's captured context — decisions, ideas, learnings, all of it.

$ flints context --project Backend

# Backend

## Feb 28, 2026

### Decisions

- Postgres over Mongo for ACID (14:32)

### Ideas

- Redis caching for sync layer (15:47)

Add it as a skill

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

URL scheme

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.

Zapier Coming soon

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.

Ideas to get you started

Quick setups

Meeting wrap-up

A Mac Shortcut prompts you for a takeaway after every calendar event ends.

How: Shortcuts automation on Calendar event end → open flints://add

End-of-day reflection

A daily 5pm prompt to capture what you learned today — takes 30 seconds.

How: Shortcuts automation at 5pm → open flints://add?type=learning

PR review notes

Capture decisions as they come up during code reviews — before they vanish.

How: Hotkey to capture panel → type decision → save

Reading takeaways

Capture the one useful thing from an article or talk before you forget it.

How: Hotkey to capture panel → type idea → save

Weekly wins

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

Standup prep

Open Flints before standup — yesterday's decisions and notes are your agenda.

How: Shortcuts automation before standup → open Flints main window

Developer recipes

.git/hooks/post-commit

$ flints capture "$(git log -1 --pretty=%B)" --type note

Auto-capture every commit message as a note

deploy.sh

$ flints capture "v2.4.1 shipped to production" --type win

Log every deploy as a win

release.sh

$ flints capture "Released v3.0 — new billing engine" --type win

Mark releases so your team knows what shipped

migrate.sh

$ flints capture "Added index on users.email" --type decision

Track schema changes as decisions

Makefile

$ flints capture "Switched from Webpack to Vite" --type decision

Log tooling changes before you forget why

infra/terraform.sh

$ flints capture "Bumped RDS to db.r6g.xlarge" --type note

Track infrastructure changes your future self will need

Agent & bot recipes

CLAUDE.md

$ flints capture "Chose repository pattern for data layer" --type decision

Agent logs architectural decisions it made on your behalf

.cursorrules

$ flints context --project Backend

Agent pulls your team's decisions before starting work

agent-task.sh

$ flints capture "Refactored auth — 3 files changed" --type note

Agent summarises what it did so you can review later

research-bot.sh

$ flints capture "Stripe supports 3DS2 natively now" --type idea

Bot captures findings from research tasks for you

dependency-bot.sh

$ flints capture "React 19 is stable — migration guide reviewed" --type note

Bot flags dependency updates worth your attention

review-bot.sh

$ 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.

Your team's decisions are worth more than a Slack thread. Start capturing them.

Free 14-day trial for your whole team. No credit card. Set up in under a minute.