Agent Plugins Marketplace
All plugins

occam

v0.1.0

Adaptive minimalism for engineering and research development.

CodexClaude Code1 Skill

By HzLicense: MIT0 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jun 21, 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 occam for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add occam@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/chenghuzi/Occam

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

occam/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/occam/SKILL.md

Included Skills1

occamskills/occam/SKILL.md

Adaptive minimalism for engineering and research development. Use when the user says "occam", "Occam mode", "minimal correct approach", "smallest correct implementation", "YAGNI", or asks to avoid over-engineering while preserving engineering safety, research inspectability, and long-term maintainability.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "occam",
  "version": "0.1.0",
  "description": "Adaptive minimalism for engineering and research development.",
  "author": {
    "name": "Hz",
    "url": "https://github.com/chenghuzi"
  },
  "homepage": "https://github.com/chenghuzi/Occam",
  "repository": "https://github.com/chenghuzi/Occam",
  "license": "MIT",
  "keywords": [
    "minimalism",
    "yagni",
    "engineering",
    "research",
    "agent-skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Occam",
    "shortDescription": "Smallest correct approach",
    "longDescription": "Adaptive minimalism for coding agents. Choose engineering, research, or mixed profile before applying the smallest correct implementation path.",
    "developerName": "Hz",
    "category": "Productivity",
    "capabilities": [
      "Instructions"
    ],
    "websiteURL": "https://github.com/chenghuzi/Occam",
    "defaultPrompt": [
      "Use Occam mode for this task.",
      "Find the smallest correct implementation.",
      "Avoid over-engineering this change."
    ],
    "brandColor": "#d7e579"
  }
}
.claude-plugin/plugin.json
{
  "name": "occam",
  "version": "0.1.0",
  "description": "Adaptive minimalism for engineering and research development.",
  "author": {
    "name": "Hz",
    "url": "https://github.com/chenghuzi"
  }
}

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

[occam on Agent Plugins Marketplace](https://pluginsmp.com/plugins/occam)