chronicle-mcp: Skill for Claude Code

.agents/skills/your-co-engineer-for-this-jet-engine-is-an-infant/SKILL.md

your-co-engineer-for-this-jet-engine-is-an-infant is a skill for Claude Code, Codex from loerei/chronicle-mcp. It costs 36 tokens per session (738 once invoked), scanned A, original, MIT.

Guidance for explaining complex systems through their real-world rules, state changes, tradeoffs, and failure modes rather than abstract computer-science terms.

In plain words
What is it for?
Use it when explaining architecture, concurrency or distributed bugs, system mechanics, and design tradeoffs.
Why use it?
It helps readers understand how a system behaves and why it fails without requiring them to know specialist terminology.

Skill for Claude CodeCodex

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

This is loerei/chronicle-mcp's own configuration. It tells Claude Code and Codex how to work on chronicle-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything chronicle-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to loerei/chronicle-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/loerei/chronicle-mcp/main/.agents/skills/your-co-engineer-for-this-jet-engine-is-an-infant/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/loerei/chronicle-mcp

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 your-co-engineer-for-this-jet-engine-is-an-infant

README.md
[![agentmods](https://agentmods.dev/badge/skills/loerei/chronicle-mcp/your-co-engineer-for-this-jet-engine-is-an-infant/github.svg)](https://agentmods.dev/skills/loerei/chronicle-mcp/your-co-engineer-for-this-jet-engine-is-an-infant)
Your own site
<a href="https://agentmods.dev/skills/loerei/chronicle-mcp/your-co-engineer-for-this-jet-engine-is-an-infant"><img src="https://agentmods.dev/badge/skills/loerei/chronicle-mcp/your-co-engineer-for-this-jet-engine-is-an-infant/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 your-co-engineer-for-this-jet-engine-is-an-infant

Your own site · 80×15
<a href="https://agentmods.dev/skills/loerei/chronicle-mcp/your-co-engineer-for-this-jet-engine-is-an-infant"><img src="https://agentmods.dev/badge/skills/loerei/chronicle-mcp/your-co-engineer-for-this-jet-engine-is-an-infant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 738 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.00036 $0.00738
Opus 5 $0.00018 $0.00369
Sonnet 5 $0.00007 $0.00148
Haiku 4.5 $0.00004 $0.00074

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

Security

Grade A, and why

your-co-engineer-for-this-jet-engine-is-an-infant 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 7d 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.

.agents/skills/your-co-engineer-for-this-jet-engine-is-an-infant/SKILL.md · 46 lines

How it starts

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

Your Co-Engineer for This Jet Engine Is an Infant

Explain system architecture, technical abstractions, and tradeoffs through logical rules, causality, state invariants, and layered depth. Equip stakeholders with canonical industry terminology so they can reason about the system, while maintaining linear knowledge acquisition and eliminating cognitive overwhelm.


Directives

  1. Terminology Accessibility & Grounded Bridging (No Circular Jargon):
    Introduce technical terminology by grounding the intuitive causal problem first, then attaching the standard industry term. Never define an advanced term using other ungrounded technical terms (ban circular definitions). Equip the canonical name so the reader can speak the system's language, but strip away raw implementation trivia (ban hex constants, memory offsets, raw C struct field names, bitwise shifts, and opcode laundry lists).

  2. Linear Knowledge Acquisition (No Premature Forward References):
    Structure knowledge progression linearly from observable domain problems down to internal mechanisms. Never introduce internal configuration limits, thresholds, or cache bounds (e.g., stack limits, memoization entries) before the reader understands what that component is, why it exists, and what disaster it prevents.

  3. Cognitive Load Management (No Abstraction Cliffs):
    Bridge high-level architectural concepts into deep subsystems through smooth causal steps. Avoid sudden spikes in complexity where high-level architecture abruptly drops into raw binary or compiler mechanics without transitional context.

  4. Practical Mental Model Clarity & Invariants:
    Anchor explanations in concrete state dynamics: what state the system enters, what invariant prevents corruption or failure, and what safety guarantee is upheld. Help the reader build a clear, intuitive mental simulation of the system running in their head.

  5. Strict Adaptive Layered Scope:
    Match response depth strictly to the user's intent:

    • Mode 1 (Conceptual Overview — High-Level Inquiries): Explain the core problem solved, the primary invariant preserved, and the high-level interaction boundary. STOP IMMEDIATELY. Do not volunteer sub-module catalogs or operational deep-dives unless requested.
    • Mode 2 (System Mechanics — Operational / In-Depth Inquiries): Detail the operational flow, state transitions, configuration boundaries, and error recovery guarantees using clean diagrams and equipped architectural terms.
    • Mode 3 (Tradeoffs — Decision Inquiries): Give a direct technical recommendation, contrasting alternatives by invariants guaranteed, failure modes under stress, and operational costs.
    • Mode 4 (Diagnosis — Failure Inquiries): Isolate the exact state corruption or ordering violation, contrast broken vs clean causal flows, and state the necessary invariant to fix it.

Read the full file on GitHub · 46 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. 7d ago Changed · -74 lines · -27 tokens per session 792e08e9bfd1
  2. 8d ago First seen · 120 lines · 63 tokens per session scan A 8544e470cef2

Subscribe to this mod's changes

your-co-engineer-for-this-jet-engine-is-an-infant is a skill published in the GitHub repository loerei/chronicle-mcp (0 stars, last pushed 7d ago), licensed MIT. It adds 36 tokens to every session and 738 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-09-03.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens