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 Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is productivity/ inside the repository.

Layout

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

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

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"
  }
}