Agent Plugins Marketplace
All plugins

trellis

v0.14.0

A governance layer for agentic software development: compose a small set of invariants onto your project and keep your agents honest.

CodexClaude Code1 Skill

By kodhama0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 6, 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 trellis 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 trellis@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/kodhama/trellis

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

Plugin files

plugins/trellis/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/remove/SKILL.md

Included Skills1

removeskills/remove/SKILL.md

Remove Trellis from this project across every delivery state — managed blocks in the five documented instruction files, the vendored .trellis/ overlay and config, the rendered .claude/rules/trellis.md, the project-scope plugin bundle at .claude/skills/trellis/, and Trellis-added lint-ignore entries — and point a morphed project at its git rollback. Use when the user asks to remove, uninstall, undo, or take out Trellis from their repo.

Plugin manifests2

plugins/trellis/.codex-plugin/plugin.json
{
  "name": "trellis",
  "version": "0.14.0",
  "description": "A governance layer for agentic software development: compose a small set of invariants onto your project and keep your agents honest.",
  "skills": "./skills/",
  "hooks": "./hooks/codex-hooks.json"
}
plugins/trellis/.claude-plugin/plugin.json
{
  "name": "trellis",
  "version": "0.14.0",
  "description": "A governance layer for agentic software development: compose a small set of invariants onto your project and keep your agents honest.",
  "author": {
    "name": "kodhama"
  }
}

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

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