Agent Plugins Marketplace
← All plugins

gravity

v0.1.5

Find your software's gravity. Turn architectural forces into principles and constraints through a focused interview.

Codex1 Skill

By Chris Bauer0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 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 gravity for Codex

Installs for the current user
codex plugin marketplace add chrizpower/skillz
codex plugin marketplace upgrade skillz
codex plugin add gravity@skillz

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

Compatibility: the page URL and API slug “gravity” remain stable.

  • Codex: gravity@agent-plugin-marketplace → gravity@skillz

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/chrizpower/skillz

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

Plugin files

plugins/gravity/
├── .codex-plugin/plugin.json
└── skills/gravity/SKILL.md

Included Skills1

gravityskills/gravity/SKILL.md

Ground software architecture in the forces that shape it, as gravity shapes structural engineering. Use a focused interview to define or challenge architecture principles and constraints, resolve design priorities, or revise rules when conditions change.

Plugin manifests1

plugins/gravity/.codex-plugin/plugin.json
{
  "name": "gravity",
  "version": "0.1.5",
  "description": "Find your software's gravity. Turn architectural forces into principles and constraints through a focused interview.",
  "author": {
    "name": "Chris Bauer",
    "url": "https://github.com/chrizpower"
  },
  "repository": "https://github.com/chrizpower/skillz",
  "skills": "./skills/",
  "interface": {
    "displayName": "Gravity",
    "shortDescription": "Find the forces that shape your software architecture",
    "longDescription": "A bridge must answer to gravity. What must your software answer to? Gravity brings the discipline of engineering under physical constraints to software architecture: uncover the forces that matter, challenge trade-offs, and establish principles and constraints grounded in your system.",
    "developerName": "Chris Bauer",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use $gravity to define architecture principles and constraints."
    ]
  }
}

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

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