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.
-
risadams Bundle Daily BriefingPersonal daily briefing assistant. Pulls the last 24 hours of email and calendar from Outlook, summarizes today's schedule, surfaces open action items, and proposes focus blocks. Use when user says "daily briefing", "morning briefing", "daily standup prep", or invokes /daily-briefing.
-
risadams Bundle Task InitiationYou know what to do but can't start. Skill asks three questions and produces the literal first action (open file X, type heading Y) — not a plan, not a breakdown. Defeats executive-function stalls. Use when user says "I can't start", "help me begin", "task initiation", "stuck on starting", "just-start", or invokes /task-initiation.
-
risadams Bundle Time Reality CheckCounter time blindness — you say "20 minutes" but it'll take 2 hours. Skill asks about the task, factors in your usual underestimation pattern, and offers a calibrated estimate with reasoning. Use when user says "how long will this take", "time check", "reality check", "estimate this", "am I being realistic", or invokes /time-reality-check.
-
risadams Bundle Meeting DecompressionDump what happened in a meeting; skill separates facts from feelings, flags action items, and notes social ambiguities to follow up on (instead of ruminate on). Useful for masking-heavy meetings where the cognitive cost is paid afterward. Use when user says "meeting decompression", "process this meeting", "what just happened", "decompress", "after meeting", or invokes /meeting-decompression.
-
risadams Bundle Writing Social ScriptGenerate a script for a specific social scenario you're dreading: declining a meeting, asking for a deadline extension, following up on silence, leaving a party early, asking for help, setting a boundary. Offers 2-3 phrasings from direct to softened. Use when user says "script for", "help me say", "how do I tell them", "I need to ask", "I need to decline", "social script", or invokes /writing-social-script.
-
scaryrawr Skill Figure It OutDesign an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for /figure-it-out, 'figure it out', a large migration, or when no narrower playbook applies.
-
viasrijan Skill Git Workflow And VersioningUse when making any code change — trunk-based development, atomic commits, change sizing (~100 lines), and the commit-as-save-point pattern.
-
viasrijan Skill Planning And Task Breakdown---
-
mvschwarz Skill Rig Bundles And Shareable ArtifactsUse when authoring or installing a rig bundle (packaged, shareable artifact that instantiates an opinionated OpenRig topology + workflow), reasoning about the bundle vs extension boundary, or auditing a bundle for portability. Covers the 4 failure modes that prevent bundles from working anywhere but the operator's machine, and the inspect-before-install discipline.
-
yangwhale Bundle Feishu Mail飞书企业邮箱管理与收发。当用户说"发邮件"、"收邮件"、"查邮件"、"回复邮件"、"send email"、"check email"、"加个邮箱"、"配置邮箱"、"create mailbox"、"setup email"等关键词时触发。
Audited -
agentflocks Bundle Skill BuilderCreate or improve skill. Use when the user asks to create, add, generate, update, refactor, package, or test a skill, convert a repeated workflow into a reusable skill, write a `SKILL.md`, or add `references/`, `scripts/` for a skill.
-
onedro1d Skill Work AutonomouslyDefault operating stance — act autonomously inside reversible, non-production surfaces, and HARD-STOP for explicit permission before any irreversible real-world action. Resolve ambiguity through the toolchain (durable memory → working notepad → internet → codebase → team docs) before spending the operator's attention. Session-wide, not per-task.
-
onedro1d Skill Commit SyncCommit workflow — before committing, sync the knowledge layer (context store, per-service CLAUDE.md, and the agents/skills routing README) to the change, then draft a proper commit message and push. Use for "commit", "commit and push", "ship this", "save my work". Always stops for explicit approval before pushing.
-
rvdbreemen Skill ContextFind ADRs relevant to a task before implementation. Use for ADR context, governing decisions, architecture constraints, or why a design exists. Read-only.
Audited -
traygerbig Skill Notion JpNotion日本語テンプレート — 20+ templates, 議事録自動生成
-
lazygophers Bundle Skein FlowSKEIN task 闭环编排器。$1 路由阶段;$1=plan 或含 --plan 时路由到 skein-plan skill;$1=redo 时路由到 skein-redo skill;执行过程唯一真值源在 references/flow-loop.md。
-
lazygophers Bundle Trellisx Spec📐 初始化 / 优化 / 重写 .trellis/spec/ 规则文档, 允许破坏式变更 (丢弃旧版本、合并、拆分、推翻原结构), 把描述性条款改为可机器验证的命令式契约 (MUST / 禁 / 严禁)。流程: 诊断 (初始化跳过) → 提案 → AskUserQuestion 强制审批 → 执行 + 同步 task manifest 引用清单。严禁未确认改写。sediment 模式 = finish 前判定门 (5 正向 + 3 排除 checklist, 有增量才沉淀, 全否跳过); planning 时 spec 加载归 trellisx-orchestrate step 1 grep 门 (本 skill 不负责加载, 仅提供 spec 内容)
-
lazygophers Bundle Trellisx Apply🛠️ 把 worktree隔离 + 闭环收尾 + task.md看板 三维注入当前项目 .trellis/。全部为 trellis 生命周期 hook 确定性强制 (after_start 建 worktree, after_finish 自动 commit→merge→archive→销 worktree, taskmd hook 维护看板), 不靠 AI 跑脚本。结果导向: 只约束最终行为闭环 (worktree 建/销 + create→…→finish 收尾链完整), 不约束注入方式。幂等 (marker 包裹)
Audited -
lazygophers Skill Trellisx Cleanup🧹 批量收尾 —— 一次清理/归档/收尾**全部**已完成 task。三件事: ① 清理所有已合并的 worktree ② 归档所有已完成的任务 ③ 清理 task.md 看板的已完成行。完成判定 = completed ∪ merged (并集), 当前 active task 永不纳入。**强制 dry-run → 用户确认 → --apply 执行** 三段护栏, worktree 销毁沿用安全判据 (脏/未合并自动保留, 不丢提交)
-
lazygophers Bundle Trellisx Workspace📋 维护 `.trellis/task.md` 任务看板 —— trellis 缺的跨任务总览。**一个表格, 一行一个任务**, 列为 id/名称/描述/状态/worktree/前置 (6 列; 状态列承载生命周期阶段: 规划中/实施中/检查中/收尾/已完成/已归档; 前置列=该 task 依赖的前置 task ID, 承载 task 级 DAG, 仅有依赖者标, 无依赖填 —)。在 task create/start/阶段切换/archive/设依赖 后**及时更新**对应行; 并**自动清理超 7 天的已完成行**防膨胀。保持看板与 task.json 实时一致
-
misonl Skill Tdd WorkflowTDD(测试驱动开发)工作流原则。红-绿-重构循环。
-
openshift Skill Sla ViewUse when the user asks about SLA compliance, overdue findings, response/remediation deadlines, breach counts, or escalation lists — e.g. "what's past SLA", "criticals overdue", "are we meeting the 30-day clock", "SLA view for FedRAMP", "who's most overdue". Replays disposition-ledger clocks against a schema-validated SLA policy (default: Red Hat PSIRT VMWM) and emits sla-view.{json,md} with per-team overdue tables and a human-gated escalation digest.
-
jonmumm Bundle Goal MakerSet up a rolling Scout/Judge/Worker task board with a charter, machine-truth state.yaml, and durable receipts for long-running autonomous coding work. Use when a goal is broad, multi-hour, ambiguous, recovery-flavored, or needs serial discipline (one active task at a time) instead of parallel teammates. Triggers on "goal-maker", "set up a goal", "create a charter", "rolling task board", "scout/judge/worker", "PM-owned board", or when the user wants long-running autonomous work that's NOT a parallel swarm and NOT a multi-milestone mission. Pairs with /grill-me upfront and /principles
Audited -
jonmumm Skill Task PlannerPull all Jira tickets assigned to me that aren't done and help create copy-pasteable prompts to kick them off in other Claude Code or Cursor sessions. Use when asked to "plan my tasks", "what should I work on", "task planner", "generate prompts for my tickets", or "kick off my Jira tickets".
-
jonmumm Skill Product Design CriticSharpen product design judgment for software UI/UX, interaction flows, jobs-to-be-done, hierarchy, trust, governance surfacing, and competitor-informed critique. Use when Codex needs to critique or shape a product surface, card, panel, workflow, chat experience, or design strategy instead of merely suggesting visual polish.
-
nirholas Skill Content RepurposingIdentifies top-performing tweets and generates repurposed content variations including threads, tweet storms, blog outlines, summary tweets, and quote-tweet templates. Maximizes content ROI through systematic repurposing. Use when maximizing content output, planning a content calendar, or converting between content formats.
Audited -
neuroaihub Bundle Tom Task SelectorSelects Theory of Mind tasks matched to target population, age, and construct with psychometric guidance
-
neuroaihub Bundle Fmri Task Design GuideGuides fMRI task design: block vs. event-related vs. mixed; jittering; contrasts; power for BOLD detection
-
neuroaihub Bundle Alternative Uses Task DesignerDomain-validated guidance for designing Alternative Uses Task (AUT) experiments measuring divergent thinking, with parameters for AI-augmented and traditional conditions
-
qihangzhang-272 Bundle Reference Video AnalysisAnalyze a supplied benchmark video, transcript, subtitle file, or creator sample at title, opening, sentence-role, narrative, pacing, evidence, cognitive-load, material, and creation-workflow levels. Use to explain why a video works and how to build an original piece with equivalent communication strength without copying the creator's identity or wording.
Audited -
qihangzhang-272 Bundle Financial Company ProfileUse when the user needs a company tear sheet, company one-pager, fact sheet, company snapshot, corporate-development target profile, sales meeting brief, or investment-banking strip profile for a named public or private company.
-
qihangzhang-272 Bundle Investment Ic Memo WriterWrite the final library-standard investment committee memo from completed investment workflow node outputs. Use only after fact collection, AI product judgment, competitive landscape, unit economics, scorecard, valuation, DD, and thesis tracking have produced handoffs. This skill does not search or create new analysis.
-
qihangzhang-272 Bundle Investment Thesis TrackingTurn an AI investment memo into a falsifiable thesis, catalyst calendar, watch triggers, KPI monitoring plan, and update process. Use when the user wants to track an AI company, open-source project, investment case, portfolio company, or watchlist item after the initial memo.
-
qihangzhang-272 Bundle Investment AI Product JudgmentRun the library's AI-native product judgment inside the investment workflow. Use after facts are collected and before market, unit economics, scorecard, DD, or IC memo writing. This skill evaluates whether the AI product is genuinely AI-native, commercially coherent, narratively clear, and product/BP-valid.
-
qihangzhang-272 Skill PrinciplesUse when a workflow or skill needs to align with the library's operating principles: how to think, communicate, handle uncertainty, avoid empty output, and decide when to follow or challenge the user. This is a passive reference library, not a global rule loaded for every task.
-
qihangzhang-272 Skill Cultivate WorkflowUse when several adopted local Skills have formed a repeatable end-to-end sequence in real Cases, or when the user explicitly asks to preserve a proven way of working as a stable scenario Workflow with an outcome Benchmark.
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 writing-social-script, daily-briefing, task-initiation. 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.