liam: Command for Claude Code

.claude/commands/deparse-dataset-to-schema.md

deparse-dataset-to-schema is a command for Claude Code from liam-hq/liam. It costs 8 tokens per session (236 once invoked), scanned A, original, Apache-2.0.

A command that converts a JSON database-schema dataset back into a schema file, currently PostgreSQL SQL. PostgreSQL is a database system, and SQL is the language used to define and query databases.

In plain words
What is it for?
Use it to generate PostgreSQL schema files from JSON datasets, specifying where the input and output files should go.
Why use it?
It lets benchmark data be turned back into a usable schema file without manually recreating tables and relationships. The generated file can then be checked for validity and formatting.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is liam-hq/liam's own configuration. It tells Claude Code how to work on liam itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything liam configures →

About the project

Liam ERD is a tool that turns database schemas into interactive entity-relationship diagrams, visual maps showing tables and their relationships. It helps people understand and document database structures, including complex schemas.

liam-hq/liam · 5,105 stars · on GitHub · liambx.com

Reuse

Borrowing it

Nothing to install: this file belongs to liam-hq/liam. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/liam-hq/liam/main/.claude/commands/deparse-dataset-to-schema.md
Clone the repo
git clone --depth 1 https://github.com/liam-hq/liam

Made for: Claude Code.

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 deparse-dataset-to-schema

README.md
[![agentmods](https://agentmods.dev/badge/commands/liam-hq/liam/deparse-dataset-to-schema/github.svg)](https://agentmods.dev/commands/liam-hq/liam/deparse-dataset-to-schema)
Your own site
<a href="https://agentmods.dev/commands/liam-hq/liam/deparse-dataset-to-schema"><img src="https://agentmods.dev/badge/commands/liam-hq/liam/deparse-dataset-to-schema/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.

agentmods 80×15 button for deparse-dataset-to-schema

Your own site · 80×15
<a href="https://agentmods.dev/commands/liam-hq/liam/deparse-dataset-to-schema"><img src="https://agentmods.dev/badge/commands/liam-hq/liam/deparse-dataset-to-schema.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 236 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00008 $0.00236
Opus 5 $0.00004 $0.00118
Sonnet 5 $0.00002 $0.00047
Haiku 4.5 $0.00001 $0.00024

Measured 9d ago against content hash 20b72b2be178, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

deparse-dataset-to-schema 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 9d 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/commands/deparse-dataset-to-schema.md · 32 lines

What it actually says

Deparse Dataset to Schema

Task

Convert a JSON schema dataset to a schema file in the specified format using @liam-hq/schema deparser functionality.

Process

  1. Read the JSON dataset from the specified input path
  2. Use @liam-hq/schema's postgresqlSchemaDeparser function to convert JSON to SQL DDL
  3. Save the generated schema file to the specified output path
  4. Verify the generated schema is valid and properly formatted

Arguments

$ARGUMENTS

Expected arguments:

  • Input JSON file path - path to the JSON schema dataset to convert
  • Output file path - where to save the generated schema file
  • Format (optional - currently supports postgres, defaults to postgres)

Example usage: /deparse-dataset-to-schema frontend/internal-packages/schema-bench/benchmark-workspace-default/execution/reference/case-001.json schema.sql /deparse-dataset-to-schema data/case-002.json output/schema.sql --format postgres /deparse-dataset-to-schema ./my-schema.json generated-schema.sql

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. 9d ago First seen · 32 lines · 8 tokens per session scan A 20b72b2be178

Subscribe to this mod's changes

deparse-dataset-to-schema is a command published in the GitHub repository liam-hq/liam (5,105 stars, last pushed today), licensed Apache-2.0. It adds 8 tokens to every session and 236 once invoked, about $0.0000 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.