Registry / testing / luciq-skills

luciq-skills

JSON →
library1.0.1jsnpmunverified

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-skills
INSTALL
IMPORT
SIG · LUCIQ-SKILLS
L
luciq-skills
testingjavascriptv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

luciq-setup
Use /luciq-skills:luciq-setup in Claude Code after installing the plugin.
Running npx luciq-skills setup without the plugin
Skills are run via slash commands in Claude Code, not as direct npm imports.
luciq-debug
Use /luciq-skills:luciq-debug in Claude Code after installing the plugin.
Running npx luciq-skills debug without MCP server configured
Requires authenticated Luciq MCP server to pull production data.
luciq-migrate
Use /luciq-skills:luciq-migrate in Claude Code.
Assuming it supports migration from non-Instabug SDKs
Currently only supports migration from Instabug to Luciq.

Install Luciq agent skills in Claude Code using plugin marketplace, then invoke a skill to set up the SDK.

# Add the Luciq marketplace and install the plugin in Claude Code: /plugin marketplace add github.com/luciqai/agent-skills /plugin install luciq-skills@luciq.ai # Verify installation by listing skills: /skills # You should see luciq-setup, luciq-debug, luciq-migrate # Then run a skill: /luciq-skills:luciq-setup # Or install via npx for local setup: npx luciq-skills install
Debug
Known issues
gotchaSkills require plugin installation; they are not standalone CLI tools. Using npx without installing the plugin will not make skills available in Claude Code.
fix
Run /plugin install luciq-skills@luciq.ai after adding the marketplace.
affects: >=1.0.0
gotchaluciq-debug skill requires the Luciq MCP server to be authenticated and running. Without it, the skill will fail to fetch production data.
fix
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
affects: >=1.0.0
gotchaPlatform auto-detection may fail if the project has multiple platforms or lacks standard build files. Skills may target the wrong platform.
fix
Manually specify the platform in the skill invocation if detection is ambiguous.
affects: >=1.0.0
gotchaThe luciq-migrate skill only supports migration from Instabug to Luciq. It does not handle migration from other SDKs (e.g., Sentry, Firebase Crashlytics).
fix
For other SDKs, use luciq-setup to install Luciq fresh.
affects: >=1.0.0
Errors
Common errors & fixes
/plugin install luciq-skills@luciq.ai: command not found
Claude Code marketplace not added before installing the plugin.
fix
Run `/plugin marketplace add github.com/luciqai/agent-skills` first, then install.
Error: MCP server not configured. Please set up Luciq MCP server first.
luciq-debug skill cannot find or connect to the Luciq MCP server.
fix
Follow the MCP setup guide at https://docs.luciq.ai/product-guides-and-integrations/product-guides/ai-features/luciq-mcp-server
npx: command not found: luciq-skills
Package not installed globally or npx cache issue.
fix
Run `npx luciq-skills install` from the project directory, or install globally with `npm install -g luciq-skills`.
Skill 'luciq-setup' not found
Plugin was not installed successfully or skills directory is missing.
fix
Re-run `/plugin install luciq-skills@luciq.ai` and verify with `/skills`.
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
luciq-skills — npm install luciq-skills · libregistry