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.
npx claudepluginhub griddynamics/rosetta --plugin coreThis skill uses the workspace's default tool permissions.
<init_workspace_rules>
Generates shell files for IDE/CodingAgent workspaces from KB schemas, bootstrapping skills, agents, and workflows via ACQUIRE. Use for onboarding or reconfiguring shells.
Adds rules, conventions, or instructions to project agent config by analyzing and recommending placement in CLAUDE.md, docs/agents/, or skills. Activated by '/agent-add-rule' or similar phrases.
Generates and maintains AGENTS.md files for AI agent onboarding to projects. Detects stacks/scopes, extracts commands/CI rules/architecture, validates structure, verifies freshness/content/commands.
Share bugs, ideas, or general feedback.
<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>