DaybydayCRM: Skill for Claude Code

.claude/skills/data-layer-contracts/SKILL.md

data-layer-contracts is a skill for Claude Code from Bottelet/DaybydayCRM. It costs 31 tokens per session (445 once invoked), scanned A, original, no licence file.

A set of rules linking database schemas, test-data factories, and seeders, including how required fields and ownership are handled.

In plain words
What is it for?
Use it when changing schemas, factories, or seeders and when deciding where required data should be created.
Why use it?
It helps prevent database changes and test data from drifting apart or assigning setup work to the wrong place.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Bottelet/DaybydayCRM's own configuration. It tells Claude Code how to work on DaybydayCRM 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 DaybydayCRM configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Bottelet/DaybydayCRM. 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/Bottelet/DaybydayCRM/develop/.claude/skills/data-layer-contracts/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Bottelet/DaybydayCRM

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 data-layer-contracts

README.md
[![agentmods](https://agentmods.dev/badge/skills/bottelet/daybydaycrm/data-layer-contracts.svg)](https://agentmods.dev/skills/bottelet/daybydaycrm/data-layer-contracts)
Your own site
<a href="https://agentmods.dev/skills/bottelet/daybydaycrm/data-layer-contracts"><img src="https://agentmods.dev/badge/skills/bottelet/daybydaycrm/data-layer-contracts.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 445 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.00031 $0.00445
Opus 5 $0.00015 $0.00222
Sonnet 5 $0.00006 $0.00089
Haiku 4.5 $0.00003 $0.00044

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

Security

Grade A, and why

data-layer-contracts 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.

.claude/skills/data-layer-contracts/SKILL.md · 74 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 74 lines · 31 tokens per session scan A 7ce5ce61bbd6

Subscribe to this mod's changes

data-layer-contracts is a skill published in the GitHub repository Bottelet/DaybydayCRM (2,326 stars, last pushed 7d ago), with no licence file. It adds 31 tokens to every session and 445 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

om-data-model-design

Design or change standalone module entities, relations, encryption maps, migrations, snapshots, locking, and atomic writes. Use for "add entity", "database model", "migration", "encrypt this field", "optimistic locking", "model danych", or persistence bugs.

open-mercato/open-mercato · 58 tokens

laravel-brain

Analyze a Laravel application for complexity hotspots, security surface, and database access patterns using laravel-brain. Activate when: the user asks what needs work, what should be improved, what to work on next, where to focus, what is the most complex code, what are the security issues, audit the codebase…

laramint/laravel-brain · 118 tokens

laravel-async

Asynchronous and caching rules for Laravel — idempotent queued jobs with retries and backoff, domain events for side effects, queue separation and failure handling, deterministic cache keys with event-driven invalidation, and scheduled tasks that queue rather than block. Use when writing or reviewing jobs, events…

Foysal50x/skills · 86 tokens

laravel-eloquent

Eloquent and query-layer engineering rules for Laravel — eliminating N+1, choosing a pagination strategy, short atomic transactions, casts and scopes on the model, where raw SQL is allowed, and how migrations declare the schema those queries depend on. Use when writing or reviewing Eloquent models, migrations, query…

Foysal50x/skills · 93 tokens

laravel-mysql-to-postgres

Migrate a Laravel application's database from MySQL/MariaDB to PostgreSQL safely. Use when moving a Laravel app to Postgres, when Eloquent/queries behave differently after switching drivers, or when planning a MySQL->Postgres cutover. Covers the migration strategy (pgloader vs query-builder), the Laravel-specific…

majdghithan/agent-skills · 104 tokens

Laravel Eloquent N+1 and Query Efficiency Review

Detects N+1 query patterns (relation access inside loops without eager loading), full-table get()/all() loads, and unsafe chunk()/cursor() usage in Laravel Eloquent code.

s977043/river-review · 48 tokens