Agent skill
flow-next-opencode-setup
Local install of flowctl CLI and CLAUDE.md/AGENTS.md instructions. Use when user runs /flow-next:setup.
Install this agent skill to your Project
npx add-skill https://github.com/gmickel/flow-next-opencode/tree/main/.opencode/skill/flow-next-opencode-setup
SKILL.md
Flow-Next Setup
Install flowctl locally and add instructions to project docs.
Benefits
flowctlaccessible from command line (add.flow/binto PATH)- Other AI agents (OpenCode, Cursor, etc.) can read instructions from CLAUDE.md/AGENTS.md
- Works without Claude Code plugin installed
Workflow
Read workflow.md and follow each step in order.
Notes
- Copies scripts (not symlinks) for portability across environments
- Safe to re-run - will detect existing setup and offer to update
- Use the question tool for interactive prompts in setup
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
flow-next-opencode-export-context
Export RepoPrompt context for external LLM review (ChatGPT, Claude web, etc.). Use when you want to review code or plans with an external model. Triggers on /flow-next:export-context.
flow-next-opencode-worktree-kit
Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.
flow-next-opencode-sync
Manually trigger plan-sync to update downstream task specs after implementation drift. Use when code changes outpace specs.
flow-next-opencode-ralph-init
Scaffold repo-local Ralph autonomous harness under scripts/ralph/. Use when user runs /flow-next:ralph-init.
flow-next-opencode-plan
Create structured build plans from feature requests or Flow IDs. Use when planning features or designing implementation. Triggers on /flow-next:plan with text descriptions or Flow IDs (fn-1, fn-1.2).
flow-next-opencode-plan-review
Carmack-level plan review via RepoPrompt or OpenCode. Use when reviewing Flow epic specs or design docs. Triggers on /flow-next:plan-review.
Didn't find tool you were looking for?