Skip to content

stevmolina/showup

v0.2.2

Capture real work, draft personal content, publish approved posts, and learn from the results.

Show Up

Show Up is an Agent Plugin for turning real work into personal social content. It provides four Agent Skills:

  • showup-capture captures evidence and story material.
  • showup-draft turns grounded material into voice-aware drafts for X and LinkedIn.
  • showup-publish moves approved copy through Typefully.
  • showup-review reviews results and improves the content system.

Compatibility

The root plugin.json follows the Agent Plugins 1.0.0 specification. Compatible clients, including Codex and Cursor, discover the skills in skills/ automatically.

The .codex-plugin/plugin.json manifest is retained for Codex marketplace presentation metadata and compatibility with existing local installs.

Install for local development

Cursor

Link this repository into Cursor's local plugin directory, then reload the window:

mkdir -p ~/.cursor/plugins/local
ln -s /absolute/path/to/showup ~/.cursor/plugins/local/showup

Open Customize and confirm that the four Show Up skills appear.

Codex

Add this repository as a marketplace from the Codex app or CLI:

codex plugin marketplace add stevmolina/showup --ref main
codex plugin add showup@showup

Restart the Codex app after adding or upgrading the marketplace, then start a new conversation so Codex loads the updated skills.

Structure

showup/
β”œβ”€β”€ plugin.json
β”œβ”€β”€ .agents/
β”‚   └── plugins/
β”‚       └── marketplace.json
β”œβ”€β”€ .codex-plugin/
β”‚   └── plugin.json
β”œβ”€β”€ skills/
β”‚   β”œβ”€β”€ showup-capture/
β”‚   β”œβ”€β”€ showup-draft/
β”‚   β”œβ”€β”€ showup-publish/
β”‚   └── showup-review/
└── references/