claude-code

claude-code is a skill for Claude Code, Codex from vibhusharma101/Think-In-HTML. It costs 0 tokens per session (255 once invoked), scanned C, original, MIT.

An adapter that lets Claude Code use the Think-In-HTML command and its project instructions.

In plain words
What is it for?
Use it with Claude Code to analyze JavaScript files, folders, or text in code or thinking mode through commands such as /think-in-html.
Why use it?
It provides a documented way to install and run that command inside a project without installing a package globally.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is node Think-In-HTML/bin/cli.mjs init.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 claude-code

README.md
[![agentmods](https://agentmods.dev/badge/skills/vibhusharma101/think-in-html/claude-code.svg)](https://agentmods.dev/skills/vibhusharma101/think-in-html/claude-code)
Your own site
<a href="https://agentmods.dev/skills/vibhusharma101/think-in-html/claude-code"><img src="https://agentmods.dev/badge/skills/vibhusharma101/think-in-html/claude-code.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00000 $0.00255
Opus 5 $0.00000 $0.00128
Sonnet 5 $0.00000 $0.00051
Haiku 4.5 $0.00000 $0.00026

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

Security

Grade C, and why

claude-code scanned grade C with 2 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/vibhusharma101/Think-In-HTML/main/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Or the curl one-liner (no manual clone step):
adapters/claude-code/SKILL.md · 35 lines

What it actually says

Claude Code Adapter

This is the reference copy of the Claude Code skill. The working version lives at .claude/commands/think-in-html.md.

How it works

Claude Code loads skills from .claude/commands/ in your project root. When a user types /think-in-html, Claude Code reads the skill file and follows its instructions.

Installation

No npm package — clone the repo and let the CLI wire the adapter automatically:

git clone https://github.com/vibhusharma101/Think-In-HTML.git
node Think-In-HTML/bin/cli.mjs init

Or the curl one-liner (no manual clone step):

curl -fsSL https://raw.githubusercontent.com/vibhusharma101/Think-In-HTML/main/install.sh | bash

Either copies the engine into think-in-html/core/ in your project and writes .claude/commands/think-in-html.md pointing at it directly via node — nothing to install globally.

Usage

/think-in-html path/to/file.js
/think-in-html src/auth/ --mode code
/think-in-html thinking-log.txt --mode thinking
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 · 35 lines · 0 tokens per session scan C 8f77f3260eae

Subscribe to this mod's changes

claude-code is a skill published in the GitHub repository vibhusharma101/Think-In-HTML (6 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 255 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.