Problem
aspire agent init currently supports installing skills and MCPs. The aspire-skills repository now also includes canvases, such as the Aspire Doctor canvas, but the Aspire CLI has no way to distribute them.
Proposed solution
Update aspire agent init to support additional agent asset types.
Users should be able to select extensions similarly to skills, with only assets supported by their detected agent being offered. Skills and extensions are separate bundles, but the implementation should reuse shared bundle infrastructure where appropriate.
Problem
aspire agent initcurrently supports installing skills and MCPs. Theaspire-skillsrepository now also includes canvases, such as the Aspire Doctor canvas, but the Aspire CLI has no way to distribute them.Proposed solution
Update
aspire agent initto support additional agent asset types.Users should be able to select extensions similarly to skills, with only assets supported by their detected agent being offered. Skills and extensions are separate bundles, but the implementation should reuse shared bundle infrastructure where appropriate.