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 Openspec Archive Change 28Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
-
tomevault-io Bundle Skill Creator 192Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task. Use when this capability is needed.
-
tomevault-io Bundle Openspec Archive Change 29Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
-
tomevault-io Bundle Svg Gantt Generator 2Generate a programmatic SVG Gantt chart with phase-coded colors, task bars, sub-tasks, milestones, and dark-theme design. Use when creating or updating the visual timeline. Use when this capability is needed.
-
tomevault-io Bundle Openspec Continue Change 6Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow. Use when this capability is needed.
-
tomevault-io Bundle Task 4Tasker docstore task + idea management via tool-dispatch. Use for task lists, due today/overdue, week planning, idea capture/promotion, explicit /task commands, and workspace artifacts (spec/tasks/handoff). Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 153Use when performing any git operations — branching, committing, merging, rebasing, resolving conflicts. Ensures clean history, atomic commits, and proper branch management.
-
tomevault-io Bundle Managing Git 3Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.
-
tomevault-io Bundle Git Pushing 3Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests. Use when this capability is needed.
-
tomevault-io Bundle Tooling 2Standardize developer tooling and validation workflow in theme-extractor. Use when setting up the environment, running quality checks, preparing a PR, or troubleshooting local tooling drift. Use when this capability is needed.
-
tomevault-io Bundle Commit Discipline 2Commit timing rules for this project. Use when committing code, pushing changes, finishing a task, or deciding when to create a git commit. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 161Execute safe Git workflows — branching, committing, resolving conflicts, and managing PRs Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 163Git workflow patterns for branching, committing, PR preparation, and conflict resolution. Use when the task involves git operations, branch management, commit messages, or PR workflows. Use when this capability is needed.
-
tomevault-io Bundle Playwright Skill 4Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing. Use when this capability is needed.
-
tomevault-io Bundle Git Pushing 4Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests. Use when this capability is needed.
-
tomevault-io Bundle Ultraqa 3QA cycling workflow - test, verify, fix, repeat until goal met Use when this capability is needed.
-
tomevault-io Bundle Tools 2List all available Claude Code tools with their parameters and capabilities. Use to understand current tool availability before starting a task. Use when this capability is needed.
-
tomevault-io Bundle Code Assist 3Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code. Use when this capability is needed.
-
tomevault-io Bundle Customer Support Builder 2Guide users through building a custom customer support automation skill for their company. Walks through planning integrations, writing scripts for their support stack (Zendesk, HelpScout, Intercom, etc.), creating response templates, and setting up an automated triage workflow. Use when users want to create their own support automation. Use when this capability is needed.
-
tomevault-io Bundle Commit Push Pr 5Automate the workflow from creating a branch to opening a GitHub pull request. Use when the user says "create a PR", "commit and push", "push changes and create PR", or "open a pull request". Use when this capability is needed.
-
tomevault-io Bundle Rust Performance 3Rust performance workflow for Criterion benchmarks, hyperfine CLI benchmarks, profiling, allocation analysis, async overhead, CPU/memory optimization, and before/after measurement in greenfield crates. Use when this capability is needed.
-
tomevault-io Bundle Golang Performance 6Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill). Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 165Git workflow patterns and best practices Use when this capability is needed.
-
tomevault-io Bundle Codex CLI Bridge 2Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools Use when this capability is needed.
-
tomevault-io Bundle Subagent Driven Development 11Use when executing implementation plans with independent tasks using per-task subagent dispatch in the current session. Not for tightly coupled tasks that must share context, or batch execution with human review between groups.
-
tomevault-io Bundle Continuous Learning 4Capture 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". Use when this capability is needed.
-
tomevault-io Bundle Error Handling 9Implements error handling patterns, structured logging, retry strategies, circuit breakers, and graceful degradation. Use when designing error handling, setting up logging, implementing retries, adding error tracking, or when asked about error boundaries, log aggregation, alerting, or resilience patterns. Use when this capability is needed.
-
tomevault-io Bundle Writing Plans 32Use when you have a spec or requirements for a multi-step task, before touching code
-
tomevault-io Bundle Writing Plans 33Use when you have a spec or requirements for a multi-step task, before touching code
-
tomevault-io Bundle Tdd Guide 7Test-driven development workflow with test generation, coverage analysis, and multi-framework support Use when this capability is needed.
-
tomevault-io Bundle Tdd Workflow 21Use this skill whenever you are implementing a feature using TDD.
-
tomevault-io Bundle Django Pro 9django-pro workflow skill. Use this skill when the user needs Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off. Use when this capability is needed.
-
tomevault-io Bundle Golang Pro 24golang-pro workflow skill. Use this skill when the user needs Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off. Use when this capability is needed.
-
tomevault-io Bundle Openspec Archive Change 31Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
-
tomevault-io Bundle Subagent Driven Development 12Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
-
tomevault-io Bundle Git Workflow 166Judgment rules for how to shape commits, plan branches, and respond to review — not git mechanics. Use when staging changes, writing commit messages, splitting/reordering commits, planning a branch's structure, addressing review feedback, or deciding how to merge. 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 openspec-archive-change, skill-creator, openspec-archive-change. 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.