note

note is a skill for Claude Code, Codex from Jkudjo/oh-my-cursor. It costs 16 tokens per session (105 once invoked), scanned A, original, MIT.

A timestamped note saved in the project's persistent memory. The note remains available across context resets and later sessions.

In plain words
What is it for?
Use it to record technical decisions, debugging clues, or other thoughts you want to retrieve later. Saved notes can be listed from project memory.
Why use it?
It prevents decisions, observations, and remembered problems from being lost when a conversation ends or its context is cleared.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jkudjo/oh-my-cursor/note
Any agent
npx skills add Jkudjo/oh-my-cursor --skill note
Clone the repo
git clone --depth 1 https://github.com/Jkudjo/oh-my-cursor

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for note

README.md
[![agentmods](https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/note.svg)](https://agentmods.dev/skills/jkudjo/oh-my-cursor/note)
Your own site
<a href="https://agentmods.dev/skills/jkudjo/oh-my-cursor/note"><img src="https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/note.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 105 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00105
Opus 5 $0.00008 $0.00053
Sonnet 5 $0.00003 $0.00021
Haiku 4.5 $0.00002 $0.00011

Measured 4d ago against content hash 2ee53f1cfd13, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

note scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/note/SKILL.md · 18 lines

What it actually says

note

Saves a timestamped note to .omc/memory/. Survives context resets and sessions.

Example

@note "decided to use JWT — simpler for stateless API"
@note "perf issue is in the user query at line 47"

Review notes with: omc memory list

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 18 lines · 16 tokens per session scan A 2ee53f1cfd13

Subscribe to this mod's changes

note is a skill published in the GitHub repository Jkudjo/oh-my-cursor (1 stars, last pushed 5mo ago), licensed MIT. It adds 16 tokens to every session and 105 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

memory-awareness

Proactive memory usage for continuity across sessions. Use when a memory MCP is available — this skill governs when to automatically query and store memories, ensuring context persists between conversations. Triggers on task start, project context switch, architectural decision, complex bug resolution, and milestone…

luisabwk/kraken · 58 tokens

Release Notes Generation

Mandatory fast-mcp-telegram release workflow. Use when the user says release, merge and release, bump version, tag, gh release, PyPI publish, or Telegram version announcement.

leshchenko1979/fast-mcp-telegram · 41 tokens

feature-development

Feature development workflow for Telegram MCP projects. Use when implementing new features including research, planning, implementation, testing, and documentation.

leshchenko1979/fast-mcp-telegram · 28 tokens

sourcery-pr-cycle

Runs the PR creation and Sourcery AI review loop until merge-ready: open PR with gh, poll checks and comments, fix blocking issues, push, re-request review, repeat. Use when the user asks to create a PR, run the Sourcery cycle, address Sourcery review comments, or get a branch merge-ready after review.

leshchenko1979/fast-mcp-telegram · 73 tokens

memorize

Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering.

NeoLabHQ/context-engineering-kit · 20 tokens

docs-adr

Create and maintain lightweight Architecture Decision Records as agent-readable decision memory — what was decided, why, and which alternatives were rejected. Use when "record this decision", "set up ADRs", "the agent keeps suggesting Y again". Docs vs code drift → plan-docs-sync. Session state → handoff.

kensaurus/cursor-kenji · 66 tokens