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.
-
sakydev Skill Github ConventionsUse this skill before creating a branch, writing a commit message, or opening a pull request in this project. Trigger on: "create a branch", "commit this", "write a commit message", "open a PR", "create a pull request", "what should I name this branch", or any time a GitHub workflow action is about to happen.
-
sarbak Bundle Linkedin From MeetingsTurn meeting notes and call transcripts into scheduled LinkedIn drafts. Asks how far back to read and how many posts to produce, finds the user's meeting notes wherever they live, mines them for insights only that person could have, gates every candidate for confidentiality, drafts in a voice extracted from the user's own past posts, and lays the result out as a schedule they can edit. Use when someone asks for LinkedIn posts from their meetings or calls, a weekly posting schedule, content from meeting notes, or "what should I post this week". Drafts only, never posts.
-
scottwater Skill Loops WorkExecute a plan/spec/todo to completion with task tracking, incremental validation, and quality gates.
-
senmuuuuw Skill Tutor State CardGenerate or continue from visible Learning State Cards, Learner Profile Cards, and Learning Task Cards. Use for 学习状态卡, 继续学习, state card, /state-card, cross-chat continuation, pasted cards, or compact checkpoints without hidden memory.
-
serejaris Skill Task TrackingВедёт трекинг задач в todo.md по правилам из AGENTS.md. Использовать перед началом задачи с критерием готовности (проверить/добавить задачу) и по её завершении (обновить статус).
-
shizhilya Bundle YuanUse when the user asks for Yuan, 元, Great Origin, 玄学, 算命, 命理, 八字, 称骨, 紫微斗数, 数字命理, western astrology, Vedic astrology, or a combined destiny reading. First collect name/gender, birth date/time, birthplace, and calendar type; then use the runnable reference methods under references, render either a conservative synthesis or a direct reading, and support a five-year fortune window centered on the current year.
-
cabaynes Skill TakenotesSaves durable knowledge into permanent storage — typed memory, CLAUDE.md, or a docs/ file — and corrects anything already stored that has gone stale. Handles both a single fact and a whole-session harvest. Use when the user says "takenotes", asks you to remember or record something, asks you to save what was learned this session, or asks you to update memory and CLAUDE.md after solving a problem, making a decision, or reaching a natural checkpoint. Also invoked by /putdown. Do NOT use for transcribing a meeting, video, or article, or for capturing ephemeral session state (that is /putdown).
-
carlvellotti Skill Meeting PrepContext-loaded prep for any meeting
Audited -
chiragg-ds Bundle Notion SeedBulk import rows into Notion databases from JSON seed files. Supports relation rewiring via template-group lookup (e.g. Tasks Dependencies). Use when you have many rows to add at once.
-
chiragg-ds Bundle Notion ProvisionProvision a Notion workspace (section pages + databases) from a YAML schema spec. Idempotent. Use when building a new Notion-based OS from a structured spec.
-
chiragg-ds Bundle Interior Design OsEnd-to-end bootstrap of an opinionated Notion CRM + Operations OS for an interior design studio. Orchestrates the other 5 notion-* skills. Use when onboarding a new interior designer client.
-
chiragg-ds Bundle Notion Schema DumpGenerate a canonical SCHEMA-REFERENCE.md from a live Notion workspace. Use before authoring any filter, formula, view, or rollup — schema-first rule.
-
chiragg-ds Bundle Notion Helper FormulasPatch checkbox helper formulas onto Notion databases — collapse complex multi-condition view filters into single-checkbox lookups. Handles Notion's cross-formula-reference limit.
-
clasen Skill Workflow OrchestrationOrchestrates structured task execution with planning, progress tracking, self-improvement, and verification gates. Use at the start of any coding session, when given a non-trivial task (3+ steps or architectural decisions), when corrected by the user, when fixing bugs, or when the user mentions "plan", "todo", "track progress", "verify", "lessons learned", "fix this bug", or "task management". Applies to all coding workflows where structured methodology improves quality and reduces mistakes.
-
codelytv Bundle Codely Plan Create SubagentsCreate a plan for the specified task.
-
codelytv Bundle Codely Plan Create GithubCreate a plan for the specified task and store it as GitHub issues in the repository of the current working directory. Given the URL of a GitHub issue, it turns that issue into the parent "plan" issue (Goal, Context and a checklist of phases) and creates one child issue per phase, linking every phase as a native GitHub sub-issue of the parent. Stops for user approval before creating any issue. After creation, the plan is meant to be implemented with the codely-plan_phase-implement-github skill.
-
conceptadev Skill OrchestratorRouter/dispatcher for Rockets work. Reads the user's request, classifies intent, and tells you which Rockets skill to invoke (or that none applies). Use FIRST whenever a request touches this monorepo and the right skill is not obvious — e.g. "bump @concepta to alpha.X", "refactor module to DDD", "generate a CRUD", "fix failing e2e", "review my changes", "why is this 500", "add ACL". Triggers on "what skill", "which skill", "orchestrate", "route this", or any broad Rockets task.
Audited -
context-is-everything Bundle Community SkillsContribute and update skills in the context-is-everything/skills community repository. Use this skill when: (1) User wants to add a new skill to the community repository, (2) User wants to update an existing skill in the community repository, (3) User mentions 'community skills', 'contribute skill', 'share skill', or 'publish skill', (4) User wants to create a PR for skill contributions. Automates the complete GitHub workflow: cloning, branching, committing, pushing, and PR creation using the github-community-token from secretstore.
-
cortex-tms Skill SyncSynchronize task files and source-of-truth documents. Update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README, and CHANGELOG to reflect current project state.
Audited -
alekseiul Skill Meeting PrepПодготовка к встречам и звонкам: agenda, вопросы, заметки, follow-up. Triggers: 'подготовка к встрече', 'meeting prep', 'agenda', 'готовлюсь к звонку', 'план встречи'.
Audited -
alekseiul Bundle Task TrackerУправление задачами: добавить, завершить, показать список, приоритеты. Triggers: 'задача', 'задачи', 'todo', 'добавь задачу', 'что сделать', 'список дел', 'task'.
-
arcanedge-ai Skill Worktree LifecycleUse when Git worktree isolation is being proposed for a Claude Code task, when parallel writers might need filesystem isolation, when a task already owns an auxiliary checkout, or when a task-created worktree must be integrated, preserved, or removed before finishing. Keeps worktree use finite, root-owned, and reconciled inside the task.
-
arcanedge-ai Skill Subagent OrchestrationUse when planning how to delegate a coding task to Claude Code subagents — deciding whether to delegate at all, which role fits, how to write an assignment that comes back usable, how to run several safely in parallel, and how to verify results before accepting them. Use multi-session-coordination instead when other independent Claude Code sessions already own related work.
Audited -
arcanedge-ai Skill Task Graph OrchestrationUse for a complex Claude Code task with substantial fan-out, several genuine dependencies, broad repository scope, layered consolidation, separate implementation and verification paths, or an approval-gated irreversible action. Makes the work topology explicit in Markdown, runs only the parts whose inputs are ready, preserves completeness through consolidation, and reruns only what a failure actually invalidated. Skip it for small or genuinely linear work.
Audited -
codesigils Skill Py Async PatternsReview Python async code for event-loop blocking, missing await, incorrect task/gather usage, swallowed cancellation, missing timeouts, and sync/async boundary mistakes. Use when reviewing asyncio, FastAPI, aiohttp, httpx async clients, background tasks, or concurrent I/O.
-
ezra144israel Bundle Reasoning DoctrineThe working method for every nontrivial task: frame the objective, ground load-bearing facts, converge on a route, execute without drift, and verify before delivery. Use for analysis, planning, implementation, debugging, document work, reviews, and multi-stage tasks.
-
ezra144israel Bundle Portable Adaptive PlanningUse for planning, roadmaps, design, architecture, sequencing, or before consequential work when no current FINAL plan plus GO covers it. Fire before changes to data or schemas, credentials or auth, production or releases, repository or source-home boundaries, irreversible work, or materially costly mistakes. Re-enter when that scope appears mid-task or when restoring prior plan state. Skip factual answers, trivial reversible one-step work, and authorized Builder or Reviewer execution under a current FINAL blueprint plus GO unless a reopen condition fires.
-
gnsubrahmanyam Bundle Redis Data Structures Caching Best PracticesComprehensive Redis framework with data structures, caching patterns, session management, and performance optimization. Use when implementing caching, session storage, task queues, or real-time features.
-
gonsoninter Skill Novel IdeationUse during Phase 1 of novel writing when user is brainstorming theme, characters, worldview - activated by novel-writer-workflow-guide when user signals early ideation phase
-
gonsoninter Skill Novel FrameworkUse during Phase 2 of novel writing when user is building the framework - outline, hook matrix, character cards, worldview, task breakdown - activated after novel-ideation closes
-
gonsoninter Skill Novel Writer Workflow GuideUse when user starts a novel project, asks how to organize writing, or signals phase transition - acts as phase router that activates the correct sub-skill for the current novel-writing phase
-
gitify-app Skill Openspec Archive ChangeArchive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Audited -
giuice Bundle Execute PlanExecute a PLAN.md task by task as an orchestrator, dispatching each task, verifying its postcondition against observable state, recording outcomes in a semantic ledger, and triggering replanning when reality diverges from the plan. Use this skill whenever the user asks to execute, run, carry out, work through, or implement a plan, whenever work should proceed task by task with evidence and state tracking, or whenever resuming a partially executed plan. Requires a PLAN.md produced by plan-from-spec, or any plan with checkable per-task outcomes.
-
himkt Bundle Cafleet Design DocUse when the user asks to create a design doc, design document, specification, or technical spec (create workflow → Director/Drafter/Reviewer team); to validate, review, or interview an existing design doc through multi-round Q&A (interview workflow); or to implement or execute a design doc (execute workflow → TDD team). Also the standardized format spec — consult the template and guidelines when editing a design doc. Always invoke this skill and route into the matching workflow, orchestrated as a CAFleet team. Teammates in member teams load this skill by its name cafleet-design-doc via their backend's skill-loader.
-
hktitan Bundle Poke RecipesBuild and publish Poke Recipes — shareable install bundles that combine onboarding context, a first message, required integrations, and a `poke.com/r/<code>` install link. Use when the user asks to "make a Poke recipe", "share my Poke setup", "create an install link", "publish to poke.com/recipes", or wants to monetize a Poke workflow via payouts.
-
siddhu1716 Skill LearnkitRetrieve and inspect learned tool procedures before repeating a coding workflow.
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 github-conventions, linkedin-from-meetings, loops-work. 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.