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 SubmitfbSubmit feedback to tracking system
567 -
majiayu000 Bundle Dispatch QueueDispatch queue pattern for tracking pending tasks across sessions. Use when managing task continuity, understanding pending work, or implementing the /continue workflow.
567 -
majiayu000 Bundle Job Auto ApplyAutomate job application workflows and tracking.
567 -
majiayu000 Bundle Process TriageUse when diagnosing runaway processes with the pt wrapper and choosing safe remediation.
567 -
majiayu000 Bundle Staleness GateAutomatic index freshness gate. Called before any query command (search, fetch, refs, explore) to ensure the index exists and is up-to-date. Handles first-run setup, incremental re-indexing, and staleness detection — so users never need to manually index.
567 -
majiayu000 Bundle Dependency ChainsDependency chains in game development - what must complete before other tasks can begin. Use when planning task order, identifying blockers, or ensuring proper sequencing. **Load references when:** - Phase dependencies → `references/phase-dependencies.md` - Feature chains → `references/feature-chains.md`
567 -
majiayu000 Bundle Better Auth ProfileAdd a complete account settings page with profile editing, password changes, email updates, session management, and account deletion.
567 -
majiayu000 Bundle Voice MeetingRecord meetings with voice transcription and create meeting notes
567 -
majiayu000 Bundle Env Workflow VercelManage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts.
567 -
majiayu000 Bundle Clarify ScopeClassify request as small/medium/large. Adjust workflow depth accordingly.
567 -
majiayu000 Bundle Env Workflow Vercel 2Manage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts.
567 -
majiayu000 Bundle Versioning SkillVersioning Skill
567 -
majiayu000 Bundle Aoa Dry Run Firstaoa-dry-run-first
567 -
majiayu000 Bundle Rss SubscriptionsRss Subscriptions
567 -
majiayu000 Bundle Better Auth ComponentsAdd UI components and pages for authentication flows including sign in, sign up, forgot password, reset password, and email verification.
567 -
majiayu000 Bundle Telegram Field BotBuild Telegram bots for construction field workers. Real-time reporting, photo uploads, task assignments, progress tracking. Integrate with n8n for automated workflows.
567 -
majiayu000 Bundle Scale AwarenessAdjust strategy based on task complexity and risk; use when asked to choose between retrieval, tools, or generation.
567 -
majiayu000 Bundle Aoa Change Protocolaoa-change-protocol
567 -
majiayu000 Bundle Df Join DiscordJoin the DevFlow community. Community and meta information — not a workflow command.
567 -
majiayu000 Bundle Coupling AnalysisOptional analysis skill that identifies parallel task opportunities. Analyzes task coupling to determine which tasks can be executed simultaneously vs. which require sequential execution.
567 -
majiayu000 Bundle Better Auth EmailsAdd email verification, password reset, and account management emails to Better Auth using Resend.
567 -
majiayu000 Bundle Bmad Wds Workflow VisualCreate visual representations of page designs using external tools and integrate results back into specifications.
567 -
majiayu000 Bundle Clawdbot BackupBackup and restore ClawdBot configuration, skills, commands, and settings. Sync across devices, version control with git, automate backups, and migrate to new machines.
567 -
majiayu000 Bundle Suggest Task Omega{{ 𝛀𝛀𝛀 }} Suggest the next logical task based on codebase analysis
567 -
majiayu000 Bundle Workflow Investigation[Workflow] Trigger Code Investigation workflow — codebase exploration and understanding workflow.
567 -
majiayu000 Bundle Jira Implement TaskFetch Jira ticket, create branch, implement changes, commit, push, open PR.
567 -
majiayu000 Bundle Tour Allierays Agentic LoopTake an interactive tour of agentic-loop - the system for going from idea to shipped code with AI.
567 -
majiayu000 Bundle Workflow E2e Update UI[Workflow] Trigger E2E Update UI workflow — update e2e screenshot baselines after ui changes.
567 -
majiayu000 Bundle Atm10 Change Protocolatm10-change-protocol
567 -
majiayu000 Bundle Skill Auto LoadSkill Auto-Load SKILL
567 -
majiayu000 Bundle Workflow Release Prep[Workflow] Trigger Release Preparation workflow — pre-release quality gate with sre review and status verification.
567 -
majiayu000 Bundle Smart Task RouterIntelligent routing of tasks to appropriate skills or agents.
567 -
majiayu000 Bundle Common Task Commands______________________________________________________________________
567 -
majiayu000 Bundle Food Order 3Goal: reorder a previous Foodora order safely (preview first; confirm only on explicit user “yes/confirm/place the order”).
567 -
majiayu000 Bundle Workflow Pre Development[Workflow] Trigger Pre-Development Check workflow — quality gate verification before development begins.
567 -
majiayu000 Bundle Workflow Design Dev Handoff[Workflow] Trigger Designer to Dev Handoff workflow — designer hands off design spec to developer for implementation.
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 submitfb, dispatch-queue, job-auto-apply. 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.