flow-next-setup

Install flowctl CLI and copy CLAUDE.md/AGENTS.md templates into projects.

674|52|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-next-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-setup
Source: https://github.com/gmickel/gmickel-claude-marketplace/tree/main/plugins/flow-next/skills/flow-next-setup
Command: npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-next-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an optional, local setup for Flow-Next by installing the flowctl CLI and provisioning documentation templates for CLAUDE.md and AGENTS.md, enabling teams to run and document workflows offline or in isolated environments.

Core Features & Use Cases

  • Local flowctl installation and copy of templates into the project (.flow/bin, meta files, and docs)
  • Idempotent, re-runnable setup that can be re-applied after plugin updates
  • Guidance to update CLAUDE.md and AGENTS.md with Flow-Next instructions for adoption across teams

Quick Start

Use the flow-next-setup skill to initialize a local Flow-Next environment:

  • Run /flow-next:setup to install flowctl into .flow/bin
  • Follow the prompts to copy templates and update docs
  • Re-run setup after plugin updates to refresh the docs

Frequently Asked Questions about flow-next-setup

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

FAQPage Schema
How do I set up a local Flow-Next workflow environment for plugin projects?

Local Flow-Next setup is achieved by installing the flowctl CLI and preparing CLAUDE.md and AGENTS.md templates. This provisions a reproducible, offline-friendly workflow environment by populating the .flow directory and copying necessary documentation scaffolding.

Can I re-run the Flow-Next setup process after updating my plugins?

Yes, the Flow-Next setup is idempotent, meaning you can safely re-run it after plugin updates. Re-applying the setup refreshes your .flow directory, updates the flowctl CLI, and overwrites documentation templates without causing configuration conflicts.

What is the purpose of the flowctl CLI in offline workflow automation?

The flowctl CLI drives local workflow automation by enabling teams to run and document workflows offline. It provides a reproducible environment within the .flow/bin directory, allowing plugin projects to execute tasks without external dependencies.

Does Flow-Next setup require any external dependencies or internet access?

No, Flow-Next setup targets reproducible, offline-friendly environments and has no listed dependencies. It installs the flowctl CLI locally into your .flow directory and copies templates directly, ensuring setup works in isolated environments.

How do I update CLAUDE.md and AGENTS.md with Flow-Next instructions?

You update CLAUDE.md and AGENTS.md by running the Flow-Next setup skill, which copies documentation templates into your project. The setup process surfaces the necessary steps to guide teams in adopting Flow-Next instructions across their workflows.