luciq-setup

Set up the Luciq SDK in any iOS, Android, React Native, Flutter, or Kotlin Multiplatform project from a single agent prompt.

Use this skill when

  • The user asks to "add Luciq", "install the Luciq SDK", "set up Luciq for this project", or "initialize Luciq".

  • The user is onboarding a new platform inside an existing Luciq workspace.

  • The user wants the Luciq MCP server wired into the same setup pass.

What it does

luciq-setup is the agent-driven version of Luciq's published integration flow. The agent:

  • Detects the platform (iOS / Android / RN / Flutter / KMP) and the user's package manager.

  • Finds the app token (from Luciq MCP if available, otherwise prompts).

  • Pins and installs the latest released SDK.

  • Initializes Luciq with the user's preferred invocation event (shake, screenshot, floating button, or manual).

  • Optionally configures network logging masking, screenshot masking, and user identification.

  • Wires up the Luciq MCP server so the same project gets agent-driven debugging from day one.

  • Runs the platform's build command and prints a verification checklist.

The agent confirms before applying any code change.

Install

The fastest path is the plugin install. Add the marketplace and install:

Works in Claude Code and Cursor. The plugin install also wires up the Luciq MCP serverarrow-up-right in one step.

After install, the skill is available as /luciq-skills:luciq-setup.

For other agents, install via npm:

Or copy SKILL.mdarrow-up-right from the public repo to ~/.claude/skills/luciq-setup/SKILL.md (user-global) or .claude/skills/luciq-setup/SKILL.md (project-local). The full SKILL.md is reproduced in the expandable below.

chevron-right📋 Click to expand the full SKILL.mdhashtag

Where the methodology lives

The skill follows Luciq's published AI Coding Agent integration flow, which is the canonical source for the setup steps and is already used by customers in production today. The skill packages that flow as a SKILL.md so any agent that supports the Agent Skillsarrow-up-right format can follow it without the user pasting the guide manually.

For platform-specific details, the skill reads the corresponding integration guide:

Prerequisites

  • A Luciq account and an app token.

  • A supported package manager: SPM, CocoaPods, Carthage, or XCFramework (iOS); Gradle (Android); npm/yarn (RN); pub (Flutter).

  • An AI coding agent that supports the Agent Skillsarrow-up-right format, or that can read .md instruction files.

Hand-off when setup completes

Once Luciq is installed, the agent surfaces:

  • Which file the init call was added to.

  • The invocation event configured.

  • Whether MCP was wired and where its config lives.

  • A test command to verify (e.g. "shake the simulator to trigger Luciq, then check the dashboard").

  • Pointers to next steps, usually luciq-debug for crash investigation.

Last updated