One-click install
npx skills add https://github.com/andrelucassvt/verify_local_purchase --skill flow-init-andrelucassvt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-init
Source: https://github.com/andrelucassvt/verify_local_purchase/tree/main/.agents/skills/flow-init
Command: npx skills add https://github.com/andrelucassvt/verify_local_purchase --skill flow-init-andrelucassvt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes an entire repository and initializes a ./flow/ folder with a high-level project structure document and optional feature-specific flows to provide a fast, comprehensive overview before starting work.

Core Features & Use Cases

  • Generates a project-structure document at ./flow/project-structure.md that outlines stack, architecture, and modules.
  • Creates optional per-feature flow documents for detected features, following a consistent template.
  • Produces flow-suggestions.md when a full feature set is not generated, enabling quick prioritization.
  • Updates CLAUDE.md with context about the newly created flow docs to aid future sessions.

Quick Start

Run the flow-init to scan the repository and populate ./flow with a project structure document and optional feature flows.

Frequently Asked Questions about flow-init

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

FAQPage Schema
How do I auto-generate project flow documentation from an existing repository?

To auto-generate project flow documentation, run a repository scan to analyze structure and features, which initializes a ./flow/ folder with a high-level project structure document and optional feature-specific flows.

Can I generate per-feature flow documents for a multi-module project across different tech stacks?

Yes, you can generate per-feature flow documents for a multi-module project across different stacks by scanning the repository to detect features and applying a consistent template for each feature flow.

What is a project-structure.md file and when do I need it for project documentation?

A project-structure.md file is a high-level document outlining stack, architecture, and modules, needed when you require a fast, comprehensive overview of a repository before starting development work.

How do I update CLAUDE.md to include context about newly created flow documents?

You update CLAUDE.md automatically by running the repository scan, which appends context about newly created flow documents to aid future sessions and ensure guidance evolves as flows are added.

What's the best way to prioritize which features to document when a full feature set is not generated?

The best way to prioritize features is by consulting the generated flow-suggestions.md file, which is automatically produced when a full feature set is not generated to enable quick prioritization.