Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/sfc-gh-abannerjee/snowgram/lane-layout-debugger)<a href="https://agentmods.dev/skills/sfc-gh-abannerjee/snowgram/lane-layout-debugger"><img src="https://agentmods.dev/badge/skills/sfc-gh-abannerjee/snowgram/lane-layout-debugger/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sfc-gh-abannerjee/snowgram/lane-layout-debugger"><img src="https://agentmods.dev/badge/skills/sfc-gh-abannerjee/snowgram/lane-layout-debugger.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00064 | $0.02036 |
| Opus 5 | $0.00032 | $0.01018 |
| Sonnet 5 | $0.00013 | $0.00407 |
| Haiku 4.5 | $0.00006 | $0.00204 |
Grade A, and why
lane-layout-debugger 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lane Layout Debugger
Inherits:
$snowgram-debugger(generalized debug loop) Specialization: Lane-based layout system inmermaidToReactFlow.tsandelkLayout.ts
⚡ Quick Start (Skip if already ran tests)
Most lane layout "bugs" are actually working correctly. Before debugging, run:
cd /Users/abannerjee/Documents/SnowGram/frontend && npm test -- --grep "lane"
If tests pass → The code is correct. Check browser console for usedLaneLayout: true.
When to Use This Skill
Use $lane-layout-debugger instead of $snowgram-debugger when the bug involves:
- Lane badges (1A, 1B, 1C, 1D) not appearing
- Section badges (2, 3, 4, 5) not appearing
- Nodes scattered instead of organized in lanes
usedLaneLayout: falsein console- Streaming template not matching reference PDF
Domain-Specific Context
Code Path
User clicks template → App.tsx → parseMermaidToReactFlow()
↓
mermaidToReactFlow.ts (lines 389-577)
- Parse subgraph lines
- Call buildSubgraphLayoutInfo()
- Apply metadata to nodes (lines 540-559)
↓
Returns { nodes, edges, subgraphs, layoutInfo }
↓
App.tsx (lines 3038-3050)
- Check if layoutInfo.size > 0
- Call layoutWithLanes()
↓
elkLayout.ts (lines 458-466)
- Check hasLayoutMetadata
- If true: Apply lane layout with badges
- If false: Standard layout (no badges)
Key Files
| File | Lines | Purpose |
|---|---|---|
frontend/src/lib/mermaidToReactFlow.ts |
389 | subgraphStartRegex - parses subgraph lines |
frontend/src/lib/mermaidToReactFlow.ts |
228-301 | detectSubgraphLayoutType() - classifies subgraphs |
frontend/src/lib/mermaidToReactFlow.ts |
540-559 | Metadata application loop |
frontend/src/lib/elkLayout.ts |
458-466 | hasLayoutMetadata check |
frontend/src/App.tsx |
3038-3050 | Pipeline orchestration |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 233 lines · 64 tokens per session scan A c1beba22adf1
lane-layout-debugger is a skill published in the GitHub repository sfc-gh-abannerjee/SnowGram (2 stars, last pushed 3mo ago), licensed MIT. It adds 64 tokens to every session and 2,036 once invoked, about $0.0003 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-31.
Other skills, from other repositories
copilotkit-debug
Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.
copilotkit-agui
Use when building custom agent backends, implementing the AG-UI protocol, debugging streaming issues, or understanding how agents communicate with frontends. Covers event types, SSE transport, AbstractAgent/HttpAgent patterns, state synchronization, tool calls, and human-in-the-loop flows.
material-ui-nextjs
Integrates Material UI with Next.js App and Pages routers using @mui/material-nextjs, Emotion cache providers, next/font, CSS layers with Tailwind/CSS Modules, Link component prop patterns, CSS theme variables SSR notes, and App Router useSearchParams + Suspense. Use when setting up or debugging MUI in a Next.js app.
migrate-oxlint
Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.
inspector-workbench
Runs Inspector UI work on the standalone Threads state lab so the agent can see the overlay. Use when a CopilotKit employee asks an agent to fix, polish, add, or debug Inspector UI, chrome, panes, overlay actions, launcher, Home, Threads, Playground, Memory, or any visual behavior in @copilotkit/web-inspector. Don't…
sentry-react-router-framework-sdk
Full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.