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.
-
manastalukdar Skill Write PlanCreate detailed implementation plans with task breakdown
-
manastalukdar Skill Branch FinishComplete branch workflow with squash, rebase, and cleanup
-
manastalukdar Skill Tdd Red GreenEnforce true RED/GREEN TDD workflow with fail-first testing methodology
-
bjornmelin Bundle Fan OutDelegates work to bounded subagents and synthesizes their evidence. Use when asked to delegate, fan out, parallelize, or spawn subagents, or when a task splits into 2-5 independent subtasks such as multi-area code search or parallel review. You stay the planner and read every result.
-
zocomputer Bundle Social ContentWhen the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn post,' 'Twitter thread,' 'social media,' 'content calendar,' 'social scheduling,' 'engagement,' or 'viral content.' This skill covers content creation, repurposing, and platform-specific strategies.
-
manastalukdar Skill Spec Driven DevelopmentGated 4-phase workflow (Specify → Plan → Tasks → Implement) where nothing advances without explicit human review — surfaces assumptions before any code is written.
-
zocomputer Bundle Clarion Living Letter UpdateUpdate the annual investor letter at ~/clarion/letters/{YEAR}-letter.md with a new quarterly section, or finalize it at year-end. Auto-fills the system-deterministic parts (regime snapshot, thesis health table, portfolio bucket positions from active theses); marks the narrative-heavy parts (What We Did, What We Learned, Year in Context, Mistakes & Lessons, Looking Ahead) as [TODO] for the user to write with chat assistance. Append-only — refuses to overwrite an already-populated quarter without --force. Use when the user asks "update the letter", "quarterly letter update", "finalize the letter", or "write the {Q1/Q2/Q3/Q4} entry". Requires clarion-setup to have been run.
-
hainamchung Skill Subagent Driven DevelopmentExecute implementation plans with fresh subagent per task + two-stage review (spec compliance then code quality). Use when implementing multi-task plans with independent tasks.
-
congdon1207 Skill Dual Pass ReviewUse AFTER any code changes (feature implementation, bug fix, refactor) to enforce mandatory dual-pass review. First pass reviews unstaged changes for correctness and convention compliance. Second pass ONLY executes if first pass made any corrections. Ensures work follows project conventions, development rules, and best practices before task completion.
-
timequity Bundle Code ReviewCode review workflow and best practices. Use when: reviewing PRs, receiving feedback, or preparing code for review. Triggers: "code review", "review", "pr review", "pull request", "feedback", "review changes".
-
timequity Bundle Beads WorkflowProactive workflow for projects using beads issue tracker. ACTIVATE AUTOMATICALLY when session starts in directory with .beads/. Use when: starting work session, selecting tasks, completing tasks, creating subtasks. Triggers: "какие задачи", "что делать", "готово", "done", "следующая задача", "создай задачу", "tasks", "next task", "pick task", "обнови задачи", "refresh", "sync".
-
happy-technologies-llc Skill Task AnalysisAnalyze task trends, identify bottlenecks, predict SLA breaches, and recommend workload redistribution
-
happy-technologies-llc Skill Task SummarizationGenerate concise task summaries with status, timeline, blockers, SLA risk, and recommended next actions
-
happy-technologies-llc Skill Cwm Tasks GenerationGenerate task breakdowns from requirements or user stories with structured task lists, dependencies, assignments, and effort estimates
-
happy-technologies-llc Skill Deployment WorkflowComplete instance-to-instance deployment workflow including update set export, import, preview, conflict resolution, validation, and rollback procedures
-
happy-technologies-llc Skill NotificationsComplete guide to email notification development including events, templates, mail scripts, and delivery troubleshooting
-
happy-technologies-llc Skill Hrsd Email RecommendationGenerate recommended email responses for HR cases considering confidentiality, policy references, and empathetic tone
-
happy-technologies-llc Skill Itsm Email RecommendationGenerate professional email responses for IT service cases with technical context, resolution steps, and next actions
-
happy-technologies-llc Skill Major Incident EmailGenerate major incident email communications including initial notification, status updates, resolution notification, and post-incident summaries for stakeholders
-
happy-technologies-llc Skill Request FulfillmentService catalog request processing, fulfillment workflows, and task management
-
happy-technologies-llc Skill Suggest Remediation TasksSuggest remediation tasks for GRC issues based on control gaps, risk type, and regulatory framework. Generate task lists with owners and deadlines
-
mgd34msu-goodvibes-gemini Skill Risk AssessmentIdentifies, evaluates, and mitigates project and task-level risks during planning. Use when assessing technical risks, evaluating complexity, identifying blockers, planning contingencies, or determining project confidence levels.
-
mgd34msu-goodvibes-gemini Skill Dependency MappingIdentifies, visualizes, and optimizes task dependencies for parallel execution and critical path analysis. Use when analyzing task relationships, finding parallelization opportunities, detecting circular dependencies, or optimizing execution order.
-
mgd34msu-goodvibes-gemini Skill Task DecompositionBreaks down complex software tasks into atomic, actionable work items using structured methodologies. Use when planning features, analyzing requirements, decomposing user stories, creating work breakdown structures, or splitting large tasks into implementable units.
-
lonsdale201 Skill Wc Emails ClassicAdd or customize classic WooCommerce transactional emails with `WC_Email`. Covers registration, constructor timing, templates and theme overrides, status notification triggers, locale handling, `send_notification()` guards, disabled/skipped/sent outcome hooks, WooCommerce 11.0 preview shipping controls, HPOS-safe order data, and one-off styled mail. Use when adding an email type, overriding email templates, customizing previews, or debugging sends that bypass settings and logging.
-
magnus919 Bundle Data CleaningClean, profile, validate, reshape, and document messy tabular, text, JSON, and relational data through an evidence-first, reproducible workflow. Use when preparing data for analysis, reporting, modeling, ingestion, migration, or matching. Do not use for statistical modeling, dashboard design, or operating a named data platform; route those tasks to data-scientist, data-engineering, or the relevant tool skill.
-
writer Bundle Health Equity MonitoringIdentify and track health disparities across race, ethnicity, socioeconomic status, geography, and other equity dimensions. Use when analyzing health equity metrics, monitoring disparity trends, stratifying outcomes by social determinants, or meeting CMS health equity reporting requirements.
-
lonsdale201 Skill Bd Validation RuleAdd a new validation rule to better-data — implement the Rule interface (NOT "RuleInterface"; the actual interface in src/Validation/Rule.php is named Rule), live in src/Validation/Rule/, and follow the canonical contract — check(mixed, string, DataObject) returns null on pass or a short error string on fail; rules other than Required treat null as skip so nullable fields don't false- positive. Each rule is also a PHP attribute (TARGET_PARAMETER | TARGET_PROPERTY | IS_REPEATABLE), is final readonly, holds zero business logic outside check(), and surfaces in JSON Schema via RestSchemaBuilder::applyRuleAttribute when relevant. Use when introducing a rule that isn't in src/Validation/Rule/ (Email, Url, Uuid, Min, Max, MinLength, MaxLength, Regex, OneOf, Required, Callback). Triggers on creating a class implementing Rule, adding a new
-
bookforge-ai Bundle Event Driven Topology SelectorChoose between broker and mediator event-driven topologies based on workflow control needs, error handling requirements, and performance trade-offs. Use this skill whenever the user is designing an event-driven system, choosing between choreography and orchestration, deciding how events should flow between processors, debating broker vs mediator, building async workflows, evaluating event-driven error handling strategies, or comparing request-based vs event-based communication models — even if they don't use the terms "broker" or "mediator."
-
lonsdale201 Bundle Br Single Use TokenConfigure Better Route 1.1 atomic single-use tokens for authorization codes, password resets, magic links, invitations, and email confirmation. Use when a token must be stored hashed and consumed no more than once across concurrent requests.
-
magnus919 Bundle Color ManagementManage color workflows with ICC profiles, working spaces, gamut mapping, and color science. Use when inspecting ICC profiles, converting between color spaces, checking gamut clipping, validating well-behaved working spaces, or troubleshooting color workflow issues with ImageMagick, ArgyllCMS, Exiftool, or LittleCMS. Do not use this skill for unrelated requests; route to the nearest named specialist.
-
writer Bundle Retailer Negotiation PrepPrepare structured negotiation talking points, BATNA analysis, and trade term strategies for CPG-retailer negotiations. Use when preparing for JBP sessions, annual line reviews, trade term negotiations, slotting discussions, or any retailer commercial meeting.
-
lonsdale201 Skill Wp Phpunit Test SetupSet up the PHPUnit test harness for a WordPress plugin or theme, the WP way. Covers `wp scaffold plugin-tests` / `wp scaffold theme-tests` and the files it generates (`phpunit.xml.dist`, `bin/install-wp-tests.sh`, `tests/bootstrap.php`, `tests/test-sample.php`, `.phpcs.xml.dist`, a CI workflow), installing the WordPress test suite with the current tarball-and-SVN `install-wp-tests.sh`, the disposable test database, `yoast/phpunit-polyfills`, the critical fact that the WP core test suite is capped at PHPUnit 9.x, composer `require-dev` / scripts wiring, a GitHub Actions PHP x WP matrix with `shivammathur/setup-php`, and the modern `wp-env` / `wp-phpunit/wp-phpunit` alternatives. Use when adding a test harness, wiring CI, or debugging install-wp-tests / bootstrap / PHPUnit-version problems. For writing the tests themselves see wp-phpunit-writing-tests.
-
lonsdale201 Skill Fluentcrm Event TrackingTrack and consume FluentCRM 3.x contact events from companion plugins. Covers the experimental event_tracking flag, the track method of FluentCrmApi('event_tracker'), fc_event_tracking, repeatable counter semantics, subscriber resolution by subscriber/email/user/current contact, fluent_crm/event_tracked, the fluent_crm/track_event_activity action bridge, event_tracking advanced contact filters, event_tracking_keys option source, and FluentCampaign Pro's Tracking Event Recorded trigger / Add Event Tracking action. Use when a plugin records user activity, builds event-based automations, filters contacts by tracked events, or audits code touching EventTracker, Tracker, fluent_crm/event_tracked, or fc_event_tracking.
-
lonsdale201 Skill Lw Lms Wp CLI OperationsUse the LW LMS v1.6.0 operational WP-CLI commands added in v1.4.0. Covers `wp lw-lms course create|list|delete|set-section`, `wp lw-lms lesson create|list|assign`, `wp lw-lms enroll`, `wp lw-lms revoke`, `wp lw-lms force-complete`, argument resolution by ID/slug/login/email, enrollment/progress hook side effects, source-scoped revocation limitations, and common CLI footguns.
-
writer Bundle Credentialing Status MonitorTrack and manage provider credentialing and privileging lifecycles using CAQH workflow standards, NCQA credentialing requirements, and CMS enrollment timelines to prevent coverage gaps, billing disruptions, and compliance violations.
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 write-plan, branch-finish, tdd-red-green. 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.