Integrate FlareLane with an AI Coding Agent
Install FlareLane Skills and an AI coding agent like Claude Code, Codex, or Cursor can read your project’s code structure and take care of the work needed to integrate. Tasks you used to wire up by hand—installing the SDK, writing initialization code, connecting events, designing user tags—can now be handed off to the AI in plain language.
Getting started
Section titled “Getting started”Open the project (workspace) you want your AI coding agent to work in.
Install FlareLane Skills from the terminal.
Terminal window npx skills add flarelane/flarelane-skillsAsk the AI for what you need, in plain language.
Example requests
Section titled “Example requests”For example, try asking:
- Integrate the FlareLane SDK.
- Figure out which events and tags make sense for this project and apply them in the code.
- Wire up sign-up, login, purchase, and subscription-cancel as FlareLane events.
- Design the user tags and events I need for marketing automation and reflect them in the code.
- Check the FlareLane integration and tell me if any events or tags are missing.