From agent-flow
Guard skill that halts command execution if the agent-flow system is not initialized. Checks for .claude-agent-flow/sync-state.json (installed repos) or .claude-agent-flow/publish-plugin-manifest.yml (master source repo) and stops with a clear message to run /install if neither is present.
npx claudepluginhub timgranlundmarsden/claude-agent-flowThis skill uses the workspace's default tool permissions.
Before executing the command, check whether the agent-flow system has been initialized in this repository.
Initializes Flow in repos: detects root, sets up .agents/, checks/installs Beads (bd), configures local-only sync policy, creates context files, validates setup.
Initializes sd0x-dev-flow for Codex CLI by generating AGENTS.md, installing git hooks (commit-msg/pre-push via husky/direct/fallback), copying Node.js runner scripts, and writing install state. Use /codex-setup init/doctor/sync for new projects or skill updates.
Share bugs, ideas, or general feedback.
Before executing the command, check whether the agent-flow system has been initialized in this repository.
Look for the file .claude-agent-flow/publish-plugin-manifest.yml in the repository root
Look for the file .claude-agent-flow/sync-state.json in the repository root
If the file does NOT exist: Output the following message and STOP immediately — do not continue with the command:
Agent-flow is not initialized in this repository. Run
/installto set up.
If the file exists: Continue silently — do not output anything about this check.
/installinstall.md or help.md — install is the bootstrapper and help is user discovery; both must work before initialization