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.
-
swan-gtm Skill Pain Is The PitchUse this skill when your emails feel generic, aren't converting, lack emotional punch, or when you want to add specificity to promotional copy. Rewrites vague, generic email copy into emotionally specific, pain-driven messaging using Alex Hormozi's "Pain is the Pitch" framework. Paste any sales or promotional email and this skill identifies sections that lack emotional specificity, then provides 3 hyper-specific rewrites for each — transforming bland copy into vivid, conversion-driving language. Trigger on "my emails don't convert", "make my email more specific", "add emotional specificity", "pain is the pitch", "Hormozi email framework", "rewrite my email copy", "my copy feels generic", or any request to improve the emotional impact of email copy.
-
swan-gtm Skill Cold Email First TouchUse this skill when writing the first cold email to someone who has never heard of you — that opening touch, its subject line, the follow-ups threaded behind it, or a batch of first touches off a list. Produces copy built to earn a reply rather than close a deal, with the deliverability constraints treated as writing rules rather than an infrastructure problem. Trigger phrasings: "write a cold email", "cold outreach", "prospecting email", "outbound email", "email these leads", "SDR email", "nobody's replying to my emails", "write the sequence", "subject line for".
-
swan-gtm Bundle Leaked Demand RecoveryUse this skill when demand may have leaked between systems: a chat or form lead who never completed a booking, a demo request with no meeting, a call held with no follow-up sent, an inbound reply never answered, a trial that ended quietly, a deal closed lost on a blocker that has since changed. Produces a list of confirmed drops with the evidence attached and one drafted recovery message each, queued for a human to send. Fires on "did they ever book", "who fell through the cracks", "what did we drop", "who never got a follow-up", "unworked inbound", "leads that went nowhere", "recover lost inbound", and before any re-engagement send.
-
swan-gtm Skill Abm Retargeting FrameworkUse this skill when building retargeting for ABM — segmenting engaged accounts, managing frequency, and orchestrating retargeting across ads, email, BDR outreach, and direct mail.
-
dragoon0x Skill Email DesignEmail template design, responsive email patterns, and email deliverability considerations.
-
dragoon0x Skill Responsive EmailResponsive email design, mobile email optimization, and email-specific media queries.
-
dragoon0x Skill Notification CopyPush notification, in-app notification, and email notification copywriting patterns.
-
dragoon0x Skill Usability TestingPlanning and running usability tests, task design, participant recruitment, and analysis.
-
dragoon0x Skill Date Time PatternsDate picker, time picker, calendar views, date range selection, and relative time display.
-
dragoon0x Skill Project ManagementProject management tool design, task views, timeline design, board layouts, and team collaboration UX.
-
dragoon0x Skill Notification DesignNotification systems, alert hierarchy, toast patterns, badges, and notification center design.
-
dragoon0x Skill Responsive Email DesignResponsive email design patterns, fluid layouts, and mobile-first email approaches.
-
dragoon0x Skill Productivity Tool DesignProductivity tool design including task management, note-taking, and collaboration interfaces.
-
dragoon0x Skill Usability Testing PatternsUsability test planning, task design, moderation techniques, and analysis frameworks.
-
clowlove Bundle EmailSkills for sending, receiving, searching, and managing email from the terminal.
-
clowlove Bundle MailsEmail infrastructure for AI agents - send/receive emails via Mails.dev
-
clowlove Bundle Github Pr WorkflowGitHub PR lifecycle: branch, commit, open, CI, merge.
-
bromso Skill Renewal CalendarMaintain certification and compliance renewal calendar
-
bromso Skill Meeting FacilitatorPlan and structure any meeting with agenda, roles, and follow-ups
-
gaelic-ghost Skill Sms Mms Rcs WorkflowPlan, build, and validate consent-aware SMS, MMS, and RCS business messaging agents, including sender setup, webhooks, rich content, delivery, and fallback.
-
gaelic-ghost Skill Push To Talk WorkflowBuild an Apple Push to Talk channel experience with system controls, ephemeral PTT pushes, audio-session ownership, and an app-owned communication backend.
-
gaelic-ghost Bundle Sourcekit Lsp WorkflowConfigure or diagnose SourceKit-LSP across SwiftPM, compilation databases, and build servers. Use for completion, navigation, refactoring, diagnostics, semantic tokens, indexing, generated files, or editor-client failures.
-
gaelic-ghost Skill Voip Sip Calling WorkflowBuild a native Apple VoIP calling app by separating CallKit or LiveCommunicationKit, PushKit, AVFAudio, SIP or WebRTC transport, and call-state ownership.
-
gaelic-ghost Bundle Coordinate External AgentsCoordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull requests, or human-owned task systems and cannot rely on an in-run subagent result.
-
gaelic-ghost Skill Whatsapp Business WorkflowPlan and validate official WhatsApp Business messaging integrations, including onboarding, webhooks, conversation policy, templates, consent, and provider boundaries.
-
robsonkades Bundle Clean Delivery WorkflowThe order of work for a change, and how much of that order a given change actually warrants: understanding before editing, clarifying what is ambiguous, deciding the test approach, implementing in reversible steps, separating refactoring from behaviour where independently valid, running the gates the risk deserves, and verifying before declaring done. Also the entry point that routes a situation to the skill that owns it. Use when starting a change and the order is not obvious, when a change has sprawled and needs re-sequencing, when refactoring and behaviour changes have been mixed in one commit, when work is being declared done without verification, when the same ceremony is being applied to a one-line fix and a migration, or when you know the problem but not which skill covers it. Does not itself cover any step in depth — it routes to requirements-and-acceptance, java-testing-strategy, tdd, java-refactoring, code-review and quality-gates, each of which owns its own.
-
robsonkades Bundle Requirements And AcceptanceTurning a request into something buildable and checkable before writing code: separating the requirement from the implementation someone already chose, finding the ambiguities that change the work, naming assumptions where they can be contradicted, writing acceptance criteria that a test can be derived from, and surfacing contradictions instead of resolving them silently. Use before implementing a ticket whose edge cases are unstated, when a request names a solution rather than a need, when "fast", "secure" or "reliable" appears without a number, when two requirements cannot both hold, when a change is rejected in review for doing the wrong thing, or when deciding whether to ask or to proceed on a stated assumption. Does not cover how long it will take (estimation-under-uncertainty), how to deliver the message (engineering-communication), the test level (java-testing-strategy), or the order of work (clean-delivery-workflow).
-
robsonkades Bundle Estimation Under UncertaintyProducing a software estimate that carries its own uncertainty instead of hiding it: a range with explicit probability assumptions when supported, decomposition, PERT and the limits of summing task estimates, calibrating against what this team has actually done, and keeping estimate, target and commitment as three separate things. Use when asked how long something will take, when a single date is being requested for work that has not been broken down, when an estimate is being treated as a promise, when padding is being added silently, when a plan is slipping and the message has not gone out yet, or when someone asks for a number before the requirement is clear. Does not cover clarifying the requirement itself (requirements-and-acceptance), how to deliver bad news (engineering-communication), or trading quality for time (technical-debt-decisions).
-
robsonkades Bundle Architecture Coupling And QuantaMap release and runtime coupling when services ship together, event-driven components still require coordinated changes, shared data obscures ownership, or a proposed architecture quantum boundary cannot be justified. Distinguish structural dependencies, workflow completion and connascence using contracts, deployment evidence and failure behavior. Does not choose service extractions (distribution-boundaries), diagnose architecture smells (enterprise-architecture-smells), or refactor package dependencies (java-cohesion-coupling).
-
robsonkades Bundle Thread Sizing And Virtual ThreadsChoose and size platform-thread pools or virtual-thread-per-task execution from workload shape, capacity evidence and lifecycle constraints. Covers CPU versus waiting, queue/admission policy, resource limits exposed by virtual-thread migration, ThreadLocal cost, naming, pinning boundaries after JEP 491, and Java 21/24/25 observability. Use when pool size, virtual-thread adoption or post-migration latency/resource pressure is under review.
-
robsonkades Bundle Distributed Transactions And SagasCoordinating a business operation across transactional owners: dual writes, XA/2PC, persisted sagas, compensation, pivot/forward recovery, ambiguous outcomes and manual repair. Use when a local transaction is expected to cover a broker or remote service, or in-flight workflow state cannot survive restart. Outbox delivery, idempotency, consistency, retries and single-database transaction design remain in their owning skills.
-
robsonkades Bundle Distributed Aggregation And BarriersCorrect and recoverable aggregation across workers: algebraic laws, duplicate attempts, numeric reproducibility, mergeable summaries, barriers, joins, skew, checkpointing and partial results. Use when totals drift between runs, stragglers set job latency, worker percentiles are averaged, cardinality exhausts memory, or a join stalls on one task. It excludes request fan-out, streaming windows, percentile theory, message ordering and the broader hot-key repair catalogue.
-
melodic-software Bundle BorisBoris Cherny Claude Code workflow tips (howborisusesclaudecode.com). 127 tips across 115 sections on parallel sessions, planning, CLAUDE.md, skills, hooks, permissions, autonomy, orchestration, loops, and context engineering. Use when: 'how does Boris use Claude Code', 'Claude Code workflow tips', 'optimize my CLAUDE.md', 'improve my Claude Code setup', 'parallel Claude sessions', 'hook ideas', or optimizing Claude Code setup, workflows, CLAUDE.md, skills, hooks, or parallel sessions.
-
bg-szy Bundle Nature SharedInternal shared-reference support package for installed Nature Skills, including nature-writing, nature-polishing, nature-response, nature-reader, and nature-paper2ppt. Do not invoke it as a standalone user workflow. Load only the specific core or journal-format file requested by another Nature skill.
-
bromso Skill WorkflowRun a cross-domain workflow template with progress tracking
-
bromso Skill One On OneStructure and run an effective 1:1 meeting
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 boris, pain-is-the-pitch, cold-email-first-touch. 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.