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.
-
irinabuht12-oss Skill Email Sequence WriterEmail Sequence Writer
-
quixiai Skill NotionSearch, read, query, and create content in the connected Notion workspace
-
quixiai Skill CalendarRead and manage the user's calendar — list events, create, update, and delete entries
-
quixiai Skill Email DigestDigest and ingest emails into memory, surfacing important threads and action items
-
quixiai Skill Inbox TriageReview an inbox, propose a safe triage plan, and apply only the email actions the user approves
-
quixiai Skill Meeting PrepPrepare briefings for upcoming calendar events with attendee context and relevant memories
-
quixiai Skill Weekly ReviewReview the past week across goals, tasks, calendar, journal, and commitments, then propose the next week
-
quixiai Skill Daily BriefingCompile a comprehensive daily briefing from calendar, contacts, goals, and recent activity
-
quixiai Skill Meeting Follow UpTurn completed meetings into an accurate recap, owned actions, and user-approved follow-up drafts
-
quixiai Skill FathomFathom meeting transcripts (list and ingest into memory)
-
quixiai Skill TodoistTodoist task management (create, list, complete)
-
rweisssieker-xp Skill Topdesk WorkflowsTOPdesk workflow and Self-Service Portal design for incidents, changes, assets, knowledge, categories, forms, routing, SLAs, notifications, approvals, and operator/end-user processes. Use for SSP forms, incident intake, change templates, category trees, assignment rules, SLA handling, knowledge workflows, acceptance criteria, and workflow testing.
-
wonderslife Bundle Pdd Doc ChangePDD框架下的文档变更管理Skill,管理开发规格文档修改工作流。当需求变更需要更新规格文档时调用。支持中文触发:文档变更、规格修改、需求变更、变更管理。
-
wonderslife Bundle Pdd Task ManagerPDD任务管理技能,提供细粒度任务清单管理和断点续传能力。当用户需要继续中断任务或恢复执行进度时自动触发。支持中文触发:任务管理、断点续传、恢复进度、继续执行。
-
wonderslife Bundle Expert ActivitiActiviti工作流引擎专家
-
wonderslife Bundle Software Engineer软件工程师角色,编写生产级代码,具备清晰架构、适当错误处理和在快速交付与正确构建之间的务实权衡。用于实现功能、编写业务逻辑、创建服务或任何需要生产级代码的任务。此技能专注于代码级实现,不涉及高层架构设计。支持中文触发:软件工程、编码实现、代码开发、业务逻辑、生产级代码。
-
gajetoso Bundle Close ManagementWhen the user wants to plan, sequence, or track the month-end or year-end close process. Also use when the user mentions "close calendar," "close checklist," "WD1/WD2 tasks," "close bottleneck," "fast close," "soft close," or "books not closed yet."
-
argentaios Skill Email DeliveryUse the email_delivery core tool to test and send email through Resend, Mailgun, and SendGrid from core runtime.
Audited -
context-labs Bundle Golang Popular LibrariesRecommends production-ready Golang libraries and frameworks. Apply when the user explicitly asks for library suggestions, wants to compare alternatives, needs to choose a library for a specific task, or when a new dependency is being added to the project.
-
dolphinai2026 Bundle Agentic Git SyncUse to complete Git closeout when active AGENTS.md instructions, an active workflow or skill contract, or the current user calls for submit, sync, merge, push, or closeout.
-
davila7 Skill ReleaseRun the complete release workflow: changelog entry, version bump, git tag, and GitHub release. Invokes changelog-entry, tag-version, and publish in sequence. Use when releasing a new version of the project.
-
davila7 Skill Tag VersionBump the package version and create an annotated git tag. Accepts a semantic version number (1.2.0) or a bump type (patch, minor, major). Does not push — use the publish skill to push. Use as part of a release workflow.
-
openaisec Bundle Ctf ReverseProvides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, game clients, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it when the vulnerability is already understood and the remaining task is exploitation; use pwn instead. Do not use it for pure web workflows, log or disk forensics, or standalone crypto problems unless reversing the implementation is the real blocker.
-
openaisec Bundle Reverse EngineeringReverse engineering workflow for web, desktop binaries, mobile apps, network protocols, encryption, signatures, and dynamic analysis.
Audited -
openaisec Skill Src Workflow通用企业 SRC 工作流技能。只要任务涉及企业 SRC、授权范围确认、测试规则梳理、资产盘点、被动信息收集、空间测绘结果整理、导出归类、漏洞挖掘准备,或在授权范围内推进实际挖掘与记录,就应优先使用这个技能。它适合多厂商、多项目、长期复用的 SRC 场景,尤其适合需要先确认范围与规则,再结合官方资料、被动来源、导出文件和本地笔记推进工作的任务。
-
theodora-y Bundle Work Calendar在 企业日历 场景下,在企业日历中创建或查看工作日程 时保护 日程标题 的隐私规则。 策略为 mask。
-
theodora-y Bundle Send Work Email在 邮件 场景下,使用企业邮箱发送一封工作邮件 时保护 患者信息 的隐私规则。 策略为 mask。
-
theodora-y Bundle Join Online Meeting在 视频会议 场景下,通过会议链接加入一个在线视频会议 时保护 会议主持人身份、家庭环境 的隐私规则。 策略为 mask。
-
theodora-y Bundle Send Business Email在 邮件 场景下,使用企业邮箱向外部合作伙伴发送商务邮件 时保护 合同金额、商业机密、客户隐私 的隐私规则。 策略为 mask。
-
theodora-y Bundle Dingtalk Video Meeting在 钉钉 场景下,在钉钉中发起或加入一个视频会议 时保护 的隐私规则。 策略为 mask。
-
deagentic Skill Tech LeadInvoke at the START of any feature or story, before any code or test is written. Validates that acceptance criteria are complete and testable, decomposes the story into a task graph, assigns roles, and gates the work from starting until the definition of done is clear. If acceptance criteria are missing or vague — BLOCK and ask. Never let a story start without a clear DoD.
-
deagentic Skill Tdd DeveloperInvoke when implementing any new feature, function, or module. Enforces strict Red→Green→Refactor TDD cycle. NEVER writes implementation before a failing test exists. Rejects any task that asks for implementation without prior acceptance criteria and BDD scenarios.
-
penghang1223 Skill Git WorkflowGit 工作流规范
-
penghang1223 Bundle Auto WorkflowBuilds automation workflows from repetitive tasks. Use when user mentions "automate", "save time", "reduce manual work", or has repeated tasks.
-
penghang1223 Skill Delegate TaskDelegate Tasks to OpenSpace
-
penghang1223 Bundle Workflow Decomposer工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。
Audited
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 calendar, email-sequence-writer, notion. 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.