{
  "markdown": "# Reassign\n\n**Reassign: a circular 24-hour day planner. One capability, five package forms, one canonical skill.**\n\nReassign plans, edits, and reviews your day on a circular 24-hour calendar. It\napplies ADHD-friendly time-management methods as concrete edits to the dial, not\nadvice recited back at you. The same scheduling capability ships in several package\nforms, all backed by one canonical skill and the Reassign MCP.\n\n## Install\n\n| Form | How |\n|---|---|\n| **Claude Code plugin** | `/plugin marketplace add reassignai/plugins` → `/plugin install reassign@reassign` |\n| **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` |\n| **Standalone skill** | `npx skills add reassignai/plugins` |\n| **Claude.ai / ChatGPT connector** | Add a custom connector pointing at `https://reassign.app/api/mcp` |\n| **npm (any stdio MCP client)** | `npx -y @reassign/mcp` |\n\n## What's inside\n\n```\nplugins/                                  ← repo root = plugin root\n├── plugin.json                           ← Agent Plugins 1.0.0 manifest\n├── mcp.json                              ← Agent Plugins MCP config (streamable-http)\n├── .claude-plugin/\n│   ├── plugin.json                       ← Claude Code manifest\n│   └── marketplace.json\n├── .mcp.json                             ← Claude Code MCP config (type \"http\")\n├── skills/\n│   └── reassign-scheduling/              ← canonical skill (every form, zero copy)\n│       ├── SKILL.md\n│       └── references/\n│           ├── adhd-methods.md\n│           ├── workflows.md\n│           ├── taxonomy.md\n│           ├── calendars.md          ← connected-calendar sync, event kinds, mirroring\n│           ├── reflection.md         ← reviewing a past day: marks + adherence\n│           └── limits.md             ← what each plan allows; reading a refusal code\n├── server.json                           ← Official MCP Registry entry\n├── package.json                          ← npm client shim\n├── bin/reassign-mcp.js\n├── scripts/\n│   ├── build.sh                          ← validates manifests + version lockstep\n│   └── version.mjs                       ← reads/sets the two version trains\n├── .github/workflows/\n│   ├── publish-registry.yml\n│   └── publish-npm.yml\n├── README.md\n└── LICENSE\n```\n\nThe `skills/reassign-scheduling/` directory is the single source of truth: every\npackage form consumes it in place, with no copying.\n\n### Two manifests, on purpose\n\nThe root `plugin.json`/`mcp.json` pair is [Agent Plugins\n1.0.0](https://agent-plugins.org/); `.claude-plugin/plugin.json` + `.mcp.json` is\nthe Claude Code format. Clients auto-detect by manifest path and read exactly\none pair, so both ship side by side. They are **not** copies of each other — the\nsame endpoint is `\"type\": \"streamable-http\"` under the spec and `\"type\": \"http\"`\nfor Claude Code, so `scripts/build.sh` checks each file's transport vocabulary\nseparately — and cross-checks that the two still name the same servers at the\nsame URLs, since a copy-paste and a one-sided URL move are both silent breaks.\n\n### Versions\n\nTwo independent trains, both checked by `scripts/build.sh`:\n\n| Train | Files | What it tracks |\n|---|---|---|\n| `plugin` | `plugin.json`, `.claude-plugin/plugin.json`, `.claude-plugin/marketplace.json`, `SKILL.md` | the skill and its manifests |\n| `package` | `package.json`, `server.json` | the npm shim + registry entry, released on a `v*` tag |\n\n```bash\nnode scripts/version.mjs                 # print both\nnode scripts/version.mjs check           # exit 1 on drift\nnode scripts/version.mjs set plugin 1.9.0\n```\n\n## Links\n\n- Website: [reassign.ai](https://reassign.ai)\n- MCP endpoint: `https://reassign.app/api/mcp`\n\n## License\n\n[Apache-2.0](LICENSE) © Pogled Naprej d.o.o.\n",
  "bytes": 3835,
  "sha": "eb840ece7073a6e6afe99745e4278638bc23f329f89c5637fadec3b4cd23beba",
  "repo_slug": "reassignai/plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_reassign_reassign_07d5be49/readme"
}