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.
-
tobihagemann Skill Create Handoff 3Write a handoff file at .turbo/handoff/<YYYY-MM-DD>-<slug>.md capturing current session state — task, status, open decisions, in-flight changes, next step — so a fresh session can continue without re-deriving context. Use when the user asks to "create a handoff", "create handoff", "save handoff", "handoff before compact", "save session state", "handoff for next session", or "capture session state".
-
tobihagemann Skill Review Dependencies 3Detect package managers and CI action pins, then discover outdated or vulnerable dependencies. Returns structured findings without upgrading. Use when the user asks to "review dependencies", "check for outdated packages", "check dependencies", "scan dependencies", "dependency review", "check for outdated GitHub Actions", or "are my workflow actions up to date".
-
duanj0825 Bundle Dida Workflow管理日常工作任务的待办和时间分配(基于滴答清单 CLI,需先装 @suibiji/dida-cli)。会话开始拉未完成清单当 to-do bar;任务 content 只记产出点与下一步计划;按前缀分组统计指定期间的工时(1 人天 = 7h)。
-
ruc-datalab Bundle Explore OntologyExplore ontology questions, grounded concepts, evidence, actual task results and evolution outcomes in a read-only interactive version explorer.
-
campbellsmurphy Bundle Send EmailSend an email on the user's behalf: new message or reply into an existing Gmail thread, with or without attachments. Use when the user asks to "send an email", "reply to this and send it", "email X the attached file", or return a completed document by email. NOT for reading or searching mail (a Gmail connector does that); this is the SEND capability most connectors lack.
-
campbellsmurphy Skill Session EndClose out the CURRENT Claude Code session before archiving it: file durable outcomes to the notes tree, capture action items to the task manager, write a handoff note if work is unfinished, then archive. Use when the user says "end this session", "close this session", "wrap this up", "run session-end", or is reducing the number of open sessions. Current session only; archiving ends the conversation, and is only possible at all in a desktop-app session.
-
getedgehq Bundle WorkplanCreate, update, or close work plans for multi-step tasks. Use when starting refactors, bug lists, feature work, migrations, or any task with 2+ steps. Also use after auto-compaction to re-orient. Triggers: "workplan", "work plan", "create a plan", "what's the plan", "where was I", or when Claude detects a multi-step task that needs tracking.
-
getedgehq Bundle Top Down CommsStructure any client-facing artifact the way MBB consultants do: governing thought first, action titles that carry the argument, scope exclusions as metadata rather than the opening move. Load this BEFORE writing a client proposal, one-pager, share page, update email, deck, or memo. This is about ARGUMENT STRUCTURE, not tone. Triggers: "proposal", "one-pager", "client update", "make this clean for them", "top-down", "McKinsey/BCG style", "restructure this", "fix the storyline".
-
gabrielmoreira Skill Release 18Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.
17 -
gabrielmoreira Skill Email 2通过 QQ 或 163 邮箱发送和接收邮件。支持发送普通邮件、带附件邮件、接收邮件、检查新邮件。当用户要求发送邮件、查看邮件、检查新邮件时使用。
17 -
gabrielmoreira Skill Tdd Workflow 7Skill: Test-Driven Development (TDD) Workflow
17 -
gabrielmoreira Skill Executing Plans 5Executes approved plans one task at a time, verified.
17 -
gabrielmoreira Bundle Writing Plans 7Use when creating an implementation plan for a non-trivial task — any change spanning multiple files, involving a database migration, requiring specific sequencing, or being handed off to a subagent for execution.
17 -
gabrielmoreira Skill Using Git Worktrees 5Isolates each task in its own git worktree off main.
17 -
gabrielmoreira Bundle Minutes X1 Closeout 2Prepare a sourced Minutes meeting outcome for human-governed closeout of existing X1 work. Use when the user wants a meeting decision or commitment to close, defer, escalate, or retire a specific X1 coordination thread. Never use it to infer settlement, move money, contact anyone, or close X1 work automatically.
17 -
gabrielmoreira Skill Minutes List 2List recent meetings and voice memos. Use when the user asks "what meetings did I have", "show my recent recordings", "any meetings today", "list my voice memos", or wants an overview of their meeting history. Also use when they need to find a specific meeting by browsing rather than searching.
17 -
gabrielmoreira Skill Minutes Search 2Search past meeting transcripts and voice memos for specific topics, people, decisions, or ideas. Use this whenever the user asks "what did we discuss about X", "find that meeting where we talked about Y", "what did Alex say", "did we decide on", "what was that idea about", or any question that could be answered by searching their meeting history. Also use for "do I have any notes about" or "check my meetings for".
17 -
gabrielmoreira Skill Minutes Cleanup 2Manage old recordings — find large files, archive old meetings, delete processed originals. Use when the user says "clean up recordings", "how much space are meetings using", "delete old recordings", "archive meetings", "manage meeting storage", or asks about disk space from minutes.
17 -
gabrielmoreira Skill Brainstorming 12You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
17 -
gabrielmoreira Skill Writing Plans 8Use when you have a spec or requirements for a multi-step task, before touching code
17 -
gabrielmoreira Skill Git Workflow 7Execute a complete git workflow for collaborative development. Use when user asks to initialize a repo, create branches, commit changes, sync with upstream, open pull requests, resolve conflicts, merge PRs, create releases, or apply hotfixes. Supports Centralized, Feature Branch, Gitflow, and Forking workflows with conventional commits, branch naming standards, and code review guidelines.
17 -
gabrielmoreira Skill Writing Skills 6Use when creating new skills, editing existing skills, or verifying skills work before deployment
17 -
gabrielmoreira Skill Receiving Code Review 6Use when receiving code review feedback or PR review comments, before implementing or accepting any suggestions — especially if feedback seems unclear, technically questionable, or conflicts with prior decisions. Enforces technical rigor over performative agreement. Provides: a 6-step evaluate-before-implement pattern; forbidden responses ('You're absolutely right!'); YAGNI check (grep codebase before adding features); source-specific handling (partner vs external reviewer); pushback templates with technical reasoning; a correction pattern when your pushback was wrong; and implementation ordering by priority (blocking → simple → complex). Auto-loads when user mentions code review, PR feedback, reviewer comments, or 'reviewer said to'.
17 -
gabrielmoreira Skill Requesting Code Review 8Use when completing a task, implementing a major feature, or before merging — when a developer says 'review my code', 'check this before I merge', 'is this ready?', or after completing any task in a subagent-driven workflow. Dispatches a code-reviewer subagent with structured input (what was implemented, requirements, git SHAs). Provides a review template, severity tiers (Critical/Important/Minor), and instructions for acting on feedback. Mandatory after each task in subagent-driven development, after major features, and before any merge to main. Auto-loads when review, PR, merge, or code quality is mentioned.
17 -
gabrielmoreira Skill Test Driven Development 10Enforces Test-Driven Development discipline for all new features, bug fixes, refactoring, and behavior changes. Use before writing ANY implementation code — when a developer says 'implement this', 'write the code', 'add this function', 'fix this bug', or 'build this'. Provides the Red-Green-Refactor cycle with concrete TypeScript examples, an Iron Law (no production code without a failing test first), a rationalization rebuttal table to counter TDD excuses, a verification checklist, and STOP conditions for when code must be deleted and restarted. Auto-loads whenever implementation, coding, building, or feature development is mentioned.
17 -
naodeng Bundle Sprint Testing Workflow 3Use this skill when you need a sprint-based QA workflow from planning through review and retrospective; triggers include 迭代测试工作流程 and sprint testing workflow.
-
naodeng Bundle Release Testing Workflow 3Use this skill when you need release-phase QA workflow from T-14 planning to go/no-go and post-release monitoring; triggers include 发布测试工作流程 and release testing workflow.
-
jscraik Bundle Skillify 3Capture a completed Codex workflow as a reusable SKILL.md package by analyzing session context plus optional session-collector evidence, interviewing the user with structured prompts, and writing a validated skill artifact. Use when the user asks to skillify or operationalize a repeatable process.
-
naodeng Bundle Daily Testing Workflow 3Use this skill when you need a day-by-day QA routine including planning, execution, bug reporting, and end-of-day wrap-up; triggers include 日常测试工作流程 and daily testing workflow.
-
spielewoy Skill Ap Framework Generator 2L3 executor - FRAMEWORK GENERATE. When the SELECTOR returns MISS, generates a one-off custom framework for the exact task shape - classifies the orthogonal axes, composes the gate sequence from the GATE-LIBRARY with the correct axis-specific gate, emits the gen-<axis-signature> leaf with the BLOCKED invariant verbatim, binds an execharness, and hands it to the validator before any gate runs.
-
spielewoy Skill Ap Execharness Resolver 2L3 executor - EXECHARNESS RESOLVE. Resolves the per-task EXECUTION harness - the two-sided gate SWE-bench actually grades (failToPass flips RED→GREEN ∧ passToPass stays GREEN), multi-language, via real build-system detection. Ingests shipped FAIL_TO_PASS/PASS_TO_PASS, else derives failToPass from the mission's behavioral acceptance asks. An unresolvable environment is BLOCKED, never a stand-in.
-
idwong Skill Page Generator在现有软件项目中实现业务功能页面,并需要遵循项目规范、路由、Mock、组件约定及验收流程时使用本技能。 触发场景:(1) "创建页面" "生成页面" "添加页面" "新建页面", (2) "列表页" "详情页" "表单页" "编辑页", (3) "实现xx功能" "按照需求说明书实现xx功能" "按照需求说明书实现所有功能", (4) "开发xx功能" "做xx功能" "完成xx功能", (5) 用户需要为后台管理/网站/移动端项目添加可运行的业务页面时。 「实现全部功能」「按计划实现所有功能」「连续实现」「一直实现」「自动实现」这类**批量连跑的说法走 `task-breakdown`** (它的自动执行模式是这条链的方向盘,再由它按计划逐个调用本技能)。 仅做视觉方向、设计系统检索或 UX/无障碍评审时不使用;这类任务交给 ui-ux-pro-max。
-
xuiltul Skill Google Tasks Tool 2Google Tasks連携ツール。タスクリストとタスクの一覧・追加・更新をOAuth2で行う。 Use when: TODO一覧取得、タスク追加、完了更新、タスクリスト切り替えが必要なとき。
-
xuiltul Skill Google Tasks Tool 3Google Tasks 연동 도구. 태스크 리스트·태스크 목록·추가·갱신을 OAuth2로 수행한다. Use when: TODO 목록 조회, 태스크 추가, 완료 처리, 리스트 전환이 필요할 때.
-
xuiltul Skill Zoom Meeting Scribe 2Zoom会議の聞き取り担当ワークフロー。RTMS経由で届く会議トランスクリプトを黙って理解・記録し、緊急事項のみ上司へエスカレーション、会議終了後に人間の承認を得てからレポートを投稿する。 Use when: source=zoom のinboxメッセージ(「[Zoom会議実況 チャンク#N …]」または「[Zoom会議終了 …]」ヘッダ付き)を受信したとき。
-
mingdui Bundle QA Test Script Generator在用户确认用例之后,把已确认的业务用例展开为可执行的 spec-task 和测试脚本。你产出的是 test-spec-tasks.json——后续执行阶段通过它逐条运行并收集证据。 你只负责"生成可执行的东西",不负责"执行"。pass/fail/ready 的判断由后续的执行阶段来做。 不适用:执行测试、标记 pass/fail、就绪判定。
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 create-handoff, review-dependencies, dida-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.