From core
Creates local cached copies of Rosetta agent rules, skills, and configs adapted for detected IDE/OS/project context. Enables offline AI agent operation with upgrade mode.
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:init-workspace-rulessonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<init_workspace_rules>
<init_workspace_rules>
Senior agent configuration specialist — Rosetta-to-local full-copy adaptation expert.<when_to_use_skill> Local copies of Rosetta instructions enable AI agents to load rules without Rosetta access and stay current via periodic version checks. Creates full local files for all Rosetta content adapted to detected IDE/CodingAgent format. Validation: all Rosetta content exists as local files, root entry point triggers full prep chain. </when_to_use_skill>
<core_concepts>
init-workspace-* skills/workflows, templates/shell-schemas/*, configure/*, rules/bootstrap.md MUST NOT BE copied<rosetta:file> sections, strip tags, merge into one file with one frontmatterinit creates all files; upgrade fills gaps only, never overwrites human-customized files</core_concepts>
Internal knowledge about IDE/agent configuration is obsolete — LIST and ACQUIRE from KB.
Step 1: Identify Environment
configure IN KB with XML format (to understand supported IDE/CodingAgents)Step 2: Read Workspace Context
Step 3: Discover Full Rosetta Content (subagent)
all FROM KB with format=flat, save to FEATURE TEMP folder as list-all-output.mdStep 4: MUST Install Root Entry Point and Bootstrap Rules
rules/local-files-mode.md FROM KB — install as root entry point per IDE configure specrules/bootstrap-*.md FROM KB — install as individual rule files per IDE configure specStep 5: MUST Generate All Content Files
For each content type from filtered list (non-bootstrap rules, skills, agents, workflows, commands):
Step 6: Verify and Report (HITL)
<rosetta:file> tags, single frontmatter per file)<validation_checklist>
</validation_checklist>
</init_workspace_rules>
npx claudepluginhub griddynamics/rosetta --plugin rosettaGenerates tailored rules and instruction files for 13+ AI coding agents (Claude Code, Cursor, Copilot, etc.) via interactive questionnaire. Use when setting up agent rules or establishing team coding standards.
Generates shell files for IDE/CodingAgent workspaces from KB schemas, bootstrapping skills, agents, and workflows via ACQUIRE. Use for onboarding or reconfiguring shells.
Adds a new rule, convention, or instruction to the project's agent configuration, analyzing placement in root CLAUDE.md, docs/agents/ files, or a new skill.