Agent Plugins Marketplace
All plugins

gborges-standard

v1.34.0

Standard Codex setup used across all of Gabe Borges' repos. Injects the Plain English rules at session start and into every subagent, strips AI-attribution footers from GitHub writes, re-injects the writing rules reminder with every user message, and ships the writing-voice, read-aloud-prep, bear-notes, codex-delegate, model-routing-review, and pair-debate skills, plus grill, build, spec, routine, wayfinder, handoff, research, wait-what, teach, writing-for-agents, domain-modeling, investigate, and resolving-merge-conflicts.

CodexClaude Code18 Skills

By Gabe BorgesLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
18 skill or MCP entries
Source updated
Sep 22, 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 gborges-standard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gborges0727/claude-plugins
codex plugin marketplace upgrade gborges
codex plugin add gborges-standard@gborges

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

Compatibility: the page URL and API slug “gborges-standard” remain stable.

  • Codex: gborges-standard@agent-plugin-marketplacegborges-standard@gborges

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/gborges0727/claude-plugins

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

Plugin files

plugins/gborges-standard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/bear-notes/SKILL.md
├── skills/build/SKILL.md
├── skills/codex-delegate/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/grill/SKILL.md
├── skills/handoff/SKILL.md
├── skills/investigate/SKILL.md
├── skills/model-routing-review/SKILL.md
├── skills/pair-debate/SKILL.md
├── skills/read-aloud-prep/SKILL.md
├── skills/research/SKILL.md
├── skills/resolving-merge-conflicts/SKILL.md
├── skills/routine/SKILL.md
├── skills/spec/SKILL.md
├── skills/teach/SKILL.md
├── skills/wait-what/SKILL.md
├── skills/wayfinder/SKILL.md
└── skills/writing-for-agents/SKILL.md

Included Skills18

bear-notesskills/bear-notes/SKILL.md

Bear note writing. Use when saving, importing, appending, overwriting, tagging, or attaching anything in Bear, when mirroring files or docs into Bear, or when the user says to put something in their notes.

buildskills/build/SKILL.md

Build the work under discussion test-first, one failing test at a time, then review the diff against the ask. Explicit invocation only.

codex-delegateskills/codex-delegate/SKILL.md

Delegate a coding subtask to the Codex CLI on an OpenAI model (GPT-5.6 Luna, GPT-5.6 Sol, or GPT-6 Astra), spending ChatGPT-plan quota instead of Claude tokens. Use only when `~/.claude/gborges-standard.json` says `"codex": true` (a missing file means off). Then prefer this over a Claude subagent whenever the brief stands alone from the conversation and a command checks the result: boilerplate, a repeated edit across files, tests against a pasted interface, a bug a named test confirms, or a second-model opinion. Also use when the user says to delegate or use Codex, names a Codex rung (consult astra, ask sol, send it to luna), or continues a Codex thread.

domain-modelingskills/domain-modeling/SKILL.md

Keep the project's glossary (CONTEXT.md) and decision records (docs/adr/) sharp while a design is discussed. Use when a term is fuzzy or conflicts with the glossary, when writing or editing CONTEXT.md or CONTEXT-MAP.md, or when a decision deserves an ADR.

grillskills/grill/SKILL.md

Interview the user in rounds until a plan, design, or idea has no open decision left. Explicit invocation only.

handoffskills/handoff/SKILL.md

Write the conversation up so a fresh session can continue the work, and start that session when asked. Explicit invocation only.

investigateskills/investigate/SKILL.md

Find the cause of a hard bug or a slow path and report it without fixing it. Builds a fast check that fails on the bug first, then tests hypotheses against it. Use when the user says investigate, diagnose, or debug, or hands over a bug ticket and wants the root cause.

model-routing-reviewskills/model-routing-review/SKILL.md

Re-check which model takes which rung of the delegation ladder, on Claude Code and on Codex, after a vendor ships a model or moves a price. Rebuilds docs/model-routing.md and lists every file the ladder change touches.

pair-debateskills/pair-debate/SKILL.md

Put Claude Fable 5.1 and GPT-6 Astra, both at xhigh, in a room to argue a hard problem to a solution. Explicit invocation only.

read-aloud-prepskills/read-aloud-prep/SKILL.md

Rewrite a document into spoken-English Markdown that an AI narrator reads aloud smoothly, preserving every fact. Use when the user wants a PDF, paper, Markdown file, or EPUB prepped for ElevenReader, Speechify, or any text-to-speech voice.

researchskills/research/SKILL.md

Send a background agent to answer a question from primary sources (official docs, source code, specs) and write the findings to a cited Markdown file in the repo. Use when the user wants a topic researched, docs or API facts checked, or reading delegated so the session can keep working.

resolving-merge-conflictsskills/resolving-merge-conflicts/SKILL.md

Resolve an in-progress git merge or rebase conflict by reading why each side changed, keeping both intents, and finishing the merge. Use when git reports conflicts or a merge or rebase is stopped.

routineskills/routine/SKILL.md

Grill the user into a spec for one recurring routine (a daily check, a weekly report, a step on every new issue) that an agent could build unasked. Explicit invocation only.

specskills/spec/SKILL.md

Write the conversation up as a spec file, and split it into tickets only when the work is too big for one session. Explicit invocation only.

teachskills/teach/SKILL.md

Teach the user a topic over many sessions, keeping the lessons, references, and what they have learned as files in the current directory. Explicit invocation only.

wait-whatskills/wait-what/SKILL.md

Break the last message down in plain English, context first. Explicit invocation only.

wayfinderskills/wayfinder/SKILL.md

Plan work too big for one session as a map of open questions, then answer them one session at a time until the way to build it is clear. Explicit invocation only.

writing-for-agentsskills/writing-for-agents/SKILL.md

How to structure a document an agent reads (a skill, a CLAUDE.md or AGENTS.md, a doc reached by a pointer) so the agent follows it the same way every run. Use when creating or editing a skill, a CLAUDE.md, or an AGENTS.md.

Plugin manifests2

plugins/gborges-standard/.codex-plugin/plugin.json
{
  "name": "gborges-standard",
  "version": "1.34.0",
  "description": "Standard Codex setup used across all of Gabe Borges' repos. Injects the Plain English rules at session start and into every subagent, strips AI-attribution footers from GitHub writes, re-injects the writing rules reminder with every user message, and ships the writing-voice, read-aloud-prep, bear-notes, codex-delegate, model-routing-review, and pair-debate skills, plus grill, build, spec, routine, wayfinder, handoff, research, wait-what, teach, writing-for-agents, domain-modeling, investigate, and resolving-merge-conflicts.",
  "author": {
    "name": "Gabe Borges",
    "email": "[email protected]",
    "url": "https://github.com/gborges0727"
  },
  "homepage": "https://github.com/gborges0727/claude-plugins",
  "repository": "https://github.com/gborges0727/claude-plugins",
  "license": "MIT",
  "keywords": [
    "conventions",
    "writing",
    "bundle"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/codex-hooks.json",
  "interface": {
    "displayName": "Gabe's standard set",
    "shortDescription": "Plain English writing rules, hooks, and skills",
    "longDescription": "Carries Gabe Borges' working conventions into Codex: the Plain English writing rules at session start and on every subagent spawn, AI-attribution stripping on GitHub writes, a per-turn reminder of the rules, and the writing-voice, read-aloud-prep, bear-notes, codex-delegate, model-routing-review, and pair-debate skills, plus the thirteen skills rewritten from Matt Pocock's set (grill, build, spec, and the rest).",
    "developerName": "Gabe Borges",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Run the writing-voice passes on this draft",
      "Prep this document to be read aloud",
      "Save these notes to Bear"
    ]
  }
}
plugins/gborges-standard/.claude-plugin/plugin.json
{
  "name": "gborges-standard",
  "displayName": "Gabe's standard set",
  "description": "Standard Claude Code setup used across all of Gabe Borges' repos. Applies the Plain English output style everywhere, strips AI-attribution footers from GitHub writes, appends the writing rules to subagent prompts, keeps Codex calls off GPT-6 Astra unless the user named it, re-injects the writing rules reminder with every user message, and bundles the writing-voice, read-aloud-prep, bear-notes, codex-delegate, model-routing-review, and pair-debate skills, the grill, build, spec, routine, wayfinder, handoff, research, wait-what, teach, writing-for-agents, domain-modeling, investigate, and resolving-merge-conflicts skills rewritten in plain English from Matt Pocock's set, four routed subagents (sonnet-medium, opus-medium, opus-xhigh, and the user-summoned fable-xhigh), the add-to-git, setup, and setup-repo commands, and the frontend-design and context7 plugins.",
  "version": "1.34.0",
  "author": {
    "name": "Gabe Borges",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/gborges0727/claude-plugins",
  "repository": "https://github.com/gborges0727/claude-plugins",
  "license": "MIT",
  "hooks": "./hooks/claude-hooks.json",
  "dependencies": [
    {
      "name": "frontend-design",
      "marketplace": "claude-plugins-official"
    },
    {
      "name": "context7",
      "marketplace": "claude-plugins-official"
    }
  ]
}

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

[gborges-standard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gborges-standard)