The skills validator currently outputs using Console.WriteLine in a format defined within the tool itself. This is fine when doing small batch human readable output, but it becomes a problem when it scales up to large amounts of skills/agents/etc. (example from awesome copilot).
It would be ideal if the output could be done as JSON so that it could be parsed easily by additional tools to produce alternative outputs or be fed into downstream systems.
The skills validator currently outputs using
Console.WriteLinein a format defined within the tool itself. This is fine when doing small batch human readable output, but it becomes a problem when it scales up to large amounts of skills/agents/etc. (example from awesome copilot).It would be ideal if the output could be done as JSON so that it could be parsed easily by additional tools to produce alternative outputs or be fed into downstream systems.