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.
npx agentmods add skills/klh/speedy-claude/lit-devnpx skills add klh/speedy-claude --skill lit-devgit clone --depth 1 https://github.com/klh/speedy-claudeWrote 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.
[](https://agentmods.dev/skills/klh/speedy-claude/lit-dev)<a href="https://agentmods.dev/skills/klh/speedy-claude/lit-dev"><img src="https://agentmods.dev/badge/skills/klh/speedy-claude/lit-dev.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00048 | $0.05984 |
| Opus 5 | $0.00024 | $0.02992 |
| Sonnet 5 | $0.00010 | $0.01197 |
| Haiku 4.5 | $0.00005 | $0.00598 |
Grade A, and why
lit-dev 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 today.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- klh-lit-dev — 88% identical, 16 lines differ
How it starts
The opening of the file, as written. The whole thing — 957 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lit Web Components
Tech Stack
| Tool | Purpose | Version |
|---|---|---|
| Lit | Web component library | Latest (lit) |
| TypeScript | Type-safe development | Latest |
| Zod | Schema validation & type inference | Latest |
| Playwright | E2E/component testing | Latest (@playwright/test) |
| ESLint | Linting | Latest with Lit configs |
| Turborepo | Monorepo build system | Latest |
| pnpm | Package management | Latest (strict peer dependencies) |
Setup commands:
pnpm create turbo@latest # or pnpm init
pnpm add lit zod @playwright/test
pnpm add -D typescript @types/node eslint eslint-plugin-lit
Overview
Lit is a lightweight library (~5KB) for building fast, standards-based web components. At its core: reactive state, scoped styles, and declarative templates via tagged template literals.
Core principle: Every Lit component is a standard web component—interoperable across any framework or vanilla HTML.
Component Structure Pattern
Follow this 7-point pattern for every Lit component:
components/
my-component/
my-component.ts # Component definition
my-component.zod.ts # Zod schemas + TS types
my-component.spec.tsx # Playwright tests
fixtures/
basic.html # Fixture for testing
interactive.html
index.ts # Barrel export
index.ts # Root barrel export
1. Component Directory Structure
Each component gets its own directory under components/:
mkdir -p components/my-component/fixtures
touch components/my-component/my-component.ts
touch components/my-component/my-component.zod.ts
touch components/my-component/my-component.spec.tsx
touch components/my-component/fixtures/basic.html
touch components/my-component/index.ts
What ships with it
1 file 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.
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.
- today Changed · +27 lines f261bb1662bf
- 4d ago First seen · 930 lines · 48 tokens per session scan A 909492ffbae0
lit-dev is a skill published in the GitHub repository klh/speedy-claude (11 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 5,984 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.
Other skills, from other repositories
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
hallmark
Anti-AI-slop design skill for greenfield pages, audits, redesigns, and design extraction from URLs or screenshots. Use when the user asks to build a new app or landing page, wants to redesign something, invokes Hallmark by name, or uses audit/redesign/study.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
prototype-web
可点击的功能性 Web 原型, 含导航、英雄区、特性区、CTA.
deck-course-module
暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.