6BNBN6BNBNCommunityยท20 Agent Skills Included

FlowPilot

Autonomous multi-agent coding workflows with memory and recovery

Turns a single requirement sentence into fully automated software development: task breakdown, parallel sub-agent dispatch, code writing, testing, and git commits. Eliminates manual task splitting, lost context after crashes, and repetitive commit work through disk-persisted state and four-layer memory. Resumes interrupted runs from checkpoints and self-improves each round via a reflect-experiment-review evolution loop.
npx skills add 6BNBN/FlowPilot --all -g -y
Available:

Tells the agent how to run the FlowPilot workflow engine: change state only via the flow CLI, recover context from progress.md, restrict the main agent to Bash/Task/Skill tools, and use recall and evolve commands for long-term memory and self-improvement.

All Skills in This Repository (20)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
6BNBN6BNBN

ui-ux-pro-max

Generate design systems and UI/UX recommendations for web and mobile applications.

Community
Advanced
๐Ÿ“ฆ In Repo
6BNBN6BNBN

using-git-worktrees

Create isolated Git worktrees with automated setup and baseline testing.

Community
Advanced
๐Ÿ“ฆ In Repo
6BNBN6BNBN

feature-dev

Guide multi-phase feature development with AI agents for discovery, design, implementation, and review.

Community
Advanced
๐Ÿ“ฆ In Repo
6BNBN6BNBN

test-driven-development

Enforce the Red-Green-Refactor cycle with failing tests before production code.

Community
Intermediate
๐Ÿ“ฆ In Repo
6BNBN6BNBN

systematic-debugging

Guides a four-phase process to identify and fix root causes of software bugs.

Community
Advanced
๐Ÿ“ฆ In Repo
6BNBN6BNBN

using-superpowers

Identify and activate applicable skills before responding to user input.

Community
Basic
๐Ÿ“ฆ In Repo
6BNBN6BNBN

dispatching-parallel-agents

Dispatch independent tasks to separate agents for parallel execution.

Community
Intermediate
๐Ÿ“ฆ In Repo
6BNBN6BNBN

code-review

Automate pull request and code diff reviews with a structured multi-pass AI workflow.

Community
Advanced
๐Ÿ“ฆ In Repo
6BNBN6BNBN

executing-plans

Execute implementation plans in batches with human review checkpoints.

Community
Intermediate
๐Ÿ“ฆ In Repo
6BNBN6BNBN

finishing-a-development-branch

Verify tests and present merge, PR, keep, or discard options for development branches.

Community
Advanced
๐Ÿ“ฆ In Repo
6BNBN6BNBN

playwright

Automate real browser interactions from the terminal using Playwright CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
6BNBN6BNBN

brainstorming

Explore project context and refine feature designs through iterative user-approved questions.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install FlowPilot?โ–ผ

Run `npx skills add 6BNBN/FlowPilot --all -g -y` in your terminal to install all skills in this suite globally.

What does FlowPilot do?โ–ผ

It turns one plain-language requirement into a fully automated development run: tasks are split, sub-agents code in parallel, tests run, and git commits happen automatically.

Which AI clients does FlowPilot support?โ–ผ

It works with Claude Code, Codex, Cursor, and snow-cli, generating the right instruction file (CLAUDE.md or AGENTS.md) for each client during init.

What happens if my session crashes mid-task?โ–ผ

All workflow state is persisted to disk, so you can reopen a window and say 'continue task' to resume from the exact checkpoint with zero lost progress.

Do I need coding experience to use FlowPilot?โ–ผ

No. You only describe what you want built in plain language; the engine handles task decomposition, parallel execution, verification, and commits for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’