drupal/ai_skills

A library of Agent Skills for the Drupal Community

Maintainers

Package info

git.drupalcode.org/project/ai_skills.git

pkg:composer/drupal/ai_skills

Statistics

Installs: 1

Dependents: 1

Suggesters: 0

1.0.0-alpha3 2026-03-24 10:05 UTC

This package is auto-updated.

Last update: 2026-03-24 09:12:35 UTC


README

A library of Agent Skills for the Drupal Community, based on the Agentskills.io specification.

Overview

This repository contains a curated collection of Agent Skills that can be used with AI agents in the Drupal ecosystem. Skills are stored in the skills directory and are automatically validated on every merge request.

Usage

​ Install these skills in your Agent using any of the following options:

  1. Using skills.sh 

npx skills add https://git.drupalcode.org/project/ai_skills/-/tree/1.0.x

  1. Use drupal/surge an AI coding toolkit specifically for Drupal, which will have these skills installable and configurable

  2. Manually copy paste it to the skills directory of your Agent

Contributing

See CONTRIBUTING.md for guidelines on how to contribute skills to this library.

Validation

All skills are automatically validated using ronaldtebrake/agent-skills-validator-php when merge requests are created. The validation runs as part of the GitLab CI/CD pipeline. This is based on the Agentskills.io specification validator.

Skills

Skill Repository Maintainer
drupal-coding-standards drupal-coding-standards-skill ronaldtebrake
drupal-issue-queue drupal-issue-queue scottfalconer
drupal-contribute-fix drupal-contribute-fix scottfalconer