Add note to current session memory with timestamp
Capture important findings, blockers, or progress markers during your coding session. Use it to log issues you're debugging, decisions you make, or milestones reached—automatically timestamped and saved for later review.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_you<memo-content>If $ARGUMENTS is empty, display help:
/as-you:note "note content"
/as-you:note "Investigating User.findById() returning null issue"
/as-you:note "JWT verification error - secret key not set in environment variables"
/as-you:note "Implementing Phase 5: Scripts done, next is Hooks"
/as-you:note-show - Display current session notes/as-you:note-history - View notes from last 7 days/as-you:memory-analyze - Analyze patternsIf $ARGUMENTS is provided, execute the following:
mkdir -p .claude/as_you
echo "[$(date +%H:%M)] $ARGUMENTS" >> .claude/as_you/session_notes.local.md