productivity
v1.3.1Manage 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install productivity@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is productivity/.
Plugin files
├── .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
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.
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.
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.
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
- url
- https://mcp.asana.com/v2/mcp
- url
- https://mcp.atlassian.com/v1/mcp
- url
- https://mcp.clickup.com/mcp
- url
- https://mcp.linear.app/mcp
- url
- https://mcp.monday.com/mcp
- url
- https://mcp.notion.com/mcp
- url
- https://mcp.slack.com/mcp
Plugin manifests1
{
"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"
}
}For maintainers
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)