skills/gsv-context-and-skills/SKILL.md
Guide on how context and skills work in GSV and how to add/edit them.
npx skillsauth add deathbyknowledge/gsv gsv-context-and-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GSV assembles process context from explicit, inspectable sources:
config/ai/profile/{profile}/context.d/*.md or a user profile under ~/profiles.d/{profile}/context.d/*.md.~/context.d/*.md.skills.d directories.The skill index contains ids and descriptions only. It does not include full bodies or long source paths.
Tool and integration metadata is not the same thing as prompt context. The outer chat tool list may show only generic tools such as Shell, Read, and CodeMode, while connected MCP servers are mounted inside CodeMode as mcpTools metadata and generated async functions. Do not conclude that an MCP server is unavailable just because there is no top-level tool namespace for it.
Use the native shell:
skills list
skills search <query>
skills show <skill>
skills files <skill>
skills read <skill> <file>
Read skills show <skill> before relying on a workflow. Use skills files and skills read for supporting references, templates, or examples.
config/ai/profile/{profile}/context.d/*.md: short operator-managed role and runtime guidance.~/profiles.d/{profile}/context.d/*.md: user-authored worker profile specialization, available through spawn and schedules.~/context.d/*.md: concise user-global standing context useful to most processes.~/skills.d/: reusable user-level process workflows./src/packages/{package}/skills.d/: workflows shipped by visible package source.~/knowledge/: durable searchable reference material, not always-loaded prompt context.Repo-root skills/ in root/gsv is only a distribution source. Bootstrap copies those files into user ~/skills.d/ when missing. Runtime processes read layered skills.d, not repo-root skills/ directly.
Package skills follow package source rules. Edits under /src/packages/<package>/skills.d are staged until pkg source commit.
development
Use active GSV web shell browser targets to inspect windows/apps, run browser JS, open files, and move files across targets.
documentation
Guide on what a GSV process is, how to orient around its identity, cwd, virtual filesystem paths, source mounts, and runtime events.
documentation
Guide on how to coordinate durable GSV processes, including spawning, IPC, handoffs, scheduled work, conversation state, and compaction.
testing
Guide on how to operate and update a GSV deployment, including which layer changed, what to validate, and what to deploy or sync.