{
  "markdown": "# Trellis\n\nTrellis helps you build Playbooks your agents can use to reliably repeat work you have done\nbefore.\n\nEach Playbook is a project-local guide to one real task. It gives an agent the trigger, outcome,\nmethod, judgment calls, boundaries, and verification needed to do the work again without relying\non the original chat or one person's memory.\n\n## Commands\n\n- **`/trellis-init`** creates or adopts `playbooks/` or another project-local folder you choose.\n- **`/capture-playbook`** creates or revises the exact Playbook you describe.\n- **`/discover-playbooks`** examines only sessions you select and returns ready-to-edit\n  `/capture-playbook ...` recommendations without writing anything.\n- **`/trellis-audit`** reviews Playbooks and recommends improvements without executing or changing\n  them.\n\nPlaybooks are the only user-facing Trellis artifact. Internal tools can live under the selected\nPlaybooks folder in `_cli/` when a Playbook needs a small fixed local-file operation. A project can\nalso explicitly ask an agent for a standalone script beside a Playbook when a broader design is\nappropriate.\n\n## Install\n\nTrellis bundles its four Agent Skills as one plugin so they install and update together. Use your\nhost's native plugin flow when available, then start a new agent session.\n\n### Native plugin installation (recommended)\n\n#### ChatGPT\n\nTrellis 0.5.0 is available in the [ChatGPT Plugins\nDirectory](https://chatgpt.com/plugins/plugins_6a630817fcdc8191a6e0114bbd61bc33).\n\nTo install it in ChatGPT on the web or in the desktop app, open **Plugins**, search for **Trellis**,\nopen its listing, and select the **+** button. Start a new chat after installation; type `@Trellis`\nwhenever you want to choose the plugin or one of its skills explicitly. See the\n[official ChatGPT plugin instructions](https://learn.chatgpt.com/docs/plugins#install-and-use-a-plugin)\nfor the full flow.\n\n#### Codex\n\nAdd the Trellis marketplace and install the plugin with the [Codex\nCLI](https://developers.openai.com/plugins/build/plugins):\n\n```sh\ncodex plugin marketplace add neutral/trellis\ncodex plugin add trellis@trellis\n```\n\nCodex plugins work in Codex CLI and the ChatGPT desktop app. The Codex IDE extension does not\ncurrently support plugins.\n\n#### Claude Code\n\nRun these commands inside [Claude Code](https://code.claude.com/docs/en/discover-plugins):\n\n```text\n/plugin marketplace add neutral/trellis\n/plugin install trellis@trellis\n```\n\nClaude Code namespaces plugin skills with `trellis:`. For example, run\n`/trellis:trellis-init` to initialize a project after installing the plugin.\n\n#### Gemini CLI\n\nInstall the repository as a [Gemini CLI extension](https://geminicli.com/docs/extensions/reference/):\n\n```sh\ngemini extensions install https://github.com/neutral/trellis\n```\n\nRun `gemini extensions update trellis` when you want to update an existing installation.\n\n### Standalone Agent Skills\n\nUse a standalone installer when a native plugin is unavailable or when you want the portable\nskills without the plugin wrapper.\n\n#### Vercel Skills CLI\n\nThe [Vercel Skills CLI](https://skills.sh/docs/cli) runs through `npx` and prompts you to choose\nfrom the supported agents it detects:\n\n```sh\nnpx skills add neutral/trellis --skill \"*\" --global\n```\n\n#### GitHub CLI\n\nThe [`gh skill` command](https://cli.github.com/manual/gh_skill) is currently in preview. With a\nrecent GitHub CLI, run the command for your agent:\n\n```sh\n# Codex\ngh skill install neutral/trellis --all --agent codex --scope user\n\n# Claude Code\ngh skill install neutral/trellis --all --agent claude-code --scope user\n\n# Cursor\ngh skill install neutral/trellis --all --agent cursor --scope user\n\n# Gemini CLI\ngh skill install neutral/trellis --all --agent gemini-cli --scope user\n```\n\nTo install the standalone skills only in the current project, omit `--global` from the Vercel\ncommand or replace `--scope user` with `--scope project` in a GitHub command.\n\n## Initialize\n\nRun `/trellis-init`. It proposes `playbooks/` by default, lets you choose or adopt another folder,\nand returns an optional `AGENTS.md` snippet for you to place manually.\n\n## Create a Playbook\n\nGive `/capture-playbook` a concrete description:\n\n```text\n/capture-playbook Create a Playbook for reviewing a small plugin release before tagging it. Check\nsource and generated packages, stop when generated output is stale, and finish with a clear go or\nno-go decision backed by evidence.\n```\n\n## Discover candidates\n\nRun `/discover-playbooks` on the current session or exact prior session IDs your host can retrieve.\nIt returns one or more self-contained `/capture-playbook ...` suggestions. Review or edit them,\nthen run the suggestions you want yourself.\n\n## Audit\n\nRun `/trellis-audit` and name the Playbooks folder to review. The audit is read-only and advisory.\nIt respects custom owner files and project-owned scripts.\n\n## Methodology, privacy, and terms\n\n- [Methodology](METHODOLOGY.md)\n- [Privacy](PRIVACY.md)\n- [Terms](TERMS.md)\n\n## License\n\nTrellis is dedicated to the public domain under [CC0 1.0 Universal](LICENSE).\n",
  "bytes": 5062,
  "sha": "91faa2775eecd5cf89ae7fbadf755d74d383f7e0d193368845dfa3b8d9bbcb32",
  "repo_slug": "neutral/trellis",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_neutral_trellis_c5b3389d/readme"
}