From core
Generates shell config files from KB schemas for IDE/CodingAgent to load context and invoke skills. Phase 2 of init-workspace-flow; skips in plugin mode and updates state.
npx claudepluginhub griddynamics/rosetta --plugin core<init_workspace_flow_shells> <description_and_purpose> Generates shell config files so subsequent sessions can load context and invoke skills. Proof: shell configs exist on disk and state reflects creation status. </description_and_purpose> <workflow_context> - Phase 2 of 8 in init-workspace-flow - Input: state.mode, state.plugin_active - Output: shell configs, bootstrap rule, load-context shell - Prerequisite: Phase 1 complete, state.mode set </workflow_context> <phase_steps> 1. Check mode, skip if plugin 2. ACQUIRE and execute shell generation skill 3. Update state with shell status </...
/kasi-initInitializes Kasidit: prompts for default mode, runs installer to copy hooks/seed Gravity hub, wires Claude settings for out-of-box sessions.
/install-contextInstalls OpenAgents Control context files for the project using the context-setup skill. Supports --profile=<profile>, --force, --dry-run flags.
/flow-initInstalls or updates Flow framework by downloading 29 slash commands, 8 agent skills, 1 agent, docs, and examples from GitHub repo. Detects mode, prompts for confirmation.
/setupInitializes Claude Code projects in Plugin or Clone mode, configures hooks globally or per-project, creates settings files/directories and cleans old configs. Supports --hooks, --global, --project, --verify flags.
Share bugs, ideas, or general feedback.
<init_workspace_flow_shells>
<description_and_purpose> Generates shell config files so subsequent sessions can load context and invoke skills. Proof: shell configs exist on disk and state reflects creation status. </description_and_purpose>
<workflow_context>
<phase_steps>
<check_mode step="2.1">
agents/init-workspace-flow-state.mdstate.plugin_active == true: mark Phase 2 skipped, proceed to Phase 3<execute_shells step="2.2">
init-workspace-shells/SKILL.md FROM KB<update_state step="2.3">
agents/init-workspace-flow-state.md:
<validation_checklist>
</init_workspace_flow_shells>