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.
-
legendtkl Skill Syn Audio DenoiseSkill for noise reduction in the context of audio files. Use when the user's task is specifically about noise reduction.
-
legendtkl Skill Syn Image ConvertSkill for converting image formats in the context of image files. Use when the user's task is specifically about converting image formats.
-
legendtkl Skill Syn JSON ValidateSkill for JSON Schema validation in the context of JSON data. Use when the user's task is specifically about JSON Schema validation.
-
legendtkl Skill Syn Regex ExplainSkill for explaining and debugging a regex in the context of regular expressions. Use when the user's task is specifically about explaining and debugging a regex.
-
legendtkl Skill Syn Regex ExtractSkill for extracting matches from text in the context of regular expressions. Use when the user's task is specifically about extracting matches from text.
-
legendtkl Skill Syn Regex ReplaceSkill for search-and-replace with patterns in the context of regular expressions. Use when the user's task is specifically about search-and-replace with patterns.
-
ericrisco Bundle PlanUse when an approved, clarified spec must become a technical blueprint before any code — the SDD phase between clarify and tasks: architecture, contracts, data flow, testing strategy, sequencing and risks, at structure altitude, never framework syntax. NOT the what/why spec (that is `specify`), NOT the ambiguity sweep (that is `clarify`), NOT the task breakdown (that is `tasks`), NOT the code (that is `implement`).
-
ericrisco Bundle TasksUse when an approved plan needs slicing into an ordered task list before any code — the SDD `tasks` phase. Each row carries a literal done-check, dependencies, a parallel-safe marker and a spec trace, appended to the plan artifact. NOT writing the plan (that is `plan`), NOT the consistency gate (that is `analyze`), NOT executing the tasks (that is `implement`).
-
ericrisco Bundle PythonUse when the task is Python itself, in any framework or none: PEP 695 generics, mypy --strict typing, dataclass/Protocol/TypedDict/Enum choices, asyncio.TaskGroup, stdlib idioms, src/ layout + pyproject.toml with uv, ruff+mypy+pytest gate. NOT a FastAPI/ASGI service (that is fastapi), NOT a deep pytest suite (that is testing-py).
-
ericrisco Bundle AnalyzeUse when constitution, spec, plan and tasks all exist and you want them cross-read against each other before any code is written — the rsc-sdd pre-implementation gate. Reports coverage gaps, contradictions, duplication, ambiguity and scope drift; edits nothing. NOT the task breakdown (that is `tasks`), NOT the coding (that is `implement`), NOT the post-code test gate (that is `verify`), NOT resolving ambiguity (that is `clarify`).
-
ericrisco Bundle ContractsUse when drafting or reviewing business contracts and clauses in plain language — NDAs, MSAs, SOWs, contractor agreements, risk boilerplate (liability caps, indemnity, force majeure, termination, IP) — or redlining a counterparty's paper. NOT consumer Terms of Service (that is terms-conditions) and NOT the signing workflow (that is e-signature).
-
ericrisco Bundle Domains DnsUse when pointing a domain at a host or fixing broken HTTPS — delegating nameservers, writing A/AAAA/CNAME/ALIAS/MX/TXT/CAA rows, apex vs www, standing up auto-renewing TLS, and cutting nameservers over without downtime. NOT inbox placement or warmup (that is `email-deliverability`), NOT what runs behind the name (that is `deployment`).
-
ericrisco Bundle Video ShortsUse when scripting or directing the edit of a single vertical short that has to hold attention from the first frame — turning a topic, a clip or a long video into a shot-by-shot script and an edit decision sheet, fixing a hook that dies in second three, generating hook variants to test, and planning cuts and on-screen text. NOT scheduling or cross-platform cadence (that is `social-publisher`), NOT running the editorial calendar (that is `content-engine`), NOT defining the durable brand tone (that is `brand-voice`).
-
ericrisco Bundle Meeting NotesUse when a meeting just ended and a transcript or rough notes must become a record the absent can act on — decisions with their why, actions with an owner and a real date, open questions, a recap inside 24–48h — or to clean an AI-notetaker draft that invented tasks or swapped speakers. NOT the durable ADR with alternatives weighed (that is decision-records).
-
contextgo Skill PrPull request workflow: ensure issue exists, push branch, open PR with issue link. Use when: (1) User asks to create a pull request, (2) User says "PR" or "open PR", (3) User invokes /oss-pr after committing, (4) After completing a commit workflow.
-
contextgo Skill I18NInternationalization (i18n) workflow and standards for managing translations. Use when: (1) Adding new user-facing text, (2) Creating new components with user-facing text, (3) Reviewing code for i18n compliance, (4) Adding a new translation module.
-
contextgo Skill ScheduleScheduled task management - create, query, and delete scheduled tasks that automatically execute operations at specified times.
Audited -
contextgo Skill Surgical ChangeKeep edits tightly scoped to the request. Use when changing existing code so the diff stays traceable to the task.
Audited -
contextgo Skill Git WorkflowGit workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.
-
lidge-jun Skill Writing PlansUse when you have a spec or requirements for a multi-step task, before touching code
-
lidge-jun Bundle Strategic CompactManual context compaction at logical workflow boundaries to preserve context through task phases.
-
lidge-jun Skill Email Draft PolishDraft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.
-
lidge-jun Skill Data Structure ChooserRecommend basic data structures for a task. Use when a junior developer needs help choosing lists, maps, or sets.
-
lidge-jun Bundle Jaw Calendar RemindersControl macOS Calendar.app and Reminders.app from the CLI. Calendars/events (list, read, create, update, search, delete) and reminder lists/reminders (list, add, complete, delete, cleanup) with due dates, alarms, recurrence, priority, and JSON output. Zero install — built-in osascript; uses icalBuddy for fast calendar reads when present.
-
lidge-jun Skill Notion Knowledge CaptureCapture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
-
lidge-jun Skill Notion Spec To ImplementationTurn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
-
shengdabai Skill Resume From LedgerResume an interrupted multi-step task by reading a TODO ledger from .omc/plans/. Use when the user says "continue", "resume", "pick up where we left off", or references a prior session that was cut off by usage limits.
-
shengdabai Skill Meeting IngestionIngest meeting transcripts into brain pages with attendee enrichment, entity propagation, and timeline merge. A meeting is NOT fully ingested until the enrich skill has processed every entity.
-
shengdabai Skill Daily Task ManagerTask lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.
-
shengdabai Skill Git WorkflowManage git operations for spec-driven development. Use when creating branches for specs/features, generating commits, or creating PRs. Provides consistent git workflow across specify, implement, and refactor commands. Handles branch naming, commit messages, and PR descriptions based on spec context.
-
allinherog-star Bundle Lark Task业务诊断助手适合运营、产品、technical、销售在用户提出“这件事该怎么做”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。
-
allinherog-star Bundle AI Cold Email冷邮件诊断助手适合销售、市场营销、运营、software在用户提出“客户为什么不回我”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成转化问题优先级、可复制改稿、实验或跟进行动清单。
-
allinherog-star Bundle Lark Calendar业务诊断助手适合运营、产品、technical、销售在用户提出“这件事该怎么做”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。
-
allinherog-star Bundle Email Sequence邮件序列助手适合市场营销、运营、产品、销售在用户提出“邮件能让人行动吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成摘要、诊断结论、行动建议和可复用交付物。
-
allinherog-star Bundle AI Email Sequence转化实验助手适合内容创作者、市场营销、运营、内容媒体在用户提出“这个改动值得测吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成邮件节奏诊断、主题行建议、改写稿。
-
pooriaarab Skill Lifecycle EmailDesign and ship product email sequences for a SaaS product, including welcome email, activation emails, trial-ending emails, abandoned checkout emails, dunning emails, win-back sequences, newsletters, and product-event email triggers. Use when the user asks to set up lifecycle email, an email sequence, drip emails, onboarding emails, retention emails, or email automation. Skip password resets, receipts, and other single transactional messages unless the request also includes a lifecycle sequence.
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 syn-audio-denoise, syn-image-convert, syn-json-validate. 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.