engine/repl/skills/adapt-agents/SKILL.md
Adapt flowai-workflow agents to the current project after a framework update. Merges upstream agent changes with project-specific customizations.
npx skillsauth add korchasa/flowai-workflow flowai-workflow-adapt-agentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When the flowai-workflow framework is updated, agent definitions may change. This skill merges upstream changes with your project-specific adaptations, preserving your customizations while incorporating new features and fixes.
.flowai-workflow/agents/.flowai-workflow framework updates (e.g., after
deno install pulls a new version).development
Supervisor for one flowai-workflow run (Codex). Starts or resumes a single workflow, diagnoses failures from run artifacts, patches root causes, resumes the same run. Run inside an isolated Codex worker subagent spawned by the `supervise`/`orchestrate` skill.
development
Long-cycle flowai-workflow orchestrator (Codex). Reads project orchestration policy, selects the next workflow, and returns a structured supervisor delegation request. Run inside an isolated Codex worker subagent spawned by the `orchestrate` skill.
data-ai
Live flowai-workflow run supervisor. Use only for requests to run, monitor, continue, or resume a current workflow now. Exclude last-night, finished, post-mortem, root-cause-report, and conceptual questions.
data-ai
Scaffold or adapt flowai-workflow DAGs in a project. Use for adding flowai-workflow, adapting an existing .flowai-workflow/<name>, validating workflow.yaml, or wiring agent prompts/scripts.