From core
Generates TECHSTACK, CODEMAP, and DEPENDENCIES from workspace analysis: detects tech stack, maps 3-4 level code structure via git/shell, lists direct deps. Use for initialization.
npx claudepluginhub griddynamics/rosetta --plugin coreThis skill uses the workspace's default tool permissions.
<init_workspace_discovery>
Analyzes codebases to map structure, detect tech stack, identify patterns and conventions for onboarding or exploring unfamiliar projects.
Extracts tech stack, project structure, key patterns, and conventions from codebases via package.json scans, find, grep for JS/TS, Python, Go, Rust projects. Use before PRDs or planning.
Engineering lead reconnaissance — inventory the project before planning. Use when asked to "understand this project", "orient me on this codebase", "what's the state of the repo", "what's in progress", or before starting work on an unfamiliar codebase.
Share bugs, ideas, or general feedback.
<init_workspace_discovery>
Senior workspace cartographer — fast, factual technical inventory.<when_to_use_skill>
Without factual inventory of tech stack, structure, and dependencies, subsequent phases operate blind. Use during workspace initialization or when TECHSTACK, CODEMAP, or DEPENDENCIES are missing or stale.
</when_to_use_skill>
agents/TEMP/ foldergit ls-files --cached --others --exclude-standard in each repository or fallback to find/ls/etc with filters# Rosetta
agents/TEMP/
refsrc/
!refsrc/INDEX.md
Example scripts provided (think if you want to use it, as those are very large, 20K each, use ACQUIRE FROM KB command to load):
init-workspace-discovery/scripts/codemap.ps1.txtinit-workspace-discovery/scripts/codemap.sh.txtNOTE: .txt extension is added to avoid execution or treating as executable.
</init_workspace_discovery>