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.
-
nexu-io Skill UI UX Pro MaxCatalog-only UI/UX Pro Max entry. The full upstream templates, data, and search workflow are not bundled in OpenDesign.
-
nyldn Bundle Skill StatusShow where you are in the workflow and what to do next — use for progress checks and orientation
-
open-gsd Skill Gsd Ns Workflowworkflow | discuss plan execute verify phase progress
-
rlaope Skill Ulw Interview[omh] Hermes Deep Interview workflow: one-question-at-a-time clarification. Use when the user says: deep-interview, interview, clarify, feature shaping, ambiguous product request, one question, 要件を詰めて, 曖昧な要求.
-
techygarg Skill Refactor SafelyRestructure existing code safely without changing externally observable behavior. Composes context, design, architecture, code quality, and testing guardrails into a characterization-first refactoring workflow. Use when the user says 'refactor this', 'clean this up', 'untangle this module', 'move this to the right layer', 'simplify this code', or 'improve this structure'.
-
tobihagemann Skill FinalizeRun the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when the user asks to "finalize implementation", "finalize changes", "wrap up implementation", "finish up", "ready to commit", or "run QA workflow".
-
udecode Bundle Todo CreateUse when creating durable work items, managing todo lifecycle, or tracking findings across sessions in the file-based todo system
-
udecode Skill Todo TriageUse when reviewing pending todos for approval, prioritizing code review findings, or interactively categorizing work items
-
yeachan-heo Skill Omc PlanStrategic planning with optional interview workflow
-
bgauryy Bundle Octocode SubagentUse when spawning workers or offloading work: Task/subagents, specialist handoffs, A2A peers, sealed packets, coordinate/synthesize, challenge techniques (rubber-duck, interview, mimic-flow, red-team, blind review, consensus), or local Ollama one-shots to save tokens. Measuring keep/discard KPIs → octocode-graph-eval.
-
cline Skill Publish DesktopUse when preparing, tagging, and publishing a Cline desktop app (apps/examples/desktop-app) release — stable (desktop-vX.Y.Z from main) or beta (desktop-vX.Y.Z-beta.N from desktop-experimental, shipped as the side-by-side "Cline Beta" app). Guides changelog drafting, version bumps in package.json + tauri.conf.json, tagging, and the desktop-publish GitHub workflow that builds, signs, notarizes, and updates the per-channel auto-update feed.
-
codeaholicguy Bundle Dev CommitAI DevKit · Safe git commit workflow for AI coding agents. Use when the user asks to commit, prepare a commit, stage changes, create a PR-ready checkpoint, or finish work with a conventional commit while avoiding unrelated user changes.
-
gabrielmoreira Bundle Brooks TestTest quality review drawing on twelve classic engineering books — with primary focus on xUnit Test Patterns, The Art of Unit Testing, How Google Tests Software, and Working Effectively with Legacy Code — that diagnoses structural problems in an existing test suite: brittleness, mock abuse, coverage illusions, slow execution, poor readability. Triggers when: user asks about test quality, shares test files for review, or expresses frustration: "tests keep breaking whenever I change anything", "our tests take forever", "tests pass but bugs still reach production", or "we have too many mocks". Do NOT trigger for: writing new tests from scratch (use the regular test-writing workflow) or testing framework/syntax questions — this skill reviews an existing suite for structural quality problems, not individual test authoring.
17 -
kellyvv Skill Calendar创建日历事项, 查询日程, 分析忙闲和空闲时间。
-
m1heng Skill Feishu TaskFeishu Task, tasklist, subtask, comment, and attachment management. Activate when user mentions tasks, tasklists, subtasks, task comments, task attachments, or task links.
-
manaflow-ai Bundle Cmux Dev WorkflowContributor workflow rules for cmux setup, Xcode project normalization, tagged sidebar ExtensionKit development, and dev builds. Use when setting up the cmux repo, changing Xcode project files, adding sidebar extensions, or working with tagged debug builds.
-
nyldn Bundle Octopus QuickQuick execution for ad-hoc tasks without full workflow overhead — use for small, self-contained requests
-
gabrielmoreira Bundle Using SuperpowersUse when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
17 -
paulrberg Bundle Code PolishPolish changed code when the user explicitly asks, or when an active workflow requests post-implementation simplification and risk-profiled review over a fixed file scope.
-
penpot Skill Create IssueCreate or update GitHub issues (from PR, from draft body, retitle existing). Routes to the canonical flow in `mem:workflow/creating-issues`.
-
pytorch Skill CI MetricsQuery PyTorch CI, GitHub Actions, HUD, Grafana, and infrastructure metrics. Use when users ask about CI duration, job failures, queue times, workflow trends, runner health, dashboard data, or PyTorch infrastructure metrics.
-
rlaope Skill Omh Ops Review[omh] Hermes Ops Review workflow: status, risks, blockers, priorities, and follow-ups. Use when the user says: ops-review, ops review, weekly ops review, status review, operating review, release risks, risks and blockers, priorities.
-
rohitg00 Skill Smart CommitRun quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying "commit", "git commit", "save my changes", or ready to commit after making changes.
-
supermldev Skill Sml Create MeetingSet up a structured multi-persona meeting. Choose from predefined templates (brainstorming, architecture review, sprint planning, etc.) or create a custom meeting. Suggests personas to invite and generates a meeting context document.
-
techygarg Skill Design BlueprintRun a complete design workflow -- from establishing context through four progressive design levels (Capabilities, Components, Interactions, Contracts) to an approved blueprint. Composes knowledge-priming, context-anchoring, learning-harvest, collaborative-judgment, design-first, architecture, and domain-driven-design into one process. Handles both new features (create context doc) and resuming existing work (load context doc). Level 5 (Implementation) is delegated to code-forge. Use when starting a design, planning architecture, or when the user says 'design a feature', 'blueprint', 'start designing', 'plan the architecture', or 'let's design before coding'.
-
techygarg Skill Learning HarvestManage the operational learnings lifecycle — load prior learnings to inform current work, harvest new patterns worth preserving, and keep the document tight over time. Provides a protocol for accumulating actionable patterns from practice that complement standards and defaults. Use when a workflow session completes and produced insights worth persisting, when starting a session that should benefit from prior patterns, or when the user says 'harvest learnings', 'what have we learned', 'capture this pattern', 'tighten learnings', 'compress learnings', or 'operational learnings'.
-
tobihagemann Skill TurboplanAnalyze task complexity and route to a mode by artifact: direct fix for clear-scope changes, or a plan file when the approach needs to be written down. Use when the user asks to "turboplan", "run turboplan", "plan this task", "turbo plan mode", "plan and implement", or "use turboplan instead of plan mode".
-
udecode Skill Todo ResolveUse when batch-resolving approved todos, especially after code review or triage sessions
-
zhuangwenhui Skill Cpp Code FormatUse when writing, editing, reviewing, or comparing C++/C code and task-local style decisions matter, especially for formatting, naming, headers and includes, comments, error handling, logging messages, or C++20-specific syntax choices. Primary target is the ShapeReconstruction codebase (mvrmesh).
-
aibot88 Bundle Openakita Skills Feishu CLIFeishu/Lark CLI - official open-source CLI tool from Feishu for AI Agents. Provides 200+ commands across 12 business domains: IM, Docs, Sheets, Base (Bitable), Calendar, Video Meeting, Mail, Tasks, Wiki, Drive, Contacts, Search. Supports both user identity and bot identity authentication. Use when user wants to operate Feishu/Lark resources.
3 -
aibot88 Bundle Ncp AuthorSchema cheatsheet, canonical vocabulary (463 appreciations + 144 narrative_functions), validation rules, 10-stage authoring workflow, and runnable schema validator for NCP (ncp-schema.json v1.3.0). Actively co-invokes dramatica-theory (storyform decisions, why a Class/Type/Variation is correct) and dramatica-vocabulary (Dynamic-Pair validation, KTAD coherence, Element-Quad checks) at explicit workflow checkpoints — this skill owns JSON-IO and enum-compliance; the two Dramatica skills own meaning. Use when the user mentions NCP, narrative-context-protocol, ncp-schema, .ncp.json, 'convert to NCP', 'validate NCP', 'storyform JSON', or Subtxt export. Trigger auch auf Deutsch — Storyform anlegen, NCP-Datei validieren, NCP-Skelett, Storyform aus Outline. Do NOT use for general Dramatica theory (defer to dramatica-theory or dramatica-vocabulary) or prose drafting. Path A per TODO T-1.
3 -
aibot88 Bundle Notion CLIAccess Notion via the 4ier/notion-cli Go binary. Use when user wants to search Notion, query databases, read pages, export data, manage blocks, or add comments from the command line. TRIGGERS - notion search, query database, read page, notion export, notion blocks, notion comments, notion cli.
3 -
aibot88 Bundle Sales RimoRimo Voice platform help — Japanese-optimized AI meeting transcription and summarization with ISO 27001/27017 compliance and Japan-hosted data. Use when evaluating Rimo Voice for a Japanese-first team, setting up bot recording for Zoom/Teams/Meet/Webex, configuring custom dictionaries for domain terminology, troubleshooting transcription accuracy for Japanese or English, comparing Rimo to other note-takers for Japanese meetings, or understanding Rimo pricing (Solo $9/mo, Business $15/mo launch). Do NOT use for general note-taker comparison across all tools (use /sales-note-taker) or sales coaching program design (use /sales-coaching).
3 -
aibot88 Bundle Write DocsCollaborative document authoring workflow for proposals, technical specs, decision docs, README sections, ADRs, and long-form prose that must work for fresh readers. Use when asked to "write the docs", "draft a proposal", "write a spec", "write an RFC", "write the README", or when a document needs to be understandable by someone without this session's context. Three stages: gather context, iterate on structure, reader-test for a stranger.
3 -
aibot88 Bundle IOS LoggingEnterprise skill for iOS production error observability and logging (iOS 15+, Swift 5.5+). The trigger is OBSERVABILITY intent — the user wants errors captured and visible in production, not just handled. Use when: adding os.Logger or replacing print() with structured logging; setting up or integrating a crash SDK (Sentry, Crashlytics, PostHog); auditing error handling for silent failures (catch blocks with no Logger/ErrorReporter call, try? on network/auth/payment operations, Task {} with no do-catch, Combine .replaceError() killing error visibility); adding privacy annotations to logs; integrating MetricKit for OOM/hang detection; or asking why errors are disappearing silently in production. Also use when reviewing any catch block, try?, or Task {} specifically to ensure errors reach a remote crash reporting service — not just for writing error handling in general.
3 -
aibot88 Bundle Legal BriefGerar briefings contextuais para trabalho jurídico — resumo diário, pesquisa de tópico ou resposta a incidente. Use ao iniciar o dia e precisar de uma varredura de itens jurídicos relevantes por email, calendário e contratos, ao pesquisar uma questão jurídica específica em fontes internas, ou quando uma situação em desenvolvimento (vazamento de dados, ameaça de litígio, consulta regulatória) exige contexto rápido.
3
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 using-superpowers, brooks-test, ui-ux-pro-max. 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.