Interesting—it might be connected to sandboxing, and you might ask to do it
outside the sandbox. I still have to work out how to make the agent more
self-aware about sandboxing. Every now and then I reach the point where the
agent thinks some "secure" areas (".claude/skills" is one of them) is not
there at all. This is how "sandboxing" in a container works, and I have to
explicitly tell it to get out of the sandbox for this particular "thing" to
do, which I know is safe in general as it's only local project code.Or - we have this rule "by default make only changes to local overrides not to the "adopted" skills" - and likely we could change it to exclude the case where magpie is self-adopted. On Fri, May 29, 2026 at 1:50 PM Justin Mclean <[email protected]> wrote: > HI, > > > b) (and here comes inception!!! ) Magpie should adopt itself :) > > 100% I’ve been using Magpie Skill on my own PRs. BTW, I've run into a few > issues where some skills won’t self-review or look at draft PRs. That is by > design, but perhaps that might be a bit too restrictive? > > Kind Regards, > Justin
