plugins marketplace
← All plugins

genesis-skill-set

v0.1.6

Genesis harness skill system for Codex test-first, contract-first, memory-aware autonomous workflows.

Codex

by Genesis Skill SetMIT2updated 2 weeks ago

Source

git clone https://github.com/tuanpham09/codex-genesis-harness

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

genesis-skill-set/
└── .codex-plugin/plugin.json

Manifests1

.codex-plugin/plugin.json
{
  "name": "genesis-skill-set",
  "version": "0.1.6",
  "description": "Genesis harness skill system for Codex test-first, contract-first, memory-aware autonomous workflows.",
  "author": {
    "name": "Genesis Skill Set"
  },
  "license": "MIT",
  "keywords": [
    "codex",
    "skill",
    "planning",
    "verification",
    "engineering",
    "design",
    "frontend"
  ],
  "skills": "./.codex/skills/",
  "interface": {
    "displayName": "Genesis Skill Set",
    "shortDescription": "Test-first, contract-first Codex harness skills",
    "longDescription": "A Codex plugin that installs the Genesis harness skill system: planning, architecture, codebase mapping, design specs, API contracts, UI tests, AI provider reliability, pipeline orchestration, research, docs, release workflows, repository memory, contracts, fixtures, Playwright templates, observability templates, and frontend design skills.",
    "developerName": "Genesis Skill Set",
    "category": "Productivity",
    "capabilities": [
      "Write",
      "Review"
    ],
    "defaultPrompt": [
      "Use $genesis-harness and run /genesis-init.",
      "Use $pipeline-orchestration-skill to run the full test-first harness workflow.",
      "Use $api-contract-skill to create endpoint contracts and tests before implementation."
    ],
    "brandColor": "#2563EB"
  }
}