note

Pin session-scoped reminders to the Claude Code status line.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/dupe-com/skills --skill note-dupe-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/dupe-com/skills/tree/main/skills/note
Command: npx skills add https://github.com/dupe-com/skills --skill note-dupe-com

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of losing track of important, session-specific reminders while working in Claude Code, as notes pinned to the always-visible status line never get buried in chat history.

Core Features & Use Cases

  • Session-scoped sticky notes: Reminders are isolated to the current Claude session and never leak to other sessions.
  • Natural language synthesis: Converts casual requests like "remind me to X" into concise, status-line-friendly text under 45 characters.
  • Idempotent status line installer: Automatically wires the status line to display notes on first use, with safe handling for existing custom status lines.
  • Use Case: When working on a code change that requires reverting a test flag before merging, pin that reminder so it stays visible as you work across multiple message exchanges.

Quick Start

Tell Claude "remind me to revert the test-only flag before merging" to pin that reminder to your status line for the current session.

Frequently Asked Questions about note

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

FAQPage Schema
How do I pin a reminder to the Claude Code status line so it doesn't get lost in chat history?

You can pin a reminder to the Claude Code status line by asking Claude in natural language to remember a task. The Skill converts your request into a concise status line reminder that stays visible throughout your active session.

Can I display session-scoped sticky notes that don't leak into other Claude Code sessions?

Yes, this Skill creates session-scoped sticky notes that are completely isolated to your current Claude Code session. Your reminders never leak into other sessions, ensuring per-session note storage remains private and relevant.

Does the status line note installer work safely with an existing custom Claude Code status line?

Yes, the idempotent status line installer safely handles existing custom Claude Code status lines. It automatically wires the status line to display notes on first use without breaking your prior custom configurations.

How do I synthesize natural language reminders into short text for the status line?

The Skill synthesizes natural language input into short, displayable reminder text under 45 characters. Casual requests like 'remind me to revert the test flag' are automatically converted into concise, status-line-friendly text.

Do I need jq installed to use session reminders in Claude Code?

Yes, you need jq installed as a prerequisite to run this Skill. It relies on jq within its scripts to parse data and manage the per-session note storage for your status line reminders.