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.
-
gktuoktay Skill Update Changelog WorkflowRelease & Changelog Manager: Manages version bumps (x.x.x SemVer) and CHANGELOG.md generation ONLY during the Release/Deployment phase, never during active coding.
-
gktuoktay Skill Git Conventional CommitsGit commit mesajları ve branch isimlendirme standartlarını belirler. Conventional Commits kurallarını uygular.
-
wondermonger-daydreaming Skill DecorumBefore producing significant creative, analytical, or critical output, diagnose what register the task requires — not 'what tone should I use' but 'what tradition of discourse does this belong to, and what are its rules?' The Silmarillion needs Atlakviða compression; the Shire chapters need Red Book warmth; close reading needs sentence-level precision; unspooling needs exploratory freedom. Matching register to task is the skill. Use when something feels off-tone, when a response or text seems to violate its own tradition, when asked 'what register does this want,' 'why does this feel wrong,' 'calibrate,' 'match the register,' 'decorum,' or before any significant output where the wrong register would undermine the content. Also useful diagnostically — when something feels wrong but you can't say why, the answer is often a register mismatch.
-
ahtishamshahzad Skill Nestjs FoundationUse to plan a NestJS foundation after NestJS is approved — module boundaries, dependency injection, providers, pipes/guards/interceptors/filters, config module, conventions for a multi-developer codebase. Plans only; scaffolds nothing without task approval.
-
ahtishamshahzad Skill Monorepo SelectionUse when a monorepo is chosen to pick the workspace/tooling — pnpm/npm workspaces alone vs adding Turborepo for task orchestration and caching — based on app count, build complexity, and CI needs. Evaluates rather than defaulting to the heaviest option.
-
ahtishamshahzad Skill Email NotificationsUse to plan transactional email and notification delivery — provider choice, template management, sending via background jobs, deliverability (SPF/DKIM/DMARC), bounce/complaint handling, and abuse-safe triggering.
-
ahtishamshahzad Skill Mobile Background TasksUse to plan background execution — background fetch, location, audio, or task runners — within OS constraints, with battery and lifecycle awareness. Requires native support (dev build or CLI).
-
majesticlabs-dev Skill Rails FeatureUse when the user invokes rails-feature by name or asks for a full feature workflow in a Rails project.
-
majesticlabs-dev Skill Action Mailer CoderUse when creating or refactoring Action Mailer emails.
-
zakirkun Bundle Workflow Step BypassDetects multi-step workflows where step validation relies on client-side state or is insufficiently enforced server-side.
-
kilo-org Bundle PrefectPrefect is a modern workflow orchestration framework for Python data pipelines. Learn to define flows and tasks with decorators, handle retries and scheduling, create deployments, and monitor via the Prefect UI.
-
kilo-org Bundle PonytailForces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", and whenever they complain about over-engineering, bloat, boilerplate, or unnecessary dependencies.
-
kilo-org Bundle Databricks CoreDatabricks CLI operations and the parent/entry-point skill for all Databricks work: authentication, profile selection, data exploration, bundles, and Genie natural-language data Q&A. Load this first for any Databricks task (CLI, auth, profiles, exploring catalogs/tables), then load the matching product skill. Contains up-to-date guidelines for Databricks-related CLI tasks.
-
kilo-org Skill Data InvestigationA workflow for conducting rigorous, reproducible data investigations and ad-hoc analyses. This skill should be used when investigating a business question, explaining a metric anomaly, validating a hypothesis, performing root cause analysis, or preparing a one-off investigation dashboard or memo.
-
kilo-org Bundle Meeting Insights AnalyzerAnalyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership skills.
-
robomotionio Bundle Google CalendarGoogle Calendar — create, read, update, delete, and search calendar events. Supports recurring events, attendees, and multi-calendar management via `robomotion googlecalendar`. Do NOT use for Outlook Calendar, Calendly, Cal.com, or other scheduling tools.
-
robomotionio Skill ObsidianRead, search, and create notes in the Obsidian vault.
Audited -
robomotionio Skill Writing PlansUse when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
Audited -
robomotionio Skill 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).
Audited -
jshsakura Skill DebuggerUse when a task needs deep bug isolation across code paths, stack traces, runtime behavior, or failing tests.
-
jshsakura Skill QA ExpertUse when a task needs test strategy, acceptance coverage planning, or risk-based QA guidance for a feature or release.
-
jshsakura Skill Golang ProUse when a task needs Go expertise for concurrency, service implementation, interfaces, tooling, or performance-sensitive backend paths.
-
jshsakura Skill M365 AdminUse when a task needs Microsoft 365 administration help across Exchange Online, Teams, SharePoint, identity, or tenant-level automation.
-
jshsakura Skill Python ProUse when a task needs a Python-focused subagent for runtime behavior, packaging, typing, testing, or framework-adjacent implementation.
-
jshsakura Skill UI DesignerUse when a task needs concrete UI decisions, interaction design, and implementation-ready design guidance before or during development.
-
jshsakura Skill Dx OptimizerUse when a task needs developer-experience improvements in setup time, local workflows, feedback loops, or day-to-day tooling friction.
-
jshsakura Skill Electron ProUse when a task needs Electron-specific implementation or debugging across main/renderer/preload boundaries, packaging, and desktop runtime behavior.
-
jshsakura Skill Postgres ProUse when a task needs PostgreSQL-specific expertise for schema design, performance behavior, locking, or operational database features.
-
jshsakura Skill Rails ExpertUse when a task needs Ruby on Rails expertise for models, controllers, jobs, callbacks, or convention-driven application changes.
-
jshsakura Skill Risk ManagerUse when a task needs explicit risk analysis for product, operational, financial, or architectural decisions.
-
jshsakura Skill Scrum MasterUse when a task needs process facilitation, iteration planning, or workflow friction analysis for an engineering team.
-
jshsakura Skill Sre EngineerUse when a task needs reliability engineering work involving SLOs, alerting, error budgets, operational safety, or service resilience.
-
jshsakura Skill Swift ExpertUse when a task needs Swift expertise for iOS or macOS code, async flows, Apple platform APIs, or strongly typed application logic.
-
jshsakura Skill UI UX TesterUse when a task needs exhaustive UI and UX functional testing driven by documented user flows, with structured defect reporting.
-
jshsakura Skill CLI DeveloperUse when a task needs a command-line interface feature, UX review, argument parsing change, or shell-facing workflow improvement.
-
jshsakura Skill Code ReviewerUse when a task needs a broader code-health review covering maintainability, design clarity, and risky implementation choices in addition to correctness.
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 update-changelog-workflow, Git Conventional Commits, decorum. 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.