Skip to main content

write_genesisCode_skill

Canonical entrypoint for humans and agents authoring GenesisCode.

  1. Load .agents/skills/genesiscode-authoring/SKILL.md and negotiate docs/spec/GC_AGENT_PROFILE_v0.3.json before authoring.
  2. Load docs/spec/GC_AGENT_CORE_CARD_v0.3.md, then select exact task and symbol data from docs/spec/GC_AGENT_TASK_CARDS_v0.3.json and docs/spec/GC_AGENT_SYMBOL_INDEX_v0.3.json.
  3. Select reusable prompts and executable recipes from docs/skill_pack/write_genesiscode_v1/prompt-cards.json and docs/skill_pack/write_genesiscode_v1/recipe-cards.json.
  4. Use docs/spec/AGENT_AUTHORING_BUNDLE_v0.1.md as the complete inventory and docs/spec/WRITE_GENESISCODE_SKILL_v0.1.json as the machine contract.
  5. See docs/spec/WRITE_GENESISCODE_SKILL_PACK_v0.1.md, docs/spec/WRITE_GENESISCODE_SKILL_PACK_v0.1.json, and docs/spec/WRITE_GENESISCODE_SKILL_DISTRIBUTION_v1.md for distribution and verification.

Generated outputs are stale unless python3 scripts/lib/genesiscode_authoring_skill.py --check --self-test passes.