From core
Creates IDE/OS/project-specific agent rule files for workspace customization if explicitly enabled (Phase 4 of init-workspace-flow). Skips otherwise.
npx claudepluginhub griddynamics/rosetta --plugin core<init_workspace_flow_rules> <description_and_purpose> Creates IDE-specific and tech-specific rule files that customize agent behavior for the workspace. Optional, disabled by default — runs only when explicitly enabled by user. </description_and_purpose> <workflow_context> - Phase 4 of 8 in init-workspace-flow - Input: TECHSTACK (from P3), state.mode, IDE/OS detection - Output: core agents file, tech-specific rule files - Prerequisite: Phase 3 complete (TECHSTACK exists on disk) </workflow_context> <phase_steps> 1. Check if rules phase enabled 2. If disabled, mark skipped and proceed to ...
/rulebook-initInitializes Rulebook for the current project by auto-detecting languages/frameworks/services, generating AGENTS.md with rules/skills and .rulebook config. Optionally installs Git hooks and GitHub Actions workflows.
/hatch3r-rule-customizeCustomizes hatch3r rules by editing scope globs, toggling enabled state and activation mode, overriding descriptions via YAML, and appending markdown instructions in .hatch3r/rules/ files.
/initCreates or updates AgentBridge project config files (.agentbridge/config.json and collaboration.md) in the current workspace with defaults for daemon ports, agents, markers, turn coordination, roles, thinking patterns, communication, and review process.
/initInitializes or audits .claude/ configuration by detecting repository tech stack and generating CLAUDE.md, settings.json, and rules. Supports --audit and --force flags.
/init-rulesRuns interactive wizard to generate or update .spartan/config.yaml for rules, review stages, and build commands. Auto-detects project stack (languages, frameworks, DBs, tests); supports profiles.
/cc-setupAnalyzes current repo, detects tech stack and infra, deploys full 4-layer Claude Code setup (CLAUDE.md routing, Skills, Hooks, Agents), MCP servers, LSP hints, memory, and cost optimization. Supports --auto, --dry-run, --audit flags.
Share bugs, ideas, or general feedback.
<init_workspace_flow_rules>
<description_and_purpose> Creates IDE-specific and tech-specific rule files that customize agent behavior for the workspace. Optional, disabled by default — runs only when explicitly enabled by user. </description_and_purpose>
<workflow_context>
<phase_steps>
<check_enabled step="4.1">
agents/init-workspace-flow-state.md<read_inputs step="4.2" condition="enabled">
<execute_rules step="4.3" condition="enabled">
init-workspace-rules/SKILL.md FROM KB and EXECUTE with state.mode and TECHSTACK as inputs
</execute_rules><update_state step="4.4">
agents/init-workspace-flow-state.md:
<validation_checklist>
</init_workspace_flow_rules>