The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Reassign listing page.
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.
| 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 |
The skills/reassign-scheduling/ directory is the single source of truth: every
package form consumes it in place, with no copying.
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.
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 |
https://reassign.app/api/mcpApache-2.0 © Pogled Naprej d.o.o.