š® Awaken the Oracle - Install commands and agents in your project
Installs Oracle commands, agents, and skills in your project. Use this to set up trace, recap, snapshot, and other productivity tools for your workflow.
/plugin marketplace add laris-co/nat-agents-core/plugin install laris-co-nat-agents-core@laris-co/nat-agents-coreInstall Oracle commands and agents in your project.
Commands: trace, recap, rrr, snapshot, forward, wip, standup, now, hours, jump, pending Agents: context-finder, executor, marie-kondo Skills: handoff, context-finder, oracle, oracle-incubate, oracle-teach, oracle-path, oracle-mentor
Note:
hours,jump,pendingwork best after/soul-initor/soul-lite
mkdir -p .claude/commands .claude/agents
Run this single command:
CORE=`ls -d ~/.claude/plugins/cache/nat-plugins/nat-agents-core/*/ 2>/dev/null | sort -V | tail -1` && mkdir -p .claude/scripts .claude/skills && cp "$CORE"bundles/commands/*.md .claude/commands/ && cp "$CORE"bundles/agents/*.md .claude/agents/ && cp "$CORE"bundles/scripts/*.sh .claude/scripts/ 2>/dev/null && cp -r "$CORE"bundles/skills/* .claude/skills/ 2>/dev/null && chmod +x .claude/scripts/*.sh 2>/dev/null && echo "ā
Installed from $CORE"
š® The Oracle has awakened.
Installed:
āāā .claude/commands/ (11 commands)
ā āāā trace, recap, rrr, snapshot, forward, wip, standup, now, hours, jump, pending
āāā .claude/agents/ (3 agents)
ā āāā context-finder, executor, marie-kondo
āāā .claude/skills/ (7 skills)
āāā handoff, context-finder, oracle, oracle-incubate, oracle-teach, oracle-path, oracle-mentor
Try: /recap to get started
sort -V to get latest version folder