Generate and query structural indexes for Drupal projects. Parses services.yml, routing.yml, hooks, plugins, and entity types to build an automated dependency graph. Use for blast radius analysis, service dependency mapping, and structural queries. Commands include /structural-index to generate, and structural query prefixes via discover (e.g., discover service:entity_type.manager, discover deps:AUTH).
$npx -y skills add gkastanis/drupal-workflow --skill structural-indexInstalls into the current project.
Run `npx skills use "https://github.com/gkastanis/drupal-workflow" --skill "gkastanis/drupal-workflow/structural-index"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gkastanis/drupal-workflow" that are relevant to the current task. Run `npx skills add "https://github.com/gkastanis/drupal-workflow"` and select the relevant skills, then follow their instructions.