Skill

note

Install
1
Install the plugin
$
npx claudepluginhub leejaedus/pepcode --plugin pepcode

Want just this skill?

Add to a custom plugin, then install with one command.

Description

Save notes to notepad.md for compaction resilience

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

Note Skill

Save important context to .pep/notepad.md that survives conversation compaction.

Usage

CommandAction
/pepcode:note <content>Add to Working Memory with timestamp
/pepcode:note --priority <content>Add to Priority Context (always loaded)
/pepcode:note --manual <content>Add to MANUAL section (never pruned)
/pepcode:note --showDisplay current notepad contents
/pepcode:note --pruneRemove entries older than 7 days
/pepcode:note --clearClear Working Memory (keep Priority + MANUAL)

Sections

Priority Context (500 char limit)

  • Always injected on session start
  • Use for critical facts: "Project uses pnpm", "API in src/api/client.ts"
  • Keep it SHORT - this eats into your context budget

Working Memory

  • Timestamped session notes
  • Auto-pruned after 7 days
  • Good for: debugging breadcrumbs, temporary findings

MANUAL

  • Never auto-pruned
  • User-controlled permanent notes
  • Good for: team contacts, deployment info

Examples

/pepcode:note Found auth bug in UserContext - missing useEffect dependency
/pepcode:note --priority Project uses TypeScript strict mode, all files in src/
/pepcode:note --manual Contact: api-team@company.com for backend questions
/pepcode:note --show
/pepcode:note --prune

Behavior

  1. Creates .pep/notepad.md if it doesn't exist
  2. Parses the argument to determine section
  3. Appends content with timestamp (for Working Memory)
  4. Warns if Priority Context exceeds 500 chars
  5. Confirms what was saved

Integration

Notepad content is automatically loaded on session start:

  • Priority Context: ALWAYS loaded
  • Working Memory: Loaded if recent entries exist

This helps survive conversation compaction without losing critical context.

Stats
Stars0
Forks0
Last CommitFeb 12, 2026
Actions

Similar Skills