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.
-
majiayu000 Bundle Decomposing Tasks 3Use when you need to create an execution plan from a feature spec - handles worktree context, dispatches subagent for task decomposition, validates quality, analyzes dependencies, groups into phases, and commits the plan
567 -
majiayu000 Bundle Dev Clarify 2REQUIRED Phase 3 of /dev workflow. Asks targeted questions based on codebase exploration findings.
567 -
majiayu000 Bundle Implement 15Use when executing an implementation plan — dispatches subagent per task with self-review, verification along the way, and commits
567 -
majiayu000 Bundle Context Preservation 2State capture and restore across context window compactions. Monitors usage thresholds and serializes quality, task, and spec state for seamless continuation.
567 -
majiayu000 Bundle Finalize 5Run the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when the user asks to "finalize implementation", "finalize changes", "wrap up implementation", "finish up", "ready to commit", or "run QA workflow".
567 -
majiayu000 Bundle Create Handoff 2Write a handoff file at .turbo/handoff/<YYYY-MM-DD>-<slug>.md capturing current session state — task, status, open decisions, in-flight changes, next step — so a fresh session can continue without re-deriving context. Use when the user asks to "create a handoff", "create handoff", "save handoff", "handoff before compact", "save session state", "handoff for next session", or "capture session state".
567 -
majiayu000 Bundle Implement Plan 3Execute an implementation plan file produced by $draft-plan, $turboplan, or $expand-shell. Runs pre-implementation prep, loads task-specific skills by matching plan content against available skill triggers, then runs $implement to execute the steps and finalize. Use when the user asks to "implement plan", "implement the plan", "execute the plan", "run the plan", "implement plans/<slug>.md", "start implementing the plan", or starts a fresh session to implement a previously drafted plan.
567 -
majiayu000 Bundle Create Handoff 3Write a handoff file at .turbo/handoff/<YYYY-MM-DD>-<slug>.md capturing current session state — task, status, open decisions, in-flight changes, next step — so a fresh session can continue without re-deriving context. Use when the user asks to "create a handoff", "create handoff", "save handoff", "handoff before compact", "save session state", "handoff for next session", or "capture session state".
567 -
majiayu000 Bundle Implement Plan 4Execute an implementation plan file produced by /draft-plan, /turboplan, or /expand-shell. Runs pre-implementation prep, loads task-specific skills by matching plan content against available skill triggers, then runs /implement to execute the steps and finalize. Use when the user asks to "implement plan", "implement the plan", "execute the plan", "run the plan", "implement plans/<slug>.md", "start implementing the plan", or starts a fresh session to implement a previously drafted plan.
567 -
majiayu000 Bundle Git Workflow 19This skill should be used when the user asks to "make commits", "commit all changes", "create a branch", "name a branch", "organize commits", "conventional commits", "generate changelog", "release version", "bump version", or needs guidance on git workflow best practices including commit organization, branch naming, and conventional commit format.
567 -
majiayu000 Bundle Release 42Full release workflow including milestone validation, squash, rebase, push, merge to main, and GitHub release creation. Triggers on keywords: release, create release, publish release, tag release
567 -
majiayu000 Bundle Note Taking 2Externalising reasoning; create notes for Obsidian, blogs, docs
567 -
majiayu000 Bundle Babysit 6Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
567 -
majiayu000 Bundle Babysit 7Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
567 -
majiayu000 Bundle Build 6Workflow orchestrator that chains existing skills for feature development
567 -
majiayu000 Bundle Status 17Show current workflow progress at a glance.
567 -
majiayu000 Bundle Writing Plans 8Use when you have a spec or requirements for a multi-step task, before touching code
567 -
majiayu000 Bundle Beads 8Activate beads (bd) issue tracking for persistent task memory across sessions. Use when work spans multiple sessions, has complex dependencies, or needs to survive compaction. For simple single-session linear tasks, use TodoWrite instead.
567 -
majiayu000 Bundle Eld Sense Task Decomposition 2PCE (Process-Context Engine) のタスク分解スキル。親→子→孫の入れ子構造でタスクを分解し、各プロセスへのコンテキスト継承を設計する。 トリガー条件: - 大きなタスクを受け取った時 - 「このタスクを分解して」 - 「実装計画を立てて」 - 「作業を整理して」 - 複雑な機能の実装開始時
567 -
majiayu000 Bundle Task 6Quick task creation for MASTER_PLAN.md with auto-generated IDs. This skill should be used when the user wants to add a new task, bug, feature, or inquiry to the project's master plan. Triggers on "/task", "add task", "new task", "create task", "track this", "investigate".
567 -
majiayu000 Bundle Create Skill 21Create a well-structured skill — provide a topic to explore the codebase and build a skill interactively, or capture a workflow from the current session
567 -
majiayu000 Bundle Tdd 31Test-Driven Development patterns and red-green-refactor workflow. Auto-triggers when writing tests first, implementing TDD, or discussing test coverage.
567 -
majiayu000 Bundle Tdd Workflow 11Test-Driven Development workflow for autonomous coding. Use when implementing features with TDD, writing tests first, following red-green-refactor, or ensuring test coverage.
567 -
majiayu000 Bundle Tdd Workflow 12Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage.
567 -
majiayu000 Bundle Aitask Pickrem 2Pick and implement a task in remote/non-interactive mode. All decisions from execution profile - no AskUserQuestion calls.
567 -
majiayu000 Bundle Batch Processor 2Apply operations across multiple files in parallel. Use when user says 'rename across', 'update all', 'add to every', or needs to apply same change to many files.
567 -
majiayu000 Bundle Gate Check 2Phase transition validation with artifact checklists, PASS/FAIL/CONDITIONAL gates for workflows
567 -
majiayu000 Bundle Task Tracker 2Track progress through structured task lists with complexity scoring and token tracking
567 -
majiayu000 Bundle Triage 10Issue の棚卸を一括実行する。対応済み Issue のクローズ、ラベル付与、マイルストーン平準化、実装プランからの Issue 作成をすべて行い、棚卸レポートを出力する。
567 -
majiayu000 Bundle Update Framework 2Samuel version update workflow. Use when upgrading to a new Samuel version, migrating framework configurations, or applying upstream template changes while preserving local customizations.
567 -
majiayu000 Bundle Load Architecture Context Into WindowLoad architecture principles and core conventions for grounding work against project standards - simple context loading for all workflow stages
567 -
majiayu000 Bundle Tdd Workflow 13Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
567 -
majiayu000 Bundle Meeting Insights Analyzer 2分析会议记录和录像以发现行为模式、沟通洞察和可操作的反馈。识别您何时避免冲突、使用填充词、主导对话或错过倾听的机会。非常适合希望提高沟通和领导能力的专业人士。
567 -
majiayu000 Bundle UI Designer 8Read outputlanguage from .ai/context/workflow-config.md. Write ALL deliverables in that language. If the file is absent or the field is unset, default to en-US.
567 -
majiayu000 Bundle Git Workflow 20Conventional commits, PR creation, and quality gate verification
567 -
majiayu000 Bundle Git Commit 13Complete git commit workflow for PyPTO including pre-commit review, staging, message generation, and verification. Use when creating commits, preparing changes for commit, or when the user asks to commit changes.
567
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 decomposing-tasks, dev-clarify, implement. 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.