managing-project-customizations

Installation
SKILL.md

Managing Project Customizations

Build and maintain a project context cache for all WebdriverIO skills.

This skill is the project bootstrap and refresh layer. It scans the current project, writes reference files, and keeps them current so other skills can load project details quickly instead of rediscovering them every session.

When to Use

  • First use of the WebdriverIO skill set in a project.
  • On-demand refresh after significant test/config changes.
  • End of orchestrator sessions when project context changed.
  • When other skills report missing or stale project context.

When Not to Use

  • You only need to edit a single test and context is already fresh.
  • You need test implementation logic (use writing-webdriverio-code).
  • You need only test scaffolding (use creating-test-structure).
Installs
17
GitHub Stars
5
First Seen
Feb 20, 2026
managing-project-customizations — klamping/webdriverio-skills