You can enable Claude Code to automatically discover and use the CLI using the provided SKILL.md file.
Option 1: Update CLAUDE.md
Append a reference to the skill file in your CLAUDE.md:
# In your CLAUDE.md
Read the skill file at /path/to/agent-harness/cli_anything/samgeo/skills/SKILL.md
for the full cli-anything-samgeo command reference. Use `--json` for all
cli-anything-samgeo commands so output is machine-readable.
Option 2: On-the-fly instruction
Paste the following into a Claude Code conversation:
Read agent-harness/cli_anything/samgeo/skills/SKILL.md and use that CLI to segment this satellite image.
Best Practices for Claude Code:
- Always use the
--json flag to provide structured output. - The
--project flag must appear before the command group (e.g., cli-anything-samgeo --project proj.json segment automatic). - Use
model check <model_name> to verify backends.