# Note

> Save notes to notepad.md for compaction resilience

- **Type:** Skill
- **Install:** `agentstack add skill-materialofair-oh-my-antigravity-note`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [materialofair](https://agentstack.voostack.com/s/materialofair)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [materialofair](https://github.com/materialofair)
- **Source:** https://github.com/materialofair/oh-my-antigravity/tree/main/.agent/skills/local/note
- **Website:** https://github.com/materialofair/oh-my-antigravity

## Install

```sh
agentstack add skill-materialofair-oh-my-antigravity-note
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Note Skill

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

## Usage

| Command | Action |
|---------|--------|
| `/oh-my-antigravity :note ` | Add to Working Memory with timestamp |
| `/oh-my-antigravity :note --priority ` | Add to Priority Context (always loaded) |
| `/oh-my-antigravity :note --manual ` | Add to MANUAL section (never pruned) |
| `/oh-my-antigravity :note --show` | Display current notepad contents |
| `/oh-my-antigravity :note --prune` | Remove entries older than 7 days |
| `/oh-my-antigravity :note --clear` | Clear 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

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

## Behavior

1. Creates `.oma/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.

## Output

- Produce a concrete deliverable in markdown aligned with the workflow/skill goal.
- Include key decisions, actions taken, and final status for Antigravity IDE visibility.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [materialofair](https://github.com/materialofair)
- **Source:** [materialofair/oh-my-antigravity](https://github.com/materialofair/oh-my-antigravity)
- **License:** MIT
- **Homepage:** https://github.com/materialofair/oh-my-antigravity

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-materialofair-oh-my-antigravity-note
- Seller: https://agentstack.voostack.com/s/materialofair
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
