Agent skills package (v1.0.1) for integrating Luciq mobile observability SDK into Claude Code and Cursor IDEs. Provides three skills: luciq-setup (SDK install and configuration), luciq-debug (production signal investigation using MCP data), and luciq-migrate (Instabug to Luciq migration and SDK upgrades). Auto-detects iOS, Android, Flutter, React Native, and Kotlin Multiplatform projects. Installs via npx or plugin marketplace. Requires Node >= 16 and the Luciq MCP server for debug skill. Released under Apache-2.0 license.
npm install luciq-skillsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install Luciq agent skills in Claude Code using plugin marketplace, then invoke a skill to set up the SDK.
Run /plugin install luciq-skills@luciq.ai after adding the marketplace.
Set up the Luciq MCP server per the docs at https://docs.luciq.ai/product-guides-and-integrations/product-guides/ai-features/luciq-mcp-server
Manually specify the platform in the skill invocation if detection is ambiguous.
For other SDKs, use luciq-setup to install Luciq fresh.
Run `/plugin marketplace add github.com/luciqai/agent-skills` first, then install.
Follow the MCP setup guide at https://docs.luciq.ai/product-guides-and-integrations/product-guides/ai-features/luciq-mcp-server
Run `npx luciq-skills install` from the project directory, or install globally with `npm install -g luciq-skills`.
Re-run `/plugin install luciq-skills@luciq.ai` and verify with `/skills`.
No dependency data recorded yet.