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.
-
blackbelttechnology Bundle Reverse Spec From CodeReverse-generate OpenSpec capability specs (openspec/specs/<cap>/spec.md) from code that lacks them, or reconcile an existing stale spec with `--refresh`, using parallel subagents. Fans out one blind generator per capability, audits each spec against the code for hallucinations, and promotes only on user confirm. Use on "generate specs from code", "backfill openspec specs", "refresh a stale spec".
-
blackbelttechnology Skill Fix Worktree Opsx Skills Not CreatedDiagnose/fix worktrees missing the generated openspec-* (opsx) skills after worktreeInit. Root cause: bare `npx openspec` can resolve a squatted registry stub instead of the real CLI.
-
blackbelttechnology Skill Pre Scaffold Openspec Coherence CheckRun before scaffolding any OpenSpec proposal to catch duplicates of archived work and contradictions with shipped architecture. Always run when about to create openspec/changes/<name>/, especially for proposals touching a subsystem with a recent archive entry. Triggers: 'scaffold OpenSpec', 'write a proposal', 'create change', 'openspec change new'.
Audited -
xyva-yuangui Bundle Email邮件收发。支持通过 IMAP 读取邮件、SMTP 发送邮件、搜索邮件、下载附件。用户需要处理邮件时使用此技能。
-
daedalus Bundle Skill CreatorCreate new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Make sure to use this whenever the conversation hints at making something reusable, turning a workflow into a system, or formalizing a process.
-
daedalus Skill Skill From PostConverts any post, thread, article, paper, video transcript, technique, workflow, or methodology into a robust production-quality SKILL.md. Extracts the underlying insight, workflow, assumptions, and validation criteria; drafts a skill; then dogfoods and patches it through 2–6 rounds until behavior stabilizes. Use whenever the user says "turn this into a skill", "create a skill from this post/technique/paper", "make a skill for X I just read", "dogfood this", or pastes/links content and wants to operationalize it. Also trigger when the user describes a multi-step technique they've seen elsewhere and wants to capture it as a reusable capability.
-
daedalus Bundle Git Author RewriteRewrite all commit authors and committers in a git branch or repository history to a new name/email combination. Use this skill whenever the user mentions changing git commit authors, rewriting git attribution, mass updating committer info, fixing author names/emails across a branch history, or wants to correct commit attribution for an entire repo. Trigger even if the user doesn't explicitly mention "git-author-rewrite" or uses casual phrases like "change who wrote these commits" or "update my email on all past commits".
-
daedalus Skill Meta Skill CreatorDesign, refine, and evolve structured skills from user intent. Use this whenever a user wants to turn a workflow, capability, or idea into a reusable system, improve an existing skill, or formalize how something should be done repeatedly. Trigger even if the user is vague (“make this reusable”, “turn this into a system”, “optimize this process”).
Audited -
daedalus Skill Canon TddApply Kent Beck's Canon TDD workflow when implementing new features, fixing bugs, or any task involving writing or changing code behavior. Use this skill whenever the user wants to do TDD, test-driven development, write tests first, red-green-refactor, or asks how to implement something in a test-driven way. Also trigger when the user mentions "make it pass", "write a failing test", or wants to build something incrementally with tests. Do NOT skip this skill just because the task seems simple — Canon TDD applies to even small changes.
Audited -
daedalus Skill Python Perf OptimizationSystematic workflow for optimizing a Python project's runtime performance, memory footprint, or startup time. Use whenever the user asks to make Python code faster, reduce memory usage, profile a Python project, fix slow tests/CI, or generally "optimize" a Python codebase. Always measure before and after changes — never optimize on vibes. Covers profiling (cProfile, py-spy, memray, line_profiler), algorithmic fixes, C-extension/native acceleration (Cython, Numba, Rust via PyO3), concurrency (asyncio, multiprocessing, GIL/free-threading), memory optimization (__slots__, generators, numpy), and packaging/startup optimization.
-
daedalus Skill Python Project ScaffoldFull Python project bootstrapping workflow. Use this skill whenever the user wants to build a new Python tool, library, CLI, or module from scratch — especially when they mention "create X", "build X in Python", "write a Python project for X", or ask for a proper project with tests, linting, versioning, or git setup. Triggers on any request to scaffold, initialize, or structure a new Python project. Even if the user only says "build me X in Python", apply this skill — it encodes the full professional workflow: SPEC → implementation → pytest → README → lint → git. Always use this skill rather than improvising a one-off script when the deliverable is a reusable project.
-
nvidia Skill Payment Ops PlaybookThe standard FinGuard payment-operations workflow — screen, explain, prepare, hand off to a human. Never release.
2.2k -
nvidia Bundle Outlook Email SearchSearch the Outlook mailbox via Microsoft Graph to find and read emails that help answer user questions.
2.2k -
3dcom2711 Skill Thrunt FastExecute a trivial task inline — no subagents, no planning overhead
-
3dcom2711 Skill Thrunt NextAutomatically advance to the next logical step in the active hunt or THRUNT workflow
-
3dcom2711 Skill Thrunt QuickExecute a quick task with THRUNT guarantees (atomic commits, state tracking) but skip optional agents
-
3dcom2711 Skill Thrunt Add TodoCapture idea or task as todo from current conversation context
-
magnus919 Bundle Sdd Work DecompositionSDD work decomposition — translates formal specifications into dependency-aware task plans with per-task acceptance criteria. Owns the mapping from specification to executable work units, producing artifact-pyramid-compliant TASK-PLAN.md outputs. Trigger when a reviewed specification needs to be broken into implementable tasks.
Audited -
digitalspeed Skill Gws GmailGmail: Send, read, and manage email.
-
digitalspeed Skill Gws Gmail SendGmail: Send an email.
-
digitalspeed Skill Gws Calendar AgendaGoogle Calendar: Show upcoming events across all calendars.
-
digitalspeed Skill Recipe Find Free TimeQuery Google Calendar free/busy status for multiple users to find a meeting slot.
-
digitalspeed Skill Recipe Cancel And NotifyDelete a Google Calendar event and send a cancellation email via Gmail.
-
digitalspeed Skill Recipe Post Mortem SetupCreate a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
-
digitalspeed Skill Recipe Plan Weekly ScheduleReview your Google Calendar week, identify gaps, and add events to fill them.
-
sidsaladi9 Skill Skill CreatorCreate a new skill for this Product Manager OS — in the same format and quality bar as the built-in skills. Use when the user says "make a skill for X", "add a skill", "I keep doing X manually, turn it into a skill", or wants to extend the OS with their own framework or workflow.
-
jpeetz Bundle Git Workflow AutomationExpert Git workflow automation for commit message generation, branch naming, PR description writing, changelog generation, merge conflict resolution, and release management. Activates when users say "write a commit message", "create a PR", "generate changelog", "branch name for", "resolve merge conflict", "cut a release", "bump version", "semantic version", or "conventional commits". Enforces Conventional Commits, semantic versioning, and reproducible Git workflows across teams.
Audited -
jpeetz Bundle Mattpocock Dev WorkflowsUse when you need Matt Pocock's engineering workflow patterns: spec synthesis, deep-module design, domain modeling, two-axis code review, or disciplined bug diagnosis. A meta-skill covering five complementary sub-patterns for real engineering — not vibe coding.
-
jasonxzwen Skill E2e TestingLoad when a task needs durable Playwright E2E suites, Page Object Models, fixtures, CI browser tests, or flaky-test strategy; use webapp-testing for one-off local inspection.
Audited -
jasonxzwen Bundle Quick LearnLoad when a task needs an explicit source-backed learning project, study plan, syllabus, book/technical topic coaching, teach-back, quizzes, or staged review; do not load for routine implementation, one-off facts, or article writing.
Audited -
jasonxzwen Bundle Webapp TestingLoad when a task needs one-off local web app inspection with Playwright, screenshots, console logs, or UI issue reproduction against a dev server; use e2e-testing for durable suites.
Audited -
jasonxzwen Skill Doc CoauthoringLoad when a task needs to collaboratively draft, restructure, or reader-test docs, PRDs, RFCs, proposals, specs, or decision records; skip implementation itself.
Audited -
jasonxzwen Skill Openspec ProposeLoad when a task needs an explicit OpenSpec proposal with design, spec deltas, and tasks; use product-capability for ordinary implementation contracts.
-
jasonxzwen Skill Openspec Apply ChangeLoad when a task needs to implement or continue an existing OpenSpec change; use the repository's normal development contract for non-OpenSpec implementation.
Audited -
jasonxzwen Skill Openspec Archive ChangeLoad when a task needs to archive a completed OpenSpec change after implementation and spec sync decisions are resolved.
Audited -
ralvarezdev Bundle Go Library BuilderScaffolds reusable Go 1.26 library modules in the ralvarezdev DDD + hexagonal house style — domain-pure root package, ports as narrow interfaces, technology-named adapter subpackages (prod/dev/test), config structs over options, testcontainers over mocks, mise + Task + golangci tooling. Module namespace is a parameter (default github.com/ralvarezdev). Use when bootstrapping a new Go library, adding an adapter, or auditing one against the house style.
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 skill-from-post, git-author-rewrite, reverse-spec-from-code. 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.