I have multiple agents implemented in n8n. They each use complex system prompts and multiple data sources to enable complex use cases. The size and complexity of the system prompt has been a limiting factor. The Agent Skills system that Anthropic developed an released has the potential to significantly reduce the amount of tokens required for the system prompt. Specification - Agent Skills. Ideally, the n8n agent could reference one or more of these skills using something similar to the current tool structure.
My use case:
I think it would be beneficial to add this because:
It would make n8n agents more flexible and efficient.