ie-init

ie-init is a skill for Claude Code, Codex from davidteren/intent-engineering. It costs 90 tokens per session (5,915 once invoked), scanned A, original, MIT.

A setup and upgrade tool for Intent Engineering, a project configuration system stored in .intense/. It helps define coding conventions, design-pattern preferences, and architecture limits for a project or group of repositories.

In plain words
What is it for?
Setting up a new project configuration, upgrading an existing one, configuring conventions or pattern policies, and calibrating architecture thresholds.
Why use it?
It gives the team a shared place for development rules and can add missing configuration without overwriting existing notes. It can also measure the codebase to help set evidence-based thresholds.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the intent-engineering plugin — 6 skills, 5 agents shipped together

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.

agentmods
npx agentmods add skills/davidteren/intent-engineering/ie-init
Any agent
npx skills add davidteren/intent-engineering --skill ie-init
Clone the repo
git clone --depth 1 https://github.com/davidteren/intent-engineering

Made for: Claude Code, Codex.

Or install intent-engineering, the plugin that ships this one along with the rest of its 6 skills, 5 agents.

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 ie-init

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidteren/intent-engineering/ie-init.svg)](https://agentmods.dev/skills/davidteren/intent-engineering/ie-init)
Your own site
<a href="https://agentmods.dev/skills/davidteren/intent-engineering/ie-init"><img src="https://agentmods.dev/badge/skills/davidteren/intent-engineering/ie-init.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,915 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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 $0.00090 $0.05915
Opus 5 $0.00045 $0.02958
Sonnet 5 $0.00018 $0.01183
Haiku 4.5 $0.00009 $0.00592

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

Security

Grade A, and why

ie-init 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 4d 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.

plugins/intent-engineering/skills/ie-init/SKILL.md · 475 lines

How it starts

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

Intent Engineering — Init / setup / upgrade

Scaffolds and upgrades project config under .intense/ so a team can declare ways of working (lens toggles, conventions, auto sources, severity align), design-pattern policy (preferred / allow / block / approved), and architecture thresholds — then commit them. Once present, .intense/ supersedes the plugin defaults (${CLAUDE_PLUGIN_ROOT}/references/config-resolution.md) for every ie-* run in that tree (via walk-up).

Modes (auto-detected when $ARGUMENTS is blank; overridable by token):

Mode When What it does
fresh no project .intense/ yet (or user said fresh / all / file tokens) Full setup wizard → write files
upgrade .intense/ exists (or user said upgrade) Diff capabilities vs defaults; merge only missing keys with confirm
calibrate user said calibrate [percentile] Measure distributions; propose thresholds with evidence

Also supports legacy file tokens: all, ways, patterns, thresholds (skip profile questions when non-interactive; still run stack-aware copy rules).

Interactive tool

If presenting menus interactively in Claude Code, pre-load AskUserQuestion (deferred tool): call ToolSearch with select:AskUserQuestion once before the first menu. If the harness has no blocking-question tool (ToolSearch returns nothing / call fails), fall back to a numbered list and wait for the user's reply — never silently pick.


Procedure

0. Resolve mode + detect layout (always)

0a. Mode
  1. If $ARGUMENTS starts with token calibratecalibrate (optional p90 / p75 / p95; default p90). Jump to Step 2c.
  2. Else if $ARGUMENTS has a whole-token upgrade (space-separated; not a substring of another word) → upgrade. If ways / patterns / thresholds also appear, limit upgrade merges to those files only. Jump to Step U after a light detect pass (0b–0c still run so the report names stacks/roots).
  3. Else if $ARGUMENTS has fresh or a file token (all / ways / patterns / thresholds) or multi-repo / roots:…fresh with that selection (multi-repo/roots imply fresh + profile multi-repo; still run 0b–0d).
  4. Else (blank): discover nearest usable .intense/ via walk-up (${CLAUDE_PLUGIN_ROOT}/references/config-resolution.md).
    • Found → recommend upgrade; still offer fresh re-scaffold (overwrite only with confirm). Present: 1) upgrade 2) fresh (re-scaffold) 3) calibrate.
    • Not found → fresh.

Read the full file on GitHub · 475 lines

Files

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.

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. 4d ago First seen · 475 lines · 90 tokens per session scan A 30ed8539909d

Subscribe to this mod's changes

ie-init is a skill published in the GitHub repository davidteren/intent-engineering (3 stars, last pushed 18d ago), licensed MIT. It adds 90 tokens to every session and 5,915 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

refactoring-the-assembled-ui

Edit, split or share the CSS and JavaScript under plugins/audit/scripts/ui/ — files Python concatenates into one inline and one inline carrying code, in a self-contained page opened over file://. Covers the assembly contract and the byte-level pins in plugins/audit/tests/ that guard it, why the split must be an…

AleksandarBisevac/claude-plugins · 192 tokens

running-resumable-sync-jobs

Design and review long-running batch or sync jobs that process many items against a remote API and persist checkpoint state — exit codes that report partial failure, checkpoints that are safe to resume, per-item tolerance vs. fatal abort, telling "zero" apart from "couldn't fetch", bounded retries, and honest…

AleksandarBisevac/claude-plugins · 102 tokens

writing-javascript

How browser JavaScript is written in this repo — both surfaces now speak one modern dialect and this says what that means for the code you type, where ES modules are impossible and where they are merely unused, and how to pick a feature (Baseline plus a file:// gate). Covers functional idiom over imperative DOM work…

AleksandarBisevac/claude-plugins · 163 tokens

choosing-what-to-optimize

Decide what is worth making faster in this repo, and prove it paid — measure the thing instead of grepping for it, separate wall clock from total CPU from the critical path, rank targets by shape rather than by how many modules import them, and decline the work with a number when the number says so. Use this whenever…

AleksandarBisevac/claude-plugins · 145 tokens

reproducing-ci-locally

Run the CI gate on your machine so it agrees with the runner — deriving the exact command, paths, markers, and env from the workflow file instead of the Makefile, unblocking gate steps that short-circuit and hide the next failure, pinning the linter version CI resolves, and confirming the run is green instead of…

AleksandarBisevac/claude-plugins · 130 tokens

verifying-external-behavior

Confirms what a third-party library, remote API, build backend, or scraped document actually does before writing code that depends on it — throwaway probes that run in seconds, permissive clients that forward wrong arguments instead of rejecting them, per-endpoint docs that don't generalize, response shapes that make…

AleksandarBisevac/claude-plugins · 138 tokens