Connects Claude to Reassign's circular 24-hour calendar API for ADHD-friendly time management. Instead of generic productivity advice, you get concrete schedule edits on a visual dial using research-backed methods for executive function. Ships as a Claude Code plugin, standalone skill, custom connector for Claude.ai and ChatGPT, or stdio MCP client via npx. The canonical skill lives in a single directory with references for ADHD methods, workflows, and scheduling taxonomy. Reach for this when you want AI-assisted day planning that manipulates an actual calendar interface rather than suggesting techniques in chat. Available via streamable-http at reassign.app/api/mcp or through the reassignai/plugins repo.
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 |
| 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 |
plugins/ ← repo root = plugin root
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── .mcp.json
├── skills/
│ └── reassign-scheduling/ ← canonical skill (plugin + standalone, 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
├── server.json ← Official MCP Registry entry
├── package.json ← npm client shim
├── bin/reassign-mcp.js
├── scripts/
│ └── build.sh
├── .github/workflows/
│ ├── publish-registry.yml
│ └── publish-npm.yml
├── README.md
└── LICENSE
The skills/reassign-scheduling/ directory is the single source of truth: both the
Claude Code plugin and the standalone skill consume it in place, with no copying.
https://reassign.app/api/mcpApache-2.0 © Pogled Naprej d.o.o.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent