Skip to content
MCP ThesaurusMCP Thesaurus

reassign

CommunityIncomplete39/100Claim

streamable-httpApache-2.0updated 25d ago

Reassign: a circular 24-hour day planner. One capability, five package forms, one canonical skill.

SourceWebsite1

What can you do with reassign?

Reassign

Reassign: a circular 24-hour day planner. One capability, five package forms, one canonical skill.

Reassign plans, edits, and reviews your day on a circular 24-hour calendar. It applies ADHD-friendly time-management methods as concrete edits to the dial, not advice recited back at you. The same scheduling capability ships in several package forms, all backed by one canonical skill and the Reassign MCP.

Install

Form How
Claude Code plugin /plugin marketplace add reassignai/plugins → /plugin install reassign@reassign
Agent Plugin (VS Code, Cursor, Copilot, Codex, Kiro) Install from source with the repo URL — e.g. VS Code's Chat: Install Plugin From Source → https://github.com/reassignai/plugins
Standalone skill npx skills add reassignai/plugins
Claude.ai / ChatGPT connector Add a custom connector pointing at https://reassign.app/api/mcp
npm (any stdio MCP client) npx -y @reassign/mcp

What's inside

plugins/                                  ← repo root = plugin root
ā”œā”€ā”€ plugin.json                           ← Agent Plugins 1.0.0 manifest
ā”œā”€ā”€ mcp.json                              ← Agent Plugins MCP config (streamable-http)
ā”œā”€ā”€ .claude-plugin/
│   ā”œā”€ā”€ plugin.json                       ← Claude Code manifest
│   └── marketplace.json
ā”œā”€ā”€ .mcp.json                             ← Claude Code MCP config (type "http")
ā”œā”€ā”€ skills/
│   └── reassign-scheduling/              ← canonical skill (every form, zero copy)
│       ā”œā”€ā”€ SKILL.md
│       └── references/
│           ā”œā”€ā”€ adhd-methods.md
│           ā”œā”€ā”€ workflows.md
│           ā”œā”€ā”€ taxonomy.md
│           ā”œā”€ā”€ calendars.md          ← connected-calendar sync, event kinds, mirroring
│           ā”œā”€ā”€ reflection.md         ← reviewing a past day: marks + adherence
│           └── limits.md             ← what each plan allows; reading a refusal code
ā”œā”€ā”€ server.json                           ← Official MCP Registry entry
ā”œā”€ā”€ package.json                          ← npm client shim
ā”œā”€ā”€ bin/reassign-mcp.js
ā”œā”€ā”€ scripts/
│   ā”œā”€ā”€ build.sh                          ← validates manifests + version lockstep
│   └── version.mjs                       ← reads/sets the two version trains
ā”œā”€ā”€ .github/workflows/
│   ā”œā”€ā”€ publish-registry.yml
│   └── publish-npm.yml
ā”œā”€ā”€ README.md
└── LICENSE

The skills/reassign-scheduling/ directory is the single source of truth: every package form consumes it in place, with no copying.

Two manifests, on purpose

The root plugin.json/mcp.json pair is Agent Plugins 1.0.0; .claude-plugin/plugin.json + .mcp.json is the Claude Code format. Clients auto-detect by manifest path and read exactly one pair, so both ship side by side. They are not copies of each other — the same endpoint is "type": "streamable-http" under the spec and "type": "http" for Claude Code, so scripts/build.sh checks each file's transport vocabulary separately — and cross-checks that the two still name the same servers at the same URLs, since a copy-paste and a one-sided URL move are both silent breaks.

Versions

Two independent trains, both checked by scripts/build.sh:

Train Files What it tracks
plugin plugin.json, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, SKILL.md the skill and its manifests
package package.json, server.json the npm shim + registry entry, released on a v* tag
node scripts/version.mjs                 # print both
node scripts/version.mjs check           # exit 1 on drift
node scripts/version.mjs set plugin 1.9.0
  • Website: reassign.ai
  • MCP endpoint: https://reassign.app/api/mcp

License

Apache-2.0 Ā© Pogled Naprej d.o.o.