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.
-
owen2345 Skill Openspec Continue Change 3Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
-
profsynapse Skill Pact Teachback 2Command-style teachback protocol for PACT teammates. Invoking this skill directly instructs you to store your teachback in task metadata and idle on awaiting_lead_completion before any implementation work.
-
profsynapse Skill Worktree Setup 2Create an isolated git worktree with a feature branch for PACT workflows. Use when: starting a new feature, beginning orchestrate or comPACT, creating sub-scope isolation for ATOMIZE, or manually isolating work. Triggers on: worktree setup, feature isolation, parallel workflow, new worktree.
-
profsynapse Skill Worktree Cleanup 2Remove a git worktree and its branch after PACT workflow completes. Use when: PR is merged, sub-scope work is consolidated, or manual cleanup is needed. Triggers on: worktree cleanup, remove worktree, delete worktree, branch cleanup.
-
waseemnasir2k26 Skill Ship 2Ship workflow: merge main, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR.
-
lion-1209 Bundle Task Breakdown 2需把需求拆成可执行任务并排依赖时。
-
aatirar Skill Voc Source Notes 2Pull customer signal from AI meeting notes (Granola, Fathom, Otter, Fireflies notes, Notion meeting docs). Covers the conversations your call recorder missed — in-person meetings, conferences, calls on a personal phone. Trigger on /voc-source-notes, "pull my meeting notes", "what came up in meetings this week".
-
agents-store Bundle Workflow 2Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", "queue", "event", "push", "subscribe", or step-based orchestration.
-
alex-rachel Skill Openspec Archive Change 2Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
-
catlog22 Bundle Scholar Review 2Systematic academic paper review workflow covering self-review before submission and rebuttal writing after receiving reviewer feedback. Triggers on "review paper", "self-review", "write rebuttal", "respond to reviewers", "analyze review comments", "paper review".
-
catlog22 Bundle Scholar Rebuttal Pro 2Enhanced academic paper review response workflow with Agy/CLI collaborative analysis and multi-perspective discussion. Produces structured rebuttal documents with evidence-based strategies. Triggers on "rebuttal", "respond to reviewers", "review response", "审稿回复".
-
profsynapse Skill Pr Workflow 2PR and Git Workflow (pr-workflow)
-
profsynapse Bundle Nexus Release 2Cut a Nexus release — bump the version with the repo's own machinery, get the docs and generated sources right, push a tag the GitHub Actions workflow will actually pick up, and recover when it does not. Use when asked to release, publish, ship, cut a release, bump the version, or tag a version, and when a release workflow did not fire, failed its version guard, or produced the wrong assets.
-
saubakirov Skill Tfw Plan 3Command /tfw-plan plans a Trace-First Workflow task and creates or revises HL/TS artifacts. Use for /tfw-plan, TFW task inception, scope planning, or phase specifications.
-
saubakirov Skill Tfw Config 2Command /tfw-config audits or changes Trace-First Workflow configuration and propagates values to every registered inline location. Use for /tfw-config, config verification, project_config.yaml changes, or Config Sync Registry updates.
-
saubakirov Skill Tfw Resume 2Command /tfw-resume locates and resumes a Trace-First Workflow task from filesystem traces and its own task state. Use for /tfw-resume, a phase status matrix, interrupted work, or selection of the next TFW stage.
-
saubakirov Skill Tfw Review 3Command /tfw-review reviews a completed Trace-First Workflow RF against its TS, implementation, and evidence. Use for /tfw-review, a TFW verdict, RF verification, or a REVIEW artifact.
-
saubakirov Skill Tfw Update 3Command /tfw-update upgrades and synchronizes local Trace-First Workflow files and adapters while preserving project state. Use for /tfw-update, upstream upgrades, version comparison, migration, or adapter repair.
-
saubakirov Skill Tfw Handoff 3Command /tfw-handoff executes an approved Trace-First Workflow TS and creates ONB, implementation changes, evidence, and RF. Use for /tfw-handoff or implementation of an approved TFW task or phase.
-
saubakirov Skill Tfw Release 2Command /tfw-release routes a project-defined release effect under Trace-First Workflow. Use for /tfw-release, release scoping, versioning, changelog entries, tag planning, or release verification.
-
saubakirov Skill Tfw Knowledge 2Command /tfw-knowledge consolidates Trace-First Workflow Fact Candidates into verified project knowledge. Use for /tfw-knowledge, the knowledge gate, fact promotion, topic files, or knowledge_state.yaml maintenance.
-
speakeasy-api Skill Diagnose Generation Failure 2Use when SDK generation failed or seeing errors. Triggers on "generation failed", "speakeasy run failed", "SDK build error", "workflow failed", "Step Failed", "why did generation fail"
-
speakeasy-api Skill Orchestrate Multi Repo Sdks 2Use when each language SDK lives in a separate repository. Covers cross-repo workflow dispatch, PR status reporting, PR reconciliation on merge/close. Triggers on "multi-repo SDK", "separate SDK repositories", "cross-repo workflows", "SDK PR synchronization", "spec repo triggers SDK repos".
-
speakeasy-api Skill Orchestrate Multi Target Sdks 2Use when generating SDKs for multiple languages from a single OpenAPI spec, or multiple SDK variants from different sources. Covers workflow.yaml multi-target configuration, per-language gen.yaml, monorepo structure. Triggers on "multiple SDKs", "multi-language SDK", "SDK for each language", "multi-target SDK", "SDK monorepo", "generate SDKs for".
-
starforall Skill Trellis Start 2Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or re-establishing project context.
-
starforall Skill Trellis Continue 2Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via get_context.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.
-
starforall Skill Trellis Check 2Comprehensive quality verification: spec compliance, lint, type-check, tests, cross-layer data flow, code reuse, and consistency checks. Use when code is written and needs quality verification, before committing changes, or to catch context drift during long sessions.
-
starforall Skill Trellis Break Loop 2Deep bug analysis to break the fix-forget-repeat cycle. Analyzes root cause category, why fixes failed, prevention mechanisms, and captures knowledge into specs. Use after fixing a bug to prevent the same class of bugs.
-
delorenj Bundle Mise Tasks 2Orchestrate multi-step project workflows using mise task definitions with dependency management and argument handling. Use whenever the user wants to create, edit, or debug mise tasks, wire up task dependencies with depends/depends_post, or run workflows via 'mise run'. Also use when setting up task runners or automating build pipelines through mise. Do NOT use for mise environment variable configuration (use mise-configuration instead) or for general shell scripting unrelated to mise.
1 -
delorenj Bundle Mise Task Managing 2Conventions for creating and managing development workflow tasks.Use 1) when asked to create a mise task, 2) when adding a tasks to node package file, pnpm, bun, 3) when creating or modifying a script, 4) to encapsulate a complex workflow or chain of commands.
1 -
growilabs Bundle Kiro Spec Tasks 2Generate implementation tasks from requirements and design. Use when creating actionable task lists.
-
kalyvask Skill Fun Angle 2Finds the unexpected, dry, or self-deprecating angle that makes an email memorable. Turns "professional and polite" into "this person sounds like a real human." Use when a draft is technically correct but forgettable, when the user wants humor without slapstick, or when they need a subject line or sign-off with personality. Triggers on "make it funny," "more personality," "less corporate," "humor," "memorable subject line," "sign-off ideas."
-
kalyvask Skill Pick A Lane 2Diagnoses drafts that tell three half-stories instead of one full story, and rewrites them around the single strongest narrative thread. Implements Konrad's rule 7 and Adam Bryant's "stay in your lane" advice — distinct from compression (which cuts words) because pick-a-lane cuts whole stories. Use when a bio, cold email, op-ed, or pitch reads as a resume regurgitation, when the writer is dumping multiple accomplishments instead of telling one fully, or when a paragraph keeps turning corners. Triggers on "pick a lane," "stay in your lane," "too many stories," "resume dump," "before/after rewrite," "compress the narrative," "feels like a CV."
-
higress-group Skill Issue Spec Propose 2Create or continue proposal, SPEC, QUESTION, design, and TASK artifacts for an issue-spec change.
-
higress-group Bundle Issue Spec Workflow 2Use issue-spec to plan and implement a change through exact-head human review handoff.
-
jimmypaolini Skill Codependix Export 2Run a codependix dependency graph export or boundary check, choose between --check boundaries, --check reports, and --write, point a run at a workspace root or a configuration file, or read a Mermaid block or JSON graph it produced. Use when running codependix or npx codependix, when a run exits 0 having written nothing, when --check is refused for carrying no value, when looking for a flag that selects one graph type, when wiring codependix into a CI step, or when reading an exported Nx Neighborhood, NestJS module graph, or file-level import graph. Covers the command-line host directly, without assuming any task runner.
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 openspec-continue-change, pact-teachback, worktree-setup. 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.