Agent 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 SetLicense: MIT2 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Jul 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install genesis-skill-set for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add genesis-skill-set@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/tuanpham09/codex-genesis-harness

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

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

Plugin 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"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[genesis-skill-set on Agent Plugins Marketplace](https://pluginsmp.com/plugins/genesis-skill-set)