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.
-
byronwall Bundle Orchestrate WorkCoordinate substantial work from one persistent orchestrator with narrowly scoped GPT-5.6 Luna collaboration subagents. Use when Byron says `$orchestrate-work`, asks Codex to be an orchestrator, requests parallel implementation or investigation, asks to split coding from verification, or wants a coordinated feedback loop. Create a dedicated Codex task only for a new orchestrator, an explicit request for a separate task, or a wholly new scope that needs independent ownership and history.
-
fw1201 Bundle Tw Edu Meeting Facilitator 2建立議程、紀錄與可追蹤行動事項。適用於會議、議程、會議紀錄。
-
henry-md Bundle ReflectUse when the user invokes /reflect or asks Codex to review recent complex feature work and decide whether a focused refactor is objectively worthwhile. This skill is a conservative post-implementation maintainability pass: inspect the chat context, changed code, and nearby architecture; recommend or apply cleanup only when it is likely to reduce lines of code, duplication, conceptual load, or future maintenance risk without changing behavior. Put special pressure on deleting unnecessary code, plumbing, branches, adapters, and scaffolding that were useful during bug fixes or earlier iterations but are no longer needed after the logic settled somewhere else. When recommending cleanup, also name the regression tests or $checks workflow coverage needed to prove touched functionality still works.
-
henry-md Bundle Characterize CodexApplies the `characterize` push workflow to the fixed git repo at `/Users/Henry/.codex/skills` (`~/.codex/skills`) so Codex skill changes are grouped into safe commit buckets, committed locally, verified as a stack, and pushed once. Use when the user explicitly invokes `characterize-codex` to publish Codex skill changes from the skills repo rather than from the current working directory.
-
itspecialist111 Skill Comms Meeting Insightscomms/meeting-insights — skill payload
-
adesolaodubiyi Skill Post Rebase VerifyRun after any rebase that required manual conflict resolution. Checks that intentional additions survived --ours/--theirs resolution and that structured files (package manifests, configs, interfaces) are consistent. Catches the class of silent-drop failures that only surface when a reviewer asks "where's the TODO?" or a build fails. Trigger on "post-rebase", "after rebase", "verify rebase", "check rebase", or whenever you just resolved rebase conflicts.
-
igrlebed Skill Lazyweb Optimize Sign UpOptimize a sign-up / registration screen by reading the target screen, diagnosing signup friction, and producing 2-4 falsifiable redesign hypotheses backed by Lazyweb sign-up references, experiment evidence, conventions, and divergent design moves. Use when the user wants to redesign, improve, critique, or optimize a sign-up screen for signup completion rate (account creation, email capture, onboarding entry).
-
outfitter-dev Bundle Codify 2This skill should be used when implementing patterns as Claude Code components (skills, commands, hooks, agents), or when codify, capture workflow, turn into a skill, or make reusable are mentioned. For pattern identification, see find-patterns skill.
-
outfitter-dev Skill Maintain Tasks 2Task management for session continuity. Use when coordinating multi-step work, managing subagent assignments, or preserving intent across compaction. Triggers on track tasks, manage work, coordinate agents, or when complex work requires sequencing.
-
racecraft-lab Skill Speckit Plan 3Execute the implementation planning workflow using the plan template to generate design artifacts.
11 -
racecraft-lab Skill Speckit Analyze 3Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
11 -
rudironsoni Skill Orlix Docs Query 3Answer Orlix architecture, ownership, decision, epic, story, task, capability, provenance, and relationship questions from the canonical docs ontology.
-
rudironsoni Bundle Orlix Docs Ingest 3Add or update Orlix knowledge in the canonical docs ontology. Use for architecture, decision, epic, story, task, capability, terminology, provenance, and durable lesson changes.
-
involvex Skill Plan Writing 3Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
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 orchestrate-work, tw-edu-meeting-facilitator, reflect. 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.