A missing dependency triggers a generator that creates additional Skill files
Source references: 1The prerequisite explicitly directs the agent to run `gws generate-skills` when the neighboring shared Skill is absent. This goes beyond inspecting the current Skill: it executes a local binary and generates instructions that were not supplied for this audit.
Installing this Skill could lead the agent to modify the Skills directory merely because a dependency is missing, then follow newly generated authentication and security instructions. Their exact contents and file scope cannot be verified from the supplied source.
This is an active prerequisite, not an example or warning: if the shared Skill is missing, it directs the agent to run the local `gws generate-skills` command. That may create files and instructions not included in this audit, while the source does not state the generation scope, overwrite behavior, or whether user confirmation is required. “Automatically” is slightly overstated, but the conditional filesystem-change risk is supported. Users can ask the author to list affected paths and require explicit approval before execution.
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.