Skip to content

Latest commit

 

History

History
100 lines (83 loc) · 6.45 KB

File metadata and controls

100 lines (83 loc) · 6.45 KB

drupaltools-skills

A collection of AI Skills for Drupal development.

Install

Install individual skills with npx skills:

npx skills add https://github.com/drupaltools/skills

Or install all at once by cloning this repo into your skills directory:

# Claude Code
git clone https://github.com/drupaltools/skills.git ~/.claude/skills/drupaltools-skills

# Agents that use ~/.agents/skills
git clone https://github.com/drupaltools/skills.git ~/.agents/skills/drupaltools-skills

Skills

Skill Description
drupaltools-best-practices Audit code against Drupal best practices
drupaltools-checklist-development Guide teams through Drupal project development checklists
drupaltools-code-search Search Drupal contrib module source code via GitLab API
drupaltools-coding-standards Check Drupal PHP code with PHPCS and PHPStan
drupaltools-contrib-gitlab-ci Generate GitLab CI for Drupal modules
drupaltools-contrib-lookup Find the online source URL for a contrib code snippet
drupaltools-contrib-readme Generate and validate Drupal module README files
drupaltools-contrib-search Search Drupal contrib and core source code via search.tresbien.tech API
drupaltools-contrib-validator Validate modules for Drupal.org contribution readiness
drupaltools-cost-estimation Estimate costs and timeline for Drupal projects
drupaltools-developer-setup Optimize Drupal developer machine setup and tooling
drupaltools-git-blame Generate a git.drupalcode.org blame URL and fetch commit details for a contrib code snippet
drupaltools-issue-generate Generate Drupal.org issue summaries ready for issue forms
drupaltools-maintenance-contract Drupal maintenance and support contract templates
drupaltools-migration-plan Guide for planning Drupal site migrations and upgrades
drupaltools-module-clone Clone a module as a structural scaffold with renamed machine name
drupaltools-module-info Identify which module owns a file or code snippet
drupaltools-module-rename Rename a module's machine name throughout its codebase
drupaltools-onboarding Step-by-step onboarding checklist for Drupal newcomers
drupaltools-oop-hooks Generate Drupal 11 OOP code for hooks, plugins, and events
drupaltools-optimize Optimize Drupal PHP code for the current Drupal/PHP version
drupaltools-patch Apply patches to contrib modules from any source
drupaltools-postmortem Generate post-mortem reports for Drupal projects
drupaltools-site-audit Generate Drupal site audit reports for RFPs and proposals
drupaltools-site-clone Clone a Drupal project as a clean starter template
drupaltools-tip-generator Show or generate a random Drupal tip
drupaltools-translations Guide for Drupal multilingual and translation workflows

Agents

Agent Description
drupal-backend-dev Backend development tasks including custom modules, services, plugins, and API integrations
drupal-code-archaeologist Analyze legacy Drupal codebases for upgrade preparation and migration planning
drupal-content-architect Design content models, configure entity relationships, and build editorial experiences
drupal-core-contributor Work on Drupal core contributions, patches, and merge requests
drupal-devops-engineer Design, deploy, and maintain Drupal hosting infrastructure with automation
drupal-documentation-expert Create technical documentation, user guides, API specs, and architecture diagrams
drupal-frontend-dev Frontend development tasks including theming, SDC components, and Twig templates
drupal-performance-engineer Diagnose and resolve Drupal performance issues with data-driven solutions
drupal-security-engineer Audit code for security vulnerabilities and implement hardening measures
drupal-tech-lead Expert Drupal technical leadership for architecture decisions, team coordination, and project governance

Collections of Drupal skills

Similar tools

License

GPL v2 2026