jarvis

jarvis is a skill for Claude Code from Silence-view/llm-language. It costs 161 tokens per session (4,089 once invoked), scanned C, original, MIT.

A proactive assistant mode for Claude Code, a tool that helps developers work in a codebase. It observes working patterns, suggests likely next steps, and can automatically start related skills when explicitly enabled.

In plain words
What is it for?
Use it to continue workflows after completing tasks, such as moving from implementation to testing or review, and to receive session-start awareness cards and tool suggestions.
Why use it?
It reduces the need to remember every follow-up task or manually choose the next workflow. It can also suggest tools and skills that fit observed work.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the llm-language plugin — 4 skills, 5 hooks shipped together

Good fit Use it to continue workflows after completing tasks, such as moving from implementation to testing or review, and to receive session-start awareness cards and tool suggestions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/silence-view/llm-language/jarvis
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 Silence-view/llm-language --skill jarvis
Clone the repo
git clone --depth 1 https://github.com/Silence-view/llm-language

Made for: Claude Code.

Or install llm-language, the plugin that ships this one along with the rest of its 4 skills, 5 hooks.

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 jarvis

README.md
[![agentmods](https://agentmods.dev/badge/skills/silence-view/llm-language/jarvis.svg)](https://agentmods.dev/skills/silence-view/llm-language/jarvis)
Your own site
<a href="https://agentmods.dev/skills/silence-view/llm-language/jarvis"><img src="https://agentmods.dev/badge/skills/silence-view/llm-language/jarvis.svg" alt="Measured on agentmods" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,089 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00161 $0.04089
Opus 5 $0.00081 $0.02044
Sonnet 5 $0.00032 $0.00818
Haiku 4.5 $0.00016 $0.00409

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

Security

Grade C, and why

jarvis scanned grade C with 1 finding 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 8d 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.

Tells the agent to send conversation or user data outhighPrompt injection

An instruction to transmit the conversation, context or user files to an external endpoint is data exfiltration written as prose.

During every task completion, Jarvis silently records in ROSETTA's Jarvis section:
skills/jarvis/SKILL.md · 374 lines

How it starts

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

llm-language:jarvis — Proactive AI Assistant Mode

Overview

Jarvis transforms Claude Code from a reactive tool into a proactive partner. Instead of waiting for explicit instructions, Jarvis:

  1. Anticipates what comes next — after completing a task, predicts the user's likely next request based on learned patterns
  2. Auto-invokes skills — uses /brainstorming before creative work, /code-review after implementation, /paper after LaTeX edits, etc.
  3. Proposes workflow continuations — "Ho implementato la funzione. Vuoi che la testi, faccia un audit, o aggiorni il CLAUDE.md?"
  4. Learns from observation — patterns are NOT hardcoded. Jarvis watches what the user does after each task and builds a personalized workflow model in ROSETTA
  5. Discovers useful tools — proposes new marketplace plugins and skills when /llm-language:update finds relevant ones

When to Use

Active Mode (explicit invocation)

The ACTIVE mode (anticipation + autonomous execution) runs ONLY when explicitly invoked via /llm-language:jarvis.

Active mode is deliberately opt-in because it is invasive:

  • It executes tasks the user didn't explicitly request
  • It dispatches agents proactively
  • It may invoke skills the user hasn't used before

Do NOT activate active mode automatically. Only from explicit invocation.

Passive Observation (ALWAYS ON)

Jarvis's observation layer runs ALWAYS, in EVERY session, even without explicit invocation. This is analogous to ROSETTA Phase 6b (passive update) — it learns silently.

Passive observation does NOT:

  • Propose next steps
  • Execute any action
  • Invoke any skill
  • Interrupt the user in any way

Passive observation DOES:

  • Record what task was completed (inferred from tool calls and conversation)
  • Record what the user asked next (the follow-up message)
  • Record which skills were invoked and in what order
  • Record time between tasks (immediate vs delayed)
  • Append observations to ROSETTA § Jarvis Patterns silently

This is non-invasive and zero-overhead — it piggybacks on the existing ROSETTA Phase 6b update mechanism. The only difference is that it also logs the task→next_action sequence, not just user preferences.

Read the full file on GitHub · 374 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. 8d ago First seen · 374 lines · 161 tokens per session scan C aadcb56e8b30

Subscribe to this mod's changes

jarvis is a skill published in the GitHub repository Silence-view/llm-language (2 stars, last pushed 2mo ago), licensed MIT. It adds 161 tokens to every session and 4,089 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent to send conversation or user data out). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.