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.
-
tomevault-io Bundle X Ipe Task Based Human PlaygroundCreate interactive examples for human validation. Human-initiated only — invoke ONLY when user explicitly requests a playground. Triggers on requests like \"create playground\", \"human testing\", \"interactive demo\", \"I want to test this\". Do NOT auto-suggest after feature_closing. Use when this capability is needed.
Audited -
tomevault-io Bundle X Ipe Task Based Technical DesignCreate technical design for a single feature. Queries feature board, reads specification, designs solution with KISS/YAGNI/DRY principles. Creates two-part design document. Triggers on requests like "design feature", "technical design", "architecture planning". Use when this capability is needed.
Audited -
tomevault-io Bundle Yunshu0909 Yunshu Skillshub Req Change WorkflowReq Change Workflow
-
tomevault-io Bundle Yusifeng Formax Formax Repomix Handoff Workflowformax-repomix-handoff-workflow
-
tomevault-io Bundle Fft Dashboard OpsBuild and apply Home Assistant Lovelace dashboards from templates using a staged workflow with screenshot verification and context-reactive themes. Use when this capability is needed.
-
tomevault-io Bundle Doodledood Codex Workflow Review MaintainabilityYou are a meticulous Code Maintainability Architect with deep expertise in software design principles, clean code practices, and technical debt identification. Your mission is to perform comprehensive maintainability audits that catch issues before they compound into larger problems.
-
tomevault-io Bundle Plan TestsCreate test scenarios from design docs BEFORE implementation. Use when (1) given a design doc and asked to plan tests, (2) user says "plan tests" or "/plan-tests", (3) preparing test coverage for a new feature, (4) reviewing a design for testability gaps. Outputs GIVEN/WHEN/THEN scenarios to catch edge cases and missing requirements before code is written. Use when this capability is needed.
-
tomevault-io Bundle Conflict Surfacing CraftUse when executing a multi-task push and discovering some-but-not-all named tasks meet activation criteria, OR when consolidation has phase-specific tradeoffs that would over-commit operator attention. Codifies the Option-5 default posture for surfacing conflicts as governance shapes (full charter vs scope-overlap-tracker vs blocker-tracker vs forward-charter). Triggers on multi-task push, Lane, Bundle, Wave, activation gate, conflict surfacing, scope-overlap-tracker, blocker-tracker, forward-charter, Option-5 default, promotion blocker. Pairs with .cursor/rules/akos-conflict-surfacing-and-blocker-trackers.mdc (the WHEN); this skill is the HOW.
-
tomevault-io Bundle Oban ThinkingThis skill should be used when the user asks to "add a background job", "process async", "schedule a task", "retry failed jobs", "add email sending", "run this later", "add a cron job", "unique jobs", "batch process", or mentions Oban, Oban Pro, workflows, job queues, cascades, grafting, recorded values, job args, or troubleshooting job failures. Use when this capability is needed.
-
tomevault-io Bundle Grimblaz Workflow Template Software ArchitectureSoftware Architecture Skill
-
tomevault-io Bundle Creating Workflows From DescriptionUse when user describes complex multi-step tasks that could benefit from orchestration - guides natural language workflow creation
-
tomevault-io Bundle Skills First WorkflowUse when entering any repository, creating a new repository, or performing repository migration. Automatically enforces prerequisite skill loading and verification before any implementation begins.
-
tomevault-io Bundle Mduccc Flutter Calendar Week Flutter Calendar WeekFix GitHub Issue — End-to-end Workflow
-
tomevault-io Bundle Morigemini6668 UX Workflow Adapter Obsidian SearchObsidian Search
-
tomevault-io Bundle Juce Webview WindowsQuick-start guide for building JUCE 8 audio plugins with WebView2 UIs on Windows. Covers essential setup, critical member ordering, and step-by-step implementation workflow. Use when this capability is needed.
-
tomevault-io Bundle Commit Best PracticesCreate git commits with AI-generated messages following best practices. Use when the user asks to commit changes, mentions "commit", wants to save work to git, or has made changes ready to be committed. Invokes /git-actions:commit command which analyzes changes, generates concise messages matching repo style, and handles staging/approval workflow. Use when this capability is needed.
-
tomevault-io Bundle Pegasus HelpShow available Pegasus workflow skills and which one to use Use when this capability is needed.
-
tomevault-io Bundle Myenquiringmind Dev Standards Plugin Dev WorkflowDevelopment Workflow
-
tomevault-io Bundle Nathanchase Claude Code Starter Worktree WorkflowWorktree Workflow
-
tomevault-io Bundle Gh Issue OrchestratorOrchestrate a GitHub issue end-to-end (Dev -> QA -> Merge) using sub-agents in a git worktree. Use when this capability is needed.
-
tomevault-io Bundle Cold Email Sequence GeneratorGenerate personalized cold email sequences (7-14 emails) with A/B test subject lines, follow-up timing recommendations, and integrated social proof. Creates multi-touch campaigns optimized for response rates. Use when users need outbound email campaigns, sales sequences, or lead generation emails. Use when this capability is needed.
-
tomevault-io Bundle Laravel WaitlistConventions and APIs for the offload-project/laravel-waitlist package — multiple waitlists, entry status tracking, optional email verification, and bridge into laravel-invite-only. Use when this capability is needed.
-
tomevault-io Bundle Elixir IdiomsOTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues. Use when this capability is needed.
-
tomevault-io Bundle Openscad DevelopmentOpenSCAD development workflow with screenshot validation for openscad Use when this capability is needed.
-
tomevault-io Bundle Sakthai Workflow AI Control Hub Microsoft FoundryMicrosoft Foundry Skill
-
tomevault-io Bundle Krammecodecleanup AIRemove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies. Use when this capability is needed.
-
tomevault-io Bundle Krammesessionwrap UpEnd-of-session checklist to capture progress, ensure quality, and document next steps Use when this capability is needed.
-
tomevault-io Bundle Personal AssistantThis skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context. Use when this capability is needed.
-
tomevault-io Bundle Aj Geddes Useful AI Prompts Github Actions WorkflowGitHub Actions Workflow
-
tomevault-io Bundle 1c Feature DevЭтот скилл следует использовать, когда пользователь просит "создать доработку 1C", "реализовать функционал 1C", "добавить новую возможность в 1C", "разработать модуль 1C", "сделать доработку в 1С" или нуждается в полном цикле разработки 1C-доработок от анализа до реализации с валидацией плана и проверками приемки. Use when this capability is needed.
-
tomevault-io Bundle Pytest Django Patternspytest-django testing patterns, Factory Boy, fixtures, and TDD workflow. Use when writing tests, creating test factories, or following TDD red-green-refactor cycle. Use when this capability is needed.
-
tomevault-io Bundle Codex Workflow AutopilotGenerate execution workflows from confirmed intent using behavioral modes, BMAD phases, checkpoints, and Phase X verification. Route build, fix, review, debug, docs, and Scrum ceremony requests into ordered steps with exit criteria. Use when this capability is needed.
-
tomevault-io Bundle List TodosAnalyze and prioritize TODO items from TODOS.md. Use when planning work or deciding what to implement next. Use when this capability is needed.
-
tomevault-io Bundle Migration PatternsDatabase migration creation with mandatory RLS policies and ARCHitect approval workflow. Use when creating migrations, adding tables with RLS, or updating Prisma schema. Use when this capability is needed.
-
tomevault-io Bundle Transcript SearchMeeting transcript search from Fireflies.ai and Google Drive. Use this skill when searching for meeting transcripts, finding past client calls, retrieving conversation history, or exporting meeting notes. Triggers on transcript search, meeting history, call recordings, or Fireflies queries. Use when this capability is needed.
-
tomevault-io Bundle Update Local Development AgentsWorkflow for propagating penguiflow library changes to test agents. Use when modifying library code and need to test changes in test_generation agents. Use when this capability is needed.
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 x-ipe-task-based-human-playground, x-ipe-task-based-technical-design, yunshu0909--yunshu-skillshub--req-change-workflow. 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.