nudge

Captures tasks and reminders via voice commands using Nudge MCP server tools.

1|Updated May 25, 2026
One-click install
npx skills add https://github.com/chiruu12/nudge --skill nudge-chiruu12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nudge
Source: https://github.com/chiruu12/nudge/tree/main/.claude/skills/nudge
Command: npx skills add https://github.com/chiruu12/nudge --skill nudge-chiruu12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a voice assistant for developers to capture tasks, reminders, notes, and links without leaving the editor, enhancing productivity and efficiency.

Core Features & Use Cases

  • Voice-first Interaction: Record tasks and reminders using voice commands.
  • Task Management: Create and manage tasks and reminders.
  • Knowledge Base: Save and recall notes with semantic search.
  • Clipboard & Links: Copy results and save URLs by voice.
  • Personalization: Customize behavior via ~/.nudge/soul.md.
  • Provider Flexibility: Supports multiple LLM providers.
  • Use Case: While coding, quickly add a task or reminder by speaking, such as "remind me to call mom tomorrow" or "add a task to update the changelog."

Quick Start

Start the Nudge voice assistant and say "remind me to call mom tomorrow".

Frequently Asked Questions about nudge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture tasks and reminders using voice commands while coding?

Voice command capture for task management works by using speech-to-text transcription and intent classification to parse spoken commands into actionable tasks and reminders. The system then executes these actions directly through the Nudge MCP server tools.

Can I save notes and links by voice without leaving my code editor?

Yes, you can save notes and URLs by voice without leaving your code editor. The voice assistant captures links and copies results directly to your clipboard, while also providing a knowledge base with semantic search to recall saved notes later.

Do I need a specific MCP server to use voice-based task management?

Yes, voice-based task management requires the Nudge MCP server to be connected. The Skill depends on mcp__nudge__* tools to process speech-to-text, classify intents, and execute task management actions.

How do I customize my voice assistant for developer productivity?

You customize the voice assistant behavior by editing the ~/.nudge/soul.md configuration file. This personalization file allows you to tailor task capture, reminder management, and knowledge base interactions to fit your specific coding workflow.

Does the voice assistant support multiple LLM providers for intent classification?

Yes, the voice assistant supports multiple LLM providers for intent classification and action execution. This provider flexibility allows developers to route voice command processing through their preferred language model backend.