init

Initialize the Flokay development workflow by verifying prerequisites and copying configuration files.

30|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/pacaplan/flokay --skill init-pacaplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/pacaplan/flokay/tree/main/skills/init
Command: npx skills add https://github.com/pacaplan/flokay --skill init-pacaplan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the setup of the Flokay development workflow in your project, ensuring all necessary tools and configurations are in place.

Core Features & Use Cases

  • Prerequisite Checks: Verifies that required CLIs (openspec, agent-gauntlet) and their associated skills are installed and up-to-date.
  • Configuration Copying: Copies essential schema files, Gauntlet review/check definitions, and writes the openspec/config.yaml.
  • Use Case: When starting a new project or integrating Flokay into an existing one, run this Skill to quickly establish the foundational structure for your development process.

Quick Start

Run the init skill to set up Flokay in your project.

Frequently Asked Questions about init

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

FAQPage Schema
How do I set up the Flokay workflow in my project?

To set up the Flokay workflow, run the initialization process to verify prerequisites, copy schema and configuration files, and update your project settings automatically. This establishes the foundational structure for your development process.

What prerequisites do I need before initializing Flokay?

Before initializing Flokay, you need the required CLIs installed and up-to-date, specifically `openspec` and `agent-gauntlet`, along with their associated skills. The setup process checks version compliance and installs necessary components.

What configuration files are created during Flokay initialization?

Flokay initialization copies essential schema files and Gauntlet review and check definitions into your project. It also writes the `openspec/config.yaml` file to ensure all necessary tools and configurations are in place.

Can I integrate Flokay into an existing project?

Yes, you can integrate Flokay into an existing project by running the initialization skill. It will verify your environment meets version requirements, copy missing configuration files, and update project settings without disrupting your current structure.

Why does my Flokay setup fail during prerequisite checks?

Flokay setup fails during prerequisite checks if required CLIs are missing or outdated. Ensure `openspec` and `agent-gauntlet` are installed and meet version compliance requirements before running the initialization process again.