use in codex app #25
Unanswered
Invictus-Estar
asked this question in
Q&A
Replies: 1 comment
-
|
For that app, use the skill folders directly. The plugin marketplace and slash commands in this repo are not portable features. The repo already has the portable mkdir -p ~/.codex/skills
for plugin in pm-*/; do
cp -R "$plugin"/skills/* ~/.codex/skills/
doneThen restart the app or start a new session so it reloads skills. What should carry over: What should not be expected to carry over automatically: So you should expect reusable skills, not the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to get it into codex app?
Beta Was this translation helpful? Give feedback.
All reactions