$npx -y skills add ma-compbio-lab/SkillFoundry --skill ecosystem-remote-sensing-starterUse this starter when a task lands in the Ecosystem remote sensing frontier leaf and the repository has curated resources but no dedicated runtime implementation yet.
| 1 | # Ecosystem remote sensing Starter |
| 2 | |
| 3 | Use this starter when a task lands in the `Ecosystem remote sensing` frontier leaf and the repository has curated resources but no dedicated runtime implementation yet. |
| 4 | |
| 5 | ## What this starter does |
| 6 | |
| 7 | - Summarizes the local resource anchors for the leaf. |
| 8 | - Emits a machine-readable starter plan with promotion steps. |
| 9 | - Gives the agent a stable local entry point before a full runtime skill exists. |
| 10 | |
| 11 | ## How to use it |
| 12 | |
| 13 | Run `python3 skills/ecology-evolution-and-biodiversity/ecosystem-remote-sensing-starter/scripts/run_frontier_starter.py --out scratch/frontier/ecosystem-remote-sensing-starter.json`. |
| 14 | |
| 15 | Then inspect `refs.md` and `examples/resource_context.json` to promote the starter into a concrete executable workflow. |