skills/note/SKILL.md
--- name: note description: Persistent memo system surviving session compaction. Save critical context to .claude/notepad.md preventing information loss in long sessions. Keywords: note, memo, remember, context, save. --- # Note Skill ## Purpose Persistent memo system surviving session compaction. Prevents critical context loss through compression in long sessions. **Core Principle**: Critical info → Save memo → Persist after compaction → Available in next session ## Storage Location - **Pro
npx skillsauth add excatt/superclaude-plusplus skills/noteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Persistent memo system surviving session compaction. Prevents critical context loss through compression in long sessions.
Core Principle: Critical info → Save memo → Persist after compaction → Available in next session
.claude/notepad.md (project root)~/.claude/notepad.md (shared across projects)| Command | Description |
|---------|-------------|
| /note <content> | Add to Working Memory with timestamp |
| /note --priority <content> | Add to Priority Context (always loaded) |
| /note --manual <content> | Add to MANUAL section (never deleted) |
| /note --show | Display current notepad contents |
| /note --prune | Clean Working Memory items older than 7 days |
| /note --clear | Delete Working Memory only (keep Priority, MANUAL) |
## Priority Context
<!-- 500 char limit - always injected at session start -->
- Project uses pnpm, not npm
- API client: src/api/client.ts
- Auth: NextAuth + Prisma adapter
Purpose:
## Working Memory
<!-- Includes timestamp, auto-cleaned after 7 days -->
[2025-01-28 14:30] Auth bug found - UserContext missing useEffect dependency
[2025-01-28 15:45] RLS policy issue resolved - test with service_role key
Purpose:
## MANUAL
<!-- Never auto-deleted -->
- Backend Team: [email protected]
- Production DB: readonly, never directly modify
- Deploy: main branch push → Vercel auto-deploy
Purpose:
# Notepad
<!-- Session memos surviving compaction -->
<!-- Storage: .claude/notepad.md -->
## Priority Context
<!-- 500 char limit - always loaded -->
- Project uses TypeScript strict mode
- All files in src/, tests in tests/
- API endpoints: /api/v1/*
## Working Memory
<!-- Includes timestamp, auto-cleaned after 7 days -->
[2025-01-28 14:30] Found race condition in worker.ts:89
## MANUAL
<!-- Permanent storage - never auto-deleted -->
- Contact: [email protected] for backend questions
- NEVER commit to main directly
User: /note Auth module needs JWT expiry handling
Claude:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📝 [Note] Added to Working Memory
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[2025-01-28 14:30] Auth module needs JWT expiry handling
Saved to: .claude/notepad.md
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
User: /note --priority This project uses pnpm, npm commands forbidden
Claude:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📌 [Note] Added to Priority Context
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- This project uses pnpm, npm commands forbidden
⚠️ Priority Context: 127/500 chars used
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
User: /note --show
Claude:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 [Note] Current Notepad Contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
## Priority Context (127/500 chars)
- This project uses pnpm, npm commands forbidden
- API: src/api/client.ts
## Working Memory (2 items)
[2025-01-28 14:30] Auth module needs JWT expiry handling
[2025-01-28 15:00] Fixed type error in UserService.ts:45
## MANUAL (1 item)
- Backend Team: [email protected]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Parse Arguments
--priority, --manual, --show, --prune, --clearLoad/Create Notepad
.claude/notepad.mdExecute Action
--priority: Add to Priority Context (check 500 char limit)--manual: Add to MANUAL section--show: Display full contents--prune: Delete Working Memory older than 7 days--clear: Delete entire Working MemorySave Notepad
Auto-check notepad at session start:
.claude/notepad.md or ~/.claude/notepad.md existenceSuggest noting important info before session end:
✅ Good (concise and essential)
- Use pnpm, not npm
- API: src/api/client.ts
- Auth: NextAuth + Prisma
❌ Bad (too detailed)
- This project uses the pnpm package manager.
Using npm or yarn can cause lock file conflicts,
so please always use pnpm...
✅ Good (specific, includes file/line)
[2025-01-28] worker.ts:89 missing await on Promise.all - race condition cause
❌ Bad (vague)
[2025-01-28] Bug found
✅ Good (permanently useful info)
- Production DB: readonly access only
- Deploy: main push → Vercel auto-deploy
- Hotfix: hotfix/* branch → immediate deploy
❌ Bad (temporary info)
- Meeting today at 3pm
/learn - Pattern extraction and skill saving/checkpoint - Create restore point before work/sc:save - Save entire session statetesting
사용자 계획을 기존 도메인 모델에 대해 stress-test하는 인터뷰 세션. 용어를 날카롭게 다듬고, 결정이 굳어질 때마다 CONTEXT.md(도메인 어휘 사전)와 ADR을 인라인으로 갱신한다. 새 기능 요구사항 탐색은 `/brainstorm`을, 기존 도메인 모델·용어와의 정합성 점검은 이 스킬을 사용한다.
development
# Excel (XLSX) Spreadsheet Skill Claude Code supports comprehensive spreadsheet operations through the **xlsx** skill, enabling creation, editing, and analysis of Excel files (.xlsx, .xlsm, .csv, .tsv). ## Trigger - When user needs Excel spreadsheet creation or editing - Financial modeling or data analysis required - Spreadsheet formulas and calculations needed - Data import from CSV/TSV files ## Core Capabilities **Primary functions include:** - Creating new spreadsheets with formulas and f
tools
Generate structured implementation workflows from PRDs and feature requirements
development
실시간 통신 설계 가이드를 실행합니다.