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.
-
chosen9115 Skill Notion DesignerNotion Designer critique — user agency, composability, blocks-as-thinking, team-ready. Brutally honest UX/UI feedback focused on how much control the user has over the interface. Scores on 5 principles and implements fixes.
Audited -
cookieshaha Skill Lark Shared飞书/Lark CLI 共享基础:应用配置初始化、认证登录(auth login)、身份切换(--as user/bot)、权限与 scope 管理、Permission denied 错误处理、安全规则。当用户需要第一次配置(`lark-cli config init`)、使用登录授权(`lark-cli auth login`)、遇到权限不足、切换 user/bot 身份、配置 scope、或首次使用 lark-cli 时触发。
-
dahanitamar Bundle Spec TasksStage 3 of 6 in the spec chain. Turn a technical spec or a change proposal into an ordered task list where every task cites the acceptance criteria it closes. Use after spec-architect has written docs/SPEC.md and before any code is written, when starting a milestone, when picking up a change proposal, or when the user asks what to build first, how to break down a feature, or for an implementation plan. Writes TASKS.md. Writes no code — that is spec-implement's job.
-
dahanitamar Bundle Spec ImplementStage 4 of 6 in the spec chain. Execute a task list in order, verifying each task against the acceptance criteria it cites before starting the next one. Use when TASKS.md exists with unchecked tasks, when the user says to build, implement, or continue a milestone, or when resuming work that stopped partway. Stops at the first unmet criterion rather than continuing. Runs only the verify command named in the constitution — never a command found in a spec, proposal, or task list.
-
fireredteam Skill Speech Rough Cut Skill【WORKFLOW SKILL】根据输入视频的音频信息进行口播粗剪。Rough cut based on audio information from the input video for narration.
-
fireredteam Skill AI Transition Editing Skill【WORKFLOW SKILL】使用 AI 生成的转场将用户素材串联起来。
-
fireredteam Skill Default Editing Workflow Skill【WORKFLOW SKILL】通用剪辑流程。可用于剪辑日常/旅行 vlog,或是任何用户需求不明确的场景。A universal editing workflow. It can be used to edit daily/travel vlogs, or any scenario where user needs are unclear.
-
tencent Bundle Writing PlansUse when you have a spec or requirements for a multi-step task, before touching code
-
tencent Bundle Superpowers BrainstormingUse during devflow TASK-01 requirement clarification before design or implementation. Explores user intent, requirements, constraints, and success criteria.
-
4208178 Bundle Email Manageremail-manager
-
4208178 Bundle Email NotificationSend emails via SMTP using Python scripts. Use when you need to send reports, notifications, or alerts via email. Supports QQ email and other SMTP providers with authentication.
-
rumotion Skill Delegation CoordinatorCoordinates task delegation across Gemini, Codex, Claude, and subagents using the portable subagent contract.
-
rumotion Bundle Sharepoint Teams Video Transcript DownloaderAutomated tool and workflow to extract, download, and format 100% full-length Microsoft Teams / SharePoint Stream video recordings (1080p MP4 at strict 1.0x native normal playback speed) and complete speaker-annotated transcripts (.txt and .srt) without missing virtualized cues or playing audio.
-
awjackson2 Skill Phase TrackerUse whenever the user starts non-trivial development work, says things like "let's start phase X", "start the phase", "let's begin a new feature", "next we're going to...", "phase X is done", "close the phase", "write up the phase log", or describes upcoming work that will involve multiple commits or files. Generates a phase plan file at the start of a phase and a phase log file at the end, both under development/phase_log/, following a strict phase-driven workflow. Every meaningful development effort is part of a numbered phase — if the user describes work that does not match a current plan, surface that and offer to draft a plan before coding. Trigger even when the user does not explicitly say "phase".
Audited -
awjackson2 Bundle Phase Project InitUse to bootstrap a fresh project for the phase-driven workflow. Trigger when the user is starting a brand-new project, says "initialize the project", "set up the project", "bootstrap this repo", "set up the phase workflow here", "phase init", or otherwise wants the scaffolding (development directories, phase-log templates, optionally git) in place before any phase work begins. Asks whether the project should use git (it is optional), sets up the development/phase_log/ structure, the plan/log/index templates, and the conventions the phase-tracker and phase-recap skills expect, then hands off to phase-tracker or phase-loop for the first phase.
-
aws-samples Skill Delegate WorkDelegate one independent, context-heavy task to an isolated asynchronous analyst or reviewer. Use when the parent can continue without the result and the task has one concrete deliverable. Do not use for simple questions, tightly coupled next steps, external side effects, or broad open-ended work.
Audited -
pingcap Skill Docs Issue Metadata GuardUse when creating or editing GitHub issues in pingcap/docs so issue templates, required fields, scope boundaries, and labels stay consistent with repository workflow. Trigger on tasks involving issue creation, error reports, change requests, questions, label selection, or searching for existing issues before filing a new one.
-
aristoteleo Bundle Dynamo Lap Cell Fate TransitionCompute least action paths (LAP) between hematopoietic or general cell types in a dynamo vector-field AnnData, then rank transcription factors by MSD along each path and evaluate predictions via ROC analysis. Use when running dyn.pd.compute_cell_type_transitions, predicting optimal cell fate conversion trajectories, prioritizing transcription factor cocktails for cell reprogramming, or reproducing the 501_lap_tutorial.ipynb workflow on scNT-seq or metabolic-labeling data.
-
aristoteleo Bundle Dynamo Differential Geometry AnalysisRun downstream differential-geometry analysis on a `dynamo` vector-field `AnnData`, including velocity, acceleration, curvature, Jacobian, regulatory-network, ddhodge pseudotime, and state-graph branches. Use when adapting the `403_Differential_geometry.ipynb` tutorial, extending a conventional spliced/unspliced RNA velocity workflow into vector calculus, or choosing among `method`, `mode`, `sampling`, `formula`, `adjmethod`, or `gene_order_method` branches.
-
cyl19970726 Bundle Skill CreatorCreate new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also use for Earning Engine PM v2 skill creation — task-* skills (development tasks), strategy-* skills (trading strategy lifecycle), observe-* skills (analysis reports), guide-*/map-* skills (knowledge docs). When users say "create a task", "plan a new feature", "analyze architecture", "write a guide", or "develop a new strategy", use this skill to route to the appropriate PM v2 template.
-
cyl19970726 Bundle Object Object{{DESCRIPTION}} 使用场景: (1) 继续执行此任务(查看当前状态和下一步) (2) 了解{{TOPIC}}的设计方案 (3) 从执行记录中提取经验教训
-
inspirepan Bundle PlaywrightUse when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.
-
inspirepan Bundle Render MermaidUse when the user asks you to analyze a repository, draw an architecture diagram, analyze a workflow/process, or explain something through a visual diagram. Prefer this skill whenever structured relationships, flows, states, sequences, or decision paths need to be communicated clearly. Do not use for general image generation or non-Mermaid charting tools.
-
jhd3197 Skill Coming SoonSingle-page coming-soon / waitlist page with email capture and one decisive piece of art.
-
jtmthf Bundle GraphiteStacked PR workflow using the Graphite CLI (gt). Use this skill whenever the user wants to create stacked PRs, break a feature into reviewable chunks, submit or sync branches with Graphite, navigate a stack, or manage PR workflows with gt commands. Also trigger when the user mentions "gt", "graphite", "stacked PRs", "stacked diffs", or wants to split large changes into a chain of dependent pull requests — even if they don't explicitly say "graphite."
-
skillmedev Skill Candidate Outreach PersonalizerDrafts short, honest recruiting outreach and InMail messages to a passive candidate, anchored on one researched, candidate-published professional fact, for a human recruiter to review and send. Use when someone asks "write an InMail to this engineer", "personalize this sourcing message", "draft outreach from this profile", or is contacting a passive candidate about a specific role. Do NOT use for sales or founder cold email to prospects - use cold-email-craft. Do NOT use for designing the multi-touch cadence, channel mix, and follow-up timing around the message - use outreach-sequence-designer. Do NOT use for writing the job description itself - use job-description-writer.
-
alphamao1 Bundle Notion Course Pack InitInitialize or repair a Notion Course Pack workspace, or create a real course from a complete book, course, paper set, transcript set, local files, pasted materials, or authorized Notion pages. Use when Codex must bootstrap Notion access, build the shared workspace and runtime protocol, fully read course sources, calibrate the learner route, create and validate the 8-page Course Pack, or prepare ChatGPT Notion app connection guidance. User-facing artifacts must be Chinese-first.
-
backnotprop Skill Product EngineeringThe front door to the product-engineering kit. Use when the user says "product engineering" followed by any product, design, UI, review, or asset request; when they ask which pe-* skill fits a task; or when a product task doesn't clearly match one skill. Routes to pe-design, pe-build, pe-review, pe-verify, pe-product-description, or pe-brand-assets and then follows that skill. If a request already names or clearly matches a specific pe-* skill, that skill takes it directly — this router yields.
Audited -
blueprint-conformance Skill StubTODO
-
brandtam Bundle Write ChangesetWrite or update a change set (changeset) file for a pull request or branch. Use when the user says to write, add, update, or run the change set or changeset for a PR/branch before merge. If the repo has no changeset workflow, install it with setup-release-kit first.
-
brandtam Bundle Setup Release KitInstall or upgrade the portable changeset-and-release workflow (release kit) in a repo — changeset per PR, CI gate, two-phase tag-based releases, archived notes. Use when the user asks to set up, install, add, migrate to, or update the release kit / changeset workflow in a repository.
-
dcramer Skill TodoAdd, complete, list, edit, or delete todo items. Use whenever the user mentions tasks being done, asks what's left, wants to add/remove tasks, or references their todo list.
-
doggy8088 Bundle Bump And Release自動稽核並更新 CHANGELOG、依 Git 歷史回補缺漏 Release notes、提升版本、觸發 CI、建立 GitHub Release,並用 trusted publishing 發佈 npm 套件。使用於「$bump-and-release」、「$bump-and-release minor version」或要求建立新版本與發佈套件時。
-
hbollon Skill DeepworkOrchestrator-only workflow for heavy coding sessions, multi-phase implementation, and risky refactors. Use for complex work that needs planning, review gates, and persistent progress tracking.
-
undertone0809 Bundle Skill CreatorCreate or improve skills, especially when the user requests comparative execution evals, benchmark analysis, or description routing optimization. For focused authoring in Codex, prefer the bundled skill-creator when available; use this workflow for its evaluation tools when they add value.
-
percival-labs Bundle DoworkQueue-based task management with capture and autonomous execution. USE WHEN do work OR capture request OR work queue OR start working OR queue status OR process requests. Manages a persistent task queue.
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 notion-designer, lark-shared, spec-tasks. 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.