Agent Plugins Marketplace
All plugins

toolu

v6.3.1

Dual-host engineering discipline for Claude Code and Codex: workflow skills, agents, commands, and registry-driven quality hooks.

CodexClaude Code12 Skills

By Falconiere BarbosaLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
12 skill or MCP entries
Source updated
Sep 21, 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 toolu for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Falconiere/toolu
codex plugin marketplace upgrade toolu
codex plugin add toolu@toolu

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

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

  • Codex: toolu@agent-plugin-marketplacetoolu@toolu

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/Falconiere/toolu

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

Plugin files

plugins/toolu/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/brainstorm/SKILL.md
├── skills/commit/SKILL.md
├── skills/debug/SKILL.md
├── skills/deep-research/SKILL.md
├── skills/orchestrator/SKILL.md
├── skills/plan/SKILL.md
├── skills/plan-review/SKILL.md
├── skills/review-and-commit/SKILL.md
├── skills/setup/SKILL.md
├── skills/spec/SKILL.md
├── skills/spec-review/SKILL.md
└── skills/test/SKILL.md

Included Skills12

brainstormskills/brainstorm/SKILL.md

Use BEFORE writing code or planning a build, feature, refactor, or behavior change whose shape is unsettled. Tells: "where do I even start", "this feels big", "help me scope it", "think through the approach and tradeoffs", "before I start coding". Skip mechanical work with no design decision and already-scoped features.

commitskills/commit/SKILL.md

Use when the user asks to commit all current changes after running the repository's required quality gates.

debugskills/debug/SKILL.md

Use when something is broken and you need the root cause — a failing or flaky test, a crash, a stack trace, wrong output, a regression, a Sentry issue. Drives a scientific-debug loop: reproduce → observe evidence → falsifiable hypothesis → instrument/bisect → isolate the ROOT cause (not the symptom) → fix → regression test → record. Tells: "why does X fail", "it crashes", "this is broken", "flaky test", "debug this", "root cause", "it worked before", "track down this bug", "stack trace". A non-chain break-glass loop in the toolu workflow — any phase can drop into it and return.

deep-researchskills/deep-research/SKILL.md

Use when the ask is deep research that must end in a multi-source cited report — tells: "deep research", "research report", "cited report", "survey the state of the art", "investigate thoroughly". Picks guiding questions, then fans out per-question researchers combining exa-search and context7. NOT for quick single-fact or API lookups — the research-agent subagent handles those internally — and NOT for local codebase questions (the deep-explore subagent). Standalone knowledge workflow — not part of the build chain.

orchestratorskills/orchestrator/SKILL.md

Use when deciding HOW to run a large task: whether to delegate it at all, and if so how to split it. Teaches the MAIN thread that inline is the default and a subagent must earn its round trip — plus which agent for which job, how to bound a delegation so it cannot hang, how to parallelize genuinely independent work, and which model tier fits each class. Read it before fanning anything out, especially when tempted to split work that one thread could just do. Tells: "orchestrate this", "delegate this", "break this down", "coordinate subagents", "should I use subagents", "this is a big task", or a UserPromptSubmit nudge flagged the prompt as large.

planskills/plan/SKILL.md

Use after requirements are agreed when a behavior change needs an executable, ledger-backed implementation plan. Evidence-first and adaptive: mechanical work skips a plan; brainstorm is optional upstream triage.

plan-reviewskills/plan-review/SKILL.md

Use to review the plan or poke holes in the plan before execution. Verifies ledger steps, AC coverage, real-input checks, paths, dependency order, docs, and PR-delivery readiness.

review-and-commitskills/review-and-commit/SKILL.md

Use when completed branch work needs a final code review, fixes, full quality gates, and intentional local commits without pushing or merging.

setupskills/setup/SKILL.md

Use when installing, previewing, updating, backing up, or removing toolu's custom Codex agent profiles.

specskills/spec/SKILL.md

Use to write the spec or document the design before planning a new system, cross-cutting feature, public interface, or other durable contract. Clear requirements may enter directly; brainstorm is optional upstream triage.

spec-reviewskills/spec-review/SKILL.md

Use to review the spec or poke holes in this spec before planning or building. Validates authored contract sections, real-data acceptance evidence, scope, and blocking open questions.

testskills/test/SKILL.md

Use while executing any feature, fix, refactor, or regression to design high-signal, real-data tests. Enforces test-first discipline and colocated layout; it is a reusable method, not a terminal workflow phase.

Plugin manifests2

plugins/toolu/.codex-plugin/plugin.json
{
  "name": "toolu",
  "version": "6.3.1",
  "description": "Dual-host engineering discipline for Claude Code and Codex: workflow skills, agents, commands, and registry-driven quality hooks.",
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/toolu/.claude-plugin/plugin.json
{
  "name": "toolu",
  "version": "6.3.1",
  "description": "Dual-host engineering discipline for Claude Code and Codex: workflow skills, agents, commands, and registry-driven quality hooks.",
  "author": {
    "name": "Falconiere Barbosa",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/falconiere/toolu",
  "repository": "https://github.com/falconiere/toolu.git",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "skills",
    "agents",
    "hooks"
  ],
  "dependencies": []
}

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

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