FlowState skills library for Claude Code: entity management, registration, workflow execution, and process automation
Use when configuring a flowstate CLI session inside an agent sidecar so both the local instance MCP and the FlowState Cloud APIs work in the same container, debugging "Error: fetch failed" on agent-inbox or cloud-login, or building a new container env that runs the CLI - composes the local-auth, cloud-auth, and gateway-routing skills with the canonical NO_PROXY allowlist and config layout
Use when an agent needs another agent's help and must choose whether to assign a task, mention an agent, reply to an inbox item, open an agent conversation, or request approval - provides the inbox-aware routing table for agent-to-agent collaboration
Use when an agent needs to identify another FlowState agent before assigning work, mentioning them, opening a conversation, creating an approval, or validating an inbox target - provides slug-to-teammember resolution and safety checks
Use when agents need bounded direct discussion, decision-making, consensus, clarification, or handoff outside a task discussion - provides agent-chat start/message/mute/close rules, turn budgets, confidence metadata, and inbox behavior
Use when responding to an inbox item, handing work from one agent to another, escalating from a mention or reply, or acknowledging completed agent-to-agent collaboration - provides reply, escalation, and handoff patterns that keep inbox state coherent
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
FlowState Skills is a complete agent-driven methodology for working inside the FlowState platform — entity management, registration, multi-phase planning, task execution, code review, business plan and product creation, agent inbox triage, and process automation — packaged as a set of composable skills with the bootstrap instructions that make sure your agent uses them.
Give your agent FlowState Skills: Claude Code · Codex CLI · Cursor · Gemini CLI · OpenCode · GitHub Copilot CLI · Factory Droid.
From the moment the session starts, the FlowState bootstrap skill is injected
into your agent's context. The agent sees the full FlowState skill catalog and
the absolute rules — never fabricate IDs, always read .flowstate/config.json
before any MCP call, always resolve agent identity before dispatching subagents.
When you ask the agent to onboard a repo, build a feature, triage its inbox, or spin up a product and business plan, it reaches for the matching skill instead of guessing. Skills compose: brainstorming hands off to multi-phase planning, which hands off to task execution, which hands off to code review and branch finishing — each step gated by the right approval, identity, and time-tracking sub-skills.
The agent checks for relevant skills before any task. They are mandatory workflows, not suggestions.
Installation differs by harness. If you use more than one, install FlowState Skills separately for each.
FlowState Skills is distributed via the Epic Digital marketplace.
Register the marketplace:
/plugin marketplace add epic-digital-im/epic-flowstate-skills
Install the plugin:
/plugin install flowstate-skills@epic-flowstate
Open the plugin search interface:
/plugins
Search for flowstate-skills and select Install Plugin.
If FlowState Skills is not yet available in the official Codex marketplace,
install directly from this repository by cloning it and pointing your Codex
config at .codex-plugin/plugin.json.
For local development, keep Codex's installed skill copies synchronized from this repository:
node scripts/sync-codex-skills.mjs --dry-run
node scripts/sync-codex-skills.mjs
The repository's skills/ directory is the source of truth; ~/.codex/skills
is a generated local install target.
In Cursor Agent chat, install from the marketplace:
/add-plugin flowstate-skills
Or search for "flowstate-skills" in the plugin marketplace.
If FlowState Skills is not yet listed, clone this repository and point Cursor
at .cursor-plugin/plugin.json.
Install the extension:
gemini extensions install https://github.com/epic-digital-im/epic-flowstate-skills
Update later:
gemini extensions update flowstate-skills
OpenCode uses its own plugin install; install FlowState Skills separately even if you already use it in another harness.
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/epic-digital-im/epic-flowstate-skills/main/.opencode/INSTALL.md
Detailed docs: .opencode/INSTALL.md
Register the marketplace:
copilot plugin marketplace add epic-digital-im/epic-flowstate-skills
Install the plugin:
copilot plugin install flowstate-skills@epic-flowstate
Register the marketplace:
droid plugin marketplace add https://github.com/epic-digital-im/epic-flowstate-skills
Install the plugin:
droid plugin install flowstate-skills@epic-flowstate
flowstate-using-flowstate-skills — Loaded at session start. Establishes the absolute rules (never fabricate IDs, always read config) and the full skill catalog so every other skill is reachable by name.
flowstate-workspace-registration / flowstate-codebase-registration /
flowstate-monorepo-audit — Activates when a repo is not yet linked to
FlowState. Creates workspace, codebase, and per-package project records and
writes .flowstate/config.json files.
flowstate-brainstorming — Activates before writing code. Refines rough ideas through Socratic discussion, presents the design in chunks for human approval, and saves an approved design spec document.
flowstate-multi-phase-planning — Activates with an approved design. Decomposes the spec into one milestone with N phase tasks, each scoping goals, deliverables, and acceptance criteria.
flowstate-executing-multi-phase-plan — Iterates phase tasks in
sortOrder and runs the full task execution lifecycle for each.
npx claudepluginhub epic-digital-im/epic-flowstate-skills --plugin flowstate-skillsAgent skills for Epic FlowState portal: auth, key management, session control, webhooks, logs, and action approvals
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.