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.
-
kuker24 Skill Figure It OutDesign an auditable playbook when no narrower skill fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Use for /figure-it-out. Manual only. Do not inflate a small task.
-
notysoty Skill Langgraph State Machine DesignerConverts a workflow description into a LangGraph node/edge graph with typed state, conditional routing, and human-in-the-loop checkpoints.
-
qte77 Bundle Reviewing GoProvides concise, focused Go code reviews matching exact task complexity requirements. Use when reviewing Go code quality, concurrency safety, or when the user asks for code review.
-
qte77 Bundle Reviewing RustProvides concise, focused Rust code reviews matching exact task complexity requirements. Use when reviewing Rust code quality, safety, or when the user asks for code review.
-
frankxai Bundle Skill ForgeForge a reusable, portable skill from a proven workflow or capability brief. Use when the work needs repeatable instructions, triggers, guardrails, and evidence tests but does not need a persistent autonomous identity.
-
frankxai Skill Excellence ReviewMandatory excellence gates for Grok+ACOS. verification-loop, santa-method, gstack-qa, plan-reviews, repo-mastery, cso, rules-distill. Never ship without evidence (gstack screenshots, metrics). Use on any build/suggest/lead task.
-
frankxai Skill Memory Capture DisciplineUse when designing daily capture, note-taking, or personal-knowledge operations — defines the discipline of when, what, and where to capture. Tool-agnostic; the practice survives tool changes. Default skill for Starlight Second Brain.
-
frankxai Skill Orchestration Workflow DesignUse when creating multi-step execution plans or processes — designs reusable, efficient workflows that coordinate agents, skills, tools, and external systems into reliable execution pipelines. Default skill for Starlight Orchestrator.
-
eliasoulkadi Bundle Git Workflow---
-
eliasoulkadi Skill Senior Engineer CodingApply senior software engineering standards when writing, editing, or refactoring any code. Use this skill whenever the user asks to write a function, build a feature, fix a bug, design a module, or improve existing code — even if they don't mention quality explicitly. The goal is production-grade code: readable, correct, maintainable, secure, and failure-aware. Always active for any coding task, at any scale.
-
eliasoulkadi Skill Efficient CodingUse this skill on every programming task — writing code, fixing bugs, refactoring, explaining code, running tools, or answering technical questions. Apply token-saving and quality-preserving practices throughout. Activate even when the user doesn't explicitly ask for efficiency — this skill is always relevant for software development work. Do not skip this skill for "simple" tasks; the rules apply at every scale.
Audited -
iceflower Bundle IndexMeta-skill for routing to appropriate domain-specific skills. Provides a categorized routing map to help agents discover relevant skills by keyword, technology, or task type. Use when you need to discover which skill to use for a given task or context.
-
iceflower Bundle Git WorkflowGit commit conventions, branch strategy, and collaboration workflow rules. Covers conventional commits, commit message formatting, squash merge, rebase, interactive rebase, branch naming conventions, merge conflict resolution, cherry-pick, git bisect, and pull request workflows. Use when committing code, managing branches, resolving merge conflicts, or defining a team Git branching strategy.
-
iceflower Bundle Gradle ConventionGradle build conventions for Kotlin/JVM multi-module projects. Covers multi-module project structure, convention plugins, buildSrc setup, dependency management with version catalogs, Gradle wrapper configuration, build cache configuration, task optimization, and plugin publishing. Use when writing or reviewing build.gradle.kts, settings.gradle.kts, version catalog files, or configuring convention plugins for shared build logic.
Audited -
iceflower Bundle Incident ResponseIncident response workflow including severity classification, communication protocols, triage, mitigation strategies, runbook authoring, postmortem process, and on-call best practices. Covers MTTD, MTTA, MTTR metrics and SLO/SLI/SLA relationships. Use when handling production incidents, writing runbooks, or establishing incident response procedures.
-
frankxai Skill Workflow Skill CreatorCompatibility alias for the deprecated /workflow-skill-creator workflow. Route new requests through foundry/skill-forge for typed contracts, portable packaging, and receipt-based proof.
-
mphinance Bundle Kanban BoardKanban / task board with columns (To do / In progress / In review / Done), draggable-looking cards, assignee avatars, swimlanes, and a top filter bar. Use when the brief mentions "kanban", "task board", "sprint board", "trello", "看板".
-
impertio-studio Bundle Frappe Core UtilsUse when working with utility functions in Frappe v14-v16. Covers frappe.utils.* for date/time, number/money, string, validation, and file path operations. Prevents reinventing stdlib alternatives that break timezone awareness, locale formatting, or multi-tenancy. Keywords: frappe.utils, nowdate, flt, cint, fmt_money, getdate,, date calculation, format number, money format, validate email, how to calculate days between. add_days, date_diff, validate_email, pretty_date, get_files_path.
-
impertio-studio Bundle Frappe Core WorkflowUse when creating or modifying Frappe Workflows, defining states and transitions, adding action conditions, or troubleshooting workflow permission errors. Prevents stuck documents from misconfigured transitions, missing state permissions, and circular workflow paths. Covers Workflow DocType, workflow states, transitions, actions, conditions (Python expressions), workflow permissions, workflow_state field, Workflow Action DocType. Keywords: workflow, states, transitions, actions, conditions, workflow_state, Workflow Action, approval, document workflow, approval process, document stuck, cannot change status, workflow not moving, who can approve..
-
impertio-studio Bundle Frappe Impl WorkflowUse when implementing document Workflows, approval chains, or state-based transitions in Frappe. Prevents stuck documents from missing transitions, broken approval chains, and permission errors on workflow actions. Covers Workflow DocType, Workflow State, Workflow Action, transition rules, allowed roles, conditions, workflow_state field, apply_workflow. Keywords: workflow, approval, transition, Workflow State, Workflow Action, state machine, approval chain, workflow_state, approval chain, document approval, multi-step approval, workflow stuck, status transitions..
-
impertio-studio Bundle Frappe Impl CustomappUse when building a custom Frappe app from scratch. Covers bench new-app walkthrough, app structure decisions, adding DocTypes, hooks, patches, fixtures management, development workflow (bench migrate, build, clear-cache), testing, packaging, installing on another site, version management, and app dependencies for v14/v15/v16. Keywords: create custom app, new frappe app, bench new-app, app structure, module creation, doctype creation, fixtures, patches, deployment, packaging, data migration, patch file, patches.txt, migrate data between DocTypes, create new app from scratch.
-
impertio-studio Bundle Frappe Impl ClientscriptsUse when implementing client-side form features in Frappe/ERPNext: field visibility, cascading filters, calculated fields, custom buttons, server calls, form validation, child table logic, debugging. Covers step-by-step workflows from Setup > Client Script through migration to custom app JS. Keywords: how to implement client script, form logic workflow, dynamic UI, calculate fields, frm.call, frappe.call, frappe.xcall, client script testing, field dependency, custom button, how to hide field, show field based on value, add button to form, calculate total, dynamic form.
-
impertio-studio Bundle Frappe Impl UI ComponentsUse when building custom dialogs, extending List View, creating Page controllers, or adding Kanban/Calendar views and realtime updates. Prevents UI freezes from synchronous calls, broken dialogs from wrong field definitions, and missed socket events. Covers frappe.ui.Dialog, frappe.ui.form.MultiSelectDialog, List View customization, frappe.pages, Kanban Board, Calendar View, frappe.realtime, socket.io publish/subscribe. Keywords: Dialog, List View, Page, Kanban, Calendar, realtime, socket.io, frappe.ui, MultiSelectDialog, publish_realtime, popup dialog, custom dialog, list view customize, realtime update, live data, kanban setup..
-
impertio-studio Bundle Frappe Syntax SchedulerUse when configuring scheduler events and background jobs in Frappe/ERPNext v14/v15/v16. Covers scheduler_events in hooks.py, frappe.enqueue() for async jobs, queue configuration, job deduplication, error handling, and monitoring. Keywords: scheduler, background job, cron, RQ worker, job queue, async task, frappe.enqueue, scheduled task, cron syntax, how often does it run, background job example, enqueue example.
-
impertio-studio Bundle Frappe Errors PermissionsUse when debugging or handling permission errors in Frappe/ERPNext. Prevents broken document access from throwing in permission hooks. Covers PermissionError (403), has_permission hook failures, User Permission restricting too much or too little, perm_level blocking field access, System Manager bypass not working, Guest access denied, sharing permissions not applying, permission_query_conditions breaking get_list, owner-based permissions confusion, Apply User Permission checkbox behavior, and the permission debug workflow using frappe.permissions.get_doc_permissions. Keywords: PermissionError, has_permission, permission_query_conditions,, permission denied, cannot access, user blocked, sharing not working, role not enough. User Permission, perm_level, sharing, guest access, owner permission.
-
stanestane Bundle Game Design Creative UnblockerBreak game design creative block with oblique prompts, sideways reframing, and deliberately non-linear workflow moves. Use when a feature, mechanic, live-ops idea, UX flow, FTUE, economy layer, or prototype feels stale, overthought, equally uninspired in every direction, or trapped in circular discussion. Best when the team needs jolts, detours, provocations, and weird-but-useful next directions rather than another sensible framework.
-
sylphxai Bundle Handoff WorkSafely persist in-progress state and write an actionable resumption brief for another machine, session, or developer. Use when handing off work, switching computers or workspaces, pausing mid-task, saving work-in-progress across environments, or transferring an unfinished objective. Do not use for routine status updates without environment transfer (use write-high-signal-update), fully completed deliverables ready to merge (use drive-to-delivery), or production cutovers (use execute-hard-cutover).
-
carlheath Skill Email RegisterEmail skill for writing, editing, and replying to email with the right register, length, and tone. Four registers: collegial (close colleagues), institutional (agency/board), external (media/researchers), private (friends/family). Auto-detects recipient and context. [WHAT] Voice-aware email skill: right opening/closing per relationship, right length (short by default, long when necessary), right language (matches recipient), avoid AI patterns, strip em-dashes, preserve the user's voice in email. [WHEN] Use when: write email, draft email, reply, email to, "write to X", "polish this email", "why is this so long". NOT for: memo (use policy-brief), op-ed (use op-ed). [LANGUAGE] Configurable; matches recipient.
Audited -
carlheath Skill Situation AnalysisDeep analysis of unfamiliar situations, domains, or contexts via a structured three-phase protocol: Map, Drill, Act. [WHAT] Builds quick situational understanding in three interactive phases. The user signals unfamiliarity, the assistant asks precise questions (Map), drills deeper in the core domain (Drill), delivers actionable analysis (Act). Ends with a structured insight document saved to the vault's unsorted area. [WHEN] Use when: help me understand, I don't know enough about, what should I know about, I'm meeting X and know nothing, situation analysis, unknown domain, new situation, quick context before a meeting, prep before a decision. [LANGUAGE] Configurable. Output matches input language. [EXPERTISE] Domain orientation, structured questioning, three-phase analysis, decision prep.
Audited -
danielleit241 Bundle Hs CookImplement features, plans, and fixes with structured workflow. Use for feature development, plan execution, code implementation pipelines.
-
danielleit241 Bundle Hs HelpOpen the hs-skills help index. Use when users ask what skills are available, how the kit works, or which workflow to run.
-
danielleit241 Bundle Hs Project ManagementTrack progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.
-
gulmezeren2-byte Skill Powerbi DaxMeasures over calculated columns, filter context, and the time-intelligence pattern that breaks on a non-standard calendar.
-
brandonburrus Skill Check ComprehensionThis skill should be used when the goal is the user's own understanding rather than a finished answer: learning a new concept, thinking through their own problem or bug out loud, or verifying they understand a change, fix, or feature just built. It applies when the user says "help me understand X", "explain X to me", "rubber-duck this", "ELI5", "talk me through this problem", "make sure I understand this", "quiz me on this", or "walk me through until it clicks". It opens an interactive mode that locates the gap, makes the learner restate first, drills the whys, quizzes with AskUserQuestion, and refuses to advance until each point is mastered. It should not be used for a one-off explanation or quick fact the user only wants to read (answer directly), for sharpening a vague request before a task (use interrogate), for tutorial or explainer material for an audience (use teach-through-writing), for understanding a specific repository (use onboard), or for fixing the bug yourself (use fix).
Audited -
brandonburrus Skill Review Pull RequestThis skill should be used when reviewing someone else's pull request or proposed code changes. It applies when the user says "review PR #42", "review this pull request", "take a look at this PR", "what do you think of these changes", or asks for a second opinion on a branch, diff, or commit range. It also applies to reviewing a local branch against a base when no PR exists. It should not be used for opening a PR (use pr), reviewing your own in-progress work mid-task, or rewriting code for clarity (use refactor).
-
jgamaraalv Bundle Hunt Race ConditionHunting playbook for race-condition / TOCTOU vulnerabilities — concurrent-request abuse, HTTP/2 single-packet attacks, double-redeem / double-spend, MFA-OTP & email-verify races, rate-limit bypass. Use when hunting races or TOCTOU bugs.
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 incident-response, index, git-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.