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.
-
mangowhoiscloud Skill Smoke Green LoopDiagnose and repair a failed GEODE smoke workflow within the requested acceptance criteria. Preserve failed evidence, verify the shared root cause, and apply merge, rebuild, or live rerun stages only when authorized.
-
mangowhoiscloud Skill Long Task WatcherReliable progress watching for long-running background commands (training runs, live audits, batch jobs, CI) without losing output to stdout buffering. Prefer post-completion cat-and-grep over tail -F.
-
mangowhoiscloud Skill Explore Reason ActMandatory 3-phase explore-reason-act workflow before code modification. Enforces read-before-write, root cause hypothesis formulation, minimal change application. Triggered by "explore" ("탐색"), "reason" ("추론"), "read before write", "root cause" ("근본 원인") keywords.
-
modiqo Bundle Rote Onboard Rote Using AdaptersUse for delegated single-adapter execution after main rote has selected an adapter. Use for single adapter, adapter execution, write guard, probe first and save flow. Use for execute a task through one installed rote adapter after the main rote skill selects the adapter, with probe-first behavior, write-guard handling, and flow-save protocol. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
-
modiqo Bundle Rote BrowseBrowser domain skill for durable-executor handoffs and explicit rote-browse browser execution with trace, alignment, and page evidence. Use for browser handoff from durable executor, durable browser handoff, preserve durable handoff packet, return browser evidence to durable executor, explicit rote-browse browser execution, attach existing browser, logged-in web app state, snapshot or slice a page, click or type in a page and recover stale browser refs. Use when the task needs to browser handoff from durable executor, preserve browser evidence in a durable workspace, browse a website with rote, browse Gmail or an email web app with rote, attach to an active browser, inspect logged-in web app state and snapshot or slice a page. Handles browser handoff and page evidence and dependency checks. Requires `skillspec decide` before substrate tools or overlapping low-level skills
-
modiqo Bundle Rote ComputerUse when the task needs to get work done across tools, recurring task, browser and CLI and service work and remember this workflow. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
-
modiqo Bundle Generic Skill CreatorGeneric example for creating or updating a Codex skill with appropriate resources, metadata, validation, and forward-testing. Use for generic skill creator, create a skill, update a skill, skill creator, skill authoring, SKILL.md, agents/openai.yaml, init_skill.py, quick_validate.py, forward-test a skill, progressive disclosure and bundled resources. Use when the task needs to create a new Codex skill, update an existing skill, validate a skill folder, generate agents/openai.yaml metadata and forward-test a skill with subagents. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
Audited -
onfire7777 Skill Temporal Workflow SafetyKeep Temporal worker and workflow changes deterministic and recoverable.
-
bsene Bundle Chicken SchemeWrite, compile, debug, and package CHICKEN Scheme programs. Use this skill whenever the user mentions CHICKEN Scheme, call-cc.org, csc, csi, Scheme eggs, Scheme-to-C compilation, R5RS/R7RS Scheme, call/cc, continuations, SRFI, or wants help with any Scheme programming task using CHICKEN. Also trigger for questions about the CHICKEN FFI, C interop from Scheme, egg packaging, REPL usage, or scripting with csi. Even if the user just says "scheme" without specifying CHICKEN, use this skill if context suggests CHICKEN (e.g. they mention eggs, csc, chicken-install, or wiki.call-cc.org). DO NOT USE when: the user is working with another Scheme implementation (Racket, Guile, MIT Scheme, Gambit) — those have different module systems, package managers, and idioms.
-
bsene Bundle Logging Daily ProgressMaintains a rolling daily progress log (`progress-daily.md`) that captures Impact, Learnings, and Commits for each day of engineering work, sourced from git history. Author identity and log path are configurable per repo. TRIGGER when: user says "log today", "log my day", "any updates?", "what did I ship?", "update my progress log", "add today to the hype doc", "recap this week from git", "catch me up on what I shipped", or "backfill since <date>". Also trigger when the user mentions Impact/Learnings/Commits journaling, the Career Hype Doc practice, or wants daily wins recorded while context is fresh rather than reconstructed later from calendar archaeology. DO NOT USE when: the user wants a one-off git log query (use `git log` directly) or a release-notes-style changelog (different audience, different format).
Audited -
jajupmochi Skill New RuleScaffold a new workflow rule under rules/<kebab-name>/. Creates RULE.md (frontmatter + body template) and snippet.md (drop-in for downstream CLAUDE.md), plus updates INVENTORY.md and INVENTORY.zh.md in the same edit batch.
-
jajupmochi Skill Long Running TasksManage long-running commands and multi-step work in Codex. Use when a task may exceed normal turn time, needs a dev server, watcher, training run, crawl, benchmark, or repeated polling.
-
jajupmochi Bundle Task Relationship AnalysisUse BEFORE executing any multi-step or multi-feature request (3+ tasks). Forces a pre-execution pass that maps how the tasks relate — synergies, conflicts, shared substrate, ordering — so you don't mechanically execute them in listed order and miss that several should be built on one shared piece, or that two conflict. Scaffolds a pairwise matrix + synthesis checklist.
Audited -
jajupmochi Skill Workflow Fix Templateworkflow-fix-template
-
krzysztofsurdy Bundle Git WorkflowGit workflow patterns and version control best practices for teams of any size. Use when the user asks to choose a branching strategy (trunk-based, GitHub Flow, Git Flow, GitLab Flow), define commit conventions, set up PR workflows, plan release management, structure a monorepo, or establish team git standards. Covers branch naming, merge vs rebase, conventional commits, semantic versioning, changelog generation, and protected branch policies.
-
krzysztofsurdy Bundle Ticket DeliveryEnd-to-end ticket workflow - from ticket analysis through investigation, planning, TDD implementation, committing, and PR creation. Adapts to your environment via a supplement file created on first run. Use when starting work on a ticket, implementing a feature end-to-end, or following a structured development workflow from ticket to PR.
-
jqaisystems Bundle Skill BuilderAuthor a new Claude Code skill the right way, from choosing the storage tier (project, shared library, or user-global) to scaffolding the SKILL.md, linking it across workspaces, and registering it for agents that do not auto-load skills, like Codex. Use when the user says "create a skill", "turn this workflow into a skill", "make this repeatable", or "new skill for".
-
lichao689 Bundle Codex ReviewNative Codex CLI reviewer (`codex exec review`) for uncommitted changes, a base-branch diff, a named commit, or an allowlist of paths. Triggers: /codex-review, /codex:review, Codex review, 让 Codex 审代码, adversarial review, second opinion on the working tree or a commit.
-
lichao689 Bundle Code SimplifierUse when the user wants a behavior-preserving simplification or cleanup of recently changed code, especially requests like simplify this code, clean this up, remove AI slop, reduce defensive noise, align with project conventions, or refactor without changing behavior. Best for tightening modified files, removing redundant comments/checks/abstractions, and applying repository guidance from AGENTS.md, CLAUDE.md, or similar instruction files.
-
lichao689 Bundle Codex Spec ReviewGrill 之后用本机 Codex 只读审查实施计划、spec 或 tickets。
-
natuleadan Bundle 010109 Release AutomationSemantic version mapping, semantic-release automation, post-release workflow, and release configuration for conventional commits.
Audited -
popup-studio-ai Skill BtwBy-The-Way: capture improvement ideas the moment they surface, without derailing the task in progress. Triggers: /bkit:btw, /bkit:btw list, /bkit:btw analyze, /bkit:btw promote, /bkit:btw stats, btw, suggestion, improve, idea, feedback
-
popup-studio-ai Skill Bkend Authbkend.ai authentication — email/social login, JWT tokens, RBAC, session management. Triggers: bkend auth, bkend login, bkend signup, bkend JWT, bkend RBAC
-
popup-studio-ai Skill Skill CreateInteractive skill creation workflow for project-local skills. Triggers: skill-create, create skill
-
popup-studio-ai Skill Bkend Cookbookbkend.ai project tutorials (todo to SaaS) and common error troubleshooting. Triggers: bkend tutorial, bkend cookbook, bkend troubleshooting
-
rikilamadrid Skill ReflectReview meaningful completed work to extract project-specific lessons, identify reusable Pathfinder workflow improvements, and evaluate the quality of the reflection process itself.
-
rikilamadrid Skill Debate MePressure-test an idea or project and recommend an MVP, technology, delivery workflow, and prototype checkpoint for human selection.
-
rikilamadrid Skill Reverse EngineerAnalyze an external product, interface, repository, workflow, or reference implementation and produce an evidence-based reconstruction blueprint without copying protected assets or inventing unsupported details.
-
roodlicht Skill Gdpr PiaData Protection Impact Assessment (DPIA / GEB) workflow against AVG Art 35 — trigger check (AP criteria and WP 248), systematic description, necessity, risk analysis from the data subject's perspective, measures and residual risk, prior consultation with the Autoriteit Persoonsgegevens.
-
roodlicht Skill Alert TuningSOC alert-tuning workflow — false-positive reduction via targeted suppressions (rule-id + reason + expiry), baseline learning, rule retirement, severity recalibration, and metrics (alert volume, mean-time-to-triage, fatigue index). Prevents detection collapse without losing coverage.
-
roodlicht Skill Risk RegisterRisk-management workflow — risk identification, qualitative and quantitative analysis (likelihood × impact, FAIR basis), evaluation against risk appetite, treatment (avoid/mitigate/transfer/accept), heatmaps and trend, with ISO 31000 and ISO 27005 as the methodology base.
-
roodlicht Skill Malware TriageMalware triage workflow — sandbox output analysis (CAPE/Hybrid-Analysis/ANY.RUN/Joe Sandbox), YARA rule scaffolding at pattern level, IOC extraction, and TTP mapping to MITRE ATT&CK. Sandbox-only discipline; do not detonate in production or without an isolated runtime.
-
vchelaru Skill Engine OverviewEngine overview for FlatRedBall2. Start here for any game development task. Covers what the engine does automatically vs what game code must implement, the frame loop, bootstrapping, and known stubs. Trigger when starting a new game, needing to understand the engine architecture, or unsure how FlatRedBall2 works.
-
msewell Bundle Stripping AI TellsDetects and removes AI writing tells (ChatGPT-isms, Claude-isms) from text using a three-pass editing workflow: vocabulary sweep, structural cleanup, and voice/tone adjustment. Identifies flagged words (delve, tapestry, robust, pivotal), structural patterns (tricolon abuse, synonym cycling, trailing participles, em-dash overuse), and tonal issues (sycophancy, hedging, importance puffery). Use when the user asks to remove AI tells, humanize AI text, make writing sound less like AI, edit for ChatGPT-isms or Claude-isms, strip AI language, clean up AI-generated content, or review text for machine-generated patterns.
-
msewell Bundle Writing Checklist CommunicationsWrites and improves checklist-based professional communications -- requests for action, handoffs, meeting agendas/follow-ups, and process runbooks. Applies structured templates, item-writing rules (verb + object + criteria), and anti-pattern checks to produce clear, actionable checklists. Use when drafting a request for action, creating a handoff document, preparing a meeting agenda, writing meeting follow-up notes, building a runbook, delegating work, asking for specific action by a deadline, or reviewing and improving an existing checklist-based communication.
-
netalertx Skill Skills IndexIndex of all available skills across Gemini CLI (.gemini/skills/), GitHub Copilot (.github/skills/), and Claude Code (.claude/skills/). Load this to find the right skill for a task, or to locate the counterpart skill in another assistant's tree.
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 chicken-scheme, smoke-green-loop, long-task-watcher. 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.