[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-anthropics-productivity-en":3,"guides-for-anthropics-productivity":277,"similar-k17c7z23dnpk7b29t5er7znfpn867c4m":278},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":211,"isFallback":207,"parentExtension":215,"providers":252,"relations":256,"repo":257,"workflow":276},1778053881467.4033,"k17c7z23dnpk7b29t5er7znfpn867c4m",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"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.",{},"Productivity Plugin","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/productivity",[15,16,17,18,19,20],"productivity","tasks","memory","mcp","dashboard","personal-crm",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":199,"workflow":209},1778053992763.6233,"kn70qez5td211fna5z3fvs4mss866431","en",{"checks":26,"evaluatedAt":189,"extensionSummary":190,"promptVersionExtension":191,"promptVersionScoring":192,"rationale":193,"score":194,"summary":195,"tags":196,"targetMarket":197,"tier":198},[27,32,35,38,42,45,49,53,56,59,63,68,72,76,79,82,85,88,91,94,98,102,106,110,114,117,120,123,127,130,133,136,139,142,145,148,151,154,157,160,162,165,168,171,175,178,181,185],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly states that the extension addresses the user's need to manage tasks, plan their day, and build memory of important work context, which is a concrete user problem.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The extension offers a unique value by integrating with calendars, email, and chat to manage tasks and build workplace memory, going beyond simple prompt capabilities.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The plugin provides a complete lifecycle for task management and memory building, including setup, ongoing updates, and synchronization with external tools, indicating production readiness.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The plugin focuses on productivity, encompassing task management, memory building, and daily planning, which are coherent and related capabilities.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The displayed description accurately reflects the plugin's functionality, including task management, daily planning, memory building, and synchronization with external tools.",{"category":46,"check":47,"severity":30,"summary":48},"Invocation","Scoped tools","The plugin uses specific commands like `/productivity:start` and `/productivity:update`, indicating scoped tools rather than a single generalist tool.",{"category":50,"check":51,"severity":30,"summary":52},"Documentation","Configuration & parameter reference","The README and skill files clearly document commands, their arguments (like `--comprehensive`), and expected workflows, with no implicit parameters or undocumented configuration options.",{"category":39,"check":54,"severity":30,"summary":55},"Tool naming","Commands like `/productivity:start`, `/productivity:update`, and skill names like `memory-management` are descriptive and clearly indicate their purpose.",{"category":39,"check":57,"severity":30,"summary":58},"Minimal I/O surface","The plugin's interactions are focused on managing tasks and memory, with clear inputs (commands and user confirmation) and outputs (status updates, file modifications), avoiding unnecessary data dumps.",{"category":60,"check":61,"severity":30,"summary":62},"License","License usability","The extension is licensed under the Apache-2.0 license, which is a permissive open-source license.",{"category":64,"check":65,"severity":66,"summary":67},"Maintenance","Commit recency","warning","There are no commits on the default branch in the last 90 days or 12 months, indicating a lack of recent maintenance.",{"category":64,"check":69,"severity":70,"summary":71},"Dependency Management","not_applicable","The extension does not appear to use third-party dependencies that would require specific dependency management measures.",{"category":73,"check":74,"severity":70,"summary":75},"Security","Secret Management","The plugin does not appear to handle or expose secrets, as it primarily interacts with local files and MCP servers which are assumed to handle their own authentication.",{"category":73,"check":77,"severity":30,"summary":78},"Injection","The plugin primarily interacts with local files (Markdown, HTML) and documented MCP servers, with no apparent loading of untrusted third-party data as instructions.",{"category":73,"check":80,"severity":30,"summary":81},"Transitive Supply-Chain Grenades","All necessary files are bundled within the repository, and interactions with MCP servers are assumed to be secure and well-defined, with no remote code fetching or execution.",{"category":73,"check":83,"severity":30,"summary":84},"Sandbox Isolation","The plugin operates on local files within the project directory and uses `${CLAUDE_PLUGIN_DATA}` for state, respecting sandbox boundaries.",{"category":73,"check":86,"severity":30,"summary":87},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls was found in the provided code.",{"category":73,"check":89,"severity":30,"summary":90},"Data Exfiltration","The plugin's primary function is local file management and interaction with MCPs, with no apparent mechanism for exfiltrating confidential data.",{"category":73,"check":92,"severity":30,"summary":93},"Hidden Text Tricks","Bundled files appear free of hidden-steering tricks, and descriptions use standard printable characters.",{"category":95,"check":96,"severity":30,"summary":97},"Hooks","Opaque code execution","The plugin's logic is implemented in readable markdown files and HTML, with no evidence of obfuscated code, base64 payloads, or runtime fetching of scripts.",{"category":99,"check":100,"severity":30,"summary":101},"Portability","Structural Assumption","The plugin correctly uses `${CLAUDE_PLUGIN_ROOT}` and `${CLAUDE_PLUGIN_DATA}` and clearly defines expected file locations (`TASKS.md`, `CLAUDE.md`, `memory/`) with fallback mechanisms.",{"category":103,"check":104,"severity":70,"summary":105},"Trust","Issues Attention","Issue data is not available (n/a).",{"category":107,"check":108,"severity":30,"summary":109},"Versioning","Release Management","A `version` field is present in `plugin.json` (`1.2.0`), satisfying the release management check.",{"category":111,"check":112,"severity":30,"summary":113},"Code Execution","Validation","The script's interaction with local files and user input is primarily through structured Markdown and HTML, with commands like `/productivity:update` having clear argument parsing.",{"category":73,"check":115,"severity":30,"summary":116},"Unguarded Destructive Operations","File modifications are primarily for task and memory management, with user confirmation implicit through interactive commands and save prompts, and no evidence of uncontrolled destructive primitives.",{"category":111,"check":118,"severity":30,"summary":119},"Error Handling","The JavaScript for the dashboard includes basic error handling for file operations and user interactions, and commands are designed to be interactive, providing feedback on success or failure.",{"category":111,"check":121,"severity":30,"summary":122},"Logging","The dashboard's JavaScript includes status messages for user feedback on operations like saving and loading, and error messages are displayed when issues occur, providing a form of audit trail for user actions.",{"category":124,"check":125,"severity":30,"summary":126},"Compliance","GDPR","The plugin operates on local files and interacts with MCPs which are expected to handle their own data privacy. No direct handling or submission of personal data to third parties is apparent.",{"category":124,"check":128,"severity":30,"summary":129},"Target market","The plugin is designed for general productivity and workplace use, with no specific regional logic, making it globally applicable.",{"category":99,"check":131,"severity":30,"summary":132},"Runtime stability","The plugin is designed to work within the Claude Code runtime and uses standard web technologies (HTML, JS) for its dashboard, ensuring broad compatibility.",{"category":39,"check":134,"severity":30,"summary":135},"Tool surface size","The plugin exposes a small, focused set of commands: `/productivity:start` and `/productivity:update`, aligning with the ideal range of 3-10 tools.",{"category":46,"check":137,"severity":30,"summary":138},"Name collisions","The plugin commands (`/productivity:start`, `/productivity:update`) are distinct and prefixed with `productivity:`, avoiding name collisions with built-in Claude commands or other potential MCPs.",{"category":46,"check":140,"severity":30,"summary":141},"Overlapping near-synonym tools","The plugin has only two primary commands, `/productivity:start` and `/productivity:update`, which cover distinct functionalities (initialization vs. ongoing synchronization) and do not overlap.",{"category":46,"check":143,"severity":70,"summary":144},"Hooks-off mechanism","This extension does not appear to utilize hooks that would require a hooks-off mechanism.",{"category":46,"check":146,"severity":70,"summary":147},"Hook matcher tightness","There are no hooks implemented in this plugin.",{"category":73,"check":149,"severity":70,"summary":150},"Hook security","No hooks are present in this plugin.",{"category":95,"check":152,"severity":70,"summary":153},"Silent prompt rewriting","The plugin does not implement a UserPromptSubmit hook.",{"category":73,"check":155,"severity":70,"summary":156},"Permission Hook","There are no PermissionRequest hooks in this plugin.",{"category":124,"check":158,"severity":70,"summary":159},"Hook privacy","This plugin does not utilize hooks for logging or telemetry.",{"category":111,"check":161,"severity":70,"summary":147},"Hook dependency",{"category":50,"check":163,"severity":30,"summary":164},"Install / Setup Instructions","The README provides clear installation instructions for both Cowork and Claude Code, and the skill files outline setup procedures.",{"category":50,"check":166,"severity":30,"summary":167},"Feature Transparency","The README and skill files clearly explain the plugin's core functionalities, commands, and data sources.",{"category":50,"check":169,"severity":30,"summary":170},"Phantom features","All features described in the README (task management, memory, dashboard, commands) have corresponding implementations in the code and skill files.",{"category":172,"check":173,"severity":30,"summary":174},"Convention","Layout convention adherence","The plugin adheres to Claude Code plugin conventions with a `.claude-plugin` directory, a `.mcp.json` for connectors, and skills organized logically within `skills/`.",{"category":172,"check":176,"severity":30,"summary":177},"Plugin state","The plugin correctly uses `${CLAUDE_PLUGIN_DATA}` for potential state management and operates on local files in the project directory.",{"category":73,"check":179,"severity":70,"summary":180},"Keychain-stored secrets","The plugin does not appear to consume secrets that would need to be routed through userConfig.",{"category":182,"check":183,"severity":30,"summary":184},"Dependencies","Tagged release sourcing","The plugin relies on MCP servers for tool connections, and the listed MCP URLs appear to be stable service endpoints rather than specific tagged releases.",{"category":186,"check":187,"severity":30,"summary":188},"Installation","Clean uninstall","The plugin primarily modifies local files and runs within the session, with no evidence of background daemons or persistent services that would survive an uninstall.",1778053926216,"This plugin manages tasks via a TASKS.md file and builds a tiered memory system for understanding workplace shorthand. It integrates with various communication and project management tools via MCP servers and provides a visual dashboard for task and memory management.","2.0.0","3.4.0","The plugin is well-structured, adheres to conventions, and provides robust task and memory management features. The primary concern is the lack of recent commits, which is flagged as a warning, but the overall quality and functionality remain high. The MIT license is also a strong positive signal.",95,"A comprehensive productivity plugin for managing tasks and building workplace memory.",[15,16,17,18,19,20],"global","verified",{"codeQuality":200,"collectedAt":201,"documentation":202,"maintenance":204,"popularity":205,"security":206,"testCoverage":208},{},1778053913019,{"descriptionLength":203,"readmeSize":8},171,{},{"smitheryUniqueUsers":8,"smitheryUseCount":8},{"hasNpmPackage":207,"smitheryVerified":207},false,{"hasCi":207,"hasTests":207},{"updatedAt":210},1778053992763,{"githubOwner":212,"githubRepo":213,"locale":24,"slug":15,"type":214},"anthropics","knowledge-work-plugins","plugin",{"_creationTime":216,"_id":217,"community":218,"display":219,"identity":234,"parentExtension":235,"providers":236,"relations":246,"workflow":248},1778053881467.4028,"k17a976hfb9h5wyrvbw5572nvs867hs3",{"reviewCount":8},{"description":220,"installMethods":221,"name":222,"sourceUrl":223,"tags":224},"Extension from anthropics/knowledge-work-plugins",{},"Knowledge Work Plugins","https://github.com/anthropics/knowledge-work-plugins",[225,226,227,15,228,229,230,231,232,233],"marketplace","plugins","ai-tools","sales","finance","legal","data","engineering","apache-2-0",{"githubOwner":212,"githubRepo":213,"locale":24,"slug":213,"type":225},null,{"extract":237,"llm":242,"smithery":245},{"commitSha":238,"license":239,"marketplace":240},"9789ea78ad66e395a9c709146cacecdc14ce2abf","Apache-2.0",{"name":213,"pluginCount":241},47,{"promptVersionExtension":191,"promptVersionScoring":192,"score":243,"targetMarket":197,"tier":244},65,"evaluated",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"repoId":247},"kd7a7vj5tkj2ssjqcbwka5sh0x864wea",{"anyEnrichmentAt":249,"extractAt":250,"githubAt":251,"llmAt":210,"smitheryAt":249,"updatedAt":210},1778053907346,1778053881467,1778053882262,{"extract":253,"llm":254,"smithery":255},{"commitSha":238,"license":239},{"promptVersionExtension":191,"promptVersionScoring":192,"score":194,"targetMarket":197,"tier":198},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":217,"repoId":247},{"_creationTime":258,"_id":247,"identity":259,"providers":260,"workflow":273},1777995558409.8467,{"githubOwner":212,"githubRepo":213,"sourceUrl":223},{"discover":261,"github":265},{"sources":262},[263,264],"skills-sh","smithery",{"closedIssues90d":266,"forks":267,"license":239,"openIssues90d":268,"pushedAt":269,"readmeSize":270,"stars":271,"topics":272},7,1398,36,1777651846000,6109,11837,[],{"discoverAt":274,"extractAt":275,"githubAt":275,"updatedAt":275},1777995558409,1778053883382,{"anyEnrichmentAt":249,"extractAt":250,"githubAt":251,"llmAt":210,"smitheryAt":249,"updatedAt":210},[],[279,314,346,381,403,425],{"_creationTime":280,"_id":281,"community":282,"display":283,"identity":297,"providers":300,"relations":306,"workflow":309},1778054452948.4272,"k179khyq4dvq0ytvdcepec984d8666wk",{"reviewCount":8},{"description":284,"name":285,"sourceUrl":286,"tags":287},"Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.","Plugin Development Toolkit","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/plugin-dev",[288,289,290,291,292,18,293,294,295,296],"development","plugin-creation","hooks","agents","skills","cli","automation","guidance","best-practices",{"githubOwner":212,"githubRepo":298,"locale":24,"slug":299,"type":214},"claude-plugins-official","plugin-dev",{"extract":301,"llm":303,"smithery":305},{"commitSha":302,"license":239},"06f52cd3ac3e47ecb45228a86183ea2a86e9d6ff",{"promptVersionExtension":191,"promptVersionScoring":192,"score":304,"targetMarket":197,"tier":198},99,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":307,"repoId":308},"k171b9714j6pgfxqht22y94q4x866sck","kd798hf3w99qz2xt1fqtgq7gf9865e31",{"anyEnrichmentAt":310,"extractAt":311,"githubAt":312,"llmAt":313,"smitheryAt":310,"updatedAt":313},1778054509977,1778054452948,1778054454391,1778054703946,{"_creationTime":315,"_id":316,"community":317,"display":318,"identity":330,"providers":334,"relations":339,"workflow":342},1778053078370.9028,"k17dwt2y8zcwbj9r1ccgc0mwvs867jac",{"reviewCount":8},{"description":319,"installMethods":320,"name":321,"sourceUrl":322,"tags":323},"Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build plugins with 2025 features, (2) Add skills/commands/agents/hooks, (3) Validate plugin structure, (4) Publish to marketplace, (5) Get plugin development guidance. Provides: agent-first design patterns, progressive disclosure skills, hook automation, MCP integration, marketplace publishing. Includes plugin-expert agent and validation utilities.",{},"Plugin Master","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/plugin-master",[324,325,326,290,18,327,225,328,294,329],"plugin-development","agent","skill","commands","validation","devops",{"githubOwner":331,"githubRepo":332,"locale":24,"slug":333,"type":214},"josiahsiegel","claude-plugin-marketplace","plugin-master",{"extract":335,"llm":338},{"commitSha":336,"license":337},"a05d923c8a3551d4274eef152649583d693b9b67","MIT",{"promptVersionExtension":191,"promptVersionScoring":192,"score":304,"targetMarket":197,"tier":198},{"parentExtensionId":340,"repoId":341},"k1741p5y8fyyp90j4zdea56w61867nj3","kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":343,"extractAt":344,"githubAt":343,"llmAt":345,"updatedAt":345},1778053080008,1778053078370,1778053164925,{"_creationTime":347,"_id":348,"community":349,"display":350,"identity":365,"providers":368,"relations":373,"workflow":376},1777995627391.5356,"k177z2t3rfgaw0zrb7qprpnndh864r09",{"reviewCount":8},{"description":351,"installMethods":352,"name":353,"sourceUrl":354,"tags":355},"Data observability plugin - health monitoring, alerts, schema drift, freshness tracking",{},"AnomalyArmor Agents","https://github.com/anomalyarmor/agents",[356,18,357,358,359,360,361,362,363,364],"data-observability","python","alerts","freshness","schema-drift","data-quality","monitoring","security","pipeline",{"githubOwner":366,"githubRepo":291,"locale":24,"slug":367,"type":214},"anomalyarmor","armor",{"extract":369,"llm":371,"smithery":372},{"commitSha":370},"7c56d4a0fc8feccdfa8e85cc11ff1010b18c3a89",{"promptVersionExtension":191,"promptVersionScoring":192,"score":304,"targetMarket":197,"tier":198},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":374,"repoId":375},"k173vznv6dcx28h1c568068tnx864f8n","kd7966c5zsgty1d4tqde2rgz1n8658b1",{"anyEnrichmentAt":377,"extractAt":378,"githubAt":379,"llmAt":380,"smitheryAt":377,"updatedAt":380},1777995723550,1777995627391,1777995627861,1777995897177,{"_creationTime":382,"_id":383,"community":384,"display":385,"identity":394,"providers":396,"relations":401,"workflow":402},1778054452948.4253,"k1767a8yk98h8qcz0rkh7t64an867zws",{"reviewCount":8},{"description":386,"installMethods":387,"name":388,"sourceUrl":389,"tags":390},"Skills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.",{},"MCP Server Development Suite","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/mcp-server-dev",[18,391,288,392,357,393,363,214],"server","typescript","documentation",{"githubOwner":212,"githubRepo":298,"locale":24,"slug":395,"type":214},"mcp-server-dev",{"extract":397,"llm":398,"smithery":400},{"commitSha":302,"license":239},{"promptVersionExtension":191,"promptVersionScoring":192,"score":399,"targetMarket":197,"tier":198},98,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":307,"repoId":308},{"anyEnrichmentAt":310,"extractAt":311,"githubAt":312,"llmAt":313,"smitheryAt":310,"updatedAt":313},{"_creationTime":404,"_id":405,"community":406,"display":407,"identity":418,"providers":419,"relations":423,"workflow":424},1778054452948.416,"k17fds628j6sz9emb26mj91v61867pw5",{"reviewCount":8},{"description":408,"installMethods":409,"name":410,"sourceUrl":411,"tags":412},"Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.",{},"Discord","https://github.com/anthropics/claude-plugins-official/tree/HEAD/external_plugins/discord",[413,414,415,416,18,417],"discord","messaging","bridge","access-control","bun",{"githubOwner":212,"githubRepo":298,"locale":24,"slug":413,"type":214},{"extract":420,"llm":421,"smithery":422},{"commitSha":302,"license":239},{"promptVersionExtension":191,"promptVersionScoring":192,"score":399,"targetMarket":197,"tier":198},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":307,"repoId":308},{"anyEnrichmentAt":310,"extractAt":311,"githubAt":312,"llmAt":313,"smitheryAt":310,"updatedAt":313},{"_creationTime":426,"_id":427,"community":428,"display":429,"identity":442,"providers":444,"relations":448,"workflow":449},1778053881467.4126,"k17ancjq4pews3bx19fv3cnn0x866v0b",{"reviewCount":8},{"description":430,"installMethods":431,"name":432,"sourceUrl":433,"tags":434},"Plan, build, and debug Zoom integrations across REST APIs, Meeting SDK, Video SDK, webhooks, bots, and MCP workflows. Search meetings, retrieve recordings, access transcripts, and design AI-powered Zoom experiences.",{},"Zoom Integration Plugin","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/partner-built/zoom-plugin",[435,436,437,18,438,439,440,441],"zoom","api","sdk","workflow","meetings","recordings","transcripts",{"githubOwner":212,"githubRepo":213,"locale":24,"slug":443,"type":214},"zoom-plugin",{"extract":445,"llm":446,"smithery":447},{"commitSha":238,"license":70},{"promptVersionExtension":191,"promptVersionScoring":192,"score":399,"targetMarket":197,"tier":198},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":217,"repoId":247},{"anyEnrichmentAt":249,"extractAt":250,"githubAt":251,"llmAt":210,"smitheryAt":249,"updatedAt":210}]