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.
-
bostonaholic Bundle Team QuestionDecomposes a feature into task and question artifacts. Trigger on "shape this idea", "decompose this task", or "/team-question".
-
bostonaholic Bundle Decomposing IntentDefines task and question artifacts plus multi-repo detection. Load when converting feature intent into QRSPI Question outputs.
-
bostonaholic Bundle Systematic DebuggingDefines reproduce, hypothesize, isolate, and fix workflow. Load when diagnosing a defect, failed test, or unexplained behavior.
-
bostonaholic Bundle Principle Least PrivilegeLimits tools, credentials, and environment to the task. Apply when granting capabilities to any role or child process.
-
hack23 Skill Agentic WorkflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.
-
zjunlp Bundle Task VectorsUse this skill when working with task arithmetic for editing neural network models, including creating task vectors from pre-trained and fine-tuned checkpoints, combining them via arithmetic operations (negation, addition, analogies), and applying them to CLIP vision models for multi-task learning.
-
shalomb Skill StandupTurn meeting transcripts into actionable daily plans, decisions, and issue updates. Short command alias for daily-standup.
-
shalomb Bundle Ast GrepUse this skill for structural code search, analysis, and automated refactoring using AST patterns (via sg/ast-grep). Trigger this whenever the user asks to "find all usages of", "rename this pattern", "refactor all X to Y", "extract all functions that", or "lint for pattern". Prefer this over standard text search (grep) when the task requires understanding code structure, extracting function names/imports, or performing complex codebase-wide migrations.
-
shalomb Bundle Daily StandupTurn a Teams meeting transcript or minutes into a plan for the day — map discussion to GitHub issues, record decisions, detect stalls, update issues, and set reminders. Use after a standup or team call when you have a transcript to act on. For reporting your own recent activity with no meeting involved, use `daily-status` instead. Triggers on: 'daily standup', 'standup', 'process the standup', 'meeting transcript', 'what came out of the call'.
-
shalomb Bundle Macro To MicroUse this skill to orchestrate deep codebase exploration and complex structural refactoring by chaining Codemap, LSP Code Analysis, and AST Grep. Trigger this when asked to "safely refactor across the codebase", "trace this bug to its source", "explore the architecture of this subsystem", or whenever a task requires understanding the impact of a change before making it. This acts as a high-road strategy guide over basic grep/read commands.
-
shalomb Skill Github Actions PermissionsDiagnose and fix GitHub Actions workflow failures caused by Actions permissions policies — startup_failure with no jobs, third-party actions blocked, allowed_actions misconfiguration. Use when workflows fail immediately with no logs, or when actions from outside the repo owner are rejected.
-
chendongqi Skill Rnd Code SimplifyExpert code simplification and refactoring specialist that autonomously enhances code clarity, consistency, and maintainability while preserving exact functionality. Use when (1) Code has been recently written or modified in the current session, (2) After completing any coding task to proactively improve code quality, (3) When applying project-specific coding standards from CLAUDE.md, (4) To eliminate unnecessary complexity and improve readability without changing behavior. Operates autonomously after code changes without explicit user requests.
-
somtougeh Bundle BreadboardingTurn a workflow or shaped feature into canonical affordance tables that map places, visible UI, executable code, stores, control flow, and data flow. Use to understand an existing system, design a concrete interaction from shaped parts, translate a whiteboard breadboard, or prepare vertical implementation slices.
2 -
somtougeh Bundle Image To CodeImplement a web interface from supplied or intentionally generated visual references with close visual fidelity. Use when the user provides a screenshot or design image, or explicitly requests an image-first implementation workflow.
2 -
somtougeh Bundle Workflows BrainstormSave a completed shaping session as a repository brainstorm artifact and hand it off to planning. Use when the user invokes the brainstorm workflow or asks to persist shaped decisions for later planning.
2 -
somtougeh Skill Resolve Todo ParallelResolve a set of repository todo files in dependency-aware waves, using parallel workers only for independent work.
2 -
drolu Bundle RpaEnterprise-grade Robotic Process Automation framework for web automation without APIs - a UiPath alternative using Playwright, Python, mitmproxy, and open-source RPA tools for browser automation, data extraction, form filling, workflow orchestration, scheduled task execution, desktop automation, document processing, and enterprise observability
-
drolu Bundle HimalayaCLI email client for IMAP and SMTP. Use when reading, searching, composing, sending, or managing email via terminal. Covers account setup, envelope listing, message reading, sending raw RFC 5322 messages, folder management, attachments, flags, and multi-account configuration.
-
drolu Bundle TemporalExpert Temporal workflow specialist for creating, running, scheduling, monitoring, and debugging durable workflows using Python and uv. Covers activities, workers, signals, queries, sagas, child workflows, testing, and production deployment patterns.
-
drolu Skill WorkflowCreate, run, schedule, monitor, and debug Temporal workflows using Python and uv. Expert in activities, workers, signals, queries, saga patterns, child workflows, retry policies, and CLI operations.
-
drolu Bundle PaddleocrComprehensive PaddleOCR document intelligence skill covering OCR text extraction, table detection and QA, layout analysis, document-level reasoning, structured extraction (forms, invoices, IDs, receipts), seal/stamp recognition, handwriting, formulas, multilingual OCR, and PaddleOCR-VL multimodal tasks. Use when extracting text from images or PDFs, parsing tables, understanding document structure, extracting key-value pairs, running document QA, processing financial documents, or doing any image-to-structured-data task.
-
drolu Skill Dagu WorkflowsComprehensive Dagu workflow orchestration skill for creating, managing, and automating workflows with Dagu - a compact portable workflow engine. Covers all step types, scheduling patterns, error handling, and deployment strategies.
-
materialofair Bundle Test GenUse this skill after code changes to generate or update targeted tests, acceptance coverage, and regression checks with stack-aware verification.
-
materialofair Bundle ConductorUse when the user explicitly asks for Conductor, wants track/spec/plan/review artifacts on disk, or needs long-lived project context management. Prefer start-dev for small or one-off tasks. If Conductor is not configured in the project, start with setup.
-
materialofair Bundle Planning With FilesImplements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls. Now with automatic session recovery after /clear.
-
ziadnagar Bundle CopywritingUse this skill when writing conversion-focused web copy — headlines, subheadlines, CTAs, body copy, microcopy, email sequences, product descriptions, and landing page copy flow using proven formulas like PAS, AIDA, and 4U.
-
asermax Bundle Framework CoreLoad when working with any katachi framework command. Provides workflow principles, status tracking conventions, and decision guidance. This skill establishes the collaborative context for all framework operations.
-
asermax Skill Migrate To DeltasMigrate existing katachi project to delta-based workflow
-
asermax Bundle Using Code DirectivesUse when reading or editing files that contain @implement, @docs, @refactor, @test, or @todo directive comments. Before acting on a directive, check if you have loaded this skill for the handling procedure. If not, load it first.
-
urjuyaimon09 Bundle SuperpowersSpec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent execution loop, (2) debugging a bug or test failure — triggers systematic root-cause process, (3) user says "let's build", "help me plan", "I want to add X", or "this is broken", (4) completing a feature branch — triggers test verification + merge/PR options. NOT for: one-liner fixes (just edit), reading code, or non-code tasks. Requires exec tool and sessions_spawn.
-
urjuyaimon09 Bundle Skills EmailEmail 📧
-
urjuyaimon09 Bundle Openclaw TodoTodo: Offload the weight. Keep the momentum.
-
urjuyaimon09 Bundle Openclaw Notionmkdir -p ~/.config/notion
-
asymmetric-al Bundle Openspec Archive ChangeArchive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
-
asymmetric-al Bundle Payloadcms Cms MigrationInteractive CMS-to-Payload migration workflow: analyze exports, design collection configs, field mapping. Vendored from payloadcms/skills (cms-migration). Use when migrating from WordPress, Contentful, Strapi, Sanity, Webflow, or similar into Payload.
-
lunartech-x Skill Video To Frames WorkflowExtract and process video frames for scroll-animations, sprites, and AI training
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 team-question, decomposing-intent, systematic-debugging. 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.