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 Subagent Driven Development 5Use when executing implementation plans with independent tasks. Dispatches fresh delegate_task per task with two-stage review (spec compliance then code quality).
-
tomevault-io Bundle Git Workflow 112Git workflow guidance for branch naming, conventional commits, PR title format, merge strategy, and safe history rewriting. Use when creating branches, preparing commits, or reviewing repository hygiene. Use when this capability is needed.
-
tomevault-io Bundle Breadboarding 3Transform a workflow description into affordance tables showing UI and Code affordances with their wiring. Use to map existing systems or design new ones from shaped parts. Use when this capability is needed.
-
tomevault-io Bundle Brand Guidelines 6Applies Notion Avatar's hand-drawn minimalist style to any artifact that may benefit from having the project's look-and-feel. Use it when brand colors, style guidelines, visual formatting, or design standards apply. Use when this capability is needed.
-
tomevault-io Bundle Add 3Add a new task to ClickUp directly (no AI processing) Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 113Use when making git commits, creating branches, or starting any implementation work that will require more than one commit. Ensures Conventional Commits format, atomic commits (one logical unit per commit), and git worktree isolation for multi-commit work.
-
tomevault-io Bundle Git Workflow 114Follow CampusOS branching and PR process. Use when starting new work, creating pull requests, reviewing code, merging to main, or resolving merge conflicts. Use when this capability is needed.
-
tomevault-io Bundle Rust Async 4Async Rust workflow for Tokio, futures, cancellation, timeouts, task lifecycle, channels, streams, Send/Sync boundaries, graceful shutdown, backpressure, and deterministic async tests. Use when this capability is needed.
-
tomevault-io Bundle Review 43Comprehensive code review workflow - parallel specialized reviews → synthesis Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 79Git workflow automation with conventional commits, merge vs rebase decision trees, worktrees, SSH signing, and monorepo sparse checkout patterns. Use when this capability is needed.
-
tomevault-io Bundle Skill Creator 97Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
-
tomevault-io Bundle Brainstorm 6Workflow-first design through collaborative dialogue. Use before creating features, building components, or modifying behavior. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 80Defines git workflow patterns including branching strategy, commit conventions, and PR practices. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 81Git workflow for branches, commits, and PRs. Use for commit, branch, pr, pull request, conventional, push, feat, fix, chore, merge, rebase Use when this capability is needed.
-
tomevault-io Bundle Schedule Task 2Create scheduled task or reminder. IMPORTANT - must actually call this tool to create task. Just saying 'OK I will remind you' does NOT create the task. Task types - (1) reminder for simple messages, (2) task for AI operations. Use when this capability is needed.
-
tomevault-io Bundle Fix 8Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope. Use when this capability is needed.
-
tomevault-io Bundle Tdd 30Test-driven development workflow with philosophy guide - plan → write tests → implement → validate Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 82Git workflow standards including commit messages, branch management, and success criteria. Use when committing code, creating branches, or preparing changes for review. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 83Follow project git conventions for commits, branches, PRs, and publishing changes. Use when committing code, creating branches, opening pull requests, or pushing changes to the repository. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 84Git workflow guidance for commits, branches, and pull requests Use when this capability is needed.
-
tomevault-io Bundle Openspec New Change 4Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach. Use when this capability is needed.
-
tomevault-io Bundle Things Mac 13Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Xcriminal to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags. Use when this capability is needed.
-
tomevault-io Bundle Reviewing Code 5Reviews code and executes tasks with senior engineer discipline. Use when reviewing code, implementing features, fixing bugs, or any coding task. Enforces minimal changes and production-safe practices. Use when this capability is needed.
-
tomevault-io Bundle Project Workflow 3Documents the sprint-based project workflow for the sifr GitHub project. Covers the full ticket lifecycle from planning through review, ticket types (Epics and Tasks), PRDS documents, board columns, and which commands to use at each phase. Use when the user asks about the workflow, sprint process, ticket management, or needs guidance on which command to run next. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 108Smart git operations including conventional commits, PR creation, branch management, and conflict resolution. Activates for "commit", "create PR", "push", "merge", "resolve conflict", "git" operations. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 109Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes. Use when this capability is needed.
-
tomevault-io Bundle Openspec New Change 5Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach. Use when this capability is needed.
-
tomevault-io Bundle Gemini 33Smart Gemini CLI delegation skill. Activate this skill at the START of processing any user request — before reading files or starting work — to evaluate whether the task should be routed to Gemini. Always check experience.md first for auto-approve patterns. If unsure, use AskUserQuestion to let the user decide. Do NOT activate for casual conversation or tiny tasks. Use when this capability is needed.
-
tomevault-io Bundle Tdd Workflow 9Enforce test-first discipline with red-green-refactor guidance and verification checkpoints. Use when this capability is needed.
-
tomevault-io Bundle Skill Finder 2Proactively discover, install, and create Claude skills for specialized tasks. AUTOMATICALLY activates when encountering niche domains, unfamiliar APIs, specialized knowledge areas, or when user expresses wanting to learn/know something new. Searches the community registry at claude-plugins.dev and auto-installs matching skills. Creates new skills when no match exists. Use when user says "I want to know...", "help me with [specialized domain]", or when you recognize a task requires specialized expertise you don't have. Use when this capability is needed.
-
tomevault-io Bundle Writing Plans 15Use when you have a spec or requirements for a multi-step task, before touching code
-
tomevault-io Bundle Git Workflow 110Git branching, commits, GPG signing, and merge request workflow. Use when creating branches, committing (including signed commits), troubleshooting commit hangs / GPG / pinentry issues, or preparing MRs/PRs. Use when this capability is needed.
-
tomevault-io Bundle Todo Management 2Manages the root todo file (features.todo) for gotrippin. Use when completing a task (mark done), adding a new todo item, or when the user asks to update or create TODO entries.
-
tomevault-io Bundle Ml Workflow 2ML development workflow covering experiment design, baseline establishment, iterative improvement, and experiment tracking best practices. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 89Enforce branch-based workflow with draft PRs for emoji_gen. Use when starting new work, creating branches, or opening pull requests. Mentions of "new feature", "bug fix", "start work", "create PR", or "pull request" should trigger this Skill. Use when this capability is needed.
-
tomevault-io Bundle Git Workflow 91Git workflow patterns including branching strategies, commit conventions, 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 subagent-driven-development, git-workflow, breadboarding. 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.