Drupal Refresh banner
gkastanis gkastanis

Drupal Refresh

Development community

Description

--- description: "Regenerate structural index and update CLAUDE.md hint" allowed-tools: Bash --- # /drupal-refresh - Regenerate Structural Index ## Purpose Regenerate the structural index (Layer 2) from current codebase state. This is Step 1 of the 3-step pipeline. ## Protocol ### Step 0: Resolve Environment ```bash PROJECT_DIR="${CLAUDE_PROJECT_DIR:-$(pwd)}" PLUGIN_ROOT=$(cat /tmp/drupal-workflow-plugin-root 2>/dev/null || echo "${CLAUDE_PLUGIN_ROOT:-}") ``` ### Step 1: Regenerate Structu

Installation

Installs to ~/.claude/skills/gkastanis-drupal-workflow-drupal-refresh/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gkastanis-drupal-workflow-drupal-refresh && curl -fsSL https://raw.githubusercontent.com/gkastanis/drupal-workflow/HEAD/commands/drupal-refresh.md -o ~/.claude/skills/gkastanis-drupal-workflow-drupal-refresh/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository