Agent Plugins Marketplace
All plugins

project-setup

v0.2.5

Create an engagement plan, portable AI workspace prompt, folder blueprint, next action, and optional Cortex nodes from approved inputs.

CodexClaude Code3 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 15, 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 project-setup for Codex and Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install project-setup-3@agent-plugin-marketplace

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

Compatibility: the page URL and API slug “project-setup-3” remain stable.

  • Codex: Legacy selector project-setup-3@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

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.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

Get the source manually
git clone https://github.com/BrightWayAI/project-setup

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

project-setup/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/project-setup/SKILL.md
├── skills/setup/SKILL.md
└── skills/setup-projects/SKILL.md

Included Skills3

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 claude-cortex is installed).

setupskills/setup/SKILL.md

Configure project-setup for your offerings, drive layout, and companion plugins. Auto-fires on "/setup-projects", "set up project-setup", "configure my offerings", "add a new offering", or when /project-setup reports user-context.md is missing.

setup-projectsskills/setup-projects/SKILL.md

Configure project-setup for your offerings, drive layout, and companion-plugin integrations. Writes to `<config-root>/plugins/project-setup.user-context.md` (where `<config-root>` is the folder you choose during first-time setup, stored at `~/Documents/.claude-plugin-config-root`). Re-run anytime to add or update offerings.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "project-setup",
  "version": "0.2.5",
  "description": "Create an engagement plan, portable AI workspace prompt, folder blueprint, next action, and optional Cortex nodes from approved inputs.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/project-setup",
  "repository": "https://github.com/BrightWayAI/project-setup",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Project Setup",
    "shortDescription": "Initialize a client engagement from one guided interview",
    "longDescription": "Create an engagement plan, portable AI workspace prompt, folder blueprint, next action, and optional Cortex nodes from approved inputs.",
    "developerName": "BrightWay AI",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/BrightWayAI/project-setup",
    "defaultPrompt": [
      "Set up a new client project.",
      "Configure my engagement templates.",
      "Create a kickoff plan for this engagement."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "project-setup",
  "version": "0.2.6",
  "description": "Initialize a new client engagement end-to-end. Interviews you about the engagement, then produces: (1) Drive folder structure, (2) Claude Project system prompt ready to paste, (3) phased project plan + immediate next step, (4) memory node initialization (if claude-cortex installed). Templates are user-customizable for your offerings. Configurable per user via /setup-projects.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/project-setup"
}

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

[project-setup on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-setup-3)