Agent skill
note
保存会话笔记到记事本,防止上下文压缩丢失
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/note
SKILL.md
oh-my-ccg Note
Save important information to the session notepad.
Usage
/oh-my-ccg:note <content> — Add to working memory (auto-pruned after 7 days)
/oh-my-ccg:note --priority <content> — Set priority context (always loaded, max 500 chars)
/oh-my-ccg:note --permanent <content> — Add to manual section (never auto-pruned)
/oh-my-ccg:note --read [section] — Read notepad (all/priority/working/manual)
/oh-my-ccg:note --prune [days] — Prune entries older than N days (default 7)
Sections
- Priority: Max 500 chars. Loaded at every session start. Use for critical project context.
- Working: Timestamped entries. Auto-pruned after 7 days. Use for session-specific notes.
- Manual: Permanent entries. Never auto-pruned. Use for long-term references.
Storage
File: .oh-my-ccg/notepad.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?