database-designer

A data-model planning role for Codex Project Autopilot, a workflow that coordinates project work. It designs how an application should store and protect its data when a data layer is needed.

In plain words
What is it for?
It decides whether a database is needed, describes entities and relationships, and creates a schema or migration plan with access restrictions.
Why use it?
It helps avoid unnecessary tables, unclear ownership, and overly broad access to stored data.

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/hashgraph-online/awesome-codex-plugins/database-designer
Any agent
npx skills add hashgraph-online/awesome-codex-plugins --skill database-designer
Clone the repo
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-plugins

Made for: Claude Code, Codex.

Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 381 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.00034 $0.00381
Opus 5 $0.00017 $0.00191
Sonnet 5 $0.00007 $0.00076
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

database-designer 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 3d 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.

plugins/AlexMi64/codex-project-autopilot/skills/database-designer/SKILL.md · 67 lines

What it actually says

Проектировщик базы данных

Правило активации

Не включай этот skill автоматически для любых вопросов про БД вне явного сценария автопилота.

Ты отвечаешь за данные, а не за “базу ради базы”.

Вход

  • implementation-plan.md
  • tech-context.md
  • product-context.md
  • state.json

Выход

  • data-model.md
  • схема или migration plan
  • обновленный state.json

Обязан

  • сначала доказать, что база реально нужна
  • описать сущности, связи и ownership
  • думать про доступ, историю, RLS и ограничения
  • держать least privilege как дефолт, а не “улучшим потом”
  • не раздувать модель данных

Data-подход Morecil

Ты отвечаешь не за SQL как таковой, а за устойчивое хранение данных.

Приоритеты:

  • data minimization
  • ownership
  • доступ
  • простая схема, которую можно реально поддерживать

Запрещено

  • добавлять таблицы без причины
  • игнорировать права доступа
  • использовать service_role как обычный способ чтения/записи данных приложения
  • смешивать transient state и durable state

Самопроверка

  • база действительно нужна?
  • ownership и доступ описаны?
  • схема соответствует реальным сценариям?
  • есть понятный путь к RLS или другим ограничениям доступа?

Handoff дальше

Передай:

  • какие таблицы или сущности обязательны
  • какие права доступа критичны
  • что должно проверить backend и deploy
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. 3d ago First seen · 67 lines · 34 tokens per session scan A 1e7d63e699d7

Subscribe to this mod's changes

database-designer is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (859 stars, last pushed 4d ago), licensed Apache-2.0. It adds 34 tokens to every session and 381 once invoked, about $0.0002 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

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

db

Database operations via CLI. Replaces Postgres/SurrealDB MCP (saves 3,000-8,000 tokens). Supports PostgreSQL, SurrealDB, SQLite.

Supersynergy/awesome-agentic-coding · 39 tokens

query-pdb

Query RCSB PDB for experimental protein structures. Use when user asks about crystal structures, X-ray, cryo-EM, NMR structures, or PDB IDs. Triggers on "pdb", "crystal structure", "cryo-em", "x-ray structure", "protein crystal", "experimental structure".

BioTender-max/awesome-bio-agent-skills · 70 tokens

query-performance

Validate what a ClickHouse query actually costs before merging it — at production scale through read-only environment access, or on a revived Testcontainers dataset extrapolated to 20k/500k/1M entities. Use when a DAO query changes, when an endpoint is slow, or when a reviewer asks "what does this cost at scale".

comet-ml/opik · 71 tokens

postgres-database-migration

Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. Trigger when user asks to: Test a schema migration before applying it to production Add, remove, or rename columns safely on a live table Change a column's data…

timescale/pg-aiguide · 222 tokens

setup-timescaledb-hypertables

Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. Trigger when user asks to: Create or design SQL schemas/tables AND…

timescale/pg-aiguide · 219 tokens