Agent Plugins Marketplace
All plugins

three-axes-framework

v1.5.0

Governs how AI assists developers by calibrating behavior across Mastery, Consequence, and Intent, with thirteen citable Integrity Rules that keep the assistant honest about what it changed and what it verified.

Codex1 Skill

By Lux SolariLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 11, 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 three-axes-framework for Codex

Installs for the current user
codex plugin marketplace add luxsolari/lux-solari-codex-plugins
codex plugin marketplace upgrade lux-solari-codex
codex plugin add three-axes-framework@lux-solari-codex

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

Compatibility: the page URL and API slug “three-axes-framework” remain stable.

  • Codex: three-axes-framework@agent-plugin-marketplacethree-axes-framework@lux-solari-codex

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/luxsolari/lux-solari-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/three-axes-framework/.

Plugin files

plugins/three-axes-framework/
├── .codex-plugin/plugin.json
└── skills/three-axes-framework/SKILL.md

Included Skills1

three-axes-frameworkskills/three-axes-framework/SKILL.md

This skill should be used when a developer asks for help with coding, architecture, debugging, or technical design. Especially relevant when the user says "help me build", "walk me through", "I'm learning", "just ship it", "let me try this", or "what are the tradeoffs". Defines how AI calibrates behavior across three axes — Mastery, Consequence, and Intent — to prevent comprehension debt.

Plugin manifests1

plugins/three-axes-framework/.codex-plugin/plugin.json
{
  "name": "three-axes-framework",
  "version": "1.5.0",
  "description": "Governs how AI assists developers by calibrating behavior across Mastery, Consequence, and Intent, with thirteen citable Integrity Rules that keep the assistant honest about what it changed and what it verified.",
  "author": {
    "name": "Lux Solari",
    "email": "[email protected]",
    "url": "https://github.com/luxsolari"
  },
  "repository": "https://github.com/luxsolari/three-axes-framework",
  "license": "MIT",
  "keywords": [
    "ai-assisted-development",
    "comprehension-debt",
    "developer-philosophy",
    "learning",
    "code-quality",
    "integrity-rules",
    "ai-reliability"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Three Axes Framework",
    "shortDescription": "Calibrate AI assistance across mastery, consequence, and intent.",
    "longDescription": "A persistent behavioral framework with project, global, and session profile guidance, plus thirteen numbered Integrity Rules and routes for audit, handoff, and work-log upkeep.",
    "developerName": "Lux Solari",
    "category": "Productivity",
    "capabilities": [
      "behavior calibration",
      "session context",
      "profile management"
    ],
    "defaultPrompt": "Set up the Three Axes Framework for this project."
  }
}

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

[three-axes-framework on Agent Plugins Marketplace](https://pluginsmp.com/plugins/three-axes-framework)