Agent Plugins Marketplace
All plugins

superself

v1.0.0

Drive the Superself `self` CLI: version control for a project's state — goals, decisions, work units, reports — kept as an append-only event log outside the code repo, so a session reads `self context` at start, attaches work to a unit, reports with evidence, and the next session picks up where this one left off.

CodexClaude Code1 Skill

By fxylabsLicense: Apache-2.039.3k GitHub starsUpdated 6 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 1, 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 superself for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add superself@claude-code-workflows

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

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

  • Codex: superself@agent-plugin-marketplacesuperself@claude-code-workflows

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/wshobson/agents

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

Plugin files

plugins/superself/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/superself/SKILL.md

Included Skills1

superselfskills/superself/SKILL.md

Use when a project keeps its state in Superself (a `<!-- superself:begin` block in AGENTS.md or CLAUDE.md, or `self setup` resolves the directory to a registered project): read `self context` at session start, attach work to a work unit, report with evidence, and record confirmed decisions so the next session picks up where this one left off.

Plugin manifests2

plugins/superself/.codex-plugin/plugin.json
{
  "name": "superself",
  "version": "1.0.0",
  "description": "Drive the Superself `self` CLI: version control for a project's state — goals, decisions, work units, reports — kept as an append-only event log outside the code repo, so a session reads `self context` at start, attaches work to a unit, reports with evidence, and the next session picks up where this one left off.",
  "skills": "./skills/",
  "author": {
    "name": "fxylabs",
    "url": "https://github.com/fxylabs"
  },
  "homepage": "https://github.com/fxylabs/superself",
  "license": "Apache-2.0",
  "interface": {
    "displayName": "Superself",
    "shortDescription": "Drive the Superself `self` CLI: version control for a project's state — goals, decisions, work units, reports — kept…",
    "category": "Coding"
  }
}
plugins/superself/.claude-plugin/plugin.json
{
  "name": "superself",
  "version": "1.0.0",
  "description": "Drive the Superself `self` CLI: version control for a project's state — goals, decisions, work units, reports — kept as an append-only event log outside the code repo, so a session reads `self context` at start, attaches work to a unit, reports with evidence, and the next session picks up where this one left off.",
  "author": {
    "name": "fxylabs",
    "url": "https://github.com/fxylabs"
  },
  "homepage": "https://github.com/fxylabs/superself",
  "license": "Apache-2.0"
}

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

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