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.
-
saddss Skill Executing PlansExecute a written implementation plan task-by-task with verification checkpoints. Use after writing-plans when implementing multi-step features in mature frameworks; stop when blocked instead of guessing.
-
wcpaka-lgtm Bundle Comfyui Workflow EngineeringBuild, edit, and speed up ComfyUI workflows.
-
dojogenesis Bundle Context Ingestion 2> **OpenClaw Integration:** This skill is invoked by the Dojo Genesis plugin via `/dojo run context-ingestion`.
-
dojogenesis Bundle Process Extraction 2> **OpenClaw Integration:** This skill is invoked by the Dojo Genesis plugin via `/dojo run process-extraction`.
-
argentaios Skill Gog 2Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
-
hezaohezao Skill Github Pr WorkflowGitHub PR lifecycle: branch, commit, open, CI, merge.
-
hezaohezao Skill Subagent Driven DevelopmentExecute plans task-by-task with two-stage review.
-
arfar-x Skill Jira Search UsersLooks up Jira users by name/email fragment and returns their account_id. Use to resolve a person's name (e.g. "John") into the account_id JQL and create_issue/edit_issue need for assignee filters/fields -- never guess or invent an account_id.
-
arfar-x Bundle Strategic CompactSuggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction. Use when a session is approaching a context limit and a task phase is a natural place to compact.
-
arfar-x Skill Jira Project ContextReturns a reference snapshot of a Jira project: its issue types, workflow statuses, components, priorities, assignable users, and labels in use. Use for "what statuses does this project use", "who's on this project", "what labels exist" -- or before filtering JQL on a status/label/assignee you're not sure is real, to verify it instead of guessing.
-
neomjs Bundle Unit TestNeo.mjs Playwright unit-test author/executor workflow. Standard Playwright patterns will fail. Triggers: Use before writing, modifying, fixing, or explicitly running unit tests. Do not trigger solely because PR review inspects a diff containing, adding, or moving tests, or checks placement; pr-review owns review evidence.
-
neomjs Bundle Blocked Task StateAuthoritative protocol for signaling blocked or input-required task states. Mandates targeted A2A pings using the Task.state envelope rather than global capacity broadcasts. Triggers: Use this skill whenever your execution becomes blocked, requires explicit operator input, or encounters a failure that halts progress.
-
richkuo Skill Fable OrchestrateUse when the user wants a task decomposed and driven by a Fable 5.1 orchestrator delegating implementation to Sonnet 5 workers. Fable decomposes into self-contained specs, dispatches Sonnet workers (Agents for 1–2 pieces, a Workflow for fan-out), reviews each result, merges into one branch, and takes a binding verdict from a fresh Fable reviewer. Trigger on "/fable-orchestrate", "fable-orchestrate <task>", or "orchestrate this with fable".
-
richkuo Bundle Milestone Workflowmilestone-workflow
-
jensen-yao Bundle Bugbounty Workflow授权范围内(补天/SRC 等赏金平台)漏洞挖掘全流程工作流:侦察→挖掘→验证→报告。当用户要求"挖洞""挖漏洞""测目标""渗透测试""打点""提交SRC/补天"时使用。
-
gktuoktay Skill Escalation Workflow 2Kalite kapısında 3 kez takılan işi Baş Mimara havale eden kriz iş akışı.
-
gktuoktay Skill Update Changelog Workflow 3Release & Changelog Manager: Manages version bumps (x.x.x SemVer) and CHANGELOG.md generation ONLY during the Release/Deployment phase, never during active coding.
-
irahardianto Skill Git Workflow 2Git conventions: conventional commits, branch naming, PR hygiene, release tagging.
-
aethrox Bundle To QuestionnaireTurn a decision that can't be answered alone into a written questionnaire for the person who actually holds the missing knowledge. Use when a decision is blocked on facts or judgment only one specific person has, and that person needs to be asked async or in a structured meeting rather than interviewed live.
-
chris-mcnulty Skill Morning BriefingComposes and sends a daily morning briefing email covering five industry news articles, open communications needing replies, priority client updates, top committed tasks, and today's schedule. Trigger with "send my morning briefing", "morning brief", or run on a daily schedule.
-
chris-mcnulty Skill Decision Log BuilderBuild a structured decision log from emails, meetings, and Teams messages. Use when user asks to "log decisions", "track decisions", "what did we decide", "what we agreed", "why was this decided", "decision history", or "build a decision log". Do NOT use for action item extraction (use meeting-intel), open question tracking, or general meeting summaries.
-
chris-mcnulty Skill Weekday Morning BriefingCompiles and sends Chris McNulty's personal weekday morning briefing — a single start-of-day email covering top news, location-aware weather, Boston sports, enterprise AI news, open threads awaiting reply, priority client updates, committed tasks, and today's calendar in Pacific Time. Use when Chris asks to "send my weekday morning briefing", "give me my weekday briefing", "run my weekday briefing", "start my workday", "what's on my plate today", "brief me for today", or "what did I miss overnight" on a workday. Only run if the requesting user is Chris McNulty; otherwise use `morning-briefing`. Do NOT use for: end-of-day wrap-ups, full inbox triage of every message, scheduling or rescheduling (use schedule-meeting), deep prep for one named meeting (use meeting-intel), or weekend catch-ups unrelated to a workday start.
-
chris-mcnulty Bundle ComplianceCompliance and content checks that gate every outbound send in the [YOUR_FIRM] sales harness. Use whenever the Composer drafts an outbound email/Teams message or the Cadence skill prepares to queue a templated step. Enforces banned-phrase scans, suppression-list lookup, CAN-SPAM (US), GDPR (EU/UK), and send-cap checks.
-
chris-mcnulty Bundle Outbound VoiceHow to write outbound sales messages in the [YOUR_FIRM] firm voice. Use when the Composer is drafting any outbound email, reply, or templated cadence step. Anchored on a Voice DNA artifact extracted from real best-performing messages. Includes opener/follow-up/objection frames in message-templates.md and a quarterly re-extraction procedure in voice-dna-extract.md.
-
jbdamask Skill Plan OnlyPlan-only mode that replicates Claude Code's built-in plan mode workflow but stops after the user approves the plan — no auto-execution. Use when the user wants to plan without executing, says "plan only", "just plan", "plan but don't execute", or when another skill needs planning without triggering auto-execution. Writes the plan to .claude/plans/<slug>.md.
-
opengitcode Bundle TaskflowUse when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
-
shipshitdev Bundle Turborepo 2Turborepo monorepo build system guidance. Triggers on: `turbo.json`, task pipelines, `dependsOn`, caching, remote cache, the `turbo` CLI, `--filter`, `--affected`, CI optimization, environment variables, internal packages, monorepo structure, and package boundaries. Use when the user configures tasks or workflows, creates packages, sets up a monorepo, shares code between apps, runs changed packages, debugs cache behavior, or works in an `apps/` plus `packages/` workspace.
-
i-onlabs Skill Quality GatesUse before claiming any task complete. Enforces verification steps, test execution, and proof of success. Prevents premature completion claims and ensures work is actually done.
-
i-onlabs Skill Task TrackingAutomatic todo list creation and tracking for complex tasks. Activates when tasks have 3+ steps, user provides multiple items, or work requires careful planning. Ensures progress visibility and prevents forgotten steps.
-
i-onlabs Skill AI Tool PickerGuide for choosing the right AI coding tool for the task. Use when user asks "which AI should I use", "should I use Claude or Cursor", "what's the best tool for X", or when helping decide between Claude Code, Cursor, Windsurf, VSCode + Copilot, Gemini, Grok, Codex, Qwen, or this Claude interface.
-
thiientv Skill Using GodmodeSelects and composes the Godmode skills for a coding task, explains the activation boundary, keeps workflow skills from being skipped when they materially reduce risk, and identifies the task's current engineering lifecycle state. Use when starting a task with Godmode installed, deciding which skill to invoke, recovering a task after context loss, or checking whether a workflow applies. Not a replacement for the selected skill's instructions or for repository-local rules.
-
thiientv Skill Plan ExecutionExecutes an existing implementation plan task by task, preserving its interfaces and constraints, running focused checks after each slice, and stopping when the repository differs from the plan. Use when a written plan or approved checklist already exists. Not for inventing the plan, debugging an unexplained failure, or broad unscoped cleanup.
-
thiientv Bundle Completion VerificationVerifies a completion, fix, passing, compatibility, release, or readiness claim with fresh task-specific evidence mapped to the actual requirements. Use before saying a change is done, before merge, after review fixes, and at release gates. Not a substitute for diagnosing the cause of a failing check.
-
vasuag09 Skill LazyBuild the minimum that actually works — question whether the task needs to exist (YAGNI), reach for stdlib before custom code, native platform features before dependencies, one line before fifty. A persistent generation-reduction bias for the Implement phase. Use when the user says "be lazy", "lazy mode", "minimal", "simplest solution", "do less", "yagni", or complains about over-engineering, bloat, boilerplate, or needless dependencies. Levels: lite, full (default), ultra. Off: "stop lazy" / "normal mode".
-
naubergois Skill Shiiman CalendarGoogle Calendar の予定を取得する。「今日の予定」「今週の予定」「今月の予定」「カレンダー予定」「スケジュール確認」などで起動。期間を指定可能。 Vendored shiiman-google. Use when the user asks calendar or shiiman calendar.
-
valorisa Bundle Tdd HybridTest-driven development combining strict discipline (Iron Law, mandatory verification) with intelligent workflow (planning, vertical slicing, domain awareness). Use when implementing features or fixing bugs with TDD.
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 executing-plans, comfyui-workflow-engineering, context-ingestion. 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.