Skills that keep you in the flow. Domain expertise baked in so you don't have to stop and explain every detail.
| Skill | Description |
|---|---|
| design-audit | Post-generation review catching AI design defaults |
| design-frontend | Pre-set aesthetic constraints for web components |
| design-preflight | Design constraints gate before Pencil .pen file work |
| diecut | Project scaffolding and template creation with diecut |
| dispatch-worktree-task | Isolated subagent execution in git worktrees |
| iterative-review-fix | Serial review-fix convergence loop |
| parallel-ticket-pipeline | Parallel worktree dispatch for multiple tickets with CI-fix loops |
| review-and-fix | Parallel code review with dispatched fixes |
| rust | Comprehensive Rust guidance: ownership, traits, errors, async, design patterns, performance, ecosystem, anti-patterns, and mental models |
| rust-domain | Domain-specific guidance for web, CLI, cloud-native, embedded, fintech, IoT, and ML |
| rust-lsp | Code analysis, navigation, and refactoring via LSP and cargo tools |
| rust-unsafe | Audit unsafe code blocks for soundness |
In Claude Code, register the marketplace first:
/plugin marketplace add raiderrobert/flowThen install the plugin:
/plugin install flow@flowIn Cursor Agent chat:
/plugin-add flow
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/raiderrobert/flow/refs/heads/main/.codex/INSTALL.md
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/raiderrobert/flow/refs/heads/main/.opencode/INSTALL.md
Start a new session and ask a Rust question. The agent should automatically invoke the relevant flow skill.