flowai-init

Generate AGENTS.md files and CLAUDE.md symlinks for project documentation scaffolding.

1|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/korchasa/foxcode --skill flowai-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flowai-init
Source: https://github.com/korchasa/foxcode/tree/main/.claude/skills/flowai-init
Command: npx skills add https://github.com/korchasa/foxcode --skill flowai-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jsr:@std/assert, jsr:@std/path.

## What problem does it solve? Initialize project agent documentation scaffolding, generating AGENTS.md at root, plus documents/AGENTS.md and scripts/AGENTS.md, and establishing CLAUDE.md symlinks to keep Claude Code integration consistent across Greenfield and Brownfield projects.

## Core Features & Use Cases

  • Generates a root AGENTS.md and corresponding per-subdirectory AGENTS.md for documents and scripts.
  • Creates CLAUDE.md symlinks to AGENTS.md to support Claude Code compatibility across the repo.
  • Extracts and preserves existing project rules when Brownfield, and consolidates planning artifacts (documents/requirements.md, documents/design.md, whiteboards) for standardized workflows.
  • Generates templates and scaffolds for documentation (SRS/SDS) and whiteboard GODS planning files to support iterative product development.

Quick Start

Follow the steps in the SKILL to bootstrap agent documentation scaffolding for your project.

Frequently Asked Questions about flowai-init

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

FAQPage Schema
How do I initialize agent documentation scaffolding for an existing codebase?

Agent documentation scaffolding generates a root AGENTS.md and corresponding per-subdirectory AGENTS.md for documents and scripts. It standardizes project guidance for AI agents, consolidating planning artifacts and establishing a template-driven structure for iterative product development.

Can I sync CLAUDE.md symlinks with AGENTS.md for Claude Code compatibility?

Yes, the scaffolding process works for both Greenfield and Brownfield projects. For Greenfield, it generates fresh templates and scaffolds for SRS/SDS and whiteboard GODS planning files, establishing a standardized documentation structure from the start.

How do I extract existing rules from an AGENTS.md file during project setup?

The tool enforces template-driven structure and OpenCode compatibility by generating standardized AGENTS.md files and related rule templates. It includes verification checks to ensure the scaffolding aligns with the required OpenCode compatibility standards.

Does the initialization support optional devcontainer setup for agent docs?

Yes, the initialization supports optional devcontainer setup alongside generating AGENTS.md documentation scaffolding. This ensures the development environment configuration aligns with the generated agent rules and template-driven structure.