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.
-
abdullah4ai Bundle Asc Publish 2App Store publishing workflow with readiness checks, metadata preview, and submission. Use when publishing to the App Store, submitting to TestFlight, or managing App Store metadata.
-
abdullah4ai Skill Asc Workflow 2Define, validate, and run repo-local multi-step automations with `asc workflow` and `.asc/workflow.json`. Use when migrating from lane tools, wiring CI pipelines, or orchestrating repeatable `asc` + shell release flows with hooks, conditionals, and sub-workflows.
-
abdullah4ai Bundle Authentication 2Authentication architecture with email/password, Apple Sign In, Google Sign In, and anonymous guest modes. Covers AuthService as @Observable @MainActor, AuthGuardView gate pattern, optional auth flow, Supabase delegation, and session lifecycle management. Use when implementing user authentication, login flows, or session management in an iOS app.
-
infrasity-labs Bundle Capture 2Captures and organizes chaotic brain dumps into a structured, actionable system with zero information loss. Use this skill whenever the user says 'capture this', 'brain dump', 'let me dump some ideas', 'I've got a bunch of thoughts', 'here's everything on my mind', 'idea dump', 'let me get this out of my head', 'I need to organize my thoughts', 'here's what I'm thinking', or any variation where someone is unloading a messy stream of ideas, tasks, thoughts, and plans wanting them turned into something coherent. Also trigger when the user pastes or dictates a long, unstructured block of mixed ideas — even without the exact phrase — the intent is the same. Fast-to-action by design: no upfront intake. Output is four sections (Projects/Ideas, Tasks, Connections, How I Can Help) ending with a directive question. Asks at most one mid-organization clarifying question when a single item is genuinely ambiguous between task and project.
-
carlvellotti Skill Auq 2Run a structured clarification workflow to deeply understand what the user needs. Asks targeted questions one at a time, then summarizes understanding. Use when the user says 'auq', '/auq', 'ask me questions', or 'clarify what I need'.
-
carlvellotti Skill Standup 3Generate a daily standup update based on your configured preferences. On first run, asks setup questions and saves your config. Use when the user says 'standup', 'daily update', 'write my standup', or 'standup update'.
-
carlvellotti Skill Draft And Humanize 2Draft follow-up messages from meeting outcomes, then automatically clean them of AI writing patterns. Chains the draft-followups and humanizer skills into one step. Use when the user says 'draft and humanize', 'write and clean followups', or 'polished followups'.
-
carlvellotti Skill Process Meetings Plus 2Process meeting transcripts and extract action items with intelligent borderline-item handling. Instead of guessing on ambiguous items, collects them and asks the user which are real commitments. Use when the user says 'process meetings plus', 'process meetings', 'meeting notes', 'meeting action items', or provides meeting transcript files to process.
-
griddynamics Bundle Rosetta 2Rosetta identifies and routes user request to the most matching workflow
-
abdullah4ai Skill Asc Version Routing 2Route App Store Connect actions based on version state. Use when the user wants to submit, update, or manage an app version and you need to determine the correct workflow based on the current version state.
-
legioncodeinc Bundle Neon Drizzle Stinger 2Neon Postgres and Drizzle ORM on SvelteKit/Vercel: connections, schema, migrations, branching, query patterns, pgvector, RLS, and migrating off Supabase. Use for any Neon or Drizzle task.
-
legioncodeinc Bundle Lifecycle Email Stinger 2Writes evidence-grounded hot and warm lead follow-up emails. Use for lead classification, sequences, cadence, suppression, QA, and measurement. Not for cold outreach or support tickets.
-
agentik-os Skill Task Decomposition 2Breaking complex user goals into subtasks that agents can handle.
-
eturkes Bundle Lamindb 2Use when working with LaminDB, the open-source lineage-native lakehouse for biological datasets and models. Covers setup, artifact registration, query/search, lineage tracking, validation, ontology-backed annotation with Bionty, collections, branches, storage, and workflow integrations.
-
eturkes Bundle Bulk Rnaseq 2End-to-end bulk RNA-seq orchestrator — takes raw FASTQ reads through QC and trimming (FastQC, fastp/Trim Galore), alignment and quantification (STAR, Salmon, featureCounts), assembles a gene-level counts matrix, then hands off to differential expression (pydeseq2), pathway/GSEA enrichment (pathway-enrichment), and publication figures (scientific-visualization). Use whenever the user has bulk RNA-seq reads or quant output and wants a complete, reproducible differential-expression workflow — e.g. "analyze my RNA-seq", "FASTQ to DESeq2", "run nf-core/rnaseq", "STAR/Salmon quantification", "build a counts matrix for DESeq2", or "go from reads to differentially expressed genes and enriched pathways". Routes between an nf-core/rnaseq (Nextflow) path and a standalone STAR/Salmon path, and covers experimental design, strandedness, and QC gates. For single-cell RNA-seq use the scanpy skill instead.
-
eturkes Bundle Scikit Survival 2Comprehensive toolkit for survival analysis and time-to-event modeling in Python using scikit-survival. Use this skill when working with censored survival data, performing time-to-event analysis, fitting Cox models, Random Survival Forests, Gradient Boosting models, or Survival SVMs, evaluating survival predictions with concordance index or Brier score, handling competing risks, or implementing any survival analysis workflow with the scikit-survival library.
-
griddynamics Bundle Testgen Flow 3Workflow for generating test cases from requirements (Issue Tracker / Wiki sources), exporting to a Test Management System, etc.
-
griddynamics Bundle Testgen Flow 4Workflow for generating test cases from requirements (Issue Tracker / Wiki sources), exporting to a Test Management System, etc.
-
griddynamics Skill Coding Flow 5Light coding workflow: features, fixes, refactors, unit tests, etc.; scales small to large.
-
griddynamics Skill External Lib Flow 2Workflow for onboarding an external private library so AI can use it without source access.
-
griddynamics Skill Code Analysis Flow 3Workflow for reverse-engineering a codebase into grounded architecture docs, requirements capture, etc.
-
griddynamics Bundle Modernization Flow 2Workflow for converting, modernizing, upgrading, or re-architecting code (e.g. C++→Java, monolith→microservices), etc.
-
griddynamics Skill Coding Flow 6Light coding workflow: features, fixes, refactors, unit tests, etc.; scales small to large.
-
griddynamics Skill Code Analysis Flow 4Workflow for reverse-engineering a codebase into grounded architecture docs, requirements capture, etc.
-
griddynamics Bundle Arrange Workspace Flow 2Workflow for arranging a workspace: layout, reference source code, business/technical context, ecosystem setup.
-
griddynamics Skill Requirements Authoring Flow 3Workflow for authoring requirements and specifications: drafting, review, validation, etc.
-
griddynamics Skill Requirements Authoring Flow 4Workflow for authoring requirements and specifications: drafting, review, validation, etc.
-
gaelic-ghost Bundle Sourcekit Lsp Workflow 2Configure 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 Bundle Swift Syntax Tooling Workflow 2Parse, inspect, generate, or transform source with SwiftParser and SwiftSyntax while preserving fidelity. Use for Swift codemods, structural linting, generators, syntax-aware edits, or macro trees without inferred types.
-
gaelic-ghost Bundle Tvos Media Playback Workflow 2Guide tvOS media playback: AVKit-first player choice, custom escalation, remote commands, Now Playing, and validation. Use for AVPlayerViewController, MPRemoteCommandCenter, playback focus, or media-control boundaries.
-
gaelic-ghost Bundle Swift Compiler Inspection Workflow 2Inspect Swift toolchain selection, driver jobs, diagnostics, AST, SIL, LLVM IR, dependencies, modules, and interfaces. Use for compiler behavior, lowering, build-job, or emitted-artifact investigations.
-
gaelic-ghost Bundle Linux Development Vm Workflow 2Prepare and reset persistent Linux development guests on macOS. Use when comparing container machine, Lima or Colima, and full VMs for distros, init systems, services, custom boot, disks, Rosetta, or nested virtualization.
-
agentik-os Skill Team Workflow 2Design team workflows covering task management, collaboration rituals, and tooling.
-
naveedharri Bundle Call Prep 2Prepare for sales calls and output a live, shareable BenAI-branded dashboard (not a chat brief). Researches every attendee and company via web, Attio CRM, Gmail, and Fireflies, then deploys a neo-brutalist "command center" dashboard to a live URL. Works for one call or a whole day. Trigger with "prep me for my call with [company]", "call prep", "prep all my calls today", "get me ready for [meeting]", or "/call-prep".
-
naveedharri Bundle Gif Creator 2Create animated GIF and static PNG infographics for LinkedIn posts following Ben AI's exact brand guidelines. Use this skill whenever the user wants to visualize a process, workflow, or step-by-step concept for LinkedIn — including phrases like "make a visual", "create a GIF", "infographic for LinkedIn", "visualize this workflow", "diagram for LinkedIn", "animated post", "process visual", or any request to turn a LinkedIn post or concept into a visual format. Always use this skill in combination with linkedin-post when the user wants both a written post and a visual.
-
naveedharri Skill Interview Me 2Interview the user one question at a time before starting a big or fuzzy task, then write the brief and execute it. Use when the user says "interview me", "brief me", "help me brief this", "I don't know where to start", or hands over a large task with obvious gaps in the request. Based on the interview pattern Anthropic recommends in the Claude Fable 5 field guide.
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 modernization-flow, coding-flow, asc-publish. 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.