Agent Plugins Marketplace
All plugins

productivity

v1.3.1

Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.

Claude Code4 Skills7 MCP serversStreamable HTTP

By Anthropic25.5k GitHub starsUpdated 14 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install productivity for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install productivity@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is productivity/.

Plugin files

productivity/
├── .claude-plugin/plugin.json
├── skills/memory-management/SKILL.md
├── skills/start/SKILL.md
├── skills/task-management/SKILL.md
├── skills/update/SKILL.md
└── .mcp.json

Included Skills4

memory-managementskills/memory-management/SKILL.md

Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory/ directory for the full knowledge base.

startskills/start/SKILL.md

Initialize the productivity system and open the dashboard. Use when setting up the plugin for the first time, bootstrapping working memory from your existing task list, or decoding the shorthand (nicknames, acronyms, project codenames) you use in your todos.

task-managementskills/task-management/SKILL.md

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

updateskills/update/SKILL.md

Sync tasks and refresh memory from your current activity. Use when pulling new assignments from your project tracker into TASKS.md, triaging stale or overdue tasks, filling memory gaps for unknown people or projects, or running a comprehensive scan to catch todos buried in chat and email.

MCP servers7

asanaStreamable HTTP
url
https://mcp.asana.com/v2/mcp
atlassianStreamable HTTP
url
https://mcp.atlassian.com/v1/mcp
clickupStreamable HTTP
url
https://mcp.clickup.com/mcp
linearStreamable HTTP
url
https://mcp.linear.app/mcp
mondayStreamable HTTP
url
https://mcp.monday.com/mcp
notionStreamable HTTP
url
https://mcp.notion.com/mcp
slackStreamable HTTP
url
https://mcp.slack.com/mcp

Plugin manifests1

productivity/.claude-plugin/plugin.json
{
  "name": "productivity",
  "version": "1.3.1",
  "description": "Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.",
  "author": {
    "name": "Anthropic"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[productivity on Agent Plugins Marketplace](https://pluginsmp.com/plugins/productivity)