In our previous post we introduced the Flare CLI. Today we want to highlight one of its most powerful features: the AI agent skill.
With a single command, you can give AI coding agents like Claude Code, Cursor, or Codex direct access to your Flare data:
flare install-skill
That's it. No MCP server to configure, no separate processes to manage. The skill file gets added to your project and your agent picks it up automatically.
Once installed, your agent can look up errors, analyze stack traces against your local code, triage and resolve issues, and review performance data for your routes, jobs, and queries, all without you leaving the terminal or copy-pasting from a dashboard.
It works the other way too. Ask your agent to review the performance of your app, and it'll pull in the data from Flare and give you actionable suggestions.
Install the Flare CLI, run flare install-skill in your project, and see what your agent can do with it.
Continue reading
A minimal "Last used" login option indicator with Alpine.js
Flare's login page now remembers which sign-in option you used last time. Built on Alpine's $persist plugin and just about 25 lines of code.
Alex
How Flare handles Livewire v4's single file components
Single file components are a great addition to Livewire v4, but their compiled output makes debugging harder. Here's how we taught Flare to map hashed file paths and line numbers back to your actual source files.
Ruben
Subscribe to Backtrace, our quarterly Flare newsletter
No spam, just news & product updates