sql-dialect-discipline

sql-dialect-discipline is a skill for Claude Code, Codex from BlueprintOS/analysis-to-delivery. It costs 0 tokens per session (143 once invoked), scanned A, original, MIT.

A deprecated compatibility wrapper for SQL naming and syntax rules. The current rules are stored in a file named rules/sql-dialect.md.

In plain words
What is it for?
Use it only when older configurations refer to sql-dialect-discipline; new code or documentation should use rules/sql-dialect.md instead.
Why use it?
It preserves support for the older skill name while directing new work to the current source of truth. The input does not describe the actual SQL rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it only when older configurations refer to sql-dialect-discipline; new code or…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blueprintos/analysis-to-delivery/sql-dialect-discipline
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.

Any agent
npx skills add BlueprintOS/analysis-to-delivery --skill sql-dialect-discipline
Clone the repo
git clone --depth 1 https://github.com/BlueprintOS/analysis-to-delivery

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 sql-dialect-discipline

README.md
[![agentmods](https://agentmods.dev/badge/skills/blueprintos/analysis-to-delivery/sql-dialect-discipline.svg)](https://agentmods.dev/skills/blueprintos/analysis-to-delivery/sql-dialect-discipline)
Your own site
<a href="https://agentmods.dev/skills/blueprintos/analysis-to-delivery/sql-dialect-discipline"><img src="https://agentmods.dev/badge/skills/blueprintos/analysis-to-delivery/sql-dialect-discipline.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 143 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.00000 $0.00143
Opus 5 $0.00000 $0.00072
Sonnet 5 $0.00000 $0.00029
Haiku 4.5 $0.00000 $0.00014

Measured 7d ago against content hash 94f3534f7574, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

sql-dialect-discipline 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 7d 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.

skills/disciplines/sql-dialect-discipline/SKILL.md · 11 lines

What it actually says

Compatibility Wrapper

Deprecated: 此 Skill 是 rules/sql-dialect.md 的兼容壳。 新代码 / 新文档应直接加载 rules/sql-dialect.md,不要继续依赖本 Skill。

Naming note: 规范名为 sql-dialect(无 -discipline 后缀);本文件名保留旧名仅用于向后兼容。

本 Skill 仅为向后兼容而保留。canonical 规则现位于 rules/sql-dialect.md

当本 Skill 被调用时,请读取 rules/sql-dialect.md,并以其作为唯一真相源执行。

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. 7d ago First seen · 11 lines · 0 tokens per session scan A 94f3534f7574

Subscribe to this mod's changes

sql-dialect-discipline is a skill published in the GitHub repository BlueprintOS/analysis-to-delivery (26 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 143 tokens. 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

db-seed

Generate database seed scripts with realistic sample data. Reads Drizzle schemas or SQL migrations, respects foreign key ordering, produces idempotent TypeScript or SQL seed files. Handles D1 batch limits, unique constraints, and domain-appropriate data. Use when populating dev/demo/test databases. Triggers: 'seed…

jezweb/claude-skills · 96 tokens

d1-drizzle-schema

Generate Drizzle ORM schemas for Cloudflare D1 databases with correct D1-specific patterns. Produces schema files, migration commands, type exports, and DATABASESCHEMA.md documentation. Handles D1 quirks: foreign keys always enforced, no native BOOLEAN/DATETIME types, 100 bound parameter limit, JSON stored as TEXT.…

jezweb/claude-skills · 90 tokens

d1-migration

Cloudflare D1 migration workflow: generate with Drizzle, inspect SQL for gotchas, apply to local and remote, fix stuck migrations, handle partial failures. Use when running migrations, fixing migration errors, or setting up D1 schemas.

jezweb/claude-skills · 53 tokens

database-migrator

Migrates databases between providers (Postgres, MySQL, Supabase, PlanetScale, MongoDB). Reads source schema, generates migration scripts, handles data type mapping, foreign keys, indexes, triggers, stored procedures. Validates migration with row counts and checksums. Generates migration-plan.md with step-by-step…

OneWave-AI/claude-skills · 76 tokens

database-schema-designer

Design optimized database schemas for SQL and NoSQL databases including tables, relationships, indexes, and constraints. Creates ERD diagrams, migration scripts, and data modeling best practices. Use when users need database design, schema optimization, or data architecture planning.

OneWave-AI/claude-skills · 54 tokens

architecting-data

Strategic guidance for designing modern data platforms, covering storage paradigms (data lake, warehouse, lakehouse), modeling approaches (dimensional, normalized, data vault, wide tables), data mesh principles, and medallion architecture patterns. Use when architecting data platforms, choosing between centralized vs…

ancoleman/ai-design-components · 81 tokens