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.
-
frankxai-agentic-creator-os Bundle Creator ProductivityTask management and workspace memory for creative work sessions. Manages a TASKS.md file for project tracking, a two-tier memory system (CREATOR.md + creator-memory/), and a daily sprint structure. Use when organizing creative projects, tracking content tasks, or starting a focused work session.
-
human-avatar Skill S4hMaster orchestration skill. Takes any situation in plain English, identifies the underlying goal, designs a multi-skill reasoning workflow, and executes it sequentially — feeding each skill's output into the next. Use when you say 'help me think through this', 'I need to figure out what to do', 'where do I start', or any time you want structured thinking applied end-to-end rather than routed to a single tool.
-
human-avatar Skill S4h Creativity Six HatsApply Edward de Bono's Six Thinking Hats for structured parallel thinking. Use when the user wants to think through a decision, plan, or idea from multiple angles; wants to avoid groupthink or one-dimensional analysis; is preparing for a meeting or discussion; or wants a complete map of a situation before committing. Also use when the user mentions 'devil's advocate', 'playing it safe', 'gut feeling', or wants both optimism and caution applied to the same thing.
-
liqiongyu Bundle Written CommunicationDraft and edit written artifacts (email, memo, doc) with a quality gate.
-
liqiongyu Bundle Finding Mentors SponsorsBuild a Mentor & Sponsor Plan: target list, outreach scripts, meeting agenda, tracking cadence.
-
human-avatar Skill S4h Social Dynamics AnalysisIdentifies group psychology shaping a discussion or team — groupthink, status dynamics, coalition formation, psychological safety. Triggers: 'group dynamics', 'why does this team behave like this', 'groupthink check', 'why won't people speak up', 'meeting dynamics', 'team dysfunction'.
-
jamie-bitflight Skill Verify DoneRigorous self-assessment checklist before marking any task as complete. Use when about to claim task completion, before final commit, when user asks "is it done?", or when transitioning from implementation to reporting. Prevents premature completion claims by requiring evidence for every assertion.
-
jamie-bitflight Bundle Python3 CoreActivates on any Python task involving *.py files, uv, ruff, ty, pytest, or pyproject.toml — establishes Python 3.11+ coding standards, SOLID design guidance, strict typing policy, testing defaults (pytest + pytest-mock), tooling expectations (uv, ruff, ty, hatchling), and code smell detection as design signals. Routes to specialist skills for TDD, CLI, web, data, async, or constrained environments.
-
harshahosur81 Skill Git WorkflowOrchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g
-
jamie-bitflight Skill Implement RefactorUse when a refactoring task file exists from /assessor and tasks need execution. Reads task files, resolves dependencies, delegates to specialist agents (SKILL_SPLIT, AGENT_OPTIMIZE, DOC_IMPROVE), and tracks completion with parallel orchestration
-
human-avatar Skill S4h Communication Medium SelectionMatches the message to the right channel and format — the same content in the wrong medium loses most of its effect. Triggers: 'which channel', 'email vs meeting', 'should this be async or sync', 'medium fit', 'how should I deliver this'.
-
jackspace Bundle Cloudflare WorkflowsComplete knowledge domain for Cloudflare Workflows - durable execution framework for building multi-step applications on Workers that automatically retry, persist state, and run for hours or days. Use when: creating long-running workflows, implementing retry logic, building event-driven processes, scheduling multi-step tasks, coordinating between APIs, or encountering "NonRetryableError", "I/O context", "workflow execution failed", "serialization error", or "WorkflowEvent not found" errors. Keywords: cloudflare workflows, workflows workers, durable execution, workflow step, WorkflowEntrypoint, step.do, step.sleep, workflow retries, NonRetryableError, workflow state, wrangler workflows, workflow events, long-running tasks, step.sleepUntil, step.waitForEvent, workflow bindings
-
harshahosur81 Skill Conductor SetupInitialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)
-
jackspace Bundle Cloudflare Email RoutingGuide to Cloudflare Email Routing, covering both Email Workers for receiving mail and the send_email binding for sending mail from Workers. Covers dashboard setup with MX, SPF and DKIM records, the email() handler and ForwardableEmailMessage, parsing with postal-mime, composing with mimetext and cloudflare:email EmailMessage, allowlists and blocklists, conditional forwarding, and automatic replies. Documents 8 known issues including Email Trigger not available, unverified destination addresses, Gmail rate limiting, SPF permerror, failed to call worker, and limited free-plan debugging. Use when enabling email routing, writing or configuring an Email Worker, sending notifications or alerts from a Worker, parsing incoming email, configuring MX records, or troubleshooting mail that is not forwarding or delivering.
-
harshahosur81 Skill Conductor RevertGit-aware undo by logical work unit (track, phase, or task)
-
harshahosur81 Skill Workflow PatternsUse this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
-
harshahosur81 Skill Conductor ImplementExecute tasks from a track's implementation plan following TDD workflow
-
harshahosur81 Skill Temporal Python ProMaster Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment. Use PROACTIVELY for workflow design, microservice orchestration, or long-running processes.
-
delorenj Bundle GoogleUse when you need to interact with Google services from Clawdbot, including Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
1 -
jamie-bitflight Bundle Development HarnessRoutes to the correct dh skill entry point by intent. Use when unsure which development-harness skill to invoke, starting a development workflow, or invoking /dh directly. Covers capture, groom, plan, execute, single task, quality gates, and milestone routing.
-
harshahosur81 Skill Context Driven DevelopmentUse this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.
-
criptogus Skill Git WorkflowGit workflow - Boas práticas para branches, commits e PRs
-
jamie-bitflight Skill Async Python PatternsUse when writing asyncio Python code — async/await coroutines, concurrent I/O with asyncio.gather, task creation and cancellation, semaphore rate limiting, producer-consumer queues, async context managers, async generators, WebSocket servers, aiohttp web scraping, async database operations, run_in_executor for blocking calls, or testing async code with pytest-asyncio. Covers FastAPI and aiohttp patterns, synchronization primitives, timeout handling, and common pitfalls like event loop blocking and missing await.
-
jamie-bitflight Skill Conventional CommitsWhen writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.
-
delorenj Bundle Mise TasksOrchestrate 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 Docs WriterAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
1 -
harshahosur81 Skill Workflow Orchestration PatternsDesign durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
-
delorenj Bundle Brule MethodAbsurdist character-persona engine. Transforms the assistant into Dr. Denny Grubbs, a confidently incompetent public-access "expert" who answers real questions through broken logic, malformed words, and unhinged family lore, while still (accidentally) getting the task done. Use this skill whenever the user summons Dr. Grubbs, Denny, "the doctor", asks to talk to the weird guy, asks for an answer "in character", invokes the brule method or brule machine, or has previously activated the persona in this conversation. Once activated, the persona stays on for every following turn until the user explicitly turns it off.
1 -
peparhugo Bundle Skill CreatorThis skill should be used when the user asks to create a new skill, build a skill, make a custom skill, develop a CLI skill, or wants to extend the CLI with new capabilities. Automates the entire skill creation workflow from brainstorming to installation.
-
henryhawke Bundle Hal9000This skill should be used when the user invokes `$hal9000`, asks to "autonomously improve this repository", "find and do the next valuable engineering work", "act as a solution architect", or requests a persistent repository orchestrator that discovers, implements, and verifies meaningful capability rather than waiting for one predefined task.
-
henryhawke Skill Create SubagentCreate custom subagents for specialized AI tasks. Use when you want to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.
-
henryhawke Skill Skill HarvesterExtract normalized, evidence-backed skill records from code, diffs, architecture docs, tests, tickets, screenshots, or meeting notes. Use when Codex needs to inventory demonstrated skills, deduplicate capabilities, or emit machine-parseable skill logs.
-
henryhawke Bundle Task ManagementUse for coordinating development tasks, breaking down features into implementation steps, managing dependencies between tasks, tracking progress, and integrating with Task Master AI and Linear for project management.
-
henryhawke Bundle Workflow OrchestrationUse for designing durable workflows with Temporal Python SDK, implementing saga patterns, distributed transactions, and long-running processes. Covers workflow vs activity separation, state management, testing strategies, and production deployment.
-
tyler-r-kendrick Bundle DotnettyGuidance for DotNetty event-driven asynchronous network application framework. USE FOR: high-performance TCP/UDP servers and clients, custom binary protocol implementations, Netty-style channel pipelines, event loop groups, codec handlers, TLS/SSL socket connections. DO NOT USE FOR: HTTP APIs (use ASP.NET Core), gRPC services (use grpc-dotnet), email sending (use mimekit), high-level stream processing (use system-io-pipelines).
-
tyler-r-kendrick Bundle AutomatonymousUse when building state machine workflows integrated with MassTransit for distributed sagas and long-running processes. USE FOR: state machine definitions, MassTransit saga orchestration, order/workflow lifecycle management, distributed state transitions, compensation logic DO NOT USE FOR: simple in-process mediator patterns (use mediatr), standalone actor concurrency (use akka-net), basic event pub/sub without state tracking (use event-driven)
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 google, mise-tasks, docs-writer. 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.