From drupal-dev-framework
Loads specialized development guides into context from local paths or online via dev-guides-navigator plugin with caching and disambiguation. Suggests applications to current tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/drupal-dev-framework:guide-loaderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load development guides into context when needed. Delegates to the `dev-guides-navigator` plugin for online guide discovery.
Load development guides into context when needed. Delegates to the dev-guides-navigator plugin for online guide discovery.
Activate when:
Read {project_path}/project_state.md and look for **Guides Path:** {path}.
If found and specific guide requested by filename, read it directly. Otherwise, proceed to step 2.
Invoke the dev-guides-navigator skill with the task keywords. The navigator handles:
llms.txt (no redundant fetches)index.mdBased on guide content returned by the navigator, suggest:
Apply to current task:
- {Specific recommendation from guide}
- {Pattern to follow}
- {Thing to avoid}
Add these to architecture/implementation? (yes/no)
STOP and wait for user:
npx claudepluginhub camoa/claude-skills --plugin drupal-dev-frameworkNavigates to online dev guides for Drupal APIs, theming, Next.js, design systems, Tailwind tokens, CSS, and practices like SOLID/DRY/TDD/security. Fetches/matches raw Markdown proactively before design or coding.
Loads Drupal methodology references like TDD, SOLID, DRY, Library-First and delegates to dev-guides-navigator for online guides during Phase 2 feature design and architecture drafting.
Guides documentation standards for READMEs, changelogs, docstrings, API docs, guides, and code-doc parity validation using referenced docs/ files.