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.
-
luongnv89 Bundle Plan To IssuesConvert any phased plan file, or a conversation about what to build, into labelled GitHub issues under one tracking epic mapping each issue to its source task. No plan file required. Don't use for writing plans, resolving issues, or triage.
Audited -
mrzhangguoguo Skill HudInspect live progress of long-running or multi-step work. WorkBuddy has a built-in status display; this skill explains how to read progress via the task list and memory. Trigger "show progress", "what's the status", "hud", "where are we".
-
mrzhangguoguo Skill TddDeprecated TDD shim. Keep test-first discipline inside the active implementation workflow (folded into `plan`).
-
mrzhangguoguo Skill RalphSelf-referential persistence loop that keeps working on a task until it is fully complete and architect-verified, with parallel delegation, automatic retry, and a mandatory verification gate. Use when guaranteed completion matters. Triggers: 'ralph', 'don't stop', 'must complete', 'finish this', 'keep going until done'.
-
mrzhangguoguo Skill CancelAbort the current WorkBuddy workflow — stop background agents/processes, clear in-progress tasks, and hand back control to the user
-
mrzhangguoguo Skill Build FixDeprecated shim — build failures are now handled inline by the active execution/debugging workflow; do not route here
-
mrzhangguoguo Skill Visual VerdictDeprecated. Visual verdict scoring is now part of the `visual-ralph` workflow; do not invoke this skill directly. Triggers: "visual verdict", "visual-ralph verdict".
-
mrzhangguoguo Skill AI Slop CleanerRun a regression-tests-first, smell-by-smell deslop/refactor workflow that preserves behavior and raises signal quality. Use when the user asks to "cleanup", "refactor", "deslop", or when follow-up code has duplicates, dead code, weak boundaries, or fallback-like slop.
-
yarlson Skill Wiki RecallRetrieve a small, relevant set of current Yarbrain notes, episodes, and approved procedures for an upcoming task. Use before substantial debugging, design, planning, or repeated work where prior knowledge can change the approach; remain read-only.
-
kevinbadi Skill Linkedin Email EnrichmentLinkedIn Email Enrichment
-
lukedj78 Bundle Rn Add ScreenUse to add a new screen to an existing Expo + RN app: from a description, a wireframe, or a screenshot, generate the route file in app/ (Expo Router file-based), wire up data fetching via TanStack Query if needed, apply NativeWind classes from the project DESIGN.md tokens, and respect the scaffolded folder layout. Reads .workflow/meta.json with stack.framework="expo-rn" and phase ≥ "scaffolded". Use when dev-flow routes here from scaffolded+expo-rn, or the user says "add a login screen", "create a profile screen from this screenshot", "aggiungi una schermata X". Not for: scaffolding the app (rn-bootstrap), adding backend modules (rn-module-add Wave 3), pure styling changes to an existing screen (rn-styling).
-
qa-aman Skill MomTurn a file of raw meeting notes, minutes, or a transcript into a ready-to-send Minutes of Meeting (MoM) written in Axios Smart Brevity style. Use this skill whenever the user wants to write, produce, format, share, or send meeting minutes or a MoM from a notes file, even if they don't say "Smart Brevity". Trigger on phrases like "send the MoM", "create minutes of meeting", "write up the MoM", "turn these meeting notes into minutes", "share the meeting summary", "MoM for this meeting", "minutes from the sync/standup/review", or when the user points at a meeting notes file and asks for minutes to circulate. Do NOT trigger for daily standup digests (use standup-summary) or for drafting an email (use email-drafter) unless the user explicitly wants meeting minutes.
-
qa-aman Skill Email DrafterDraft professional emails using Barbara Minto's Pyramid Principle (SCQA, BLUF, MECE) and HBR Guide to Better Business Writing principles (clarity, brevity, reader-first framing). Use this skill whenever the user wants to write, draft, compose, or rewrite a work email - executive updates, decision requests, recommendations, proposals, cross-team asks, replies, follow-ups, or client updates. Trigger on phrases like "draft an email", "write an email to", "email my boss/team/client", "follow up with", "send an update", "reply to this thread", "compose a message", "I need to email", or whenever an email-shaped output is needed - even if the user does not say "email" explicitly (e.g., "tell my VP we're slipping the launch", "let the client know about the delay"). Also trigger when the user pastes an email thread and asks for a response.
-
qa-aman Skill Retro SynthesizerSynthesize sprint retrospective notes into categorized action items and patterns. Use this skill when: - You have sprint retro notes (raw text, meeting transcript, or structured notes) to process - You need to identify recurring patterns across multiple retros - You want categorized action items with owners and deadlines from retro discussions
-
timharris707 Bundle RouterEntry point for the team-workflow pack: names every pack skill and when to reach for it. Use when unsure which team-workflow skill applies, or to orient a new session/repo on what the pack offers.
-
45ck Skill Review Ready CheckCheck whether a change is ready for review by testing the claimed behavior, summarizing risk, and naming any gaps reviewers should know about.
-
45ck Skill Beads Task ShapingConvert analysis output into actionable Beads-ready work items with clear scope, priority, and acceptance checks.
-
45ck Skill Issue Driven DeliveryRun implementation work from a tracked issue with explicit scope, branch intent, validation steps, and closeout evidence.
-
45ck Skill Gh Review FollowthroughAddress GitHub PR review threads or issue comments with explicit comment selection, repo-grounded fixes, and concise reply-ready summaries.
-
45ck Skill Gh Actions Failure TriageInspect failing GitHub Actions checks, isolate the actionable failure, and turn it into a concrete fix path with verification steps.
-
45ck Skill Developer Artifact ShaperChoose the right developer artifact type, source of truth, and review surface for a task.
Audited -
tylerprogramming Bundle EmailEmail automation via Resend. Send one-off emails, bulk blasts to contact lists, or run multi-step drip campaigns.
-
mearman Skill Gravatar UrlGenerate a Gravatar avatar URL from an email address. Use when the user asks for a Gravatar URL, wants to generate an avatar from an email, or needs profile image URLs for developers.
-
mearman Skill Gravatar CheckCheck if a Gravatar exists for an email address. Use when the user wants to verify if someone has a Gravatar, check avatar availability, or validate email addresses against Gravatar's database.
-
dartsim Skill Dart NextDART Next: choose the next bounded DART task from plans, issues, and CI, then route it
-
dartsim Skill Dart RetroDART Retro: improve the AI harness from successful or unsatisfactory task outcomes
-
dartsim Skill Dart New TaskDART New Task: start a feature, bugfix, refactor, docs, build, or test task
-
dartsim Skill Dart UltraworkDART Ultrawork: kick off a large or autonomous DART task with project-home docs, an optional decision interview, and orchestrated execution
-
dartsim Skill Dart ContributeDART Contribute: branching, PRs, review workflow, and dual-PR bugfixes
-
deanyou Bundle Pr Review HardeningVerify the accuracy of a GitHub PR review (or a pasted review draft) against the actual code before acting, fix the confirmed bugs one seam at a time, and confirm with the real CI run rather than trusting local-green. Use when the user hands over a PR review and asks to fix the review comments, apply these changes, review this and merge, or confirm whether a review is accurate. This skill applies when the task involves acting on a code review, a GitHub PR, the gh CLI, CI verification, or single-seam commit discipline.
Audited -
gabrielmustiere Skill EmailPersonnalise ou ajoute un e-mail Sylius via Sender/EmailManager, override de templates Twig par canal, e-mail custom via SyliusMailerBundle. Déclenche sur "envoyer un mail Sylius", "personnaliser l'email de commande", "ajouter un email custom".
-
gabrielmustiere Skill State MachineModifie une state machine Sylius 2.x (Symfony Workflow) — ajoute/retire un state/transition sur Order, Shipment, Payment ou Checkout, branche un listener `workflow.*.completed.*`. Piloter un order existant → `/sylius:order`.
-
gabrielmustiere Skill Validation ConstraintsPose des contraintes Symfony via `#[Assert\*]` — entité/DTO/classe, catalogue (NotBlank, Email, UniqueEntity, Callback). Déclenche sur "contrainte Symfony", "Assert", "NotBlank", "UniqueEntity". Impose attributs PHP et auto-mapping.
-
huzengyun3268 Bundle ImageCreate, inspect, process, and optimize image files and visual assets with reliable format choice, resizing, compression, color-profile, metadata, and platform-export checks. Use when (1) the task is about images, screenshots, logos, product photos, or graphics; (2) resizing, converting, compressing, cropping, metadata, or export specs matter; (3) the asset must survive web, social, ecommerce, or print delivery without quality or format mistakes.
-
huzengyun3268 Bundle Turix CuaSubmit CUA goals to a locally installed TuriX client and track task execution through TuriX HTTP and WebSocket APIs. Use when Codex needs to hand off desktop automation to TuriX instead of driving the UI directly, especially for goal-based CUA execution, checking available TuriX devices, inspecting local TuriX login state, or following a TuriX task until it reaches a terminal status.
-
huzengyun3268 Bundle Vision SkillUse this skill for computer vision tasks including image recognition (OCR, object detection) and image generation (text-to-image, image-to-image). Supports asynchronous task execution with Tencent COS storage and Doubao AI models.
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 plan-to-issues, hud, tdd. 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.