jetski CLAUDE.md

jetski CLAUDE.md is an instructions file for Claude Code from hyprmcp/jetski. It costs 1,374 tokens per session, scanned A, original, MIT.

Repository-specific instructions for Jetski, an Angular 20 application, including commands, technologies, and folder structure.

In plain words
What is it for?
Starting the development server, building for production, running tests, generating Angular components or services, and navigating the codebase.
Why use it?
They collect the project knowledge needed to build, test, and modify the application correctly.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

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 instructions/hyprmcp/jetski/claude-md
Clone the repo
git clone --depth 1 https://github.com/hyprmcp/jetski

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 jetski CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hyprmcp/jetski/claude-md.svg)](https://agentmods.dev/instructions/hyprmcp/jetski/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/hyprmcp/jetski/claude-md"><img src="https://agentmods.dev/badge/instructions/hyprmcp/jetski/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,374 This file is loaded in full into every session.
When invoked 1,374 The same file — it is already loaded in full.
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.1 $0.01374 $0.01374
Opus 5 $0.00687 $0.00687
Sonnet 5 $0.00275 $0.00275
Haiku 4.5 $0.00137 $0.00137

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

Security

Grade A, and why

jetski CLAUDE.md 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 6d 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.md · 153 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Development Commands

Basic Development

  • npm start or ng serve - Start development server on http://localhost:4200
  • npm run build or ng build - Build for production (outputs to dist/)
  • npm run watch or ng build --watch --configuration development - Build in watch mode for development
  • npm test or ng test - Run unit tests with Karma

Angular CLI Commands

  • ng generate component <name> - Generate new component
  • ng generate service <name> - Generate new service
  • ng generate --help - List all available schematics

Architecture Overview

Framework & Stack

  • Angular 20 with zoneless change detection (provideZonelessChangeDetection())
  • Standalone components architecture (no NgModules except for UI library)
  • Spartan UI (@spartan-ng/brain) with Tailwind CSS for styling
  • Lucide Angular for icons
  • TypeScript with strict configuration

Project Structure

  • projects/ui/ - UI application project
    • src/app/ - Main application code
      • app.ts - Root component with navigation and layout
      • app.config.ts - Application configuration with providers
      • app.routes.ts - Route definitions with lazy-loaded pages
      • components/ - Reusable UI components
      • pages/ - Route-specific page components (dashboard, servers, monitoring, settings)
      • services/ - Application services (theme service)
      • libs/ui/ - Custom UI component library (Spartan UI components)
    • public/ - Static assets

Key Architecture Patterns

  • Bundle Loading: Two-bundle strategy with initial bundle and lazy-loaded authenticated bundle
  • Authentication Guard: Routes are protected by an OAuth-based auth guard
  • Signals: Uses Angular signals for reactive state management (see ThemeService)
  • Standalone Components: All components are standalone, no NgModules needed
  • Path Mapping: Custom UI components are mapped via tsconfig paths (@spartan-ng/helm/button)

Read the full file on GitHub · 153 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. 6d ago First seen · 153 lines · 1,374 tokens per session scan A 1746d7e7d6c1

Subscribe to this mod's changes

jetski CLAUDE.md is an instructions file published in the GitHub repository hyprmcp/jetski (211 stars, last pushed 4mo ago), licensed MIT. It adds 1,374 tokens to every session, about $0.0069 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.