flow-config

Reads .flow.json and displays version and per-skill autonomy.

25|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/benkruger/flow --skill flow-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-config
Source: https://github.com/benkruger/flow/tree/main/skills/flow-config
Command: npx skills add https://github.com/benkruger/flow --skill flow-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The current FLOW configuration is scattered across .flow.json; this skill reads the file and presents a clear snapshot of version and per-skill autonomy to enable quick auditing and tuning.

Core Features & Use Cases

  • Read and validate the project root .flow.json.
  • Display version and per-skill autonomy, handling both legacy single-value formats and the newer nested shape.
  • Warn and guide when the config is missing or malformed, helping teams recover gracefully.

Quick Start

Run the flow-config command in your project to display the current FLOW configuration.

Frequently Asked Questions about flow-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view the current FLOW configuration in my project?

To view the FLOW configuration, run the flow-config command in your project root. It reads the .flow.json file and displays a formatted snapshot of the version and per-skill autonomy settings without modifying the file.

What happens if my .flow.json configuration file is missing or malformed?

When the .flow.json configuration file is missing or malformed, the tool warns you and provides guidance to help your team recover gracefully. It validates the file structure before attempting to display the configuration.

Does the FLOW config viewer support legacy single-value autonomy formats?

Yes, the FLOW config viewer supports both legacy single-value formats and the newer nested shape for per-skill autonomy. It automatically detects the format and presents the settings in a clear table.

How do I audit per-skill autonomy settings across different project setups?

You audit per-skill autonomy settings by running the flow-config command, which reads the .flow.json file using Glob and Read tools. It presents a formatted table showing version and autonomy levels across typical project setups.

Can I use the flow-config command to modify my project configuration?

No, you cannot use the flow-config command to modify your project configuration. It is a read-only tool that displays the current FLOW configuration snapshot to enable quick auditing and tuning without altering the underlying file.