Agent Plugins Marketplace
All plugins

project-bootstrap

v0.1.4

Plan, coordinate, and execute durable project work across ChatGPT and Codex.

CodexAgent Plugins3 Skills

By Gipsy0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 17, 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-bootstrap for Codex

Installs for the current user
codex plugin marketplace add gipsy-teapsy/project-bootstrap
codex plugin marketplace upgrade gipsy-project-bootstrap
codex plugin add project-bootstrap@gipsy-project-bootstrap

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

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

  • Codex: project-bootstrap@agent-plugin-marketplaceproject-bootstrap@gipsy-project-bootstrap

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/gipsy-teapsy/project-bootstrap

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

Plugin files

plugins/project-bootstrap/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/project-bootstrap-manager/SKILL.md
├── skills/project-bootstrap-master/SKILL.md
└── skills/project-bootstrap-task/SKILL.md

Included Skills3

project-bootstrap-managerskills/project-bootstrap-manager/SKILL.md

Use when starting, auditing, recovering, restructuring, migrating, or planning the management setup of a project, especially before handing operational work to a workspace coordinator.

project-bootstrap-masterskills/project-bootstrap-master/SKILL.md

Use when coordinating an already bootstrapped project from its actual workspace, routing tasks, reconciling project state, reviewing handoffs, or preparing task sessions.

project-bootstrap-taskskills/project-bootstrap-task/SKILL.md

Use when executing a bounded task inside a Project Bootstrap-managed project, including implementation, debugging, verification, recovery, checkpointing, or handoff.

Plugin manifests2

plugins/project-bootstrap/.codex-plugin/plugin.json
{
  "name": "project-bootstrap",
  "version": "0.1.4",
  "description": "Plan, coordinate, and execute durable project work across ChatGPT and Codex.",
  "author": {
    "name": "Gipsy"
  },
  "repository": "https://github.com/gipsy-teapsy/project-bootstrap",
  "skills": "./skills/",
  "interface": {
    "displayName": "Project Bootstrap",
    "shortDescription": "Durable coordination for project work",
    "longDescription": "Route project setup, coordination, and bounded execution through Manager, Master, and Task roles.",
    "developerName": "Gipsy",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Хочу создать новый проект.",
      "Продолжим работу над проектом.",
      "Проверь, всё ли готово."
    ],
    "logo": "./assets/icon-master-1024.png",
    "composerIcon": "./assets/icon-64.png"
  }
}
plugins/project-bootstrap/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "project-bootstrap",
  "version": "0.1.4",
  "description": "Plan, coordinate, and execute durable project work across ChatGPT and Codex.",
  "author": {
    "name": "Gipsy"
  },
  "homepage": "https://github.com/gipsy-teapsy/project-bootstrap",
  "repository": "https://github.com/gipsy-teapsy/project-bootstrap",
  "keywords": [
    "project-management",
    "coordination",
    "continuity",
    "codex"
  ],
  "interface": {
    "displayName": "Project Bootstrap",
    "shortDescription": "Durable coordination for project work",
    "longDescription": "Route project setup, coordination, and bounded execution through Manager, Master, and Task roles.",
    "developerName": "Gipsy",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Хочу создать новый проект.",
      "Продолжим работу над проектом.",
      "Проверь, всё ли готово."
    ],
    "logo": "./assets/icon-master-1024.png",
    "composerIcon": "./assets/icon-64.png"
  }
}

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

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