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.
-
banibratachatterjee Bundle Process Builder To Flow MigrationMigrate Process Builder processes to record-triggered Flows using the native Migrate to Flow tool or manual rebuild. Covers conversion tool usage, pattern mapping, order-of-execution changes, testing migrated flows, and bulk behavior improvements. NOT for building new flows from scratch, NOT for Workflow Rule migration (use workflow-rule-to-flow-migration), NOT for net-new automation design.
-
skytiger6724 Skill GogOpenClaw 官方 Google Workspace (Gmail, Drive, Sheets, Docs, Calendar) 自動化管理技能。
-
sktt1ryze Skill Commit CodeCommits the content of the current workspace and pushes it to the remote repository, including modification summary, local Git author email, and co-author information.
-
sktt1ryze Skill Tag ReleaseCreates and pushes a Git tag to trigger the CD workflow for a versioned release. If no version is provided, prompts the user. Validates tag format, checks for existing tags, ensures the tag is created from main, and confirms before pushing.
-
willwebster5 Skill Response PlaybooksDetection-to-response mapping and SOAR playbook design. Analyzes detections, recommends tiered response actions (observe, investigate, contain, remediate), and produces handoff docs for fusion-workflows to generate workflow YAML. Use when planning response automation for detections, designing SOAR playbooks, or mapping detections to Falcon Fusion workflow actions.
-
giulsposito Skill Tdd WorkflowTest-driven development workflow for R using testthat. Use when mentions "TDD", "test-driven", "test driven development", "testthat", "test_that", "expect_", "unit test", "unit testing", "testes unitários", "test coverage", "cobertura de testes", "covr", "red-green-refactor", "test first", "write tests", "escrever testes", or writing new features, fixing bugs, or refactoring code. Enforces test-first development with 80%+ coverage.
-
giulsposito Bundle R Feature EngineeringAdvanced feature engineering and selection strategies in R. Use when mentions "feature engineering strategies", "feature selection", "categorical encoding methods", "likelihood encoding", "target encoding", "entity embeddings", "feature hashing", "interaction detection", "systematic feature selection", "wrapper methods", "filter methods", "greedy search", "global search", "genetic algorithms", "Box-Cox transformation", "quando usar cada encoding", "when to use each encoding", "escolher método de encoding", "choose encoding method", "detectar interações", "detect interactions", "selecionar features", "select features", "feature selection methods", "escolher entre encodings", "compare encoding methods", "which encoding to use", "qual encoding usar", or discusses strategic decisions about preprocessing beyond basic recipe implementation.
-
kawaruko Skill LearnPlan, write, review, and index Chinese ML systems learning articles using the preserved .learn workflow. Use when the user asks for learn-plan, learn-write, learn-review, learn-add, or ML systems learning content.
-
kawaruko Skill Learn 2Plan, write, review, and index Chinese ML systems learning articles using the preserved .learn workflow. Use when the user asks for learn-plan, learn-write, learn-review, learn-add, or ML systems learning content.
-
zhongpei Skill ShipStructured ship workflow: sync, test, review, version/changelog prep, and PR creation with push/PR confirmation gate.
-
uhdyindy Bundle CoordinationPentest engagement orchestration - workflow management, test planning, reporting, and output structure coordination.
-
zrtch Bundle Senseaudio Meeting Assistant用于构建和排查 SenseAudio 会议助手,覆盖实时会议转写、说话人区分、实时翻译、会议纪要生成、行动项提取与转录导出。Build and troubleshoot SenseAudio meeting assistants for live meeting transcription, speaker-aware records, realtime translation, meeting note generation, action item extraction, and transcript export.
-
xukai-ye Bundle Cc Opus First PassUse to classify a coding task into the 3-tier system (tiny/medium/high-risk) and get an analysis brief before implementation. Always uses Opus 4.6 first for deep reasoning. Skip for tasks that are obviously tiny.
-
xukai-ye Skill Cc Three Tier OrchestratorRoute non-trivial coding tasks through a risk-first 3-tier Codex and Claude Code workflow. Use when you want tiny tasks handled locally, medium tasks implemented mainly by Claude Code, and high-risk tasks reviewed and implemented through staged plan and checkpoint reviews.
-
kirillklem Bundle Minimal ValidationBuild and run the smallest credible validation loop after code changes. Trigger when the user asks to verify, validate, sanity-check, smoke-test, run the minimal tests, check that a refactor or fix still works, or when code was just changed and the task needs a cheap proof of correctness but no explicit validation plan was given. Inspect the diff, changed files, local project conventions, and available validation commands, then choose the narrowest relevant checks: focused unit tests, file- or package-scoped lint and type checks, smoke checks, targeted local runs, or tiny repros. Prefer the cheapest validation that meaningfully exercises the changed behavior. Do not use for full CI, broad regression suites, performance benchmarking, load testing, or release validation unless the user explicitly asks for those.
-
changtaoli Bundle Start My Day论文阅读工作流启动 - 生成今日论文推荐笔记 / Paper reading workflow starter - Generate daily paper recommendations
-
kwongfuk Skill Scratch Trash GuardGuard deletion and cleanup requests with a mandatory choice between permanent deletion and moving to /scratch/gguo/trash, plus a required user-entered confirmation code before execution. Use when the user asks to delete, remove, clean up, purge, discard, or archive files/directories, or when a task would normally use rm or otherwise destroy files.
-
kwongfuk Bundle Palmetto Slurm WorkflowRun Clemson Palmetto HPC workflows with Slurm and remote development tooling. Use when requests mention Palmetto, Slurm (`sbatch`/`salloc`/`srun`), login-node vs compute-node usage, conda/module environment setup, file sync between laptop and cluster, PyCharm remote interpreter setup, or Jupyter SSH tunneling.
-
kwongfuk Bundle Slurm Auto Retry WatchdogSubmit a Slurm sbatch job through a watchdog that monitors sacct/squeue, classifies common failures from job state and stdout/stderr logs, and automatically resubmits retriable failures up to a fixed attempt limit. Use when the user wants automatic retry for Slurm jobs, wants jobs to recover from timeout/OOM/node failures, or wants a reusable trigger/workflow around sbatch submission.
-
kwongfuk Bundle Palmetto Cpu Request AdvisorEstimate and right-size Palmetto CPU requests before submitting CPU or GPU jobs. Use when choosing Slurm cpus-per-task/ntasks, interpreting low CPU utilization, or avoiding over-allocation for serial jobs, dataloaders, and GPU training runs.
-
kwongfuk Skill Conversation History RecorderRecord structured conversation history for projects under active workspaces. Use when a task touches a project, when user instructions must be remembered exactly, or when Codex should preserve project problems, feedback, and user choices across turns without logging tools or code-level implementation details.
-
kwongfuk Skill Conversation History Recorder 2Record structured conversation history for any project under /home/gguo/code. Use when a task touches a workspace project, when user instructions must be remembered exactly, or when Codex should preserve project problems, feedback, and user choices across turns without logging tools or code-level implementation details.
-
bluesaurel Skill Karpathy GuidelinesBehavioral guardrails for Codex that reduce assumption drift, overengineering, scope creep, and weak verification. Use when a task is ambiguous, easy to overbuild, or likely to trigger unnecessary edits.
-
bluesaurel Skill Karpathy Guidelines 2Behavioral guardrails for Codex that reduce assumption drift, overengineering, scope creep, and weak verification. Use when a task is ambiguous, easy to overbuild, or likely to trigger unnecessary edits.
-
pavan139 Bundle Zen PythonUse this skill to refactor, modernize, review, or make Python code more idiomatic and maintainable. Apply it when the task needs Python-specific judgment about data modeling, typing, exceptions, async structure, tests, or version compatibility, even if the user does not explicitly ask for "Pythonic" code. Do not trigger for trivial syntax questions, isolated one-liners, or routine edits that do not benefit from deeper Python guidance.
-
travisleeeeee Bundle Meeting NotesResponsibilities
-
travisleeeeee Bundle Workflow Optimizer🎯 Your Core Mission
-
travisleeeeee Bundle Email Intelligence Engineer🎯 Your Core Mission
-
travisleeeeee Bundle Notion OrganizerResponsibilities
-
travisleeeeee Bundle Task CoordinatorResponsibilities
-
travisleeeeee Bundle Jira Workflow Steward🎯 Your Core Mission
-
travisleeeeee Bundle Workflow Architect:dart: Your Core Mission
-
travisleeeeee Bundle Git Workflow Master🎯 Your Core Mission
-
aymenfurter Skill Note TakingCreate, read, update, and organize personal notes. Use when the user asks to take a note, jot something down, save information for later, or manage their notes.
-
aymenfurter Skill End DayWrap up the day by fetching meeting summaries from Microsoft 365 via WorkIQ and updating today's daily note with outcomes and reflections. Use when the user says: "end my day", "wrap up", "end of day", "daily review", "close the day"
-
travisleeeeee Bundle Meeting TranscriberResponsibilities
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 process-builder-to-flow-migration, gog, commit-code. 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.