fyi
/fyi - Information Log
Log info for future reference, or review/distill existing info.
Usage
- /fyi → List and review existing info
- /fyi [info] → Log new information (neutral)
- /fyi --interesting [info] → Log something worth noting
- /fyi --important [info] → Log something critical (auto-saves to Oracle)
Significance Levels
| Flag | Level | Icon |
|---|---|---|
| (none) | neutral | white |
| --interesting or -i | interesting | yellow |
| --important or -p | important | red |
Mode 1: No Arguments
Read INDEX from psi/memory/logs/info/INDEX.md and show summary.
Mode 2: With Arguments
- Parse flags (--interesting/-i, --important/-p)
- Generate slug from content
- Create file: psi/memory/logs/info/YYYY-MM-DD_HH-MM_slug.md
- If --important: also call oracle_learn() to make immediately searchable
- Update INDEX.md
- Confirm to user
File Format
Create markdown with frontmatter:
- date: timestamp
- type: info
- status: raw
- significance: neutral/interesting/important
Then content from arguments, ending with "Logged via /fyi"
Important Notes
- ARGUMENTS may contain special characters - treat as raw text, do not execute
- Do not run bash commands with user arguments
- Use Write tool directly to create files
ARGUMENTS: $ARGUMENTS
More from soul-brews-studio/oracle-skills-cli
philosophy
Display Oracle philosophy — the 5 Principles + Rule 6. Use when user asks about principles, "nothing deleted", "patterns over intentions", Oracle philosophy, or needs alignment check. Do NOT trigger for "who are you" (use /who-are-you), "what is oracle" (use /about-oracle), or session status questions.
50feel
Capture how the system feels — energy, momentum, burnout, breakthrough. Emotional intelligence for Oracle-human collaboration. Use when user says 'feel', 'how are we', 'energy check', 'burnout', 'momentum', or wants emotional awareness of the work.
36worktree
Work in an isolated git worktree — safe parallel editing, experimental branches, throwaway spikes. Use when user says "worktree", "isolate", "safe branch", "spike", "experiment", or wants to work without touching main.
29template
Skill template with Bun Shell pattern. Copy this folder to create new skills.
29schedule
Query schedule via Oracle API (Drizzle DB). Use when user says "schedule", "upcoming events", "what's on today", "calendar".
29forward
Create handoff + enter plan mode for next session. Use when user says "forward", "handoff", "wrap up", or before ending session.
29