Agent Plugins Marketplace
All plugins

clients

v0.7.0

Create an engagement plan, portable AI workspace prompt, folder blueprint, and next action; draft weekly client-status updates; run structured deliverable QA; and generate Statements of Work in your own house format.

CodexClaude Code6 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 16, 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 clients 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 clients@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/BrightWayAI/clients

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

Plugin files

clients/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/client-status/SKILL.md
├── skills/project-setup/SKILL.md
├── skills/review-deliverable/SKILL.md
├── skills/setup-projects/SKILL.md
├── skills/setup-status/SKILL.md
└── skills/sow/SKILL.md

Included Skills6

client-statusskills/client-status/SKILL.md

Draft weekly client status updates per active engagement. Auto-fires on "/client-status", "draft my client updates", "weekly client updates", "status update for [client]", "send client updates", "client check-ins", or any phrase about producing client-facing status drafts. Pulls from cortex memory, Client Success config, calendar, and CRM. Drafts go for your review before sending.

project-setupskills/project-setup/SKILL.md

Initialize a new client engagement end-to-end. Auto-fires on "/project-setup", "set up a new project", "new client just signed", "onboard [client name]", "get [client] set up", "new engagement", "contract signed", "initialize [client] project", or any variation where the user is starting work with a new client. Also fires on client name + words like "kickoff", "starting", or "beginning". Produces Drive folder structure, Claude Project system prompt, phased project plan with immediate next step, and a memory node (if cortex is installed).

review-deliverableskills/review-deliverable/SKILL.md

Run a structured QA pass on a client deliverable before you ship. Auto-fires on "/review-deliverable", "review this deck", "QA this deliverable", "second pair of eyes on", "is this ready to ship", "check this against the brief", "review my one-pager", or similar. Loads brand context from user-context.md and produces specific, location-tagged findings — not vague feedback.

setup-projectsskills/setup-projects/SKILL.md

Configure Client Success for offerings, drive layout, and companion-plugin integrations. Writes to `<config-root>/plugins/clients.user-context.md` using the shared vendor-neutral config-root resolver. Re-run anytime to add or update offerings.

setup-statusskills/setup-status/SKILL.md

Configure Client Success status drafting for cadence, voice match, user-owned template overrides, per-client rules, and delivery channel. Writes `<config-root>/plugins/clients-status.user-context.md`. Re-run anytime to update.

sowskills/sow/SKILL.md

Turn a proposal into a finished Statement of Work in your house format, derived from a sample you provided via `/setup-projects`. Flags — `--client <slug>` `--phase <label>` `--amendment`.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "clients",
  "version": "0.7.0",
  "description": "Create an engagement plan, portable AI workspace prompt, folder blueprint, and next action; draft weekly client-status updates; run structured deliverable QA; and generate Statements of Work in your own house format.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/clients",
  "repository": "https://github.com/BrightWayAI/clients",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Client Success",
    "shortDescription": "Start, status-update, and QA a client engagement",
    "longDescription": "Create an engagement plan, portable AI workspace prompt, folder blueprint, and next action; draft weekly client-status updates; and run structured deliverable QA.",
    "developerName": "BrightWay AI",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/BrightWayAI/clients",
    "defaultPrompt": [
      "Set up a new client project.",
      "Draft this week's client status updates.",
      "Review this deliverable before I send it.",
      "Turn this proposal into a Statement of Work."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "clients",
  "version": "0.7.0",
  "description": "Client Success. Client engagement lifecycle: start, status, QA, SOW generation. /project-setup initializes a new engagement end-to-end (Drive structure, Claude Project prompt, phased plan, memory node). /client-status drafts weekly client-facing status updates. /review-deliverable runs a structured brand/quality QA pass before you ship. /sow turns a proposal into a finished Statement of Work in a house format derived from your own sample — no format hardcoded in the plugin. Renamed from project-setup, 2026-09-15 — absorbs client-status and ops's review-deliverable.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/delivery"
}

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

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