write_genesisCode_skill
Canonical entrypoint for humans and agents authoring GenesisCode.
- Load
.agents/skills/genesiscode-authoring/SKILL.mdand negotiatedocs/spec/GC_AGENT_PROFILE_v0.3.jsonbefore authoring. - Load
docs/spec/GC_AGENT_CORE_CARD_v0.3.md, then select exact task and symbol data fromdocs/spec/GC_AGENT_TASK_CARDS_v0.3.jsonanddocs/spec/GC_AGENT_SYMBOL_INDEX_v0.3.json. - Select reusable prompts and executable recipes from
docs/skill_pack/write_genesiscode_v1/prompt-cards.jsonanddocs/skill_pack/write_genesiscode_v1/recipe-cards.json. - Use
docs/spec/AGENT_AUTHORING_BUNDLE_v0.1.mdas the complete inventory anddocs/spec/WRITE_GENESISCODE_SKILL_v0.1.jsonas the machine contract. - See
docs/spec/WRITE_GENESISCODE_SKILL_PACK_v0.1.md,docs/spec/WRITE_GENESISCODE_SKILL_PACK_v0.1.json, anddocs/spec/WRITE_GENESISCODE_SKILL_DISTRIBUTION_v1.mdfor distribution and verification.
Generated outputs are stale unless python3 scripts/lib/genesiscode_authoring_skill.py --check --self-test passes.