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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-flow:agent-flow-init-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before executing the command, check whether the agent-flow system has been initialized in this repository.
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 initializationnpx claudepluginhub timgranlundmarsden/claude-agent-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.