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