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.
-
blockmatic Skill Git Create Pr 2Create or update a reviewable pull request for the intended branch. Use when the user types /git-create-pr.
-
blockmatic Skill Refactor Code 2Refactor selected code while preserving behavior, then verify. Use when the user types /refactor-code.
-
blockmatic Skill Fix Git Issues 2Help resolve common Git problems and conflicts with step-by-step commands and explanations. Use when the user types /fix-git-issues.
-
blockmatic Skill Release Review 2Advisory review of release impact, changelog, and template contracts. Use when the user types /release-review.
-
blockmatic Skill Git Pr Comments 2Process reviewer feedback, apply required fixes, and draft replies without unsolicited commits. Use when the user types /git-pr-comments.
-
blockmatic Skill Fix Vercel Build 2Retrieve Vercel build logs, analyze failures, and fix the local build. Use when the user types /fix-vercel-build.
-
blockmatic Skill Write Unit Tests 2Create comprehensive unit tests for current code with proper imports/setup per project testing conventions. Use when the user types /write-unit-tests.
-
blockmatic Skill Plan Architecture 2Plan an implementation structure; hand durable architecture decisions to FIRST. Use when the user types /plan-architecture.
-
blockmatic Skill Add Error Handling 2Implement comprehensive error handling for current code to make it robust and resilient while maintaining good UX. Use when the user types /add-error-handling.
-
blockmatic Skill Fix Compile Errors 2Analyze compilation errors and provide fixes to resolve all errors. Use when the user types /fix-compile-errors.
-
blockmatic Skill Fix Github Actions 2Retrieve GitHub Actions logs with gh, analyze failures, and fix CI errors locally. Use when the user types /fix-github-actions.
-
blockmatic Skill Optimize Performance 2Measure bottlenecks with repository tools, then recommend or apply evidenced optimizations. Use when the user types /optimize-performance.
-
blockmatic Skill Onboard New Developer 2Comprehensive onboarding process to get new developer up and running quickly. Use when the user types /onboard-new-developer.
-
blockmatic Skill Run All Tests And Fix 2Execute full test suite and systematically fix any failures, ensuring code quality and functionality. Use when the user types /run-all-tests-and-fix.
-
blockmatic Skill Light Review Existing Diffs 2Perform quick quality pass on current diffs to surface risky areas, ensure polish, and flag follow-up actions for deeper review. Use when the user types /light-review-existing-diffs.
-
iradoweck Skill Doc Coauthoring 2This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing.
-
iradoweck Bundle Lint And Validate 2MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
-
iradoweck Skill Workflow Automation 2Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it, workflows resume exactly where they left off.
-
delorenj Bundle Digipop Coloring Book Creation 2**DEPRECATED** — Use `creating-coloring-books` instead. This skill uses an outdated workflow (Pixabay sourcing, local potrace). The replacement skill uses Google Images → screenshot → fal.ai Qwen + Recraft. Do not use this skill for new coloring book work.
1 -
rjmurillo Bundle Retrospective 2Extract learnings from a session or task through structured retrospective frameworks. Gathers evidence, runs Five Whys and fishbone diagnosis, scores atomicity, and writes a canonical retrospective artifact. Use to turn execution experience into institutional knowledge. Use when you say "run a retrospective", "retro fill", or "extract learnings from this session". Do NOT use for in-conversation correction capture (use the reflect skill).
-
rjmurillo Bundle Steering Matcher 2Match file paths against steering file glob patterns to determine applicable steering guidance. Use when you say "match steering for these files", "which steering applies to this task", or "inject steering context". Use when orchestrator needs to inject context-aware guidance based on files being modified. Do NOT use for reading steering files directly when the applicable file is already known; read the file manually instead.
-
rjmurillo Bundle AI Agents Change Control 2Change control for this repo. Classify a change (docs-only, investigation-only, code, plugin content, hook, workflow, ADR governance), map each class to the gates it triggers, and hold the non-negotiables with the incident behind each rule. Use when you say `classify this change`, `what gates does this change trigger`, `which rules are non-negotiable`. Do NOT use for producing test evidence (use `ai-agents-validation-and-qa`) or incident history (use `ai-agents-failure-archaeology`).
-
richfrem Skill Spec Kitty Workflow 3Standard operating procedures for the Spec Kitty agentic workflow (Plan -> Implement -> Review -> Merge).
-
richfrem Bundle Create Legacy Command 2Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.
-
tfcbot Skill Content Calendar 2Build a 30-day content calendar from researched top formats.
-
lza6 Skill Gsd Fast 2Execute a trivial task inline — no subagents, no planning overhead
-
lza6 Skill Gsd Next 2Automatically advance to the next logical step in the GSD workflow
-
lza6 Skill Gsd Quick 2Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
-
lza6 Skill Gsd Add Todo 2Capture idea or task as todo from current conversation context
-
lza6 Bundle Golang Performance 2Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (see golang-benchmark skill) or debugging workflow (see golang-troubleshooting skill).
-
ai-driven-dev Bundle 10 Learn 2Capture durable project learnings. Use when the user wants to remember, record, or formalize a decision, convention, lesson, pitfall, reusable workflow, or review finding. Not for preferences or temporary notes.
-
ai-driven-dev Bundle 04 Skill Generate 2Generate a router-based skill across the host AI tools a project uses. Use when the user wants to create, scaffold, or refactor a skill, or turn a workflow into one. Not for other artifacts like rules, agents, commands, hooks.
-
ai-driven-dev Bundle Aidd Dev 07 Debug 2Reproduce and fix bugs systematically using test-driven workflow, root cause analysis, and hypothesis validation.
-
stacksjs Skill Stacks Auth 2Use when implementing authentication, authorization, passkeys, TOTP/2FA, RBAC, gates, policies, session auth, token management, email verification, password resets, or rate limiting in a Stacks application. Covers the @stacksjs/auth package, config/auth.ts, app/Gates.ts, and app/Middleware/.
-
stacksjs Skill Stacks Buddy 2Use when working with the Stacks CLI (buddy/bud/stacks/stx) — understanding all 50+ commands with their flags and options, adding custom commands, the make:* scaffolding commands, development server commands, build commands, deployment commands, email/mail commands, environment management, or domain/DNS commands. Covers @stacksjs/buddy and all CLI command files.
-
stacksjs Skill Stacks Email 2Use when working with email in a Stacks application — sending emails via SES/SendGrid/Mailgun/Mailtrap/SMTP, email templates with STX, email drivers, the Mail singleton, the EmailSDK for inbox management, or email configuration. Covers @stacksjs/email, config/email.ts, and app/Mail/.
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 git-create-pr, refactor-code, fix-git-issues. 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.