I had agentic agents as of interest but was still playing with understanding skills in opencode.
I knocked up a skill to better utilise in-memoria mcp servers and it worked a treat. With that sitting snuggly in a skill folder in my project folder.
I then acted out of impulse wondered how the opencode skills I drafted might interplay with the agentic agent framework.
So I exited opencode. Ran agentic pull to setup my current project. Restarted opencode.
Prior to running agentic pull I could find my newly defined skills in opencode shell using @. It correctly labled the skills "skill/<skill title>".
Post running agentic pull the skills no longer turned up in the list @ provides.
Do I have to now move my skills from ./skill to somewhere else? Or do I have to hack my new found skills into the agentic agents?
At least how do you agentic unpull? Meaning what is hacked into my projectthat can be undone and what has been hacked into my project now that cannot be undone?
I had agentic agents as of interest but was still playing with understanding skills in opencode.
I knocked up a skill to better utilise in-memoria mcp servers and it worked a treat. With that sitting snuggly in a skill folder in my project folder.
I then acted out of impulse wondered how the opencode skills I drafted might interplay with the agentic agent framework.
So I exited opencode. Ran
agentic pullto setup my current project. Restarted opencode.Prior to running
agentic pullI could find my newly defined skills in opencode shell using @. It correctly labled the skills "skill/<skill title>".Post running
agentic pullthe skills no longer turned up in the list @ provides.Do I have to now move my skills from ./skill to somewhere else? Or do I have to hack my new found skills into the agentic agents?
At least how do you
agentic unpull? Meaning what is hacked into my projectthat can be undone and what has been hacked into my project now that cannot be undone?