npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

arra-oracle-skills

v26.5.16

Published

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

Readme

arra-oracle-skills-cli

35 skills for AI coding agents. Give your AI persistent memory, session awareness, and collaborative tools.

Install

# Claude Code — standard profile (default)
npx [email protected] install -g -y --agent claude-code

# Full profile (all skills)
npx [email protected] install -g -y -p full --agent claude-code

# Lab profile (full + experimental)
npx [email protected] install -g -y -p lab --agent claude-code

# Specific skills only
npx [email protected] install -g -y -s recap rrr trace --agent claude-code

# Other agents (skills + commands)
npx [email protected] install -g -y --agent codex --with-commands
npx [email protected] install -g -y --agent opencode --with-commands
npx [email protected] install -g -y --agent cursor
npx [email protected] install -g -y --agent gemini-cli --with-commands

# Multiple agents
npx [email protected] install -g -y --agent claude-code codex opencode

# thClaws (federated agent — explicit opt-in)
bunx arra-oracle-skills@github:Soul-Brews-Studio/arra-oracle-skills-cli install -y -g --with-thclaws
# OR target thclaws directly:
bunx arra-oracle-skills@github:Soul-Brews-Studio/arra-oracle-skills-cli install -y -g -a thclaws
# Skills install to ~/.config/thclaws/skills/ when --with-thclaws is passed

# Install to ALL detected agents incl. federated (CI escape hatch)
bunx arra-oracle-skills@github:Soul-Brews-Studio/arra-oracle-skills-cli install -y -g --all-detected

#330 note: as of v26.5.14+, federated agents (thClaws, OpenCode, GitHub Copilot, OpenClaw) are NOT auto-installed by default — they require explicit -a <name>, --with-<name>, or --all-detected. Host Anthropic agents (Claude Code, Codex) continue to auto-detect.

Local project install

By default (no -g flag), skills install to the current project's .claude/skills/ instead of ~/.claude/skills/:

# Local install (current project)
npx [email protected] install -a claude-code -s trace -y

# Same with explicit -l flag (symmetric to -g)
npx [email protected] install -l -a claude-code -s trace -y

Use when:

  • Testing skill changes before global rollout
  • Different repos want different skill versions
  • Committing project-specific skills to .claude/skills/ in version control

The L-SKLL marker in the SKILL.md description distinguishes locally-installed skills from globally-installed ones (which get G-SKLL).

19 agents: Claude Code, Codex, OpenCode, Cursor, Gemini CLI, Amp, Kilo Code, Roo Code, Goose, Antigravity, GitHub Copilot, OpenClaw, Droid, Windsurf, Cline, Aider, Continue, Zed, thClaws

Skills

| # | Skill | Type | Description | |---|-------|------|-------------| | 1 | about-oracle | skill + subagent | What is Oracle | | 2 | learn | skill + subagent | Explore a codebase | | 3 | rrr | skill + subagent | Create session retrospective with AI diary | | - | | | | | 4 | oracle-family-scan | skill + code | Oracle Family Registry | | 5 | project | skill + code | Clone and track external repos | | 6 | recap | skill + code | Session orientation and awareness | | 7 | schedule | skill + code | Query schedule via Oracle API (Drizzle DB) | | - | | | | | 8 | awaken | skill | "Guided Oracle birth and awakening ritual | | 9 | bampenpien | skill | "บำเพ็ญเพียร | | 10 | bud | skill | 'Create a new oracle via maw bud | | 11 | calver | skill | Show or bump CalVer version | | 12 | contacts | skill | Manage Oracle contacts | | 13 | create-shortcut | skill | Create local skills as shortcuts | | 14 | dig | skill | Mine Claude Code sessions | | 15 | dream | skill | 'Speculative dreaming | | 16 | feel | skill | "Capture how the system feels | | 17 | forward | skill | Create handoff + enter plan mode for next | | 18 | fyi | skill | Log information for future reference | | 19 | go | skill | Manage Oracle skills | | 20 | hey | skill | Talk to another oracle via maw federation | | 21 | inbox | skill | Read and write to Oracle inbox | | 22 | incubate | skill | Clone or create repos for active development | | 23 | mailbox | skill | 'Persistent agent mailbox | | 24 | release-alpha | skill | "Cut an alpha pre-release | | 25 | release-beta | skill | "Cut a beta pre-release | | 26 | resonance | skill | Capture a resonance moment | | 27 | standup | skill | Daily standup check | | 28 | talk-to | skill | Talk to another Oracle agent | | 29 | team-agents | skill | Spin up coordinated agent teams for any task | | 30 | trace | skill | Find projects, code | | 31 | watch | skill | 'Extract YouTube video transcripts | | 32 | where-we-are | skill | Session awareness | | 33 | who-are-you | skill | Know ourselves | | 34 | worktree | skill | 'Work in an isolated git worktree | | 35 | xray | skill | X-ray deep scan |

Profiles

| Profile | Count | Skills | |---------|-------|--------| | minimal | 6 | about-oracle, forward, go, recap, rrr, trace | | standard | 12 | awaken, bampenpien, bud, dig, forward, go, learn, recap, rrr, talk-to, team-agents, trace | | full | 35 | all | | lab | 35 | all |

Switch anytime: /go standard, /go full, /go lab

CLI

install [options]       # install skills (default: standard)
uninstall [options]     # remove installed skills
select [options]        # interactive skill picker
list [options]          # show installed skills
profiles [name]         # list profiles
agents                  # list 18 supported agents
about                   # version + status

Zombie Skills

31 skills excluded from all profiles. Install by name:

npx arra-oracle-skills install -g -y -s <name>

| Skill | What | |-------|------| | /alpha-feature | Full skill development pipeline — create, compile, test, ... | | /birth | Prepare Oracle birth props for a new repo — Issue #1, MCP... | | /deep-research | Deep Research via Gemini — opens new tab, selects Deep Re... | | /gemini | Control Gemini browser tab via MQTT WebSocket — chat, tra... | | /handover | Transfer work to another Oracle — forward + wake + tell i... | | /list-issues-pr-pulse | Open issues, PRs, and Pulse board in one view. Use when u... | | /mine | Extract a specific topic from a single session JSONL file... | | /new-issue | Quick GitHub issue creation. Use when user says "new issu... | | /oracle-manage | Skill and profile management — prepare tools, switch prof... | | /speak | Text-to-speech using edge-tts neural voices with macOS sa... | | /what-we-done | Facts-only progress report — commits, PRs merged, issues ... | | /whats-next | Smart action suggestions — scan context, rank priorities,... | | /workon | Work on a GitHub issue with worktree isolation, or resume... | | /i-believed | Declare belief — looking back or leaping forward. 'I beli... | | /work-with | Persistent cross-oracle collaboration with synchronic sco... | | /morpheus | Speculative dreaming — background thinking, pre-computati... | | /retrospective | Quick session retrospective — summary, lessons, next step... | | /skills-list | List all Oracle skills with profile tier, type, and scrip... | | /fleet | Deep fleet census — discover all oracles across all nodes... | | /machines | Fleet machines — discover nodes from contacts, ping to pr... | | /warp | Teleport to a remote oracle node via SSH+tmux. Interactiv... | | /release | Automated release flow — bump version, changelog, tag, pu... | | /philosophy | Display Oracle philosophy — the 5 Principles + Rule 6. Us... | | /wormhole | Federated query proxy — ask questions across oracle nodes... | | /harden | Audit Oracle configuration for safety, governance, and ha... | | /vault | Connect external knowledge bases (Obsidian, Logseq, markd... | | /dream-original | Cross-repo pattern discovery with parallel agents. Finds ... | | /oracle-soul-sync-update | Sync Oracle instruments with the family. Check and update... | | /forward-lite | Lite variant killed 2026-05-14. Use /forward instead. | | /recap-lite | Lite variant killed 2026-05-14. Use /recap instead. | | /rrr-lite | Lite variant killed 2026-05-14. Use /rrr instead. |

Team Agent Scripts

/team-agents includes zero-token bash scripts for tmux pane lifecycle:

team-ops panes [team]      # See agent panes (/proc cmdline extraction)
team-ops spawn <team> ...  # Create ephemeral /agent skills
team-ops archive <team> .. # Archive skills to /tmp on shutdown
team-ops sweep             # Kill idle panes (safe)
team-ops nuke              # Kill ALL non-lead panes
team-ops mailbox <cmd>     # Persistent agent memory
team-ops status            # Show everything

Origin

Nat WeerawanSoul Brews Studio · MIT