$npx -y skills add ma-compbio-lab/SkillFoundry --skill spatial-interpolation-and-uncertainty-starterUse this starter when a task lands in the Spatial interpolation and uncertainty frontier leaf and the repository has curated resources but no dedicated runtime implementation yet.
| 1 | # Spatial interpolation and uncertainty Starter |
| 2 | |
| 3 | Use this starter when a task lands in the `Spatial interpolation and uncertainty` 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/earth-climate-and-geospatial-science/spatial-interpolation-and-uncertainty-starter/scripts/run_frontier_starter.py --out scratch/frontier/spatial-interpolation-and-uncertainty-starter.json`. |
| 14 | |
| 15 | Then inspect `refs.md` and `examples/resource_context.json` to promote the starter into a concrete executable workflow. |