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.
-
mn755 Bundle Mission Control Refactor Safely 2Run a safe Mission Control refactor workflow. Use when the user wants non-trivial refactors that need codebase understanding, snapshots, path locks, contracts, validation planning, and controlled risk.
-
mn755 Bundle Mission Control Existing Repo Fix 2Run a direct Mission Control fix workflow for an existing repo. Use when the task is a bugfix or targeted change in a non-empty codebase and the Manager should classify the request, plan narrowly, request write permission, and execute safely.
-
mn755 Bundle Mission Control Scope Creep Check 2Ask Mission Control whether the project is drifting beyond approved scope. Use when the task list is growing, the user asks for more work midstream, or you need a Manager recommendation on include now versus defer.
-
zhaog100 Bundle Automation Workflows 2Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "no-code automation".
-
zhaog100 Bundle Meeting Minutes Generator 2📄 许可证与版权声明
-
oaustegard Bundle Seeing Images 2Augmented vision tools for analyzing images beyond native visual capabilities. Use when tasked with describing images in detail, reproducing images as SVGs, identifying subtle features, comparing image regions, reading degraded text, or any task requiring careful visual inspection. Also use when the image-to-svg skill needs ground truth about colors, shapes, or boundaries.
-
oaustegard Bundle Mapping Codebases 2DEPRECATED — superseded by tree-sitting. This skill generated persistent _MAP.md files; tree-sitting does the same AST extraction at runtime (~700ms for 250 files) with no artifact to write, commit, or keep in sync. Use tree-sitting for "map this codebase", "explore repo", "understand structure", or any code navigation task. The final working version is archived at release mapping-codebases-v0.8.0.
-
oaustegard Bundle Tracking Todos 2Maintain a structured task list for the current session. Use proactively when a request requires 3+ distinct steps, the user provides multiple items, or complex work benefits from explicit progress tracking. Storage persists via Muninn config across container death. Adapted from Claude Code's TodoWrite tool.
-
oaustegard Bundle Exploring Codebases 2First-encounter orientation on a repository nobody here has worked in yet. Runs a fixed five-step workflow — venv setup, tarball fetch, tree-sitting structural scan, featuring synthesis, then reasoning over the two — and yields an account of what the repo contains and how it is arranged, optionally written out as _FEATURES.md. Use for "I just cloned this", "what is this repo", "what does this do", "explore this repo", "give me an orientation", "what are the main features", "review what's new in this repo", or before starting work in a codebase you have not seen. This is the divergent what's-here skill. Route elsewhere for: a named symbol, a file's structure or a line range (tree-sitting); all callers of a Python symbol (searching-codebases); teaching a human the codebase through exercises (orienting-codebases); fetching or cloning a repo without analysing it (accessing-github-repos, cloning-project).
-
oaustegard Bundle Searching Codebases 2Binding-resolved Python symbol queries via pyright — every true caller (--refs), the real definition (--def), or an inferred signature (--hover) of a .py symbol, excluding the same-named false positives text search cannot tell apart. Use when a task needs ALL callers or users of a named Python symbol and grep would over-match. Python only, and only for the caller/definition question: measured 2026-07-04 on real issue-localization tasks, plain ripgrep tied or beat the semantic and indexed-regex tiers at 4-60x less wall-clock, so those tiers survive below without being a default.
-
oaustegard Bundle Uploading Files 2File-upload bridge for Claude Code on the Web. CCotw has no native file mount; this skill creates a throwaway GitHub branch the user can drop files onto via the github.com web UI, then fetches them locally on the next turn. Use when the user wants to upload, share, or send files into the session, or when a task clearly needs files the user has on disk that aren't in the repo.
-
delorenj Bundle Google 2Use when you need to interact with Google services from Clawdbot, including Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
1 -
delorenj Bundle Docs Writer 2Always use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
1 -
blockmatic Bundle F Workflow 2Apply Workflow First with a workflow lens who inspects this repo as a data analyst. Use when the user types /f-workflow, /f workflow, /f-pipelines, or /f pipelines.
-
blockmatic Skill Yolo 2Run the repository's full local quality gate and fix failures without publishing. Use when the user types /yolo.
-
blockmatic Skill Retro 2After finishing work, answer "anything you would do better in retrospect ?" Use when the user types /retro.
-
blockmatic Skill Deslop 2Check diff against main and remove all AI generated code slop introduced in this branch. Use when the user types /deslop.
-
blockmatic Skill Council 2Explore a codebase with parallel agents, then hand off findings. Use when the user types /council.
-
blockmatic Skill Use Tdd 2Implement a requested increment with red-green-refactor. Use when the user types /use-tdd.
-
blockmatic Skill Diagrams 2Analyze provided code, architecture, or concept and generate clear, well-structured Mermaid diagram visualizing relationships, flow, or structure. Use when the user types /diagrams.
-
blockmatic Skill Fix Push 2Fix reported issues, validate, then commit and push using the Git playbooks. Use when the user types /fix-push.
-
blockmatic Skill Git Push 2Validate and push the intended branch while preserving unrelated work. Use when the user types /git-push.
-
blockmatic Skill Lint Fix 2Analyze and automatically fix linting issues per project coding standards. Use when the user types /lint-fix.
-
blockmatic Skill Overview 2Diagram existing product, journey, and architecture overlays. Use when the user types /overview.
-
blockmatic Skill Exec Push 2Implement the requested change, validate, commit, push, and create its PR. Use when the user types /exec-push.
-
blockmatic Skill Visualize 2Use mermaid diagram to visualize the data lineage of the referenced code or project. Use when the user types /visualize.
-
blockmatic Skill Coderabbit 2Fetch CodeRabbit review comments, apply authorized fixes, and stop at local verification. Use when the user types /coderabbit.
-
blockmatic Skill Git Commit 2Review and commit the task’s intended changes using repository conventions. Use when the user types /git-commit.
-
blockmatic Skill Lint Suite 2Run project linters, apply fixes, and re-run until the suite is clean. Use when the user types /lint-suite.
-
blockmatic Skill Use Shadcn 2Build shadcn/ui components following monorepo structure and coding standards. Use when the user types /use-shadcn.
-
blockmatic Skill Code Review 2Review a change for evidenced defects and risks without editing it. Use when the user types /code-review.
-
blockmatic Skill Debug Issue 2Diagnose a failure and fix it when the request authorizes changes. Use when the user types /debug-issue.
-
blockmatic Skill Review Plan 2Review the attached or in-context plan against the current plan contract. Use when the user types /review-plan.
-
blockmatic Skill Clarify Task 2Resolve consequential missing requirements from inspected context. Use when the user types /clarify-task.
-
blockmatic Skill Plan Feature 2Plan a feature as ordered, verifiable slices without changing implementation. Use when the user types /plan-feature.
-
blockmatic Skill Debug Browser 2Reproduce and resolve an authorized browser issue using runtime evidence. Use when the user types /debug-browser.
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 mission-control-refactor-safely, mission-control-existing-repo-fix, mission-control-scope-creep-check. 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.