mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Make sure the Omarchy agent skill is available for all harnesses
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
# Place in ~/.claude/skills since all tools populate from there as well as their own sources
|
# Place in each assistant's global skills directory so the Omarchy skill is available on first install
|
||||||
mkdir -p ~/.claude/skills
|
mkdir -p ~/.agents/skills ~/.claude/skills ~/.codex/skills ~/.pi/agent/skills
|
||||||
ln -s $OMARCHY_PATH/default/omarchy-skill ~/.claude/skills/omarchy
|
ln -sfn "$OMARCHY_PATH/default/omarchy-skill" ~/.agents/skills/omarchy
|
||||||
|
ln -sfn "$OMARCHY_PATH/default/omarchy-skill" ~/.claude/skills/omarchy
|
||||||
|
ln -sfn "$OMARCHY_PATH/default/omarchy-skill" ~/.codex/skills/omarchy
|
||||||
|
ln -sfn "$OMARCHY_PATH/default/omarchy-skill" ~/.pi/agent/skills/omarchy
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Add Omarchy AI skill to pi, Codex, and shared Agent Skills directories"
|
||||||
|
|
||||||
|
source "$OMARCHY_PATH/install/config/omarchy-ai-skill.sh"
|
||||||
Reference in New Issue
Block a user