Skip to main content
ClaudeWave
MCP ServersOfficial Registry1 stars0 forks● JavaScriptApache-2.0Updated today
ClaudeWave Trust Score
85/100
✓ Trusted
Passed
  • ✓Open-source license (Apache-2.0)
  • ✓Actively maintained (<30d)
  • ✓Topics declared
  • ✓Documented (README)
Flags
  • !No description
Last scanned: 9/27/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add plugins -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "plugins": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.

1 items in this repository

>-

Install
Use cases

MCP Servers overview

# 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
│           ├── focus.md             ← focus intervals, live pauses, and saved rhythms
│           ├── workflows.md
│           ├── taxonomy.md
│           ├── calendars.md          ← calendar and task-app sync, import policies, event kinds, mirroring
│           ├── reflection.md         ← reviewing a past day: marks + adherence
│           └── limits.md             ← subscription access, refusal codes, and retries
├── 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](https://agent-plugins.org/); `.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 |

```bash
node scripts/version.mjs                 # print both
node scripts/version.mjs check           # exit 1 on drift
node scripts/version.mjs set plugin 1.11.0
```

## Links

- Website: [reassign.ai](https://reassign.ai)
- MCP endpoint: `https://reassign.app/api/mcp`
- Developer docs (MCP setup, REST API, error codes): [reassign.dev](https://reassign.dev)

## License

[Apache-2.0](LICENSE) © Pogled Naprej d.o.o.
adhdagent-skillscalendarclaudeclaude-codeclaude-skillmcpmcp-servermcpbmodel-context-protocolpomodoroproductivityschedulingtime-blockingtime-tracking

What people ask about plugins

What is reassignai/plugins?

+

reassignai/plugins is mcp servers for the Claude AI ecosystem with 1 GitHub stars.

How do I install plugins?

+

You can install plugins by cloning the repository (https://github.com/reassignai/plugins) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is reassignai/plugins safe to use?

+

Our security agent has analyzed reassignai/plugins and assigned a Trust Score of 85/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains reassignai/plugins?

+

reassignai/plugins is maintained by reassignai. The last recorded GitHub activity is dated 2026-09-27, with 1 open issues.

Are there alternatives to plugins?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy plugins to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: reassignai/plugins
[![Featured on ClaudeWave](https://claudewave.com/api/badge/reassignai-plugins)](https://claudewave.com/repo/reassignai-plugins)
<a href="https://claudewave.com/repo/reassignai-plugins"><img src="https://claudewave.com/api/badge/reassignai-plugins" alt="Featured on ClaudeWave: reassignai/plugins" width="320" height="64" /></a>

More MCP Servers

plugins alternatives