Agent Plugins Marketplace
← All plugins

projector

v0.5.0

Git-native project plans and agent workflows for any repository

CodexClaude Code7 Skills

By Justin BalthropLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add ninjudd/projector
codex plugin marketplace upgrade projector
codex plugin add projector@projector

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

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

  • Codex: projector@agent-plugin-marketplace → projector@projector

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/ninjudd/projector

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

projector/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/finish-project/SKILL.md
├── skills/gh-stack/SKILL.md
├── skills/implement/SKILL.md
├── skills/plan-project/SKILL.md
├── skills/start-fix-loop/SKILL.md
├── skills/start-review-loop/SKILL.md
└── skills/walkthrough-pr/SKILL.md

Included Skills7

finish-projectskills/finish-project/SKILL.md

Verify a Projector project's acceptance criteria, record its outcome, and mark it done in the completing change. Use when implementation appears complete or the user ends a project as shipped, abandoned, or superseded.

gh-stackskills/gh-stack/SKILL.md

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

implementskills/implement/SKILL.md

Implement a Projector project while keeping its plan and status current. Use when the user asks to start, continue, or complete work recorded under docs/projects.

plan-projectskills/plan-project/SKILL.md

Create or refine a Git-native project plan under docs/projects. Use when the user wants to scope, design, prioritize, or record a project before or alongside implementation.

start-fix-loopskills/start-fix-loop/SKILL.md

Watch chat-owned GitHub pull requests for review findings, verify and fix each one, then reply, push, and resolve it. Use when the user asks to keep fixing review feedback as it arrives or drive PRs to a clean review.

start-review-loopskills/start-review-loop/SKILL.md

Monitor chat-owned pull requests in the current GitHub repository, review each exact pushed SHA locally as the operator, and publish verified findings as labeled COMMENT reviews — keeping a pull request in draft until its head is clean. Use when the user asks to keep reviewing current and subsequent PR heads.

walkthrough-prskills/walkthrough-pr/SKILL.md

Build a guided, grouped walkthrough page for reviewing a large GitHub pull request, with each logical change explained, a checklist per group, and every hunk syntax-highlighted in reading order. Use when the user asks for help walking through, understanding, or reviewing a big PR diff.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "projector",
  "version": "0.5.0",
  "description": "Git-native project plans and agent workflows for any repository",
  "author": {
    "name": "Justin Balthrop",
    "url": "https://github.com/ninjudd"
  },
  "homepage": "https://github.com/ninjudd/projector",
  "repository": "https://github.com/ninjudd/projector",
  "license": "MIT",
  "keywords": [
    "projects",
    "planning",
    "git",
    "agents",
    "code-review"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Projector",
    "shortDescription": "Plan, implement, and review Git projects",
    "longDescription": "Projector keeps project plans in Git and gives coding agents portable workflows for planning, implementation, review, and review fixes.",
    "developerName": "Justin Balthrop",
    "category": "Productivity",
    "capabilities": [
      "Planning",
      "Code",
      "Review"
    ],
    "websiteURL": "https://github.com/ninjudd/projector",
    "defaultPrompt": [
      "Plan this project with Projector.",
      "Implement the current Projector plan.",
      "Review and fix this pull request loop."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "projector",
  "displayName": "Projector",
  "version": "0.5.0",
  "description": "Git-native project plans and agent workflows for any repository",
  "author": {
    "name": "Justin Balthrop",
    "url": "https://github.com/ninjudd"
  },
  "homepage": "https://github.com/ninjudd/projector",
  "repository": "https://github.com/ninjudd/projector",
  "license": "MIT",
  "keywords": [
    "projects",
    "planning",
    "git",
    "agents",
    "code-review"
  ],
  "skills": "./skills/"
}

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

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