lineth-quickstart

lineth-quickstart is a skill for Claude Code, Codex from LFDT-Lineth/lineth-monorepo. It costs 228 tokens per session (995 once invoked), scanned A, original, Apache-2.0.

An operating guide for a Docker Compose development stack that runs a local Linea/Lineth Ethereum-compatible layer 2, settled by Sepolia or a local layer 1.

In plain words
What is it for?
Use it to boot, reset, and troubleshoot the Lineth Stack quickstart, including its endpoints, funding needs, gas limits, and prover modes.
Why use it?
It provides the repository-specific checks and troubleshooting needed to start and diagnose the demo stack safely; it is not a production deployment guide.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Use it to boot, reset, and troubleshoot the Lineth Stack quickstart, including its endpoints, funding needs, gas limits, and prover modes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lfdt-lineth/lineth-monorepo/lineth-quickstart
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 LFDT-Lineth/lineth-monorepo --skill lineth-quickstart
Clone the repo
git clone --depth 1 https://github.com/LFDT-Lineth/lineth-monorepo

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 lineth-quickstart

README.md
[![agentmods](https://agentmods.dev/badge/skills/lfdt-lineth/lineth-monorepo/lineth-quickstart/github.svg)](https://agentmods.dev/skills/lfdt-lineth/lineth-monorepo/lineth-quickstart)
Your own site
<a href="https://agentmods.dev/skills/lfdt-lineth/lineth-monorepo/lineth-quickstart"><img src="https://agentmods.dev/badge/skills/lfdt-lineth/lineth-monorepo/lineth-quickstart/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 lineth-quickstart

Your own site · 80×15
<a href="https://agentmods.dev/skills/lfdt-lineth/lineth-monorepo/lineth-quickstart"><img src="https://agentmods.dev/badge/skills/lfdt-lineth/lineth-monorepo/lineth-quickstart.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 228 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 995 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 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.00228 $0.00995
Opus 5 $0.00114 $0.00498
Sonnet 5 $0.00046 $0.00199
Haiku 4.5 $0.00023 $0.00100

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

Security

Grade A, and why

lineth-quickstart 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 9d 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.

docs/getting-started/lineth-stack/.agents/skills/lineth-quickstart/SKILL.md · 69 lines

How it starts

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

Lineth Stack quickstart — agent skill

This skill helps you operate the Lineth Stack quickstart: a Docker-Compose dev/demo stack that boots a local Linea/Lineth L2 settled by either Sepolia (default, real public L1) or a self-contained local Besu+Teku L1. It is a dev/demo tool, not a production deployment.

The skill does not restate the boot procedure — that has one source of truth in the package, and duplicating it here would let the two drift apart. Your job is to route to that source, then layer on the failure triage and change/commit rules the skill bundles.

Start here

Run everything from docs/getting-started/lineth-stack/ (find it with git rev-parse --show-toplevel then cd in). Then read these two files before acting — they are the procedure, and if anything here ever disagrees with them, they win:

  • AGENTS.md — the canonical operating runbook: preflight, L1-mode choice, the boot commands, the Sepolia funding stop, success signals, reset, and guardrails. Follow it step by step.
  • README.md — the operator guide it draws on: endpoints, gas caps, prover modes, full troubleshooting.

Don't work from memory or from this file's summary — the stack is nonce/order-sensitive and artifact-driven, so a 60-second read of the current AGENTS.md prevents a failed boot.

Two things agents most often get wrong

These are the classic false steps; AGENTS.md has the detail, but keep them front of mind:

  • The Sepolia first-boot "exit" is expected, not an error. First Sepolia boot generates the deployer keystore, prints the address + funding amount, and stops before any container starts. You cannot fund it — surface the address to the human, then rerun the same command. For unattended runs, choose --l1-mode local instead, which needs no funding.
  • Success means finality, not a blob. Report success only on an observed finalizeBlocks and an advancing rollup currentL2BlockNumber. Submit Blobs only publishes data — it is not finalization.

Read the full file on GitHub · 69 lines

Files

What ships with it

3 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. 9d ago First seen · 69 lines · 228 tokens per session scan A 2e0db768e733

Subscribe to this mod's changes

lineth-quickstart is a skill published in the GitHub repository LFDT-Lineth/lineth-monorepo (126 stars, last pushed today), licensed Apache-2.0. It adds 228 tokens to every session and 995 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-30.

Related

Other skills, from other repositories

blockchain-expert

Expert-level blockchain, Web3, smart contracts, DeFi, and cryptocurrency development. Use when the user mentions Web3, smart contracts, DeFi, Ethereum, or Solidity, or when the task involves Blockchain Fundamentals, Web3 & DeFi, Smart Contract Security, or Gas Optimization.

personamanagmentlayer/pcl · 63 tokens

blockchain-zk

Zero-knowledge proofs, zk-rollup, zkEVM, Circom, Noir, Halo2, proof systems, Groth16, PLONK, STARK, recursive proofs, circuit optimization, zkSync, StarkNet, Scroll, Polygon zkEVM, and ZK application patterns. Covers proof system selection, circuit programming, prover infrastructure, and ZK rollup architecture. Do NOT…

j4flmao/agent-skills · 116 tokens

web3-expert

Build production-ready Web3 applications including smart contracts, dApps, DeFi protocols, and decentralized storage solutions. Use when the user mentions Web3, smart contracts or Solidity, dApps, DeFi protocols, ethers.js or web3.js, IPFS, or on-chain integration with Ethereum-compatible networks.

personamanagmentlayer/pcl · 66 tokens

solidity-language-docs

Solidity 0.8.36 — smart contracts, types, functions, modifiers, events, inheritance, libraries, assembly, ABI.

pledgeandgrow/pledge-skills · 34 tokens

Web3 & Blockchain Development

Production-grade Web3 development with Solidity smart contracts, ethers.js/web3.js integration, DApp architecture, security patterns, and AI-enhanced blockchain development (ChatWeb3, Aider + Gemini 2024).

bobmatnyc/mcp-skillset · 49 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens