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.
-
harshahosur81 Skill Logsink Debug EngineerLogsink Degug Workflow skill
-
harshahosur81 Skill Orchestration ProtocolOrchestration Workflow Skill
-
kynetic-ai Skill Create WorkflowCreate Workflow
-
tibsfox Skill Session AwarenessProject state awareness and session recovery for GSD-managed projects. Use this skill whenever: starting a new work session, resuming after a break, the user asks "where did we leave off" or "what's the current state", before making substantial code changes (to check for existing plans), the user seems disoriented about project status, or when something seems off and STATE.md might have relevant context. Also activates when the user references .planning/ files, milestones, phases, or project progress.
-
elsolal Bundle Dev WorkflowDev Workflow — Adaptive Feature Implementation
-
elsolal Skill Dev Workflow 2Dev Workflow — Adaptive Feature Implementation
-
argentaios Skill Community Subagent Driven DevelopmentUse when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).
-
s3yed Skill Creative Review Gate 2Review-pack and approval-gate workflow for short-form creative production when the user wants oversight before continuing.
-
s3yed Skill Content Production Workflow 2End-to-end workflow for creative review gates, content drafting, and publishing to blogs, Notion, and social channels with explicit approval checkpoints.
-
fabioc-aloha Skill Action Items TodoistExtract action items from today's Granola/Grain meetings, create Todoist tasks, complete fulfilled tasks, and draft meeting-triggered follow-up emails. Use when running the daily action items cron, post-meeting cron, or when user asks to process meeting action items. NOT for general email drafting without meeting context.
-
fabioc-aloha 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.
-
aiescu Bundle Writing PlansUse when you have a spec or requirements for a multi-step task, before touching code
-
aiescu Bundle Caveman CompressCompress a memory file such as CLAUDE.md or a todo list into caveman format to save input tokens, keeping a readable backup. Trigger: /caveman-compress.
-
aiescu Bundle Planning And Task BreakdownBreaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
-
duclm1x1 Skill Email To Calendar> **CRITICAL RULES - READ BEFORE PROCESSING ANY EMAIL**
-
rysweet Bundle Multitask 2Execute multiple independent development tasks in parallel using subprocess isolation. Each task runs in a clean /tmp clone with Recipe Runner code-enforced workflow execution. Proven pattern: 4/5 PRs created successfully in first production use.
-
rysweet Skill Cascade Workflow 3Graceful degradation through cascading fallback strategies - ensures system always completes while maintaining acceptable functionality
-
rysweet Skill Default Workflow 3Development workflow for features, bugs, refactoring. Normally executed as a sub-recipe by dev-orchestrator/smart-orchestrator. Supports direct invocation via recipe runner for standalone use.
-
rysweet Skill N Version Workflow 3N-version programming for critical implementations - generates N independent solutions and selects the best through comparison
-
rysweet Skill Debate Workflow 2Structured multi-perspective debate for important architectural decisions and complex trade-offs
-
rysweet Bundle Dev Orchestrator 2Default task orchestrator for all development and investigation work. Classifies tasks, decomposes into parallel workstreams if appropriate, and routes execution through the recipe runner. Replaces ultrathink-orchestrator.
-
rysweet Skill Investigation Workflow 46-phase investigation workflow for understanding existing systems. Normally executed as a sub-recipe by dev-orchestrator/smart-orchestrator. Supports direct invocation via recipe runner for standalone use.
-
rysweet Bundle Workflow Enforcement 2Workflow step compliance guidance with mandatory step reminders and visual progress tracking. Reminds Claude to complete all workflow steps before PR creation.
-
rysweet Bundle Dotnet Exception Handling 2Comprehensive .NET exception handling quality improvement workflow. Auto-detects .NET projects, investigates 10 common exception handling mistakes, generates prioritized findings, and orchestrates fixes following best practices.
-
rysweet Skill Philosophy Compliance Workflow 2Philosophy compliance guardian - ensures code aligns with amplihack's ruthless simplicity, brick philosophy, and Zen-like minimalism through systematic review
-
hironow Bundle Hatch PetCreate, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly. Requires the Codex runtime (built-in $imagegen system skill and the Codex app pet contract); do not use from other agents.
-
maslennikov-anton Bundle Delivery ManagerПланировать delivery выбранной инициативы: phases, dependencies, risks, readiness, release plan, role coordination; not code-level task plan.
-
maslennikov-anton Bundle Executing Implementation PlansИспользовать, когда есть written implementation plan и его нужно выполнить task-by-task с checkpoints, verification commands и остановкой на blockers.
-
drmoisan Skill Orchestrator Workflow 3Coordinate a feature or bug request from intake through promotion, planning, execution, validation, and review by selecting the correct small or large path and delegating to migrated Codex specialists when available.
-
drmoisan Bundle Repo Automation Adapter 3Centralize host-surface and repo-automation differences for Codex. Use when a migrated workflow previously depended on GitHub Copilot or VS Code extension commands and needs a single Codex-compatible execution or fallback rule.
-
jcdavis131 Skill Progress BoardMaintains a visible, counted, one-line task board for ambient progress awareness. Use when running any multi-step task (3+ steps), when switching lanes, when the user asks for status, or when a long background op runs alongside foreground work.
-
majesticlabs-dev Skill Action Mailer Coder 2Use when creating or refactoring Action Mailer emails. Applies Rails 7.1+ conventions, parameterized mailers, preview workflows, background delivery, and email design best practices.
-
thearchitectit Bundle A B TestingA/B testing design and analysis covering hypothesis framing, metric selection, sample size calculation, test implementation, statistical significance evaluation, and results interpretation. This skill should be used when Cline needs to design, run, or analyze A/B tests — from website experiments and email campaigns to feature comparisons and pricing tests.
-
thearchitectit Bundle Git PushingStage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
-
thearchitectit Bundle Git WorkflowGit version control best practices covering branching strategies, commit conventions, pull request workflows, conflict resolution, and repository management. This skill should be used when setting up Git workflows, writing conventional commits, resolving merge conflicts, managing branches, or establishing team Git standards.
-
thearchitectit Bundle Playwright SkillComplete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
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 logsink-debug-engineer, orchestration-protocol, create-workflow. 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.