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.
-
adelaidasofia Skill Note TodosUse when the user says /note-todos, asks to pull, extract, or file action items or to-dos from a non-meeting note (class notes, book notes, podcast notes, transcripts, panel writeups, strategy docs, action plans), or mentions tasks buried in a note that never reached a to-do list: unfiled checkboxes, orphan action items, 'what tasks are hiding in my notes'. For meeting notes prefer meeting-todos, which carries the full meeting workflow cascade.
-
ckorhonen Bundle Continuous LearningCapture reusable knowledge and create new skills automatically during coding sessions, problem solving, and retrospectives. Use when finishing a complex task, running a retrospective, discovering a reusable pattern, or when user says "save this as a skill", "capture this solution", "run a retrospective", or "what did we learn from this".
-
adelaidasofia Skill Daily JournalUse when the user wants to journal, do a daily or end-of-day check-in, reflect on or vent about their day, brain-dump feelings, log what happened today, or says /journal. Also fires for quick one-line captures and a second session the same day (resumes that day's entry). Not for meeting notes (use meeting-todos), morning priorities (use rise), weekly/monthly reviews (use insights), or cross-entry pattern analysis (use patterns).
-
adelaidasofia Skill Meeting TodosUse when the user says /meeting-todos, "the meeting is done", "I just had a meeting", "pull the action items", "what did I commit to", or otherwise wants action items from a recent meeting note captured on their to-do list. Also when a meeting note or transcript needs its tasks pulled out. NOT for general task management, journaling, non-meeting notes (use note-todos), or pulling full meeting transcripts.
-
thangchung Skill Inc ImplDelivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
-
thangchung Skill Comfyui ConverterYour job is to convert a json workflow graph for ai image generation into a typescript function.
-
langwatch Skill EvaluationsCompatibility router for LangWatch evaluation requests. Use only when the user asks for evaluations without making it clear whether they mean pre-deployment experiments or production online evaluations. Routes the request to the focused companion skill and does not implement either workflow itself.
-
adelaidasofia Skill Skillify Meta LoopUse when a recurring bug, support question, client incident, or manual task surfaces 2+ times, when a codified rule keeps getting violated despite being written down, when a teammate or client hits an issue anyone could hit, or when delivery/setup friction repeats. Triggers: "skillify this", "this keeps happening", "we hit this last week too", "make a skill for X", "automate this", "every client hits this", "I keep doing X manually", "turn this into a skill".
-
muhammedalkhudiry Skill SimplifyPost-implementation code, test, architecture, product, and UX simplification through safe changes and suggested follow-up.
-
muhammedalkhudiry Skill WorkshopIdea stress-testing, brainstorming, and option comparison.
-
muhammedalkhudiry Skill InterviewStructured interviewing when requested or when multiple dependent, high-impact unknowns require sustained user input.
-
muhammedalkhudiry Skill Project LanesCanonical and task-worktree runtime provisioning, readiness, services, saved plans, simulator profiles, reset, and resource cleanup.
-
muhammedalkhudiry Skill Code ReviewCode review of a diff, branch, PR, commit range, or working tree against standards and agreed requirements.
-
muhammedalkhudiry Skill Saved PlansSaved-plan persistence and lifecycle management for code and non-code tasks.
-
muhammedalkhudiry Bundle Final PolishPost-implementation hardening before human review.
-
muhammedalkhudiry Skill Product SetupPRODUCT_SETUP.md creation and maintenance.
-
muhammedalkhudiry Skill Prepare ReleaseRelease preparation, production readiness, and post-release follow-up.
-
muhammedalkhudiry Skill Systematic WorkSystematic exhaustive coverage and manual item-by-item work.
-
muhammedalkhudiry Skill Project EnvironmentCanonical-clone and task-lane environment setup, mobile development, verification, reset, destruction, and isolated resources.
-
muhammedalkhudiry Skill Dependency UpgradeDependency upgrades, freshness audits, and unused-package cleanup.
-
muhammedalkhudiry Skill Personal KnowledgeUse for retrieving, validating, creating, indexing, or maintaining the owner's personal knowledge.
-
muhammedalkhudiry Bundle Implementation WalkthroughGentle walkthroughs of implemented work.
-
ahgraber Bundle BrainstormingUse when turning a fuzzy idea into a refined design through dialogue — across software, writing, talks, events, naming, activities, or any creative/design task. Its adversarial lenses also stress-test a plan or proposal already on the table. Triggers: 'brainstorm', 'help me think about/through', 'figure out', 'work through', 'I have this idea', 'let's design', 'flesh this out'. Domain-agnostic. Not for: open-ended ideation with no anchor ('what should I build?'), implementing from a finalized spec, narrow binary decisions ('X or Y?'), retrospective review, mechanical refactors, or reframing whether the presenting question is the "real" one.
-
tomazwang Skill Stage DevStage B (Development) - BDD scenarios + TDD implementation
-
tomazwang Skill Stage ExecStage C (Execution) - Task tracking and verification
-
shinpr-ai-coding-project-boilerplate Bundle Task AnalyzerClassifies task intent, change risk, and execution scale, then selects skills from the project skills index. Use when starting work, routing a task, estimating scope, or selecting skills.
-
ao-cyber-systems Skill TodoManage todos: capture an idea/task or view the morning standup across local + GitHub + peer sources. Subcommand-style: /devflow:todo add | list Use when the user wants to save something for later, note an idea, or get a "what should I work on?" view. Triggers on: "remember to", "add a todo", "save this idea", "what should I work on?", "morning standup", "check todos".
-
ao-cyber-systems Skill QuickSmall features (single executor, no planner, no verifier) — between micro (1-line) and build (multi-subsystem). Cutoff: <5 files, <200 LOC, no new abstractions. Use when the change is too big for /devflow:micro but doesn't warrant full /devflow:build planning. Triggers on: "small change", "small feature", "5-file change", "isolated bug fix", "do this small task", "tackle this small change", "make a quick pass"
-
ao-cyber-systems Skill SettingsConfigure which agents run, which AI models they use, and how the workflow behaves. Use when the user wants to change DevFlow settings or configure workflow behavior. Triggers on: "change settings", "configure DevFlow", "update settings", "workflow settings"
-
shinpr-ai-coding-project-boilerplate Bundle Requirement ConvergenceSeparates the outcome a change must produce from the requirements proposed to reach it, records what the user excluded, and bands cost from structure. Use when a requirement enters a workflow, before design begins, or when "how far do we go/what's out of scope/is this worth it" is mentioned.
-
fergupa Bundle Task ManagementTask management using a shared TASKS.md file, optimized for finance operations and month-end close workflows. Use when the user asks about their tasks, wants to add/complete tasks, needs help tracking commitments, or is managing close activities. Integrates with the journal-entry-prep skill to extract journal entry tasks from close checklists and meeting notes.
-
tomazwang Skill Stage SpecStage A (Specification) - Complete validated workflow with SDD and PoC validation
-
tomazwang Skill Meta TestingValidates specs are workable through PoC tests and validation questions
-
tomazwang Skill Manage TasksManage development tasks with structured tracking and workflows
-
tomazwang Skill Plan ProjectUse when planning a new project or large feature - guides requirements gathering and task decomposition
-
tomazwang Skill Task WorkflowUse when starting any multi-step development task - provides structured workflow for task breakdown and tracking
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 note-todos, daily-journal, meeting-todos. 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.