productivity

productivity is a plugin for Claude Code from KhaledSaeed18/dotclaude. Its manifest loads nothing; the 5 skills, 2 commands it bundles cost 476 tokens per session together, scanned A, original, MIT.

A set of session-management skills for brainstorming, checking plans, handing work to another session, and loading project context.

In plain words
What is it for?
Use it to explore ideas, challenge a plan, prepare handoff notes, and prime a session with relevant project information.
Why use it?
It reduces the effort of getting an agent up to speed and makes unfinished work easier to continue later.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add KhaledSaeed18/dotclaude
agentmods
npx agentmods add plugins/khaledsaeed18/dotclaude/productivity
Clone the repo
git clone --depth 1 https://github.com/KhaledSaeed18/dotclaude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for productivity

README.md
[![agentmods](https://agentmods.dev/badge/plugins/khaledsaeed18/dotclaude/productivity.svg)](https://agentmods.dev/plugins/khaledsaeed18/dotclaude/productivity)
Your own site
<a href="https://agentmods.dev/plugins/khaledsaeed18/dotclaude/productivity"><img src="https://agentmods.dev/badge/plugins/khaledsaeed18/dotclaude/productivity.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 5 skills, 2 commands cost 476 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

productivity scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads marketplace.json#productivity. This mod also ships 6 executable files (plugins/format-on-edit/scripts/format-on-edit.mjs, plugins/notify/scripts/notify.mjs, plugins/precompact-saver/scripts/precompact-saver.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json#productivity · 18 lines

What it actually says

{
  "name": "productivity",
  "source": "./.claude-plugin/plugins/productivity",
  "description": "Session productivity skills: collaborative brainstorming, plan stress-testing, session handoff documents, and a /prime command that loads project context.",
  "author": {
    "name": "Khaled Saeed"
  },
  "homepage": "https://github.com/KhaledSaeed18/dotclaude",
  "repository": "https://github.com/KhaledSaeed18/dotclaude",
  "license": "MIT",
  "category": "productivity",
  "keywords": [
    "brainstorming",
    "handoff",
    "context",
    "planning"
  ]
}
Contents

What it installs

The manifest is a name and a version. 5 skills, 2 commands travel with it, and installing the plugin installs all of them — 476 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

60 files beside marketplace.json#productivity in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 18 lines scan A 13773dbb01b1

Subscribe to this mod's changes

productivity is a plugin published in the GitHub repository KhaledSaeed18/dotclaude (5 stars, last pushed 3d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other plugins, from other repositories

rad-a11y

WCAG 2.2 AA accessibility toolkit for Claude Code. Six skills covering semantic HTML, ARIA patterns, keyboard/focus, forms, automated testing setup, and a static-analysis review pass; one autonomous reviewer agent. Four pure-stdlib Python validators (scan-jsx-patterns, check-tailwind-contrast with real WCAG sRGB ma.

RadOrigin-LLC/RAD-Claude-Skills · not measured

unslop

Three anti-slop scanners in one bundle: a-unslop-text catches AI-diction and cadence tells in prose, a-unslop-code catches bugs and tutorial-shaped patterns in source, a-unslop-ui catches stock-default looks in web UI. Each ships a deterministic scanner plus a Build mode that heads off the tell before it ships. The…

imisic/claude-marketplace · not measured

safe-android-reverser

Sandboxed Android reverse engineering with semantic program indexing, XREF/CFG queries and structured network evidence through MCP.

salingnh/android-reverse-engineering-mcp · not measured

clipboard-mcp-server

Read, write, and inspect the system clipboard across macOS, Linux (X11/Wayland), and Windows via MCP. STDIO or Streamable HTTP.

cyanheads/clipboard-mcp-server · not measured

pict-test-designer

Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected…

eric861129/SKILLS_All-in-one · not measured

swift-performance-pro

Performance: Instruments, SwiftUI render cost, memory and retain cycles, launch time, lists.

laxrajpurohit/swift-skills-pro · not measured