flow-next-setup

Install the flowctl CLI and generate CLAUDE.md/AGENTS.md guidance for a project.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/raydocs/inktale --skill flow-next-setup-raydocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-setup
Source: https://github.com/raydocs/inktale/tree/main/plugins/flow-next/skills/flow-next-setup
Command: npx skills add https://github.com/raydocs/inktale --skill flow-next-setup-raydocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flow-Next Setup addresses the need for a portable local environment that provides a dedicated flowctl CLI and standardized project guidance, reducing onboarding friction and ensuring consistent workflow management across teams.

Core Features & Use Cases

  • Optional local flowctl installation for CLI access
  • Generates CLAUDE.md/AGENTS.md guidance in the project
  • Idempotent workflow that can be safely re-run to update docs and setup

Quick Start

Run the /flow-next:setup command to initialize the local Flow-Next environment.

Frequently Asked Questions about flow-next-setup

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

FAQPage Schema
What is a local flowctl setup for CLI workflow automation?

A local flowctl setup installs the flowctl CLI and generates standardized project guidance files like CLAUDE.md and AGENTS.md. It creates a .flow directory and records setup state to ensure consistent workflow management across environments.

How do I configure a local Flow-Next environment using the CLI?

To configure a local Flow-Next environment, run the /flow-next:setup command. This initializes the environment by copying binaries, creating the .flow directory, and updating project documentation idempotently.

Can I safely re-run the flow-next setup command to update project docs?

Yes, the flow-next setup is idempotent and can be safely re-run across environments. Re-running the command updates the generated CLAUDE.md and AGENTS.md guidance and refreshes the recorded setup state.

Does flow-next setup require any external dependencies to install?

No, flow-next setup does not require external dependencies. It independently installs the flowctl CLI, creates the .flow directory, and prepares guidance documents within your project.

Why generate CLAUDE.md and AGENTS.md files during CLI setup?

Generating CLAUDE.md and AGENTS.md files provides standardized project guidance for automation workflows. This reduces onboarding friction and ensures consistent workflow management across teams using the flowctl CLI.