foblex-flow

foblex-flow is a skill for Claude Code, Codex from crystian/skill-map. It costs 203 tokens per session (14,205 once invoked), scanned A, original, MIT.

A reference guide for using Foblex Flow, an Angular library for displaying and connecting nodes in interactive graphs.

In plain words
What is it for?
It helps edit or review skill-map graph views, including nodes, connectors, connections, dragging, zooming, markers, selection, and keyboard accessibility.
Why use it?
It gives the agent reliable project-specific rules when changing graph-related Angular code, including the installed library version and current directive names.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/crystian/skill-map/foblex-flow
Any agent
npx skills add crystian/skill-map --skill foblex-flow
Clone the repo
git clone --depth 1 https://github.com/crystian/skill-map

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for foblex-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/crystian/skill-map/foblex-flow.svg)](https://agentmods.dev/skills/crystian/skill-map/foblex-flow)
Your own site
<a href="https://agentmods.dev/skills/crystian/skill-map/foblex-flow"><img src="https://agentmods.dev/badge/skills/crystian/skill-map/foblex-flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 203 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00203 $0.14205
Opus 5 $0.00102 $0.07103
Sonnet 5 $0.00041 $0.02841
Haiku 4.5 $0.00020 $0.01421

Measured 4d ago against content hash d02ca34e2c90, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

foblex-flow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/foblex-flow/SKILL.md · 646 lines

How it starts

The opening of the file, as written. The whole thing — 646 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Foblex Flow — working rules for skill-map

Foblex Flow (@foblex/flow) is the graph library that powers ui/src/app/views/graph-view/. Upstream documentation is sparse, so this skill is the authoritative operational guide. Before writing or reviewing any graph-related code, read the non-negotiables below.

Installed version: 19.1.6 (migrated from 18.6.1). The migration adopted v19's unified [fConnector] model, the renamed f-connection endpoint inputs (fSourceId / fTargetId), the opt-in keyboard a11y layer (provideFFlow(withA11y(...))), and the Foblex-owned selection contract. Legacy names still work but are deprecated; new code uses the v19 names.

Reference material (load on demand):

  • references/api-reference.md — every directive, component, input, output, event, method, CSS class, theme token, and enum.
  • references/examples/ — verbatim copies of every official example from libs/f-examples/ in the Foblex repo, organized by category (nodes, connectors, connections, extensions, plugins, advanced, reference-apps). Start at references/examples/README.md for the index and the six canonical patterns that repeat across all examples. When in doubt, the examples win — they are the Foblex team's own reference shape.

Mental model

  • Foblex Flow does NOT own graph state. Your app owns nodes, groups, connections, ids, validation, and persistence.
  • Angular templates render the current state; user actions emit events; your app mutates state; Angular rerenders.
  • Connections are connector-to-connector, NOT node-to-node. Each <f-connection> names a source connector (fSourceId) and a target connector (fTargetId); both must match a registered fConnectorId. (Pre-v19 these inputs were fOutputId / fInputId, still accepted but deprecated.)
  • Do NOT assume React-Flow-style APIs ([nodes], [edges], setNodes(), addEdge()). Those do not exist.

Read the full file on GitHub · 646 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 646 lines · 203 tokens per session scan A d02ca34e2c90

Subscribe to this mod's changes

foblex-flow is a skill published in the GitHub repository crystian/skill-map (60 stars, last pushed yesterday), licensed MIT. It adds 203 tokens to every session and 14,205 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories