npx skills add https://git.drupalcode.org/project/ai_skills
Need to install the following packages:
skills@1.1.6
Ok to proceed? (y) y

███████╗██╗ ██╗██╗██╗ ██╗ ███████╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝
███████╗█████╔╝ ██║██║ ██║ ███████╗
╚════██║██╔═██╗ ██║██║ ██║ ╚════██║
███████║██║ ██╗██║███████╗███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝

┌ skills

◇ Source: https://git.drupalcode.org/project/ai_skills

◇ No skills found

└ No skills found at this URL. Make sure the server has a /.well-known/skills/index.json file.

npm notice
npm notice New minor version of npm available! 11.6.2 -> 11.8.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.8.0
npm notice To update run: npm install -g npm@11.8.0
npm notice

Issue fork ai_skills-3569886

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Comments

    jjwfcd created an issue. See original summary.

    ronaldtebrake’s picture

    Status: Active » Fixed

    It seems that in the last update we have to change the command to get it working.

    ➜  drupal git:(11.1.x) ✗ npx skills add https://git.drupalcode.org/project/ai_skills/-/tree/1.0.x 
    
    ███████╗██╗  ██╗██╗██╗     ██╗     ███████╗
    ██╔════╝██║ ██╔╝██║██║     ██║     ██╔════╝
    ███████╗█████╔╝ ██║██║     ██║     ███████╗
    ╚════██║██╔═██╗ ██║██║     ██║     ╚════██║
    ███████║██║  ██╗██║███████╗███████╗███████║
    ╚══════╝╚═╝  ╚═╝╚═╝╚══════╝╚══════╝╚══════╝
    
    ┌   skills 
    │
    ◇  Source: https://git.drupalcode.org/project/ai_skills.git @ 1.0.x
    │
    ◇  Repository cloned
    │
    ◇  Found 1 skill
    │
    ●  Skill: drupal-coding-standards
    │
    │  Review code according to Drupal's official coding standards. Provides AI agents with comprehensive guidelines for PHP, JavaScript, CSS, Twig, YAML, SQL, and markup files in Drupal projects. Uses dynamic context discovery to load only relevant standards based on file type being reviewed.
    │
    ◇  Detected 3 agents
    │
    ◆  Install to
    │  ● All detected agents (Recommended) (Install to all 3 detected agents)
    │  ○ Select specific agents
    └
    

    I've updated the documentation.

    The .well-known directory isn't necessary, it's used as a fallback - https://github.com/vercel-labs/skills/pull/138/changes#diff-68ec58becf4e... but it won't be used if it's hosted on a different provider.

    Now that this issue is closed, review the contribution record.

    As a contributor, attribute any organization that helped you, or if you volunteered your own time.

    Maintainers, credit people who helped resolve this issue.

    Status: Fixed » Closed (fixed)

    Automatically closed - issue fixed for 2 weeks with no activity.

    jjwfcd’s picture

    Version: » 1.0.x-dev

    it woks!
    thanks man!