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.
-
openhands-software-agent-sdk Bundle Manage EvalsThis skill should be used when the user asks to "trigger an eval", "run evaluation", "run swebench", "run gaia", "run benchmark", "compare eval runs", "compare evaluation results", "check eval regression", "compare benchmark results", "what changed in the eval", "diff eval runs", or mentions triggering, comparing, or reporting on SWE-bench, GAIA, or other benchmark evaluation results. Provides workflow for triggering evaluations on different benchmarks, finding and comparing runs, and reporting performance differences.
-
openhands-software-agent-sdk Skill Debug Test Examples WorkflowGuide for debugging failing example tests in the `test-examples` labeled workflow. Use this skill when investigating CI failures in the run-examples.yml workflow, when example scripts fail to run correctly, when needing to isolate specific test failures, or when analyzing workflow logs and failure patterns.
-
frankxai Skill Artifact ContractThe file contract for docs/architecture/. Use when writing or checking SYSTEM.md, WORKFLOW.md, SOP.md, architecture.json, prices.json, eval cases, or a verification receipt. Names required files, stamp line, and evidence pointer shape.
-
zenbase-ai Bundle Skill FactorySelf-improving skill library for programming workflows. Mines transcripts and patterns to propose and scaffold new skills. Use when you hear: - "turn this workflow into a skill" - "make a skill for our PR review process" - "generate a new skill" - "automate this repeated process" - "create a skill for X" - "what skills could I create?" - "propose some skills"
-
agentsmesh Skill Gh MergeCompletes the AgentsMesh GitHub pull-request workflow: commits scoped changes, rebases on the authoritative GitHub branch, opens or reuses a PR, monitors required checks, fixes failures, and merges only after verification. Use when the user asks to merge, submit, or land repository changes.
-
shabaraba Skill OrchestratorOrchestrates the async development workflow (design → develop → review → QA). Handles phase transitions when triggered by workflow-continue hook.
-
shabaraba Bundle Self Directed DebuggingAutonomous development workflow that proactively asks questions, verifies implementation with tools, and auto-fixes linter errors. Use when implementing features to ensure quality through self-driven verification.
-
webthree549-bot Bundle Opc Async Task ManagerOPC Journal Suite Async Task Management Module - Local task tracking for background work. Use when: (1) tracking tasks for later, (2) organizing non-urgent work, (3) managing personal todo lists. NOT for: automated execution → tasks are tracked, not executed.
-
qduc Skill Implement FeatureImplement an approved software feature as thin end-to-end slices before hardening individual components. Use when a concrete feature design or implementation plan already exists and the task requires safe incremental implementation in an existing codebase.
-
s-morgan-jeffries Skill ReleaseUse when the user wants to release a new version. Orchestrates the full release workflow including milestone check, version bump, changelog generation, validation, tagging, and PR creation. Also use when discussing release planning or version management.
-
yfge Bundle Work State And DeliveryUse when designing or reconciling design docs, task boards, external trackers, execution plans, delivery records, handoffs, review evidence, task-to-change traceability, or repository commit-coupling policy.
-
lyfe2025 Bundle Subagent Driven Development当你在当前 session 中执行 implementation plan,且各 task 大多独立时使用:每个 task 派发新的 subagent,使用单 reviewer 检查 spec compliance 与 code quality,并在问题修复后进行有上限的 re-review。
-
muheun Bundle My Backend PatternApply muheun's opinionated Java Spring Boot backend patterns. ACTIVATE when both conditions met (1) current project is Java/Spring Boot (build.gradle or pom.xml exists with spring-boot-starter dependencies, .java files in controller/service/dao/domain packages) AND (2) user requests creating, modifying, or reviewing backend layer code. CONCRETE TRIGGER PHRASES (Korean) "도메인 추가", "DAO 만들어", "DAO에 select 추가", "Entity 검증 어떻게", "Service 패턴 맞아", "Controller에 RequestBody", "도메인 프리미티브로 리팩토링", "Age 타입 만들어", "jOOQ 쿼리 짜줘", "DSLContext로 select", "Flyway 마이그레이션", "백엔드 코드 리뷰", "@Column comment 빠진", "@Embeddable 어떻게", "ddl-auto validate". (English) "create a controller", "add a service", "spring boot dao", "domain primitive validation", "jooq query", "jpa entity pattern". WHAT IT ENFORCES 5-layer architecture (Controller/Service/DAO/Entity/Domain Primitive), jOOQ for all queries, JPA validate-only (no JpaRepository CRUD), Flyway DDL with COMMENT clauses, Domain Primitive pattern (Age/PersonName/Email) with type-driven vali
-
mbruhler Bundle Orchestration Executing WorkflowsUse when user provides workflow syntax with arrows (-> || ~>), says "run workflow", "execute workflow", "run this", mentions step1 -> step2 patterns. Executes orchestration workflows with real-time visualization, steering, and error recovery.
-
egermano Bundle Data ValidatorValidates data against specified rules including required field checks, email format validation, and numeric type verification. Use when the user needs to verify data integrity, validate form inputs, or check data against business rules.
-
leefowlercu Bundle Project Specs ImplementationImplement code changes from reconciled project PRDs, ADRs, traceability matrices, executable acceptance scenarios, or a project-specs-reconciliation implementation handoff. Use after project-specs-reconciliation has created or updated the governing specs, or when the user explicitly says the specs are already reconciled. This skill owns the spec-to-test-to-code workflow and composes with language-specific TDD, BDD, and red-green-refactor skills without replacing their framework-specific guidance.
-
urrhb Skill Sdlc DemoQuick 5-minute demo of AgentFlow. Creates a tiny 3-task project and runs one task end-to-end in the current session.
-
supernovae-st Bundle Nika WorkflowCaptures a repeated AI chore as a Nika workflow file — audited before it runs, cost-capped while it runs, hash-chain traced after.
-
shareai-lab Bundle Meeting Coach LeaderCoach leaders and managers to prepare, run, and review high-bandwidth meetings that advance real work and decisions. Use for meeting retrospectives, employee work reviews, decision meetings, agenda and question design, direct feedback, meeting-quality diagnosis, or repeated low-value discussions. Preserve direct standards without taking over the worker's work or degrading the truth signal.
-
shareai-lab Bundle Meeting Coach WorkerCoach workers, employees, and individual contributors to turn meetings, transcripts, minutes, and work notes into better execution: infer leader expectations, diagnose previous work, identify next actions, judge delivery readiness, and prepare a high-bandwidth update. Use after meetings, during work, before reviews, or across repeated low-value discussions. Perform semantic review from source evidence.
-
yugasun Bundle Aliyun Image GenUse when generating images with Aliyun Bailian or DashScope Qwen-Image APIs, especially when you need region-aware HTTP calls, async task polling, or downloading temporary image URLs.
-
lucanerlich Skill Release VersionAutomate project releases — updates CHANGELOG.md, bumps the version in package.json, commits, tags, and pushes. Use this skill whenever the user says "release", "bump version", "cut a release", "new version", "update changelog and release", "ship it", "tag a release", "prep a release", or asks to bump a patch/minor version. Also trigger when the user asks to update the changelog and push a new version, or when they mention versioning workflow, release workflow, or semver bumping in the context of a Node/JS project with a package.json.
-
alib8b8 Skill SetupInstall aflare (script, release binary, or source build), verify the install with doctor, initialize the ~/.aflare workspace, and run a first workflow end to end
-
contrario Bundle AetherlangExecute AI workflow orchestration flows using the AetherLang Ω DSL. Run multi-step AI pipelines for recipes, business strategy, market analysis, molecular gastronomy, and more.
-
dimitri-vs Skill Routine BuilderDesign, create, and maintain Claude Code Desktop routines (local scheduled tasks). Use when building a new routine, migrating a scheduled task from another platform, debugging a broken routine, or doing a monthly tune-up on existing routines. Covers the two-layer architecture (deterministic Python + editorial Claude), SKILL.md authoring, schedule configuration, and common pitfalls.
-
brucehart Bundle Gh Issue Fix PrImplement enhancements or fixes from one or more GitHub issues using the gh CLI. Use when a task requires: reading issues by number, creating a new branch, implementing changes, committing, opening a PR against main, and linking the issue(s) to the PR.
-
brucehart Bundle Gh Commit And PushPull latest changes from origin, stage new and modified files, inspect diffs, generate a detailed commit message, commit to the current or specified branch, and push to origin. Use when the user asks to quickly commit and push local changes (optionally to a specified branch), or needs a repeatable git workflow for pull + add + inspect + commit + push.
-
brucehart Bundle Gh Commit And Create PrCommit current local changes to a new feature branch, push it to origin, and use the gh CLI to open a pull request back into the current branch or a user-specified base branch. Use when the user wants a gh-commit-and-push style workflow that avoids committing directly to the base branch and creates a PR instead.
-
soju06 Skill Openspec OnboardGuided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
-
soju06 Skill Openspec Continue ChangeContinue 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.
-
schovi Skill WorkImplement one selected task from an initialized workflow board with a minimal deliberate loop: read routed docs, plan, implement, validate, and commit. Use when the user explicitly invokes "/workflow:work", "/work", "/work 051", or "use $work". When workflow/AGENTS.md exists, also use for an unmistakable request to implement the next, numbered, or Ready workflow-board task. Do not use for generic implementation requests. If explicitly invoked in an uninitialized repo, stop and suggest /workflow:framework-init; never invoke it automatically.
-
schovi Skill StatusShow a decision-oriented overview of tracked workflow-board work in the current repo, or a one-line-per-repo table with "all". Always use when the user explicitly invokes "/workflow:status" or "use $status", including when that invocation carries a follow-up question (scoped to a tag, which tasks can run in parallel, what a chain waits on) — the question is the request, not a reason to skip the skill. When workflow/AGENTS.md exists in this initialized repo, also use for an unmistakable question about that board's queue, progress, dependencies, or gates. Do not use for generic project-status questions unrelated to that board. Read-only; never edits, moves, commits, or initializes the framework.
-
panaversity Bundle Video GeneratorAI video production workflow using Remotion. Use when creating videos, short films, commercials, or motion graphics. Triggers on requests to make promotional videos, product demos, social media videos, animated explainers, or any programmatic video content. Produces polished motion graphics, not slideshows.
-
schovi Bundle Framework DoctorValidate an initialized workflow repo and keep its shipped files and task metadata current. Use when the user says "/workflow:framework-doctor", "check the board", "validate work tracking", or when another workflow skill hits an inconsistent structure. Reports findings first; refreshes drifted files only after the user approves. Not a migrator — for a repo with no board use /workflow:framework-init.
-
cloudflare Skill Dad JokesAfter completing any task that took more than ~5 tool calls, or after long-running builds/tests finish, load this skill and deliver a dad joke to lighten the mood. Also load before any user-requested joke, pun, or limerick. Never improvise jokes without loading this skill first.
2.1k -
dsifry Bundle StartUse when starting work on any task, when the user mentions metaswarm, or when the user wants to begin tracked development work
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 gh-merge, manage-evals, debug-test-examples-workflow. 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.