Productivity
Productivity agent skills automate everyday work: task management, email drafting, calendars, note-taking systems, and personal workflows. Each is a small SKILL.md file your AI agent applies automatically when your request matches what the skill does.
-
robotdisco Bundle Gtd ReviewInteractive GTD system health check for ~/Documents/gtd/personal.org. Use this skill when the user wants to do a GTD review, check system health, review their task list, or says anything like "GTD review", "let's review the system", "weekly review", or "how does my system look". This skill checks that every Active commitment is honest, projects are healthy, and Someday/Tickler are clean. It does NOT handle inbox triage — run the gtd-triage skill first if inbox.org has items. It also does NOT include the brain/zettelkasten step — the full weekly review order is: gtd-triage → gtd-review (this skill) → brain-weekly-review.
-
cobibean Skill ObsidianCompatibility slash-command alias for the Vault Operations phase of obsidian-memory-wiki. Install/load obsidian-memory-wiki as the canonical parent skill.
Audited -
cobibean Skill WikijanitorCompatibility slash-command alias for the Wiki Janitor phase of obsidian-memory-wiki. Use obsidian-memory-wiki as the canonical parent for scheduled janitor runs.
Audited -
cobibean Skill PrepforresetCompatibility slash-command alias for the Reset Preparation phase of obsidian-memory-wiki. Use when the user invokes /prepforreset or asks to prep for a context reset.
Audited -
codingrajan Bundle HumanizerWrite or rewrite text so it reads as natural and human, not AI-generated. Use whenever the user asks to "humanize," "de-slop," "de-AI," "make this sound human," or to edit, rewrite, or clean up existing text. Also use when the user asks Claude to write, draft, or compose an essay, article, blog post, email, or any prose where AI tells would be a giveaway. The same rules apply to Claude's own output. Triggers include text with em dash overuse, "it's not just X, it's Y," rule-of-three padding, vocabulary like delve / tapestry / testament / landscape, sycophantic openers ("Great question!"), emoji-bulleted lists, "I hope this helps" sign-offs, and similar tells. Also use when auditing writing for AI tells or matching a draft to the user's own voice from a sample. Based on Wikipedia's "Signs of AI writing" guide.
-
cognitohazard Skill Spice ExperimentsUse for any circuit or SPICE task: ngspice, LTspice, netlists, schematics, amplifiers, filters, regulators, analog or power design. Before running a simulator or writing an analysis script yourself, read this: the sim server runs sweeps and corners in one call and returns parsed numbers (.MEAS scalars, gm/gds/vth, Bode and transient metrics, equivalence checks), no rawfile parsing. SPICE syntax: the ltspice skill.
Audited -
coreline-ai Bundle Dev Plan GeneratorCreate or update lightweight phased development plan markdown documents for implementation work. Use when the user asks for a 개발 계획 문서, 구현 계획, dev plan, phased implementation plan, implement_*.md, checkbox-based task plan, or asks to formalize scope before coding.
-
dashaworks Skill Data RoomBuild a fundraising or M&A data room — publish the documents, assemble them into one access-controlled room, and set the gate (email/passcode/allowlist, NDA, expiry). Use when the user says "data room", "set up a diligence room", "investor data room", "send this to investors", "share with the buyer". Requires a ReportRoom Business plan. For inviting/revoking viewers afterwards use room-access; for who-read-what use room-engagement.
-
dashaworks Skill Room AccessManage who can enter an existing ReportRoom data room — grant viewers by email (single-use invite links), revoke access instantly, rotate or clear the passcode, switch access mode, update the NDA text or expiry. Use when the user says "invite X to the data room", "add the buyer's counsel", "revoke their access", "rotate the passcode", "change the NDA", "extend the room". Requires a ReportRoom Business plan. For building a new room use data-room; for who-read-what use room-engagement.
-
databricks-solutions Skill AsyncioUse when debugging event loop hangs, task scheduling issues, call_soon vs call_soon_threadsafe confusion, Future callback timing, _enter_task/_leave_task conflicts, GIL contention patterns, per-step vs per-drive task context, uvloop compatibility problems, sniffio/anyio backend detection failures, streaming backpressure deadlocks, or native runtime context issues on the asyncio thread. Also use when verifying asyncio assumptions via quick Python one-liners.
-
dataplat Skill PrecommitRun every dbatools quality gate on demand before committing — style scan, command registration, TODO sweep, and a codex review of the working diff.
-
davidtheproduct Bundle Ship PrShip a single change through a worktree -> branch -> PR -> squash-merge -> cleanup workflow - pick the right branch type (feat/fix/chore/docs/hotfix), implement, verify with this repo's real build/typecheck/test commands, open the PR, check CI, merge, and clean up. Use for any single PR-sized change in any git repo with a GitHub remote - a bug fix, a small feature, a doc edit, a dependency bump. For 3+ independently shippable PRs from one analysis pass, see parallel-ship. For sequential phases where each PR builds on the last, see epic-ship.
-
dcramer Bundle OdieUse when transcript, commit, Sentry, GitHub, CI, review, or Garfield history suggests recurring failure patterns that might become hard deterministic checks. Analyze the evidence, reject judgment-based ideas, and output only mechanically enforceable lint, schema, CI, workflow, or deterministic test rules. Do not use for general code review, broad tool selection, or implementation unless explicitly asked.
-
endlessblink Skill DoneTask completion workflow — run tests, commit, push, and update MASTER_PLAN.md. Use when a task is finished and ready to ship. Triggers on "/done", "mark done", "task complete", "finish task", "ship it".
-
endlessblink Skill NextAnalyze and pick the next task to work on. Reads MASTER_PLAN.md, scores tasks by priority and status, and presents interactive selection. Use when starting a session or deciding what to tackle next.
-
endlessblink Skill SaveSave work-in-progress and push to remote. Like /done but keeps task IN PROGRESS. Use when switching machines, ending a session, or backing up work. Triggers on "/save", "save progress", "switch machine", "end session".
-
endlessblink Skill TaskCreate a new task in MASTER_PLAN.md with auto-generated sequential IDs. Supports TASK, BUG, FEATURE, and INQUIRY types. Triggers on "/task", "add task", "new task", "create task", "track this".
-
epam Skill Ums User ManagementTODO: Write a concise description explaining the skill's purpose — managing users in the UMS via CRUD operations, search, web enrichment; and when to activate it
Audited -
epam Bundle Unit ConverterUnit Converter
-
equinor Skill RetrospectivePost-task lessons-learned review. Updates knowledge, instruction, and skill files to continuously improve future sessions.
-
eunomia-bpf Bundle Test Bpf Tutorial KvmBuild and smoke-test bpf-developer-tutorial lessons without loading BPF programs into the host kernel. Use when creating, changing, reviewing, or debugging an eBPF tutorial and the runtime test should reuse the already-built x86 kernel under bpf-benchmark through virtme-ng/KVM. Also use for checking whether a tutorial needs a newer kernel feature. Do not use this workflow for performance benchmarking or for rebuilding the benchmark kernel.
-
eunomia-bpf Bundle Write Bpf Production TutorialDesign, write, or rewrite one practical bilingual bpf-developer-tutorial lesson with pinned Claude Opus 4.5, then verify the public workflow and prose against the implementation. Use when creating README.md and README.zh.md, checking whether a tutorial tool has a realistic CLI and lifecycle, preserving complete kernel source, testing the example, or preparing tutorial changes for review.
-
everyinc Skill Meeting PrepPrepare a briefing from Monologue notes for an upcoming meeting, including prior context, decisions, unresolved questions, and relevant commitments.
-
everyinc Skill Meeting Follow UpTurn recent Monologue meeting notes into a clear follow-up containing decisions, action items, owners, dates, open questions, and a draft message.
-
experientiallabs Skill Improve JudgeImprove a canonical common-owned judge from reviewed rollout evidence, human labels, and leakage-safe calibration without bypassing the frozen router workflow.
-
firebase Skill Firebase Cpp FormatterFormatting workflow for C++ and Objective-C code in the Firebase C++ SDK. Use when modifying source code and ensuring compliance with the repository's clang-format rules.
-
flohhhhh Bundle Uefn Verse BasicsBeginner-focused onboarding and developer workflow for using Verse in Unreal Editor for Fortnite (UEFN). Use when setting up UEFN/Fortnite prerequisites, creating a first Verse-enabled project, creating Verse devices from templates, compiling and playtesting with Launch Session and Push Verse Changes, troubleshooting common setup/build/runtime issues, and establishing basic project/revision-control habits.
-
forjd Skill BrowseBrowser automation CLI for AI agents. Use when the user needs to interact with a web page or web app in a real browser, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting page data, testing rendered UI, or running browser-based health checks. Do not use for code review, API-only checks, generic QA, or general web research unless browser interaction is required.
-
fudesign2008 Skill Task RouterAuto-activated at the start of every non-trivial conversation. Parses true intent before classifying, enforces the pre-flight checks that weaker models skip, and routes to the correct workflow. Trigger: always — no keyword required.
-
fudesign2008 Skill Debug WorkflowSystematic debugging protocol: root-cause identification before any fix, hypothesis-driven investigation, and structured failure recovery. Prevents the most common failure mode of weaker models — applying random fixes and hoping something works. Trigger: bug, error, crash, broken, wrong output, not working, unexpected behavior. Also invoked automatically by task-router.
-
fudesign2008 Skill Coding WorkflowFour-phase gated coding workflow (Explore → Plan → Execute → Verify). Encodes the actual reasoning discipline of top-tier models, not the idealized version. Trigger: any task involving code creation, modification, or refactoring. Also invoked automatically by task-router.
-
arcadia-1 Skill OptimizerBlack-box optimization of design parameters using TuRBO or scipy. TRIGGER when the user wants to optimize, tune, size, sweep, or explore a design space to meet specs. This includes circuit sizing (W/L, bias, passives), finding optimal operating points, minimizing power-delay or noise-power tradeoffs, or any task where multiple parameters need to be searched to hit a target. Also trigger when the user says things like 'find the best sizing', 'help me tune this', 'run an optimization', 'what values give me the best FOM', or 'sweep these parameters to meet spec'. Do NOT trigger for single-variable parametric sweeps or analytical calculations.
-
ariestools Bundle Xy DevelopmentCore development standards for TypeScript, Git workflow, testing principles, and development workflow. Activates when writing code, running builds, performing git operations, or completing features.
-
arraydude Bundle Feature WorkflowFeature planning, specification, phased implementation, progress tracking, per-phase PRs, and archival workflow. Use when starting a new feature, creating spec documents, breaking work into phases, tracking progress, managing PRs, or archiving completed specs.
-
astrale-os Bundle Astrale DomainCreate, modify, test, migrate, or debug Astrale Domains: Schema, Policies, Action/Workflow runtime, integrations, Views, Datasets, and deployment. For a new Domain follow the phased workflow; for focused work load only the relevant references.
-
az9713 Skill Git WorkflowGit workflow patterns for branching, commits, and pull requests following project conventions.
Frequently asked questions
What are Productivity agent skills?
Productivity agent skills automate everyday work: task management, email drafting, calendars, note-taking systems, and personal workflows. Each is a small SKILL.md file your AI agent applies automatically when your request matches what the skill does.
Which Productivity skills are most installed?
Popular Productivity skills on SkillMD right now include browse, task-router, debug-workflow. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Productivity skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.