skills/agent/SKILL.md
Launch, stop, or check settings for cloud agents on Lightsprint tasks. Supports anthropic, cursor, and codex providers.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill has three subcommands: launch, stop, and settings.
Before launching, always check which providers are configured:
lightsprint agent settings --output json
If you need environment IDs (required for codex, optional for anthropic):
lightsprint agent settings --provider codex --output json
Launch one or more agents. Use multiple --task flags to launch in parallel:
lightsprint agent launch --task <taskId> [--task <taskId> ...] --provider <anthropic|cursor|codex> --output json
Examples:
Single task:
lightsprint agent launch --task LS-100 --provider anthropic --output json
Multiple tasks (launched concurrently):
lightsprint agent launch --task LS-100 --task LS-101 --task LS-102 --provider anthropic --output json
Optional flags:
--model <model> — override the provider's default model--base-ref <branch> — base branch (defaults to repo's default branch)--environment-id <id> — environment for codex (required) or anthropic (optional)Important:
--provider is always required--environment-id — use agent settings --provider codex to discover IDslightsprint agent stop --task $ARGUMENTS --provider <anthropic|cursor|codex> --output json
This interrupts the currently running agent for the task. The agent record is preserved for audit.
testing
Update an existing Lightsprint (ls) task. Change its title, description, status, complexity, assignee, position, or dependencies.
tools
Remove a linked GitHub pull request from a Lightsprint (ls) task. Use this to unlink a PR that was previously linked to a task.
data-ai
List tasks from the Lightsprint (ls) workspace board. Use when you need to see what work is available.
testing
Get PR signals (CI checks, reviews, comments, deployments) for a task's linked PR. Use to inspect what CI and review activity has happened on a PR.