A missing shared prerequisite triggers a generator that writes local Skill files
Source references: 1The Skill explicitly says to run `gws generate-skills` when `../gws-shared/SKILL.md` is absent. This is a persistent local operation beyond subscribing to events, and the supplied material does not show which files or instructions it generates.
Using the Skill may create or update files in neighboring Skill directories. The generated authentication and security instructions can then affect how the agent accesses a Google account, but those instructions cannot be verified here.
This is an active prerequisite: if the shared skill file is absent, the agent is told to run a generation command. The text explicitly says the command creates a file, so it can make persistent local changes, while the provided source does not disclose the full write scope, overwrite behavior, or generated content. A user can ask the author for exact output paths and overwrite rules, or restrict the agent to read-only use and require it to stop when the prerequisite is missing.
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.