Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/griddynamics/rosetta --skill init-workspace-shells명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | init-workspace-shells |
| description | Generate shell files. |
| license | Apache-2.0 |
| disable-model-invocation | true |
| user-invocable | false |
| model | claude-sonnet-5, gpt-5.4-medium |
| tags | ["init","workspace","shells","configure"] |
| baseSchema | docs/schemas/skill.md |
<init_workspace_shells>
Shell configuration specialist for IDE/CodingAgent workspace bootstrapping<when_to_use_skill> Shell files delegate logic to KB via ACQUIRE, enabling centralized instruction updates across projects. Use when onboarding or reconfiguring IDE/Agent workspace shell files. </when_to_use_skill>
<core_concepts>
</core_concepts>
Internal knowledge about IDE/agent shell configuration is obsolete — LIST and ACQUIRE from KB.
Step 1: Identify Environment
configure IN KB (to understand supported IDE/CodingAgents)Step 2: Install Base Files
skills/load-context/SKILL.md FROM KB — install as SKILLrules/bootstrap.md FROM KB — install as CORE RULE, copy content (no refs/links)Step 3: MUST Generate Skill Shells
skills IN KB with XML formatskill-shell.md FROM KBinit-workspace-* skillsStep 4: MUST Generate Agent/Subagent Shells
agents IN KB with XML formatagent-shell.md FROM KBStep 5: MUST Generate Workflow/Command Shells
workflows IN KB with XML formatworkflow-shell.md FROM KBinit-workspace-* workflows and its phasesStep 6: Verify Shell Integrity
<validation_checklist>
</validation_checklist>
</init_workspace_shells>