skills/agent-settings/SKILL.md
Check which cloud agent providers (anthropic, cursor, codex) are configured and their default models. Use before launching agents.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin agent-settingsInstall 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.
Run this command to check cloud agent provider configuration:
lightsprint agent settings $ARGUMENTS
Usage: agent settings [--provider <anthropic|cursor|codex>]
--provider <provider> — Also fetch available environments for this provider. Required for codex (needs --environment-id to launch).| Field | Description |
|-------|-------------|
| providers | Object keyed by provider name, each with configured (boolean) and defaultModel (string) |
| environments | (Only with --provider) Object with provider name and items array of environment objects |
lightsprint agent settings --output json
lightsprint agent settings --provider codex --output json
--provider codex to discover environment IDs (required for codex launches).configured: false means the user hasn't connected their credentials for that provider in Lightsprint settings.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.