Add agent skills compatibility setup in @drupal-canvas/create
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3573480. -->
Reported by: [balintbrews](https://www.drupal.org/user/613760)
Related to !603 !601
>>>
<h3>Overview</h3>
<p>Template repositories offered by <code>@drupal-canvas/create</code> may ship agentic skills stored in <code>.agents/skills</code>, which is becoming the universal directory, but not every coding agent standardized on it yet.</p>
<p>The setup flow <code>@drupal-canvas/create</code> provides is nicely positioned to solve this problem.</p>
<h3>Proposed resolution</h3>
<p>Detect if the cloned template repository contains an <code>.agents/skills</code> directory. If so, ask the user what coding agents need to be supported, and set up symlinks accordingly.</p>
<h3>User interface changes</h3>
<p>Borrow the solution from <a href="https://github.com/vercel-labs/skills">https://github.com/vercel-labs/skills</a>.</p>
<p><img src="https://www.drupal.org/files/issues/2026-02-13/skills-agent-selection.jpg" alt="Selecting coding agents"></p>
issue