flowai-adapt

Adapt flowai framework primitives to a project's technology stack.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates adaptation of installed flowai framework primitives—skills, agents, artifacts, and hooks—to align with a project's specific tech stack and conventions, eliminating manual rewrites after environment changes.

Core Features & Use Cases

  • Parallel adaptation: Deploys subagents to adapt multiple skills or agents concurrently.
  • Selective targeting: Supports flags to adapt only skills, agents, assets, or hooks, with optional name filtering.
  • Safety checks: Shows diffs and requires user confirmation before applying changes, ensuring git history integrity.
  • IDE‑agnostic: Detects various IDE configuration directories (e.g., .claude, .cursor, .opencode) for broad applicability.
  • Hook and asset verification: Compares framework templates with project artifacts, prompting updates where needed.

Quick Start

Run flowai adapt --skills to tailor all installed skills to the current project’s stack.

Frequently Asked Questions about flowai-adapt

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

FAQPage Schema
How do I adapt installed framework skills and agents to match my project's tech stack?

To adapt installed framework skills and agents to match your project's tech stack, run the adaptation command with optional flags to selectively target skills, agents, assets, or hooks by name. It deploys parallel subagents to modify the primitives concurrently.

Can I use flowai adaptation with different IDE configurations like Cursor or Claude?

Yes, flowai adaptation works across different IDE configurations. It automatically detects various IDE configuration directories such as .claude, .cursor, and .opencode, ensuring broad applicability without manual environment setup.

Do I need git to apply hooks and assets adaptation to my project?

Yes, git is required for hooks and assets adaptation. The process requires git integration to generate diffs and prompt user confirmation before applying any changes, ensuring your project's git history integrity.

What is the best way to safely update framework templates to align with project conventions?

The best way to safely update framework templates to align with project conventions is to use the adaptation tool's safety checks. It compares framework templates with project artifacts, displays diffs, and requires explicit user confirmation before applying updates.

How does parallel subagent execution work when adapting multiple skills?

Parallel subagent execution deploys multiple subagents concurrently to adapt different skills or agents. This mechanism targets multiple installed flowai primitives simultaneously, significantly reducing the time needed for stack alignment.

Why are my framework hooks not matching my project's artifacts after a stack change?

Framework hooks may not match project artifacts after a stack change because manual rewrites are often missed. The adaptation skill compares framework templates with project artifacts and prompts updates where discrepancies are found.