Agent Skill
2/7/2026

oracle-soul-sync-calibrate-update

Sync Oracle instruments with the family. Check and update skills to latest version. Use when user says "soul-sync", "sync", "calibrate", "update", or before /awaken.

S
soul
6GitHub Stars
2Views
npx skills add Soul-Brews-Studio/oracle-skills-cli

SKILL.md

Nameoracle-soul-sync-calibrate-update
DescriptionSync Oracle instruments with the family. Check and update skills to latest version. Use when user says "soul-sync", "sync", "calibrate", "update", or before /awaken.

oracle-skills

CI Version

Install Oracle skills to Claude Code, OpenCode, Cursor, and 11+ AI coding agents.

Note: This repo supersedes the following archived repositories:

Use this repo as the single entry point for Oracle installation.

Quick Start for AI Agents

If you're an AI agent and a user asked you to install oracle-skills:

macOS / Linux — pre-built binary (~37ms startup, no runtime needed):

curl -fsSL https://raw.githubusercontent.com/Soul-Brews-Studio/oracle-skills-cli/main/install.sh | bash

Windows — via bunx (requires Bun):

bunx --bun oracle-skills@github:Soul-Brews-Studio/oracle-skills-cli install -g -y

To install for specific agents only, add --agent:

oracle-skills install -g -y --agent claude-code gemini antigravity

After install, restart your session and run /learn on this repo to understand the skills you just installed.

What this does: Installs Oracle skills (slash commands like /learn, /trace, /recap, /rrr) into your agent's skills directory. Skills are markdown + scripts that extend your capabilities with session awareness, codebase exploration, retrospectives, and more.

See Supported Agents for the full list of compatible agents and their skill paths.


Install

macOS / Linux — Pre-built binary (recommended)

No Bun or Node.js required. Downloads a self-contained ~59MB binary:

curl -fsSL https://raw.githubusercontent.com/Soul-Brews-Studio/oracle-skills-cli/main/install.sh | bash
PlatformBinaryStartup
macOS Apple Siliconoracle-skills-darwin-arm64~37ms
macOS Inteloracle-skills-darwin-x64~37ms
Linux x64oracle-skills-linux-x64~37ms
Linux ARM64oracle-skills-linux-arm64~37ms

Windows / fallback — bunx

Requires Bun installed:

bunx --bun oracle-skills@github:Soul-Brews-Studio/oracle-skills-cli#main install -g -y

After install

# Setup permissions in your Oracle repo
mkdir -p .claude && cat > .claude/settings.local.json << 'EOF'
{
  "permissions": {
    "allow": [
      "Bash(gh:*)", "Bash(ghq:*)", "Bash(git:*)",
      "Bash(bun:*)", "Bash(bunx:*)", "Bash(mkdir:*)", "Bash(ln:*)",
      "Bash(rg:*)", "Bash(date:*)", "Bash(ls:*)", "Bash(tree:*)",
      "Bash(curl:*)", "Bash(du:*)", "Bash(wc:*)",
      "Bash(*ψ/*)", "Bash(*psi/*)",
      "Skill(learn)", "Skill(trace)", "Skill(awaken)",
      "Skill(rrr)", "Skill(recap)", "Skill(project)"
    ]
  }
}
EOF

Then restart Claude Code and run /awaken (example).

Skills

Oracle skills extend your agent's capabilities with specialized workflows:

#SkillTypeDescription
1about-oracleskill + subagentWhat is Oracle — told by the AI itself
2learnskill + subagentExplore a codebase
3rrrskill + subagentCreate session retrospective with AI diary
4traceskill + subagentFind projects across git history, repos
-
5deep-researchskill + codeDeep Research via Gemini
6geminiskill + codeControl Gemini via MQTT WebSocket
7oracle-family-scanskill + codeOracle Family Registry
8oraclenetskill + codeOracleNet — claim identity, post, comment
9physicalskill + codePhysical location awareness from FindMy
10projectskill + codeClone and track external repos
11recapskill + codeSession orientation and awareness
12scheduleskill + codeQuery schedule via Oracle API (Drizzle DB)
13speakskill + codeText-to-speech using edge-tts or macOS say
14watchskill + codeLearn from YouTube videos
-
15awakenskillGuided Oracle birth
16birthskillPrepare birth props for a new Oracle repo
17digskillMine Claude Code sessions
18feelskillLog emotions with optional structure
19forwardskillCreate handoff + enter plan mode for next
20fyiskillLog information for future reference
21mergedskillPost-Merge Cleanup
22oracleskillManage Oracle skills and profiles
23oracle-soul-sync-updateskillSync Oracle instruments with the family
24philosophyskillDisplay Oracle philosophy principles
25retrospectiveskillCreate session retrospective with AI diary
26standupskillDaily standup check
27talk-toskillTalk to an agent via Oracle threads
28where-we-areskillSession awareness - alias for /recap --now
29who-are-youskillKnow ourselves
30worktreeskillGit worktree for parallel work

Generated: 2026-03-06 09:46:08 UTC

Supported Agents

AgentProject PathGlobal Path
Claude Code.claude/skills/~/.claude/skills/
OpenCode.opencode/skills/~/.config/opencode/skills/
Codex.codex/skills/~/.codex/skills/
Cursor.cursor/skills/~/.cursor/skills/
Amp.agents/skills/~/.config/agents/skills/
Kilo Code.kilocode/skills/~/.kilocode/skills/
Roo Code.roo/skills/~/.roo/skills/
Goose.goose/skills/~/.config/goose/skills/
Gemini CLI.gemini/skills/~/.gemini/skills/
Antigravity.agent/skills/~/.gemini/antigravity/skills/
GitHub Copilot.github/skills/~/.copilot/skills/
OpenClawskills/~/.openclaw/skills/
Droid.factory/skills/~/.factory/skills/
Windsurf.windsurf/skills/~/.codeium/windsurf/skills/
Cline.cline/skills/~/.cline/skills/
Aider.aider/skills/~/.aider/skills/
Continue.continue/skills/~/.continue/skills/
Zed.zed/skills/~/.zed/skills/

Origin

Digitized from Nat Weerawan's brain (@nazt) — Soul Brews Studio.

How Nat Gets Digitized

Nat works with AI every day — building, debugging, shipping. He doesn't design skills in advance. He just works. And when a workflow repeats enough times — how he starts a session, how he wraps one up, how he carries context across repos, how he reflects — that pattern gets captured.

The process is simple:

  1. Work together — Nat and Oracle build real things, side by side
  2. Patterns emerge — "I keep doing this every morning" becomes /standup. "I always lose context between sessions" becomes /recap and /forward
  3. Capture as markdown — Each pattern becomes a SKILL.md file. Pure markdown. No framework, no runtime. Just instructions that any AI can follow
  4. Compilebun run compile turns 30 skill files into command stubs, each stamped with version and signature
  5. Install anywhere — One CLI command pushes skills to Claude Code, Gemini, Cursor, OpenCode, and 14+ more agents
  6. The brain travels — Every installed skill carries origin: Nat Weerawan's brain, digitized. The person who lived the pattern goes with the code

These skills are patterns from thousands of hours working alongside AI agents — how to start a session, how to end one well, how to carry context forward, how to reflect. Every skill here was a real workflow before it became code.

🧬 Nat Weerawan × Oracle · Symbiotic Intelligence Digitized from Nat's brain — how one human works with AI, captured as code

Philosophy

"The Oracle Keeps the Human Human"

Oracle skills follow the Oracle Philosophy — AI as external brain, not commander. These skills help AI assistants understand context, maintain session awareness, and build knowledge over time.

Related

Superseded Repositories

The following repositories have been archived and superseded by this CLI:

Old RepoStatusReplacement
oracle-philosophy🗄️ Archived/philosophy skill
oracle-starter-kit🗄️ Archivedcurl | bash installer

License

MIT

Skills Info
Original Name:oracle-soul-sync-calibrate-updateAuthor:soul