feat(skills): add ruflo-init β project setup skill for new Claude Code projects#1472
Open
divixgame-ui wants to merge 1 commit intoruvnet:mainfrom
Open
feat(skills): add ruflo-init β project setup skill for new Claude Code projects#1472divixgame-ui wants to merge 1 commit intoruvnet:mainfrom
divixgame-ui wants to merge 1 commit intoruvnet:mainfrom
Conversation
Adds a project initialization skill that documents the proper ruflo setup flow for new Claude Code projects. Covers: - Idempotent init (safe to run multiple times) - ANTHROPIC_API_KEY in ~/.zshenv vs ~/.zshrc (subprocess gotcha) - .mcp.json + settings.local.json permissions setup - memory backend: hybrid + topology: hierarchical-mesh config - Known daemon bug in v3.5.48 (agentdb/dist/controllers) - Final ruflo doctor verification with pass/fail guidance Based on real setup debugging β fills a gap in current docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A new skill
.claude/skills/ruflo-init/skill.mdthat guides Claude through the complete, correct ruflo initialization flow for any new Claude Code project.Why it's needed
Current docs describe individual commands, but there's no single source of truth for the full setup sequence that actually works. After debugging a fresh setup, I found several non-obvious gotchas that aren't documented together.
What the skill covers
ruflo init --minimal~/.zshenvvs~/.zshrcgotcha (ruflo runs as non-interactive subprocess β.zshrcis never sourced).mcp.jsonblock withRUFLO_MODE: v3,RUFLO_TOPOLOGY: hierarchical-meshmcp__ruflo__*wildcard insettings.local.jsonhybridbackend + correctconfig.yamltopology/maxAgentsruflo doctorwith pass/warn/fail guidancesession-handoff.mdRelated
Daemon bug reported in: #1471
Testing
Validated against two fresh project setups on macOS 25.4.0, ruflo v3.5.42 and v3.5.48.