From makeitreal
Use when a Make It Real project needs optional feature flags changed, especially enabling or disabling live wiki sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/makeitreal:configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read or update project-local Make It Real options. The normal user-facing action is `/makeitreal:config`; keep internal config file paths and engine subcommands out of ordinary workflow narration unless the user asks.
Read or update project-local Make It Real options. The normal user-facing action is /makeitreal:config; keep internal config file paths and engine subcommands out of ordinary workflow narration unless the user asks.
makeitreal-engine config get "$CLAUDE_PROJECT_DIR" to inspect current settings.makeitreal-engine config set "$CLAUDE_PROJECT_DIR" --live-wiki enabled
makeitreal-engine config set "$CLAUDE_PROJECT_DIR" --live-wiki disabled
makeitreal-engine config set "$CLAUDE_PROJECT_DIR" --dashboard-auto-open enabled
makeitreal-engine config set "$CLAUDE_PROJECT_DIR" --dashboard-refresh-on-status enabled
makeitreal-engine config set "$CLAUDE_PROJECT_DIR" --dashboard-refresh-on-launch enabled
makeitreal-engine config set "$CLAUDE_PROJECT_DIR" --dashboard-refresh-on-verify enabled
features.liveWiki.enabled, features.dashboard.* values, and the config path.preview/index.html remains mandatory because Ready gating depends on it.dashboardRefresh.skipped result; it must not weaken gates or evidence.wiki sync as the normal toggle mechanism.npx claudepluginhub mir-makeitreal/makeitreal --plugin makeitrealCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.