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.
-
zaxbyhub Bundle UnswarmCodex adapter for disabling a previously requested swarm-like workflow in the current thread. Use when the user says unswarm, stop swarm mode, return to normal mode, simplify the workflow, or stop using extra review/delegation rigor.
-
zaxbyhub Skill ExecuteExecute Protocol
-
zaxbyhub Skill ContributingEnd-to-end PR workflow for opencode-swarm. Covers branch setup, conventional commits, mandatory release notes, 5-tier CI checks, and PR submission format. Load this skill before creating branches, commits, or pull requests.
-
zaxbyhub Bundle Commit PrMandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before `git push`, `gh pr create`, `gh pr edit`, or `gh pr ready`. Routes to the single canonical source of truth at `.claude/skills/commit-pr/SKILL.md`.
-
zaxbyhub Skill Swarm PlanFull execution protocol for MODE: PLAN -- plan creation, external plan ingestion, QA gate persistence, task granularity, and traceability checks.
-
zaxbyhub Skill Issue IngestFull execution protocol for MODE: ISSUE_INGEST -- GitHub issue intake, localization, spec generation, and transition to the full fix workflow.
-
zaxbyhub Bundle Swarm ImplementCodex adapter for complex implementation work using the canonical opencode-swarm implementation workflow. Use for multi-file features, bug fixes, refactors, risky code changes, or tasks that benefit from exploration, scoped planning, implementation, review, and validation.
-
zaxbyhub Skill Fork Pr OperationsOperational patterns for fork PRs (head repo differs from base repo). Covers GitHub workflow approval after push, force-push protocol, remote naming conventions, stale CI verification, and bot review multi-round awareness. Load when working with fork PRs, cross-repo contributions, or workflow approval issues.
-
zaxbyhub Skill Pre Phase BriefingFull execution protocol for MODE: PRE-PHASE BRIEFING -- phase-start context assembly, evidence review, and task readiness checks.
-
zaxbyhub Skill Gate AttributionPer-task gate dispatch protocol for reviewer/test_engineer set-dispatch attribution. Activates when dispatch_lanes returns set-dispatch verdict rows that must be attributed to plan tasks. Documents single-task attribution plus parseable set-dispatch reviewer/test_engineer rows.
-
zaxbyhub Bundle Safe RenameWorkflow for safely renaming symbols (functions, types, classes, interfaces, constants, variables) across a codebase. Uses repo_map, batch_symbols, and build_check to ensure every consumer is updated and nothing breaks.
-
zaxbyhub Skill Worktree Retry CleanupProtocol for cleaning parallel-coder worktree lanes before retry. Triggered before re-dispatching any task that already has a lane (completed, denied, cancelled, or failed).
-
richard0901 Bundle Skill Workflow Packaging面向 OpenClaw 的技能工作流封装技能。用于把可复用流程整理成真正可发现、可触发、可隔离、可维护的本地 skill,而不是单纯说明文档。
-
peterbamuhigire Skill Saas Lifecycle Email And RetentionUse when section 07 of a SaaS plan. Use the corresponding meta skill for a non-SaaS case.
-
vodouai Bundle Custom Skill TemplateBlank template — customize with your own tools and workflow
-
vodouai Skill Tdd WorkflowEnforces Test-Driven Development (TDD) with RED-GREEN-REFACTOR cycle, enhanced by Vodou memory, parallel checks, and your project toolchain
-
vodouai Skill Ship A Featureworkflow template — PM specs, engineer implements, reviewer approves, deployer ships; pre-installed with the board, activates in Phase 2 when the workflow_template kind enum lands
-
vodouai Bundle Inbox And AgendaRead-only morning briefing — pulls unread Gmail + today's calendar.
-
legioncodeinc Bundle Neon Drizzle StingerNeon Postgres and Drizzle ORM on SvelteKit/Vercel: connections, schema, migrations, branching, query patterns, pgvector, RLS, and migrating off Supabase. Use for any Neon or Drizzle task.
-
legioncodeinc Bundle Lifecycle Email StingerWrites evidence-grounded hot and warm lead follow-up emails. Use for lead classification, sequences, cadence, suppression, QA, and measurement. Not for cold outreach or support tickets.
-
coldbox Skill RuleboxUse this skill when implementing a business rules engine in ColdBox/BoxLang using rulebox. Covers RuleEngine injection, defining rules with when/then/otherwise closures, named rule sets, chaining rules, running a rule set against a context, and production patterns for policy evaluation and workflow branching.
-
coldbox Skill Testbox CbmockdataUse this skill when generating realistic fake/mock data in tests using cbMockData (WireBox ID: MockData@cbMockData): age, boolean, date, datetime, email, fname, lname, name, num, sentence, ssn, string, tel, uuid, url, words, lorem, baconlorem, imageurl, ipaddress, autoincrement, oneof, rnd/rand; generating arrays of objects, nested objects, arrays of values, or using custom supplier closures.
-
coldbox Skill Coldbox Scheduled TasksUse this skill when creating ColdBox scheduled tasks, building Scheduler.cfc files, registering task frequencies, managing task life-cycles (before/after/onFailure/onSuccess), using server fixation for clustered apps, or configuring module schedulers.
Audited -
takazudo Skill B4push WisdomGuide for setting up before-push validation (b4push) and CI checking. Covers analyzing project structure, creating run-b4push.sh, adding package.json entry, creating project-specific b4push skill, setting up GitHub Actions CI. Use when: (1) User says 'set up b4push', 'add CI', 'before push checks', (2) Setting up a new project's validation workflow, (3) User wants CI + local validation.
-
takazudo Skill Dev Create B4push ScriptCreate a before-push validation script (b4push) and project-level b4push skill. Analyzes the project, identifies check steps (quality, build, test, doc site, e2e), generates scripts/run-b4push.sh, adds package.json entry, creates .claude/skills/b4push/SKILL.md. Use when: (1) User says 'create b4push', 'add b4push', 'before push script', (2) Setting up a new project's CI/validation workflow.
-
takazudo Skill Dev Wip Package Upstream Wt DevWorkflow for editing a WIP upstream package (consumed by this project via a sibling `file:../upstream/...` dep) when a fix or feature requires changing the upstream's code. ALWAYS work in a git worktree of the upstream — never on the shared `../upstream/` root checkout — because every consumer using that sibling shares the same on-disk HEAD. Use when: (1) The fix lives in the upstream package's source, not the consumer's, (2) User says 'edit upstream', 'fix upstream', 'patch upstream', 'upstream PR', 'I need to change the upstream framework', 'fix zfb / zdtp upstream', (3) Triaging a consumer-side issue and the root cause is in the upstream library, (4) Bumping the consumer's pin requires landing an upstream PR first.
-
takazudo Bundle Dev Codex Sync Settings From ClaudeSync the user's Claude Code workflow skills into the OpenAI Codex CLI settings repo ($HOME/.codex) as Codex-native ports, fix the Codex .gitignore for new local state, then commit and push. Use when: (1) user says '/dev-codex-sync-settings-from-claude', 'sync codex settings', 'sync claude skills to codex', 'port skills to codex', or 'update codex from claude'; (2) after updating ~/.claude workflow skills (big-plan, x, x-as-pr, x-wt-teams) and Codex should catch up; (3) the $HOME/.codex repo has drifted behind $HOME/.claude. The ports are condensed Codex-native REWRITES, never file copies.
-
latestaiagents Skill Branch Strategy AdvisorUse this skill when discussing Git branching strategies. Activate when the user asks about branch naming, GitFlow, trunk-based development, feature branches, release branches, how to organize branches, branch protection, or setting up a branching workflow for their team.
-
mrciphersmith Bundle Flow OrchestratorUse when Task Manager is enabled and a non-trivial feature, issue, or story should be driven through keryx flow from initialization to a user-selected completion, verified handoff, or open state.
-
40rty-ai Skill Shopify Admin Return InitiationCreate a formal Shopify Return record for an order, specifying line items, quantities, and return reason — the first step in the native returns workflow.
Audited -
40rty-ai Skill Shopify Admin Cancel And RestockCancel an unfulfilled order, optionally restock inventory, and optionally notify the customer — all in a single validated workflow.
Audited -
40rty-ai Skill Shopify Admin Duplicate Customer FinderRead-only: finds likely duplicate customer records by matching email, phone, or name combinations.
Audited -
alexe-ev Bundle Design Human In Loop WorkflowDesign workflows that appropriately balance AI automation with human oversight and intervention. Use this skill when a team is building an AI feature and needs to decide when and how humans stay in the loop.
-
alexe-ev Bundle Automate Workflow GovernanceIdentify automation opportunities in product workflows and establish governance standards. Use this skill when a team wants to reduce manual overhead in recurring product operations.
-
aradotso Skill Xiaopu Web Design SkillGenerate beautiful, consistent web pages with Claude using a spec-first, code-second design workflow
-
aradotso Skill Gbro Social Cover GeneratorGenerate AI cover image prompts for WeChat/RedBook posts with 10 composition styles, 3:4 ratio, face consistency, and three-round interactive workflow
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 unswarm, execute, contributing. 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.