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.
-
construct-ai-primary Skill Director Board PreparationBoard pack and meeting preparation
0 -
construct-ai-primary Skill Pc Change ManagementChange control workflow
0 -
construct-ai-primary Skill Qc Inspection Hold PointsHold point inspection workflow
0 -
construct-ai-primary Skill Pc Change Control WorkflowManage change control process, evaluate change impacts, track approvals, update baseline
0 -
construct-ai-primary Skill Geotech Slope StabilitySlope stability analysis workflow
0 -
construct-ai-primary Skill Process Pfd Pid DevelopmentPFD/P&ID development workflow
0 -
construct-ai-primary Skill Co Ordinator 2Co-ordinator Skill
0 -
michaelschecht Bundle Git Pushing 2Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.
0 -
duc01226 Skill Recover 3[Utilities] Use when you need to restore workflow context from checkpoint after session loss.
-
mims-harvard Bundle Tooluniverse Single Cell 2Single-cell RNA-seq analysis with scanpy/anndata — h5ad data loading, scRNA-seq quality control and QC gating (n_genes_by_counts, total_counts, mitochondrial percent / pct_counts_mt, pct_counts_ribo, doublet detection with Scrublet/scDblFinder, ambient RNA / SoupX awareness, empty-droplet filtering, MAD-based thresholds), normalization, dimensionality reduction (PCA, UMAP, t-SNE), clustering (Leiden, Louvain), marker gene identification, cell-type annotation, pseudotime/trajectory analysis. Use for any scRNA-seq workflow, including deciding which cells to filter, flag, or investigate before downstream analysis.
-
duc01226 Skill Start Workflow 3[Skill Management] Use when starting a detected workflow, initializing workflow state, or activating a workflow sequence.
-
duc01226 Skill Workflow E2e 3[Workflow] Use when activating the E2E testing workflow to generate, update, or maintain Playwright/E2E tests. Pick mode with --source={changes|recording|update-ui}.
-
duc01226 Skill Workflow End 3[Process] Use when you need to end the active workflow and clear state.
-
duc01226 Skill Workflow Bugfix 3[Workflow] Use when activating the Bug Fix workflow for systematic debugging with root cause investigation, fix, and verification.
-
duc01226 Skill Workflow Feature 3[Workflow] Use when activating the Feature Implementation workflow for implement a well-defined feature with investigation, planning, implementation, and review. Also covers TDD/test-first development and spec-driven feature implementation with test specs written before code.
-
duc01226 Skill Memory Management 3[Utilities] Use when saving or recovering task progress across sessions via file checkpoints — especially before context compaction.
-
duc01226 Skill Workflow Refactor 3[Workflow] Use when activating the Code Refactoring workflow for restructure and improve existing code without changing behavior.
-
duc01226 Skill Workflow Spec Sync 3[Workflow] Use when activating the Test Spec Update (Post-Change) workflow for update test specs and feature docs after code changes, bug fixes, or pr reviews.
-
duc01226 Skill Workflow Spec To Pbi 3[Workflow] Use when activating the Spec to PBI Backlog workflow to convert canonical tech-free Feature Specs into complete, prioritized, dependency-aware PBIs and stories.
-
duc01226 Skill Workflow Code To Spec 3[Workflow] Use when activating code-to-spec development — author/maintain the single canonical Feature Spec FROM existing code, keeping spec, implementation, and tests synchronized. For idea→spec (no code yet) use workflow-idea-to-spec.
-
duc01226 Bundle Workflow Review Changes 2[Workflow] Use when activating the Review Current Changes workflow for review, fix, and re-review recursively until all issues resolved.
-
duc01226 Skill Workflow Seed Test Data 3[Workflow] Use when activating the Seed Test Data workflow for idempotent QC happy-path seeders.
-
duc01226 Skill Workflow Review Changes Loop 3[Workflow] Use when you need to run /workflow-review-changes repeatedly in an outer convergence loop until a complete whole-workflow run applies zero fixes — recursive re-review of a fixed scope (branch-diff + current changes) until a clean no-op pass.
-
thebushidocollective Skill Csharp Async Patterns 2Use when C# async/await patterns including Task, ValueTask, async streams, and cancellation. Use when writing asynchronous C# code.
-
rjmurillo Bundle Pr Review 2Respond to review comments on one or more pull requests. Clusters the threads, fixes and pushes, then runs the dispatchable completion gate for a verdict. Use when you say `respond to PR review comments`, `pr-review 1234`, or `address the review feedback`. Do NOT use to fix a red check that carries no review comments (use pr-autofix), and do NOT use to work one PR's threads as a step inside another workflow (use pr-comment-responder).
-
asiaostrich Skill Pr 3引導 pull request 建立、審查自動化與合併策略。 Use when: 建立 PR、自動化審查流程、設定合併政策。 Not for: 審查本身的內容實質——請用 /code-review;分支命名與合併策略——請用 /git-workflow-guide。 Keywords: pull request, PR, merge, review, GitHub, GitLab, 合併請求, 審查自動化, 合併策略.
-
thebeardedbearsas Skill Workflow Analysis 2Mandatory analysis workflow for understanding codebase before changes
-
asiaostrich Skill Plan 3從 Spec 文件、OpenSpec 變更或自由文字需求生成 plan.json。 Use when: 把規格轉換成可供 /orchestrate 執行的任務計畫。 Not for: 執行產出的計畫——請用 /orchestrate;判斷這個想法值不值得做——請用 /brainstorm。 Keywords: plan, spec, task plan, plan.json, DAG, 計畫, 規格, 任務, 任務計畫.
-
asiaostrich Bundle Methodology 4[UDS] 為專案選擇並追蹤當前採用的開發方法論(SDD、BDD、TDD)。 Use when: 決定專案該遵循哪一套方法論、切換方法論、查詢目前方法論處於哪個階段。 Not for: 查詢某個開發階段該執行哪個指令——請用 /dev-workflow;執行方法論本身——請用 /sdd、/bdd 或 /tdd。 Keywords: methodology, SDD, BDD, TDD, phase tracking, methodology selection, 方法論, 開發方法選擇, 階段追蹤.
-
asiaostrich Bundle Dev Workflow 3[UDS] 把目前的軟體開發階段對應到正確的 UDS 指令與 Skill。 Use when: 不確定手上的任務該用哪個 UDS 指令、初次上手 UDS、帶著一個功能從規劃走到發布。 Not for: 選擇或切換方法論——請用 /methodology;實際執行某階段的工作——請用該階段自己的 Skill。 Keywords: workflow, development phase, command routing, which command, UDS guide, 開發階段, 指令對照, 流程指南.
-
asiaostrich Bundle Git Workflow Guide 2引導 Git 分支策略、分支命名與合併操作。 Use when: 建立分支、合併、pull request、Git 工作流程相關問題。 Not for: 撰寫 commit message——請用 /commit;推送前的安全檢查——請用 /push。 Keywords: branch, merge, PR, pull request, GitFlow, GitHub Flow, 分支, 合併, 工作流程, 分支命名.
-
ariffazil Bundle Asi Agentic Governance 2Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
-
ariffazil Skill Forge Route Least Power 2CANONICAL: /root/.agents/skills/route-least-power/SKILL.md — Route every task to the SMALLEST capability that can accomplish it.
-
intent-solutions-io Bundle Skill Adapter 2Analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins. Activates when you request "skill adapter" functionality.
-
richfrem Bundle Create Legacy Command 4Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.
-
fabioc-aloha Skill Meeting Efficiency 4Agenda design, time boxing, decision capture, async alternatives, and productive facilitation
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 director-board-preparation, pc-change-management, qc-inspection-hold-points. 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.