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 Setup Workspace 2Configure workspace context and project settings.
567 -
majiayu000 Bundle Sync 3Drift-detect and sync git-tracked .claude/ and .codex/ config from project to home. Default shows what would change; "apply" performs the sync.
567 -
majiayu000 Bundle Tweet Highlight 2Tweet the most recent untweeted highlight. Scheduled for 7am UTC daily.
567 -
majiayu000 Bundle Task 3작업 오케스트레이션 스킬. 분석 → 구현 → 리뷰 → 커밋까지 전체 워크플로우 관리. 기능 개발, 버그 수정 등 모든 작업에 사용.
567 -
majiayu000 Bundle Blog Workflow 2Orchestrate the mycelium blog workflow - scan repos, draft posts, review changes, build graph, and publish
567 -
majiayu000 Bundle Bug Detective 2Systematic bug hunting combining Sherpa's debugging workflow, Julie's execution tracing, and Goldfish's investigation tracking. Activates for bug fixes with methodical reproduction, test capture, fix, and verification. Use when debugging errors or fixing bugs.
567 -
majiayu000 Bundle Create Ticket 2Creates GitHub issues to capture work that needs to be done. Records intent with context about the codebase, not implementation plans. Use when the user wants to track work, create a ticket, log a task, or says "we want to do X" or "we need to X".
567 -
majiayu000 Bundle Safe Workflow 2SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing commits, creating branches, writing PR descriptions, or asking about contribution guidelines.
567 -
majiayu000 Bundle Task Planning 2実装タスク管理書(tasks.md)を作成・編集します。設計書からタスク分解、AIエージェント向けの具体的な実装指示、TDD手順の定義が必要な場合に使用してください。requirements.md、design.mdとの整合性を逆順レビューで確認します。
567 -
majiayu000 Bundle Git 8Git workflow and safety rules for this workspace.
567 -
majiayu000 Bundle Github Pr Creation 2Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing PRs, use github-pr-merge instead.
567 -
majiayu000 Bundle Version Updates 2Bump project versions across configs, docs, and changelog using git-workspace-review context. Triggers: version bump, semver, release version, changelog update, version update, package version, release preparation Use when: bumping project versions, updating changelogs, preparing releases, coordinating version changes across files DO NOT use when: just documentation updates - use doc-updates. DO NOT use when: full PR preparation - use pr-prep. Use this skill for version management and release preparation.
567 -
majiayu000 Bundle Bmad Master 2Core BMAD Method orchestrator and workflow manager
567 -
majiayu000 Bundle Dx Optimizer 2Expert developer experience optimizer specializing in build performance, tooling efficiency, and workflow automation. Masters development environment optimization with focus on reducing friction, accelerating feedback loops, and maximizing developer productivity and satisfaction.
567 -
majiayu000 Bundle Email Triage 2AI-powered email triage that reads your inbox, classifies each message by importance and urgency (Eisenhower matrix), decides whether you need to reply, and drafts responses in your voice. Use this skill whenever the user asks to triage their email, process their inbox, check what needs a response, draft email replies, prioritize messages, do an inbox review, or anything related to email workflow automation. Also trigger when the user says things like "what emails need my attention", "help me get to inbox zero", "process my unread mail", "draft replies", "what's urgent in my inbox", or "catch me up on email".
567 -
majiayu000 Bundle Git Workflow 6Enforce 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.
567 -
majiayu000 Bundle Meeting Prep 2Prepare for meetings by gathering attendee context and related topics
567 -
majiayu000 Bundle Orchestrator 2Master coordinator that delegates to specialist skills, synthesizes outputs, AND creates new skills on-the-fly when needed. Expert in problem decomposition, skill orchestration, quality assurance, and skill creation for capability gaps. Use for multi-skill coordination, complex task decomposition, workflow design. Activates on 'orchestrate', 'coordinate', 'multi-skill', 'complex task'. NOT for single-domain tasks or simple linear workflows.
567 -
majiayu000 Bundle Skill Router 4The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list the workflow".
567 -
majiayu000 Bundle Task Manager 3Manage project tasks. Create, list, update, and track dependencies of tasks.
567 -
majiayu000 Bundle Global Tech Stack 3Understand and apply the n8n community node tech stack including TypeScript strict mode, Node.js v22+, n8n-workflow package, and build tools. Use this skill when setting up new n8n node projects, configuring package.json, writing TypeScript with strict mode, running build or dev scripts, configuring ESLint with n8n rules, setting up Jest tests, or preparing packages for npm publishing. Apply when making decisions about runtime, dependencies, or tooling in n8n node development.
567 -
majiayu000 Bundle Quality Standards 2Overview of protected quality thresholds and quick reference for all quality tools. Use when you need to understand quality metrics, run comprehensive quality checks, or learn which specialized skill to use. For specific issues, use dedicated skills (deptrac-fixer for Deptrac, complexity-management for PHPInsights, testing-workflow for coverage).
567 -
majiayu000 Bundle Tdd 4Enforces Test-Driven Development (TDD) workflow with three-phase gate system. Use when: (1) implementing new features, (2) fixing bugs, (3) refactoring code. Blocks progress at each phase until conditions are met. RED → GREEN → REFACTOR.
567 -
majiayu000 Bundle Background Tasks 2Manejo de tareas asíncronas con 'arq' (Redis) para escalar la ingesta y procesos pesados.
567 -
majiayu000 Bundle Openspec Onboard 2Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
567 -
majiayu000 Bundle Speckit Workflow 2GitHub Spec Kit 5-phase workflow. Use when following the Constitution → Specify → Plan → Tasks → Implement cycle. Provides phase guidance, file templates, and workflow orchestration.
567 -
majiayu000 Bundle Git Workflow Helper 2Expert guidance for Git workflows, troubleshooting, and best practices
567 -
majiayu000 Bundle Plugin Architecture 2プラグインアーキテクチャの専門スキル。レジストリパターン、動的ロード、依存性注入を活用し、拡張可能なシステム設計を提供する。 Anchors: • Clean Architecture (Robert C. Martin) / 適用: 拡張性設計 / 目的: 柔軟性確保 • Dependency Injection Principles and Practices (Mark Seemann) / 適用: DI設計 / 目的: 疎結合実現 • Design Patterns: Elements of Reusable Object-Oriented Software (Gang of Four) / 適用: レジストリパターン / 目的: 型安全な登録管理 Trigger: Use when designing plugin systems, implementing extension points, managing dynamic module loading, creating registry patterns, or building workflow engines with pluggable executors. plugin architecture, registry pattern, dependency injection, dynamic loading, extension points, workflow executor
567 -
majiayu000 Bundle E2e Playwright 2Playwright E2E workflow for this extension. Use when E2E fails or is flaky, or mentions Playwright/e2e/fixtures/spec/trace/PWDEBUG.
567 -
majiayu000 Bundle Finishing Work 3Use when completing work on a task or feature. Prompts for code review before finishing. ALWAYS invoke this skill before saying work is done.
567 -
majiayu000 Bundle Spec Manager 2Orchestrates specification management workflow by coordinating init-specs, specify-with-requirements, plan-with-specs, and update-requirements skills. Manages the full lifecycle of task specifications from requirements through implementation planning.
567 -
majiayu000 Bundle Subagent Dev 2Use when executing a multi-task plan where each task is independent, or when the user wants parallel or isolated task execution with review.
567 -
majiayu000 Bundle Task Planning 3Orchestrates the complete task planning workflow including codebase exploration, requirements gathering, and technical plan creation. Use when the user provides a new feature request, bug fix, or refactoring task that needs planning before implementation.
567 -
majiayu000 Bundle Task Progress 2Track developer task progress with automated checklist and workflow support. Use when (1) developer is assigned an issue, (2) checking current progress status, (3) tracking development workflow from assignment to review, (4) automating workflow steps.
567 -
majiayu000 Bundle Changelog Manager 2Update project changelog with uncommitted changes, synchronize package versions, and create version releases with automatic commit, conditional git tags, GitHub Releases, and push
567 -
majiayu000 Bundle File Organization 2Enforces project file organization standards from CLAUDE.md/PROJECT.md - auto-fix mode
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 setup-workspace, sync, tweet-highlight. 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.