Agent Claude Code
Reviews staged changes against FXFlow coding standards, architecture rules, and trading domain patterns.
Agent Claude Code
Reviews staged changes against FXFlow coding standards, architecture rules, and trading domain patterns.
Agent Claude Code
Security audit for FXFlow trading platform — OANDA credentials, webhook tokens, API routes, CF Worker, OWASP Top 10.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing guard-bash.mjs and docs-sync-check.mjs (2 commands). From bmarshall511/forexflow.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing format-on-edit.mjs. From bmarshall511/forexflow.
Hook Claude Code
Runs when the agent finishes a response, executing session-end-check.mjs. From bmarshall511/forexflow.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Stop) and 5 allowed tools.
Skill Claude CodeCodex
Perform an accessibility audit on UI changes.
Skill Claude CodeCodex
Create a new Next.js API route with proper typing and error handling.
Skill Claude CodeCodex
Add a new daemon REST endpoint with types, handler, web API proxy, and hook.
Skill Claude CodeCodex
Create a new database service following the FXFlow pattern.
Skill Claude CodeCodex
Wire a new WebSocket event end-to-end (daemon → types → hook → component).
Skill Claude CodeCodex
Audit documentation freshness — find docs that are stale or missing coverage for recent code changes.
Skill Claude CodeCodex
Refactor code to meet file-size limits and DRY rules without changing behavior.
Skill Claude CodeCodex
Detect stale AI coding rules that reference non-existent files or patterns.
Skill Claude CodeCodex
Run full repo verification (lint, typecheck, test, security, diff review) and fix failures.
MCP server Claude CodeCodexCursor +2
MCP server "fxflow" as configured in bmarshall511/forexflow. Launched with pnpm --filter @fxflow/mcp-server exec tsx src/index.ts. Needs 2 environment variables to run.
MCP server Claude CodeCodexCursor +2
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.