maintain-splash-pages

maintain-splash-pages is a skill for Claude Code, Codex from lossless-group/lossless-agent-skills. It costs 222 tokens per session (8,565 once invoked), scanned A, original, MIT.

A pattern for maintaining a small Astro website in a repository's /splash/ folder. The site is published to GitHub Pages, a service that hosts websites from a GitHub repository, and can show the repository's changelog and context-v/ files.

In plain words
What is it for?
Use it when deciding whether a repository needs a public splash page, scaffolding one, or keeping its changelog, context files, and project copy available on GitHub Pages.
Why use it?
It gives an important repository a public home without mixing the website with any package the repository publishes. It also provides a place to present selected project information.

Skill for Claude CodeCodex

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

Good fit Use it when deciding whether a repository needs a public splash page, scaffolding one, or keeping its changelog, context files, and project copy available on GitHub Pages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lossless-group/lossless-agent-skills/maintain-splash-pages
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 lossless-group/lossless-agent-skills --skill maintain-splash-pages
Clone the repo
git clone --depth 1 https://github.com/lossless-group/lossless-agent-skills

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 maintain-splash-pages

README.md
[![agentmods](https://agentmods.dev/badge/skills/lossless-group/lossless-agent-skills/maintain-splash-pages/github.svg)](https://agentmods.dev/skills/lossless-group/lossless-agent-skills/maintain-splash-pages)
Your own site
<a href="https://agentmods.dev/skills/lossless-group/lossless-agent-skills/maintain-splash-pages"><img src="https://agentmods.dev/badge/skills/lossless-group/lossless-agent-skills/maintain-splash-pages/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 maintain-splash-pages

Your own site · 80×15
<a href="https://agentmods.dev/skills/lossless-group/lossless-agent-skills/maintain-splash-pages"><img src="https://agentmods.dev/badge/skills/lossless-group/lossless-agent-skills/maintain-splash-pages.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 222 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,565 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.00222 $0.08565
Opus 5 $0.00111 $0.04283
Sonnet 5 $0.00044 $0.01713
Haiku 4.5 $0.00022 $0.00856

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

Security

Grade A, and why

maintain-splash-pages 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 12d 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.

maintain-splash-pages/SKILL.md · 430 lines

How it starts

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

Maintain Splash Pages

A splash is the source repo's own GitHub Pages presence — distinct from any future custom-domain marketing site. The directory is named splash/ precisely to keep that linguistic space open.

Status: Draft. This skill codifies the pattern after three confirmed instances. It pairs with a sibling habit titled "Maintain a Github Splash Page for each Repo" that explains the why; this skill is canonical for the how. The habit currently lives under lossless-monorepo/context-v/habits/ but may move — search for it by title before assuming a path. Always cross-reference the most recent reference implementation (currently lfm/splash/) before scaffolding fresh.

Reasoning step before implementation: does this repo deserve a splash?

The convention is "every important repo." That word is doing work — not every repo earns one. Use this rough cut:

Yes, scaffold a splash:

  • The repo will be shared with people outside the team (clients, collaborators, hiring loops, conference talks)
  • The repo has — or will have — a non-trivial changelog/ worth surfacing
  • The repo publishes a package (npm/JSR) and you'd like an installable-package landing page that isn't just the registry's auto-generated one
  • The repo is an Astro Knots site or feature
  • The repo is a study, blueprint, or reference that other repos will link to
  • Someone has asked "where's the README rendered?" or "is there a page for this?"

Probably not (yet):

  • The repo is purely internal scratch — experiments, sandboxes, throwaway studies that aren't meant to outlive the week
  • The repo is a fork where we're contributing upstream
  • The repo is a private tool with no external audience

When in doubt, ask the user. The cost of not having a splash is "no public face" — fixable later. The cost of having a stale, unmaintained one is worse than nothing.

Surface the question proactively. When working in a repo that meets the yes criteria but doesn't have a splash, mention it. ("This repo doesn't have a splash yet; want me to scaffold one?") That's how the convention spreads.

Read the full file on GitHub · 430 lines

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. 12d ago First seen · 430 lines · 222 tokens per session scan A fcbc49cf3559

Subscribe to this mod's changes

maintain-splash-pages is a skill published in the GitHub repository lossless-group/lossless-agent-skills (4 stars, last pushed 19d ago), licensed MIT. It adds 222 tokens to every session and 8,565 once invoked, about $0.0011 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-31.

Related

Other skills, from other repositories

netlify-deploy

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

foryourhealth111-pixel/Vibe-Skills · 51 tokens

infra-platform-netlify

Netlify deployment platform — serverless functions, edge functions, redirects, forms, Blobs, build plugins.

agents-inc/skills · 26 tokens

infra-platform-vercel

Vercel deployment platform — project configuration, serverless/edge functions, Routing Middleware, cron jobs, environment variables, monorepo setup.

agents-inc/skills · 33 tokens

next-cache-components

Next.js 16 Cache Components guidance. Use when refactoring React Server Components for performance, debugging Partial Prerendering (PPR) issues, or applying the use cache directive, cacheLife, cacheTag, updateTag, and revalidateTag. Also use when deciding whether data should be static, cached, or dynamic, or when…

neverinfamous/memory-journal-mcp · 99 tokens

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK or build Model Context Protocol (MCP) servers. Load when creating stateful agents, durable workflows, MCP servers, checking MCP schema/error responses, or reviewing MCP code quality. Covers Agent class, state management, callable RPC, Workflows integration…

neverinfamous/memory-journal-mcp · 95 tokens

tailwind-css

Master Tailwind CSS v4 with its CSS-first configuration paradigm. Use when writing utility classes, configuring design tokens via @theme, implementing dark mode, migrating from v3, or integrating with React/Vue/Svelte. Triggers on "Tailwind", "utility CSS", "Tailwind v4", "@theme", "dark mode classes", "responsive…

neverinfamous/memory-journal-mcp · 105 tokens