Create a new command for adding symlinks for agentic skills after repository has been scaffolded
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3583916. -->
Reported by: [wotnak](https://www.drupal.org/user/3558113)
Related to !894
>>>
<h3 id="overview">Overview</h3>
<p>The <code>npx @drupal-canvas/create</code> command when scaffolding a new codebase includes AI agent compatibility setup that allows to select agents for which compatibility symlinks should be created. This setup can also be skipped.</p>
<p>Currently there's no way to run the symlink setup after the codebase was scaffolded, for example, when it was originally skipped or the user wants to use different agents than selected on the initial setup.</p>
<h3 id="proposed-resolution">Proposed resolution</h3>
<p>Add a new command for running the AI agents compatibility setup after repository has been scaffolded.</p>
<h3 id="ui-changes">User interface changes</h3>
<p>New subcommand in the @drupal-canvas/create package.</p>
issue