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.
-
majiayu000 Bundle Intent Router 2Route user intent to optimal skill sequences. Use when the user request is ambiguous, requires multiple skills, or needs skill sequencing. Disambiguates intent, suggests skill workflows, and handles complex multi-step tasks. Integrates with testing, linting, and quality gates. Triggers on "which skill", "what to do", "sequence", "workflow", "ambiguous request", "combine skills".
567 -
majiayu000 Bundle Subagent Driven Development 2Fresh-subagent-per-task execution with two-stage review gates.
567 -
majiayu000 Bundle Achievements 2Steam-style achievement system with XP, levels, streaks, and skill trees. Gamifies the development workflow. 25 achievements across 5 categories.
567 -
majiayu000 Bundle Gist Plan 2GIST planning workflow. Structure goals into ideas, steps, and tasks using Gilad's evidence-guided framework.
567 -
majiayu000 Bundle Plan 19Use when a task is multi-step, ambiguous, or high-impact and you need an executable implementation plan before editing code.
567 -
majiayu000 Bundle Status 10Display code-forge feature dashboard with task-level progress from state.json, or show detailed status for a specific feature. Use when checking progress, asking "what's left", viewing task completion, or wanting a bird's-eye view of the project.
567 -
majiayu000 Bundle Beads 4Track work with beads issue tracker using TDD workflow. Create issues for RED (failing tests), GREEN (implementation), and REFACTOR phases.
567 -
majiayu000 Bundle Git Workflow Manager 3Use when committing, releasing, or managing changelogs - enforces conventional commits, semantic versioning, and consistent release notes format
567 -
majiayu000 Bundle Moai Alfred Workflow 2Guide 4-step workflow execution with task tracking and quality gates
567 -
majiayu000 Bundle Tdd 20Test-driven development workflow with philosophy guide - plan → write tests → implement → validate
567 -
majiayu000 Bundle Tdd Workflow 5TDD London School workflow -- mock-first, outside-in test development
567 -
majiayu000 Bundle Openspec Continue Change 2通过创建下一个产出物继续处理 OpenSpec 变更。当用户想要推进其变更、创建下一个产出物或继续其工作流程时使用。
567 -
majiayu000 Bundle Preflight 5Use before starting delivery work. Pre-implementation validation checklist to ensure readiness.
567 -
majiayu000 Bundle Update 4Update NanoClaw from upstream. Fetches latest changes, merges with your customizations and skills, runs migrations. Triggers on "update", "pull upstream", "sync with upstream", "get latest changes".
567 -
majiayu000 Bundle Writing 5This skill should be used when the user asks to 'write a paper', 'start a writing project', 'draft an article', 'write about', 'brainstorm writing topics', 'gather sources for a paper', 'what should I write about', or needs the writing workflow entry point for any writing task.
567 -
majiayu000 Bundle Python 2Python skill router. Use when planning, implementing, or reviewing Python changes and you need to select focused skills for workflow, design, typing/contracts, reliability, testing, data/state, concurrency, integrations, runtime operations, or notebook async behavior.
567 -
majiayu000 Bundle Spec 10Create or enrich issue specification. Use when the user invokes /spec or asks to draft or update a task spec in the tracker.
567 -
majiayu000 Bundle Turborepo 6Guide for implementing Turborepo - a high-performance build system for JavaScript and TypeScript monorepos. Use when setting up monorepos, optimizing build performance, implementing task pipelines, configuring caching strategies, or orchestrating tasks across multiple packages.
567 -
majiayu000 Bundle Plan 22Create an interactive implementation plan and task breakdown from PRODUCT.md.
567 -
majiayu000 Bundle Planning 8Structured task decomposition and tracking.
567 -
majiayu000 Bundle 042 Planning Openspec 2Use when creating or updating OpenSpec change artifacts from an issue, implementation plan, approved design, ADRs, existing OpenSpec artifacts, or a valid combination. The workflow assesses whether the scope is one change or multiple changes, records sources and derivation direction, and prevents silent synchronization. This should trigger for requests such as Create an OpenSpec change from an issue; Convert a plan into OpenSpec; Update an existing OpenSpec change; Split broad requirements into reviewable OpenSpec changes. Part of cursor-rules-java project
567 -
majiayu000 Bundle Help 7Show available Claude Code commands, skills, and the GitHub Mobile workflow for NighTrip development.
567 -
majiayu000 Bundle Update Skills 2Sync skills between projects - bidirectional copy with version detection and clean mode. TRIGGER when: user wants to sync skills ("update skills from X", "sync skills", "pull skills from framework", "push skills to project"), or wants complete directory replacement ("clean sync", "reset skills"). DO NOT TRIGGER when: user wants to update pillars/rules/workflow (use respective update-* skills), or just wants to read skill docs.
567 -
majiayu000 Bundle Testing 20Testing strategies and methodologies including TDD and E2E testing. Use when writing tests, implementing TDD workflow, or setting up E2E test infrastructure.
567 -
majiayu000 Bundle Feature Development 2End-to-end workflow for developing features from spec to PR (Australian-enhanced)
567 -
majiayu000 Bundle Ln 720 Structure Migrator 2Scaffolds new or restructures existing projects to Clean Architecture. Use when setting up project structure.
567 -
majiayu000 Bundle Release Notes 3Generate release notes between two git tags with categorized PR summaries and author attribution
567 -
majiayu000 Bundle Wrap Up 3End-of-session automation. Creates a journey, consolidates learning notes, evolves skills, cross-pollinates shared patterns.
567 -
majiayu000 Bundle Implement 7This skill should be used when the user asks to "implement phase N", "implement task T001", "do TDD for phase", "implement T001-T009", or wants to execute tasks following strict TDD red-green-refactor workflow.
567 -
majiayu000 Bundle Moai Workflow Templates 3Enterprise template management with code boilerplates, feedback templates, and project optimization workflows
567 -
majiayu000 Bundle Ship 13Build, commit, push & version bump workflow - automates the complete release cycle
567 -
majiayu000 Bundle Execute 3EXECUTION PHASE - Run tasks via isolated subagents. Requires completed task DAG from plan phase.
567 -
majiayu000 Bundle Ln 400 Story Executor 2Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-401/ln-403/ln-404, hands Story quality to ln-500. Metadata-only loading up front.
567 -
majiayu000 Bundle Plan 24Read outputlanguage from .ai/context/workflow-config.md. Write ALL deliverables in that language. If the file is absent or the field is unset, default to en-US.
567 -
majiayu000 Bundle Task Specification Creator 2ユーザーから与えられたタスクを単一責務の原則に基づいて分解し、 Phase 1からPhase 13までの実行可能なタスク仕様書ドキュメントを生成する。 スキル選定は仕様書作成時に動的に行う。使用するスキルはタスクの性質に応じて 現在利用可能なスキル(.claude/skills/)から選定する。 Anchors: • Clean Code (Robert C. Martin) / 適用: 単一責務の原則 / 目的: タスク分解の基準 • Continuous Delivery (Jez Humble) / 適用: フェーズゲート / 目的: 品質パイプライン構築 • Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した用語設計 Trigger: タスク仕様書作成, タスク分解, ワークフロー設計, 実行計画作成 Use when creating task specifications for complex development tasks.
567 -
majiayu000 Bundle Automatic Book Machine 2Autonomous novel generation system that creates complete books from premise to final draft. Executes structured workflow including character creation, story outlining, chapter planning, drafting, and editing. Use when user requests "write a book", "create a novel", "automatic book", or "generate a complete story" with minimal intervention. Outputs tagged sections using square brackets.
567
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 writing, intent-router, achievements. 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.