ioda-init

ioda-init is a skill for Claude Code from luis-at-safebase/luism-claude-plugins. It costs 28 tokens per session (1,283 once invoked), scanned A, original, MIT.

A one-time setup wizard for ioda, a tool whose configuration includes where to store its files, how to fetch ticket information, and which checks and review agent to use.

In plain words
What is it for?
Use it to choose storage, configure or skip ticket retrieval, set verification commands, and select a code-review agent.
Why use it?
It puts the machine-specific settings in one place before ioda is used.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ioda plugin — 2 skills, 1 agent shipped together

Good fit Use it to choose storage, configure or skip ticket retrieval, set verification commands, and select a code-review agent.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add luis-at-safebase/luism-claude-plugins
Claude Code
/plugin install ioda

Made for: Claude Code.

Or install ioda, the plugin that ships this one along with the rest of its 2 skills, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/luis-at-safebase/luism-claude-plugins/ioda-init/github.svg)](https://agentmods.dev/skills/luis-at-safebase/luism-claude-plugins/ioda-init)
Your own site
<a href="https://agentmods.dev/skills/luis-at-safebase/luism-claude-plugins/ioda-init"><img src="https://agentmods.dev/badge/skills/luis-at-safebase/luism-claude-plugins/ioda-init/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 ioda-init

Your own site · 80×15
<a href="https://agentmods.dev/skills/luis-at-safebase/luism-claude-plugins/ioda-init"><img src="https://agentmods.dev/badge/skills/luis-at-safebase/luism-claude-plugins/ioda-init.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,283 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.00028 $0.01283
Opus 5 $0.00014 $0.00642
Sonnet 5 $0.00006 $0.00257
Haiku 4.5 $0.00003 $0.00128

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

Security

Grade A, and why

ioda-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 10d 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/ioda/skills/ioda-init/SKILL.md · 127 lines

How it starts

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

User's request: $ARGUMENTS

Initialize ioda

You are setting up ioda configuration for this machine. Run this wizard step by step. Use the AskUserQuestion tool for every multiple-choice question — do not ask questions in plain text.

Step 0: Check existing configuration

Run:

cat "$HOME/.ioda/config.json" 2>/dev/null || echo "NOT_CONFIGURED"

If config exists and --reset was NOT passed: use AskUserQuestion to ask whether to reconfigure. If the user keeps current config, exit with "Configuration unchanged."

If NOT configured (or user chose to reconfigure): proceed to Step 1.

Step 1: Storage location

Use AskUserQuestion to ask where artifacts should live. Offer:

  1. Default~/.ioda/features/ (tool-owned, easy cleanup)
  2. Custom path — any absolute path. Common options: an Obsidian vault, Logseq graph, or notes directory.

If the user picks custom, prompt them for the absolute path. Expand ~ to $HOME. Strip trailing slashes.

Store as base_dir.

Step 2: Ticket CLI fetch command

Use AskUserQuestion to ask how ioda should fetch ticket information. Offer:

  1. Skip — always paste ticket contents manually
  2. Configure — provide a shell command template with {key} placeholder

If configure, prompt for the template. Examples to show: jira issue view {key} --plain, linear issue {key}, gh issue view {key} --repo owner/repo.

Store as ticket_cli_fetch. Empty string if skipped.

Step 3: Verification commands

These are the shell commands the implementor runs at the end of Act as the final quality gate. They need to cover the full CI surface for the kinds of changes ioda will drive — a too-narrow list means the implementor ships a feature the implementor thinks is green but CI rejects. See ${CLAUDE_PLUGIN_ROOT}/references/verification-commands.md for the full authoring guide; the Step runs a monorepo check so first-time configuration lands on a coverage-aware shape, not a workspace-scoped gap.

Read the full file on GitHub · 127 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. 10d ago First seen · 127 lines · 28 tokens per session scan A 5ced2a98f9da

Subscribe to this mod's changes

ioda-init is a skill published in the GitHub repository luis-at-safebase/luism-claude-plugins (4 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 1,283 once invoked, about $0.0001 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