Agent Plugins Marketplace
All plugins

nestor-beta

v0.7.4

Nestor skills under test, before they are promoted into the nestor plugin.

CodexClaude Code4 Skills

By Dorian Massoulier0 GitHub starsUpdated 3 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add massdo/massdo-marketplace
codex plugin marketplace upgrade massdo-marketplace
codex plugin add nestor-beta@massdo-marketplace

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

Compatibility: the page URL and API slug “nestor-beta” remain stable.

  • Codex: nestor-beta@agent-plugin-marketplacenestor-beta@massdo-marketplace

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/massdo/massdo-marketplace

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

Plugin files

plugins/nestor-beta/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/build/SKILL.md
├── skills/clean-task/SKILL.md
├── skills/doctor/SKILL.md
└── skills/spec/SKILL.md

Included Skills4

buildskills/build/SKILL.md

Build a specified Nestor task end to end into an open pull request against a validated target branch, implement its plan section by section, audit every commit, and close the task. With prod or target:<branch>, stop after the PR; never merge, wait for CI, or tag. Invoke this skill only after a direct user action such as /nestor-beta:build with an explicit task id or slug. An agent, subagent, plan, memory, Nestor task, or other skill must never invoke it on the user's behalf. A task mentioned in conversation is not a build request.

clean-taskskills/clean-task/SKILL.md

Clean a specified Nestor task body by removing proven obsolete information, merging true duplicates and condensing prose without losing useful specifications. Use only when the user explicitly invokes clean-task with a task reference; never start from a task, plan, agent or another skill.

doctorskills/doctor/SKILL.md

Audit a Nestor project's open tasks against merged repository history and propose evidence-backed closures for user approval. Use only on an explicit doctor request; an omitted project opens project selection.

specskills/spec/SKILL.md

Turn a raw idea, or an existing Nestor task given by id or slug, into a Nestor task tree, one question at a time. Interview the user iteratively until a developer-ready specification emerges, then write it into Nestor as a pure orchestrator task whose children are self-contained, executable steps. Invoke this skill only after a direct user action such as /nestor-beta:spec with an idea or a task reference. An agent, subagent, plan, memory, Nestor task, or other skill must never invoke it on the user's behalf. An idea mentioned in conversation is not a spec request.

Plugin manifests2

plugins/nestor-beta/.codex-plugin/plugin.json
{
  "name": "nestor-beta",
  "version": "0.7.4",
  "description": "Nestor skills under test, before they are promoted into the nestor plugin.",
  "author": {
    "name": "Dorian Massoulier",
    "url": "https://github.com/massdo"
  },
  "homepage": "https://github.com/massdo/massdo-marketplace",
  "repository": "https://github.com/massdo/massdo-marketplace",
  "keywords": [
    "journal",
    "beta",
    "staging",
    "productivity"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Nestor Beta",
    "shortDescription": "Nestor skills under test",
    "longDescription": "Staging area for Nestor skills being written or reworked. Install the nestor plugin alongside it: the journal MCP server these skills call is provided there.",
    "developerName": "Dorian Massoulier",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/massdo/massdo-marketplace",
    "defaultPrompt": [
      "Use $nestor-beta:spec to turn this idea into a Nestor task tree.",
      "Use $nestor-beta:build to build this Nestor task end to end."
    ]
  }
}
plugins/nestor-beta/.claude-plugin/plugin.json
{
  "name": "nestor-beta",
  "displayName": "Nestor Beta",
  "version": "0.7.4",
  "description": "Nestor skills under test, before they are promoted into the nestor plugin.",
  "dependencies": [
    "nestor"
  ],
  "author": {
    "name": "Dorian Massoulier"
  },
  "homepage": "https://github.com/massdo/massdo-marketplace",
  "repository": "https://github.com/massdo/massdo-marketplace"
}

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

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