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.
-
huifer Skill Email SequenceEmail Sequence Generator
-
huifer Skill Content CalendarContent Calendar Automation
-
huifer Bundle Workflow Automation工作流自动化专家 - 设计和实施电商自动化工作流,提升运营效率,减少人工操作
-
huifer Bundle Automation Workflow Designer自动化工作流设计器 - 复杂多步骤自动化、条件逻辑和分支、多系统集成、错误处理和重试、工作流监控、效率优化
-
natthasath Skill Shipตรวจสอบ pre-merge checklist ก่อน merge branch ครอบคลุม lint, types, tests และ acceptance criteria ใช้ skill นี้ก่อน merge ทุกครั้ง เช่น "ship task นี้", "merge ได้ไหม", "ตรวจสอบก่อน merge"
-
natthasath Bundle Setupเริ่มต้น project ใหม่ด้วยการ scaffold โครงสร้าง .claude/ และ context/ ทั้งหมด พร้อม CLAUDE.md, rules, config, task tracking และ workflow skills ครบชุด ใช้ skill นี้เมื่อเริ่ม project ใหม่ เช่น "setup project", "เริ่ม project ใหม่", "สร้าง structure ให้หน่อย"
-
natthasath Skill Kickoffวางแผนและสร้าง Masterplan สำหรับแอปหรือระบบใหม่ผ่านการสนทนา สร้างไฟล์ masterplan.md เป็นพิมพ์เขียวสำหรับการพัฒนา ใช้ skill นี้ทันทีเมื่อผู้ใช้มีไอเดียแอปหรือระบบใหม่ที่อยากสร้าง หรือต้องการวางแผนการพัฒนา เช่น "อยากสร้างแอป...", "ต้องการพัฒนาระบบ...", "ควรเริ่มต้นยังไง" เรียกใช้ผ่าน `/kickoff` เท่านั้น — ไม่ auto-trigger จากบทสนทนา จุดเริ่มต้นของ workflow: /kickoff → /gather → /analyze → /architect → /database
-
natthasath Skill ImplementImplement task ตาม Acceptance Criteria และตรวจสอบ typecheck/lint/test ก่อนรายงานเสร็จ ใช้ skill นี้เมื่อต้องการให้ Claude ลงมือ code เช่น "implement task นี้", "ทำ task นี้เลย", "เริ่ม code"
-
natthasath Skill Mentor Englishครู English ส่วนตัวที่มี 5 โหมดให้เลือก: แปลภาษา (ไทย↔อังกฤษ), ตรวจ Grammar, แนะนำคำตอบ, ปรับ Tone และสร้าง Vocabulary ใช้ skill นี้ทันทีเมื่อผู้ใช้ต้องการความช่วยเหลือด้านภาษาอังกฤษ เช่น "ช่วยแปลให้หน่อย", "ประโยคนี้ถูกไหม", "จะตอบ email นี้ยังไงดี", "ปรับ tone ให้ formal ขึ้น" เรียกใช้ผ่าน `/language:mentor-english` เท่านั้น — ไม่ auto-trigger จากบทสนทนา สำหรับการฝึกสนทนาแบบ roleplay ใช้ /roleplay-english แทน
-
medy-gribkov Bundle NPM Packagenpm and pnpm package authoring expertise. Covers tsup and unbuild bundling, dual ESM/CJS exports, package.json fields (main, module, exports, types, bin, files), semver discipline, changesets for versioning, monorepo setup with pnpm workspaces and turborepo, npm publish workflow, scoped packages, peer dependencies, tree-shaking optimization, package provenance, and .npmrc configuration. Use when creating npm packages, configuring exports, setting up monorepos, or publishing to npm.
Audited -
medy-gribkov Bundle Git WorkflowGit workflow automation with conventional commits, merge vs rebase decision trees, worktrees, SSH signing, and monorepo sparse checkout patterns.
-
medy-gribkov Skill Spec Driven DevSpecification-driven development with structured requirements, planning workflows, task breakdown, and quality gates. Covers product briefs, PRDs, technical specs, and implementation plans.
-
tomevault-io Bundle Kubrickcode Workflow Toolkit NestjsNestJS Development Standards
-
kirkruglov Bundle Generate Meeting ProtocolGenerates a meeting protocol from free-form notes. Extracts decisions, action items, and plan changes. If project plan is available — links changes to WP-xxx/Mx IDs. Phase 3 artifact, but usable in any phase. Independent skill with no upstream dependencies.
-
search-atlas-group Skill Agency ScorecardBuilds and maintains an EOS-style weekly Scorecard — 5 to 15 leading numbers that tell you Monday whether you'll have a problem Friday — pulled automatically from wherever those numbers already live, with off-track ones flagged before your weekly meeting. Use when your only view of the business is last month's P&L (too late to act on), when you want the Scorecard ready before your L10/weekly meeting instead of built during it, or when you don't know which 10 numbers actually predict your agency's health.
-
search-atlas-group Skill Client Health ScoreRolls engagement, deliverable timeliness, and sentiment signals for each client into one internal early-warning score, so a churn risk gets caught months before the renewal conversation instead of showing up as a surprise cancellation email. Use when a client cancels and it "came out of nowhere," when you want an honest read on which accounts are actually shaky before your next renewal push, or as the internal feed behind your client-facing dashboard's status.
-
search-atlas-group Bundle Agency Morning BriefYour autonomous morning chief-of-staff for the agency. Sweeps YOUR own connected sources (inbox, tasks, calendar, CRM/GBP), correlates related threads ACROSS sources so it only surfaces what you genuinely still owe, triages by urgency and importance, drafts replies in your voice, and leaves a one-page brief you read over coffee. Read-only by default. Use when you want to wake up to a decision-ready day instead of an hour of digging, or when asked to "run my morning brief" or "what's on my plate today".
-
xonovex Bundle Moon GuideUse when configuring moonrepo monorepo tasks. Triggers on `.moon/` config files, `moon.yml`, and prompts about task definitions, project tags, task inheritance, language toolchains, project queries, or task caching, even when the user doesn't say 'moonrepo'.
-
xonovex Bundle Testing GuideUse when writing or reviewing a single good test independent of any framework: structuring it as Arrange-Act-Assert / Four-Phase, meeting FIRST, naming it, choosing and naming the right test double (Dummy / Stub / Spy / Mock / Fake), deciding what to mock and what not to, telling state from behaviour verification, and spotting test smells. Triggers on test double, mock vs stub vs fake vs spy, what should I mock, over-mocking, AAA, FIRST, fragile/flaky/obscure test, Object Mother, Test Data Builder, fixture setup, even when the user doesn't say 'testing'.
-
xonovex Bundle Code Review GuideUse when writing, structuring, or labelling code-review feedback on a pull or merge request: Conventional Comments labels (praise / nitpick / suggestion / issue / question / thought / chore / todo), the blocking vs non-blocking vs if-minor decorations, pairing one top-level summary with line-anchored inline comments, cross-linking the summary to its details instead of 'see comment 3', and verifying each claim against an authoritative source before asserting it. Platform-independent review craft. Triggers on PR / MR review, leaving review comments, blocking / non-blocking, nit, severity, request-changes vs approve, or a review summary, even when the user doesn't say 'code review'.
-
xiaoluolyg Bundle Class LearnAttend class or study using the school and library workflow.
-
liberty91ltd Skill Ioc Enrichment WorkflowWorkflow for enriching raw IOCs. Routes each IOC type to the appropriate /lookup-* skills, optionally correlates against MISP, and synthesises a single enrichment record per indicator. Use when the user has a batch of raw IOCs to process before triage or before pushing into a sharing platform.
-
liberty91ltd Skill Phishing Social EngineeringUse when the user asks about phishing campaigns, social-engineering techniques, BEC (business email compromise), pretexting, AiTM (adversary-in-the-middle) kits, or specific phishing-kit families. Self-updating knowledge cell.
-
lingtai-ai Bundle Task Card ManualRead when a Task Card needs a truthful renderer, lifecycle recovery, settings, or projection boundary; routine schema-sufficient calls can use the action directly.
-
lingtai-ai Bundle Telegram Task Card Projection NoticeShipped retained-legacy/projection notice for Telegram Task Card files. The public `task_card` tool is intrinsic and documented at src/lingtai/tools/task_card/manual/SKILL.md; Telegram only projects the intrinsic taskcard/status + taskcard/taskcard.md artifact read-only.
-
lingtai-ai Skill Email Manual Settings ReferenceFocused Email settings reference for the five SHOW rows, installed limits, manifest subscription source, redaction, precedence, timing, and the read-only boundary. Read when interpreting settings rows.
-
lingtai-ai Skill Email Manual Actions And StorageFocused Email reference for action inputs, folders, check filters, delivery, self-send/time capsules, contacts, attachments, and mailbox persistence. Read when the schema and first-call map are not enough.
-
lingtai-ai Skill Email Manual Addressing And RepliesFocused Email reference for bare-path addressing, peer/abs resolution, safe same-channel replies, sender identity display, and local mailbox-ID privacy. Read when routing or answering internal mail.
-
lingtai-ai Skill Email Manual Notifications And DeliveryFocused Email reference for daemon delivery, heartbeat/liveness, bounce recovery, unread payloads, persistent bodies, overflow, and read-state refresh. Read when delivery or notices need diagnosis.
-
lingtai-ai Skill Daemon Backend DeepseekNested daemon-cli-backends reference for the DeepSeek Harness daemon backend's flag surface. Read this only when a daemon task needs DeepSeek-specific launcher flags (`--patch` overlays): it routes you to the installed CLI's live help via shell and shows how to translate that help into the generic `backend_options` mechanism. It is not a flag catalog.
-
mr-kelly Bundle Kelly EmailBusabase AirApp-first email inbox-zero operator for reviewing unread mail, drafting replies, approving archive/mark-read/send actions, and executing only explicitly approved mailbox changes across configured accounts. Use when the user invokes $kelly-email, asks to process unread email, configure an email account, generate or review an approval batch, execute approved email decisions, or reach inbox zero.
-
xoai Skill Sage ClassifierRoutes free-input requests to the right Sage workflow phase when keyword routing doesn't match. Invoke via delegate_task.
-
xoai Skill PlanCreates implementation plans from specifications by breaking work into small tasks (2-5 min each) with exact file paths, tests, and dependency ordering. Use after a spec is approved and before implementation begins, or when the user says "create a plan", "break this down", "how should we build this", or "task breakdown".
-
xoai Bundle Auto QAUse after implementation passes the quality gates, when a change needs an independent pass over the code before it ships, or when the user asks to "QA this", "check the implementation", or "verify it matches the spec". Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.
-
xoai Bundle Auto ReviewUse when the user picks [A] Review at a spec/plan/ADR/root-cause/fix-plan checkpoint, or asks for an independent review before implementation begins. Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.
-
xoai Skill ImplementImplements a single task from the plan using TDD discipline. Reads the task spec, writes tests first, writes minimal passing code, refactors, and commits. Use when executing a planned task, writing code for a feature, or when the user says "implement this", "write the code", "build this task", or "execute the plan".
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 email-sequence, content-calendar, workflow-automation. 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.