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.
-
gullitmiranda Skill GitSafe Git workflow - commit with conventional format and branch safety, create branches, reset with backup, and multi-repo status. Use when committing, creating branches, resetting, or checking git status in multi-repo workspaces.
-
legalopsconsulting Bundle Collaboration Platform AdvisorCollaboration platform configuration methodology for legal matter sites. Site architecture, workflow identification, dashboard design, data quality governance, and user adoption for SharePoint, Teams, and equivalent platforms. M365 is the reference implementation — outputs are platform-agnostic enough to brief IT or build simple automations without becoming a Power Automate manual. Use when setting up a matter site, identifying workflows to automate, designing reporting dashboards, managing platform data quality, or driving user adoption. Trigger on: 'set up the matter site', 'configure SharePoint', 'build a dashboard', 'what should we automate', 'brief IT on this workflow', 'nobody is using the platform', 'data quality is poor', 'set up Teams channel', 'matter site structure', 'alerts and notifications', 'user training', 'platform governance', 'status dashboard', 'what workflows can we automate', 'matter site template'.
-
msiccdev Bundle Create SkillCreate canonical SKILL.md artifacts with deterministic schema, workflow, safety, and quality checks.
-
takumi0706 Bundle Kiro Spec TasksGenerate implementation tasks from requirements and design. Use when creating actionable task lists.
-
est7 Skill Plan Code WorkflowComplete Plan/Code workflow for moderate and complex tasks. Use when task complexity is moderate or complex (cross-module design, multi-file changes, architectural decisions). Not needed for trivial tasks.
-
jx1100370217 Skill IOS Project SetupInitialize and configure iOS/SwiftUI projects with best practices. Use when creating new Xcode projects, setting up project structure, configuring dependencies (SPM), setting up git, configuring build settings, or establishing coding standards. Fifth step in the idea-to-App-Store workflow after UI/UX design.
-
jx1100370217 Bundle Csdn Blog PublisherWrite and optionally publish technical blog posts for CSDN. Single post = full workflow (write + publish). Series/batch posts = write only (save .md locally for manual publishing).
-
eins78 Bundle Apple MailUse when asked to check, search or read email, including finding old messages in a large or multi-account archive, or listing and saving attachments. Covers live Mail.app queries via AppleScript and searching the on-disk .emlx store directly, with Mail.app closed. READ ONLY — no sending or modifying emails.
-
eins78 Bundle Send To KindleUse when getting a document onto an Amazon Kindle — which delivery routes still work, what format to produce, and why a delivery can silently fail. Kindle-only; nothing here applies to Kobo, reMarkable or other e-readers. Triggers: send to Kindle, put this on my Kindle, read on Kindle, Kindle email address, sendtokindle, personal documents, sideload EPUB, Kindle didn't receive it, kindle.com address, Kindle highlights, My Clippings.
-
seanspiesman Skill Workflow AdherenceEssential rules for ensuring agents complete full multi-step workflows without stopping prematurely.
-
pskoett Bundle Pre Flight Check[Beta] Session-start scan that surfaces relevant learnings, recent errors, and eval status before work begins. Bridges the outer loop back into the inner loop by making accumulated knowledge visible at task start. Activated via SessionStart hook or manually before major tasks.
-
yimwoo-hotl-plugin Skill ResumingResume an interrupted workflow run with verify-first strategy — loads sidecar state, verifies the last step, and continues execution.
-
yimwoo-hotl-plugin Bundle Using HotlUse when the user explicitly asks for HOTL routing or needs guidance choosing the right HOTL workflow skill.
-
yimwoo-hotl-plugin Skill Writing PlansUse after design approval to create a dated executable workflow file with bite-sized tasks, exact file paths, and loop/gate definitions.
-
yimwoo-hotl-plugin Skill Loop ExecutionUse when executing an existing HOTL workflow file — reads steps, loops until success criteria met, auto-approves low-risk gates, pauses at high-risk gates.
-
yimwoo-hotl-plugin Skill Governed ExecutionUse when executing an accepted HOTL workflow through the best available host or fallback driver.
-
viktor-ferenczi Skill Token Saving TechniquesA list of techniques for reducing token usage while working on complex tasks. Use this skill when the task at hand involves working with a significant number of documents or resources.
-
dqz00116 Skill DevflowUse when working in a DevFlow project with .devflow/ directory and gate-based step-by-step workflows
-
azure-azure-sdk-for-js Skill Agentic WorkflowsRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.
-
dqz00116 Skill Git WorkflowUse when committing code, pushing changes, or managing Git operations that require safety checks
-
dqz00116 Bundle Taskmaster SkillUse when managing complex project plans, tracking multi-phase task progress, or prioritizing development tasks
-
azure-azure-sdk-for-js Bundle Open Regeneration PrCommit ai-projects regeneration output and finish a draft GitHub PR. Use when the prior five regen skills are complete. Supports either a manually dispatched task that creates and pushes a branch via gh, or an issue-assigned Copilot session that already owns its branch and PR. Stages three to five non-empty logical commits and never force-pushes.
-
ottawacloudconsulting Bundle Occ Skill CreatorGuide for creating effective skills. Use when building a new Claude skill, packaging a domain workflow as a reusable skill bundle, or formalizing a repeated procedure. Covers the full lifecycle: creation, structured review, and iteration. Invoke explicitly with /occ-skill-creator.
-
shanepadgett Skill Ae Sdd ExplainExplain SDD concepts, workflow, and CLI-first usage
-
shanepadgett Skill Spec Driven DevelopmentSpec-Driven Development (SDD) workflow and state management. Use when guiding or executing SDD flows; selecting lanes (full/vibe/bug), managing artifacts, running task progression commands, and keeping change state current through ae sdd CLI.
-
yuki001 Bundle Game Balance AnalysisSpecialized in game numerical design, this skill designs first-pass game balance values, diagnoses and tunes existing systems, and evaluates balance proposals by building and running executable models, simulators, parameter sweeps, and evidence checks. Use for combat, progression, economies, items/builds, PvP/metagames, and random rewards when the task requires concrete numbers or a supported verdict. Do not use for broad qualitative game-design critique without a numeric or systemic balance decision.
-
yuki001 Skill Gat MilestonePlan milestone slices from overview + narrative alone (no system GDDs required), create per-milestone directory skeletons and briefs, and write gat/milestone/milestone.md. Runs before per-system design. Stops before technical design, task breakdown, or implementation.
-
yuki001 Skill Gat Workflow StartInspect the repo state and show a status panel across all milestones, recommending the earliest actionable next step in the workflow.
-
bcanfield Bundle Debt Ops AddRegister a deferred decision in the tech-debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you defer work, or when the user asks to log/register tech debt. Over-register freely; the developer drops with "drop A", "drop A,C", or "drop all".
-
bcanfield Bundle AddRegister a deferred decision in the debt registry. Trigger by judgment, not a marker scan, whenever a future reader would ask "why this way?": an unmade decision, stub, loosened type, bypassed check, swallowed error, a default picked "for now", or a TODO/FIXME/HACK/XXX marker. Trigger immediately whenever you defer work, or when the user invokes /debt-ops:add. Over-register freely; the developer drops with "drop A", "drop A,C", or "drop all".
-
falconnt Skill Writing PlansUse when you have a spec or requirements for a multi-step task, before touching code
-
derhaken Skill Writing PlansUse when you have a spec or requirements for a multi-step task, before touching code
-
derhaken Skill Architecture DesignUse when designing new systems or significant features, evaluating architectural trade-offs, choosing between structural approaches, or when a task requires understanding system-wide design before writing code
-
jwilger Bundle BootstrapTrigger this skill immediately when the user says "bootstrap" in any form. Also trigger it for any request about initializing a project's workflow, configuring development practices, or setting up a codebase for the first time. Key signals: "bootstrap", "set up workflow", "configure TDD", "generate AGENTS.md", "recommend skills", "onboard to project", "what tools should I use", "greenfield", "just cloned", "new developer joining". Detects the project environment, recommends skills by phase, configures TDD strategy, and generates instruction files. Project-level onboarding -- NOT for writing code, tests, or performing specific dev tasks.
-
diagrid-labs Skill Check Prereq AspireThis skill checks prerequisites for building Dapr Workflow apps with .NET Aspire. Use this skill when the user asks to "check prerequisites for Aspire", "verify Aspire environment", or "check Aspire setup".
-
diagrid-labs Skill Check Prereq DotnetThis skill checks prerequisites for building Dapr Workflow apps in .NET. Use this skill when the user asks to "check prerequisites for .NET", "verify .NET environment", or "check .NET setup".
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 git, plan-code-workflow, ios-project-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.