A collection of reusable skills for investigating runtime issues with Lightrun.
skills/— skill folders (SKILL.md, plus optional assets/scripts).cursor-plugin/— Cursor plugin metadata.claude-plugin/— Claude plugin metadata.cursor/mcp.json— Cursor MCP server configuration used by the plugin metadata
lightrun-live-runtime-debugging— deterministic live-runtime investigation workflow with preflight checks, evidence capture, and handoff output.lightrun-error-remediation-automation— error remediation automation workflow with root cause analysis, mitigation strategies, and automated fixes.lightrun-ask-prod— live production runtime question answering for current values, durations, hit counts, and distributions.
- Open Cursor.
- Add plugin from repository URL (or local path).
- Use this repository URL:
https://github.com/lightrun-platform/lightrun-ai
This repository includes:
.claude-plugin/plugin.json.claude-plugin/marketplace.json
Use your Claude plugin/marketplace flow to install from this repository.
Codex loads skills from .agents/skills locations.
- Copy or symlink skill folders from
skills/into one of:$REPO_ROOT/.agents/skills$HOME/.agents/skills
- Restart/reload Codex if needed.
- Access to Lightrun MCP server
- Completed MCP OAuth authorization for your environment
- Add a new folder under
skills/<skill-name>/. - Add
SKILL.mdwith YAML frontmatter (name,description). - Add optional assets/scripts if needed.
- Update marketplace/plugin metadata when adding publishable skills.