So I think right now I'm doing really good trying to keep everything related to the repo and working with the whole contribution that I'm having.
Yeah, I see. I see a lot of agents contributing nowadays. Well, there are a few questions, as I said, in the queue already.
Let's start with the first one. By Alejandro and thanks for logging in, actually, in the system. That's a bit technical, but I think it is interesting from your perspective.
When should I use a sub-agent versus a skill using ContextFork? Yeah, that's a really good question because the ContextFork is confusing.
So when you need to fork your context and trying to work with a different context. So in this case, when you use a sub-agent, it's because you don't need the whole context in your main context.
You need that sub-agent working in a different session, in a different context. So in this case, you need to use a sub-agent. You can just create a new sub-agent, run with different skills, and just get the output from that sub-agent.
Noted. Thanks. And we continue with another question by Alejandro, actually. It's also in that direction. It's more how to change skills or compose skills depending on a concrete task. Would you suggest anything?
Again, what are you trying to achieve with your task? In this case, every skill that you are going to build, you can create reference, you can create scripts, you can create assets for your skill.
So the best way to do it depends on if you're going to run this task and what is your context window. If you are running isolate agent, who will be with one context windows, and you don't need to think a lot about that.
But if you're running in Telco, for example, you have to think you already have a full session with more context, with your whole code base. So everything is going to be in your context window.
You need to create your skill.md the smaller possible. If you have a really small skill.md, you can start to create different reference with more data, and you can create different scripts with more data, and then you can start to create this change of prompts to get more data. And you need to think in your skill.md like an index.
Comments