treeship-dev
v0.1.0Codex contributor skill for working safely in the Treeship source repository.
By ZerkerLicense: Apache-2.012 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 treeship-dev for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add treeship-dev@agent-plugin-marketplacePaste 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/zerkerlabs/treeshipClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/treeship-dev/.
Plugin files
├── .codex-plugin/plugin.json└── skills/treeship-dev/SKILL.md
Included Skills1
Work on the Treeship source repository safely. Use when Codex or another coding agent is asked to modify, review, document, or test the zerkerlabs/treeship repo, especially packages/core, packages/cli, packages/hub, docs, SDKs, MCP bridge, DSSE artifacts, approvals, handoffs, Hub/Dock/DPoP, or cryptographic verification behavior. This skill provides repo scope, required read order, crypto invariants, CLI UX rules, and validation commands for contributors.
Plugin manifests1
{
"name": "treeship-dev",
"version": "0.1.0",
"description": "Codex contributor skill for working safely in the Treeship source repository.",
"author": {
"name": "Zerker",
"url": "https://treeship.dev"
},
"homepage": "https://docs.treeship.dev/integrations/codex",
"repository": "https://github.com/zerkerlabs/treeship",
"license": "Apache-2.0",
"keywords": [
"treeship",
"codex",
"agent-skills",
"developer-tools",
"attestation"
],
"skills": "./skills/",
"interface": {
"displayName": "Treeship Dev",
"shortDescription": "Work safely in the Treeship repo.",
"longDescription": "Loads Treeship contributor guidance for Codex: required repo read order, cryptographic invariants, CLI UX rules, and focused validation commands.",
"developerName": "Zerker",
"category": "Developer Tools",
"capabilities": [
"Code",
"Review",
"Documentation"
],
"websiteURL": "https://treeship.dev",
"defaultPrompt": [
"Use Treeship Dev and review this change.",
"Use Treeship Dev and update the CLI docs.",
"Use Treeship Dev and fix the failing test."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[treeship-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/treeship-dev)