Skip to main content
Run any Skill in Manus
with one click
GitHub repository

drupal-contrib-workbench

drupal-contrib-workbench contains 9 collected skills from AJV009, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
3
updated
2026-06-08
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

drupal-contribute-fix
software-developers

REQUIRED when user mentions a Drupal module + error/bug/issue - even without stack traces. Trigger on: (1) "<module_name> module has an error/bug/issue", (2) "Acquia/Pantheon/Platform.sh" + module problem, (3) any contrib module name (metatag, webform, mcp, paragraphs, etc.) + problem description. Searches drupal.org BEFORE you write code changes. NOT just for upstream contributions - use for ALL local fixes to contrib/core.

2026-06-08
drupal-issue-comment
software-developers

Draft a drupal.org issue comment after reproducing or investigating a bug. Use when the user has finished reproducing an issue and wants to write up findings as a comment on the d.o issue queue. Covers screenshot capture, HTML formatting for the d.o comment box, and conversational tone.

2026-06-08
drupal-issue-review
software-quality-assurance-analysts-and-testers

Full workflow for reviewing/reproducing a drupal.org issue. Invoke with `/drupal-issue-review <issue-url-or-number>`. Reads the issue, determines required Drupal core + module versions, scaffolds a fresh environment, reproduces the bug, and optionally drafts a comment. Companion to drupal-contribute-fix (which handles the actual fix + MR packaging).

2026-06-08
drupal-issue
software-developers

Generic entry point for working on any drupal.org issue. Invoke with `/drupal-issue <issue-url-or-number>`. Reads the issue and all comments carefully, figures out what kind of action is needed, and either handles it directly or delegates to the right companion skill. Covers: bug reproduction, version bumps, MR adaptation, comment replies, reviews, cherry-picks, porting between branches, and general triage.

2026-06-08
drupal-dev-patterns
web-developers

Hook implementations, service/DI patterns, and security patterns for Drupal 10/11. Use when implementing hooks, form alters, event subscribers, creating services, working with dependency injection, or reviewing code for security issues.

2026-04-16
skill-maintainer
software-developers

Update, refactor, audit, or create Claude Code skills in this workspace. Use when the user says "update the X skill", "add a gotcha to Y", "refactor skill Z", "create a new skill for W", "my skills are getting bloated", "audit my skills against the spec", or when a session has produced rules, patterns, or incidents that should be codified into existing skills. Covers agentskills.io spec compliance (name, description, line limits), progressive disclosure, Gotchas sections, Rationalization Prevention tables, file layout conventions, and the bloat patterns learned from maintaining this workspace's Drupal skills.

2026-04-08
agent-browser
software-developers

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-04-05
drupal-coding-standards
software-developers

Drupal coding standards for quick checks and detailed file-type reviews. Covers PHPCS, PHPStan, naming conventions, code style enforcement, and comprehensive per-file-type standards for PHP, JavaScript, CSS, Twig, YAML, SQL, and markup in Drupal 10/11 projects.

2026-03-27
drupal-docs
software-developers

Search and fetch Drupal documentation from drupal.org, api.drupal.org, and drupalatyourfingertips.com. Matches natural language queries against a curated URL catalog covering official docs and community reference guides, then retrieves relevant pages. Use when you need authoritative Drupal documentation or practical code examples.

2026-03-27