family-floor

family-floor is a skill for Claude Code from jaredlangleycc/nightshift-os. It costs 110 tokens per session (3,060 once invoked), scanned B, original, MIT.

A scheduling safeguard that checks protected family time before adding or recommending calendar commitments.

In plain words
What is it for?
It helps check whether a time is protected, whether you are free, and whether meetings or other commitments can be scheduled.
Why use it?
It helps prevent small scheduling exceptions from gradually taking over time reserved for family.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the nightshift-os plugin — 43 skills shipped together

Good fit It helps check whether a time is protected, whether you are free, and whether meetings or other commitments can be scheduled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaredlangleycc/nightshift-os/family-floor
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 jaredlangleycc/nightshift-os --skill family-floor
Clone the repo
git clone --depth 1 https://github.com/jaredlangleycc/nightshift-os

Made for: Claude Code.

Or install nightshift-os, the plugin that ships this one along with the rest of its 43 skills.

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 family-floor

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/family-floor/github.svg)](https://agentmods.dev/skills/jaredlangleycc/nightshift-os/family-floor)
Your own site
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/family-floor"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/family-floor/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 family-floor

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/family-floor"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/family-floor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,060 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00110 $0.03060
Opus 5 $0.00055 $0.01530
Sonnet 5 $0.00022 $0.00612
Haiku 4.5 $0.00011 $0.00306

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

Security

Grade B, and why

family-floor scanned grade B with 1 finding 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 10d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

If the user picks 2 (override), hand off to `decision-logger` with a one-line entry. Do not lecture. The user owns the call.
skills/ops/family-floor/SKILL.md · 268 lines

How it starts

The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Family Floor

The protected time skill. Every other scheduling-shaped skill imports it. Nothing lands on a calendar without it being seen for what it is.

Solopreneurs with a day job, a partner, and kids do not lose the family floor in one big betrayal. They lose it in a thousand quiet 15-minute exceptions. Family-floor is the friction that turns each quiet exception into a logged decision.

When this skill triggers

Fire any time a calendar surface gets touched. That includes obvious moments and quiet ones.

Obvious triggers:

  • /family-floor
  • "What's my floor?"
  • "Check my protected time"
  • "Am I free at X?"
  • "Can I schedule X?"
  • "Family floor status"

Quiet triggers (the more important ones):

  • Another skill suggests a meeting, call, deep work block, or content shipping window
  • weekly-brief builds the week ahead
  • ship-it-friday plans next week
  • discovery-call-prep, call-prep, or any sales skill recommends a slot
  • content-strategy or newsletter-broadcast recommends a publish time
  • risk-gauge evaluates a hire or commitment that absorbs hours
  • The user mentions a time anywhere a clock could be inferred ("Tuesday at 5", "next Friday evening", "the kids' soccer night")

When fired silently by another skill, surface a one-line conflict warning. Do not interrupt the other skill's flow with the full ritual unless the user asks.

What counts as the floor

Read protected blocks from CLAUDE.md > Values + Non-Negotiables > Protected Time.

A floor block is anything the user named explicitly during /customize-from-assessment as no-work time. It is not the user's preferences. It is what they wrote down on the day they took the assessment.

Common floor shapes for working-parent solopreneurs:

  • Weekday evenings (often M-F 4-7pm or 5-8pm)
  • One or two full weekend days (often Sunday)
  • One protected morning (e.g., Saturday morning until 11am)
  • Religious or cultural blocks (Friday sundown to Saturday sundown, Sunday morning service)
  • Kid-specific blocks (school pickup, bedtime routine, weekend sport)
  • Partner-specific blocks (date night, partner's work travel weeks)
  • Recovery blocks (one weekday morning for therapy, gym, AA, etc.)

Read the full file on GitHub · 268 lines

Files

What ships with it

4 files 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.

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. 10d ago First seen · 268 lines · 110 tokens per session scan B ac24b14f0064

Subscribe to this mod's changes

family-floor is a skill published in the GitHub repository jaredlangleycc/nightshift-os (3 stars, last pushed 1mo ago), licensed MIT. It adds 110 tokens to every session and 3,060 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

engagement-inbox-manager

Use when the user asks to "triage our comments, DMs, and mentions", "draft replies to this thread", "can we repost this fan post", or "set up inbox SLAs and an escalation path"; produces a ranked triage queue with register detection (sincere / ironic / performative / parasocial, sentiment-inversion table included …

aaron-he-zhu/aaron-marketing-skills · 216 tokens

release-notes

Generate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes $release-notes or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.

kenryu42/cc-safety-net · 65 tokens

add-teams

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

microsoft/power-platform-skills · 31 tokens

sys-configure

Configure Claude Octopus — redirects to /octo:setup interactive wizard.

nyldn/claude-octopus · 18 tokens

recipe-front-review

Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.

shinpr/claude-code-workflows · 29 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens