skills/vendor-status/SKILL.md
Check all configured vendors' readiness in one shot
npx skillsauth add jankneumann/agentic-coding-tools vendor-statusInstall 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.
Check all configured vendors' availability, CLI installation, API key validity, and dispatch mode support. Standalone — no coordinator dependency.
Inspired by the /codex:setup command from codex-plugin-cc.
$ARGUMENTS - Optional flags
Optional flags:
--json — Machine-readable JSON outputpython3 "<skill-base-dir>/../parallel-infrastructure/scripts/vendor_health.py" \
--agents-yaml agent-coordinator/agents.yaml
Or with JSON output:
python3 "<skill-base-dir>/../parallel-infrastructure/scripts/vendor_health.py" \
--agents-yaml agent-coordinator/agents.yaml --json
Display the vendor status table to the user. Highlight any vendors that are unhealthy.
If any vendors are unhealthy, suggest fixes:
Human-readable table (default) or JSON report of vendor health status.
development
Open the artifacts relevant to a review (OpenSpec proposal, branch changes, or explicit paths) in VS Code, in a curated read-order, in the right worktree.
tools
Render and seed coordinator-owned task status block in OpenSpec tasks.md
testing
User-invocable skill that omits the tail block
tools
Missing several required keys