init-ci

init-ci is a command for Claude Code from sigistry/marketplace. It costs 11 tokens per session (306 once invoked), scanned A, original, MIT.

A command for adding or updating GitHub Actions checks for FHIR resources. GitHub Actions is GitHub's service for running automated tasks when code changes.

In plain words
What is it for?
Use it to detect resource directories, create a validation workflow, install the needed CLI when necessary, and produce test results for CI.
Why use it?
It removes the manual work of setting up repeatable validation whenever a repository changes, while fitting into existing project scripts where possible.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

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 records plugin — 3 skills, 5 commands, 1 agent shipped together

Good fit Use it to detect resource directories, create a validation workflow, install the…

Compare 6 commands 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 sigistry/marketplace
Claude Code
/plugin install records

Made for: Claude Code.

Or install records, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 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 init-ci

README.md
[![agentmods](https://agentmods.dev/badge/commands/sigistry/marketplace/init-ci.svg)](https://agentmods.dev/commands/sigistry/marketplace/init-ci)
Your own site
<a href="https://agentmods.dev/commands/sigistry/marketplace/init-ci"><img src="https://agentmods.dev/badge/commands/sigistry/marketplace/init-ci.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 306 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.00011 $0.00306
Opus 5 $0.00005 $0.00153
Sonnet 5 $0.00002 $0.00061
Haiku 4.5 $0.00001 $0.00031

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

Security

Grade A, and why

init-ci 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 3d 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/records/commands/init-ci.md · 28 lines

What it actually says

Initialize Records FHIR Validation CI

Use the fhir-ci-quality skill and read skills/fhir-validation/references/quality-rules.md plus skills/fhir-validation/references/ci-templates.md when needed.

Target resource directory: $ARGUMENTS or infer from detector output.

Use this helper for a first draft when the target repository does not already have a better workflow pattern:

node "${CLAUDE_PLUGIN_ROOT}/skills/fhir-validation/scripts/generate-ci.mjs" --dir "$ARGUMENTS"

Steps:

  1. Run the detector script to find source directories, generated directories, package scripts, and existing .github/workflows.
  2. Prefer an existing repository package manager and validation script if present.
  3. Add a GitHub Actions workflow only when the repository has no suitable validation workflow.
  4. Use records validate-file <resource-directory> --format junit for local CLI validation.
  5. Use records --api-url "$RECORDS_API_URL" --auth-token "$RECORDS_API_KEY" ... only when the user asks for API-backed validation.
  6. Add an explicit CLI install step if the repository does not already install Records.

Do not add Firely, HAPI, Java validator, SUSHI, or external terminology services unless the user asks for that validator and consents to the installation/network boundary.

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. 3d ago First seen · 28 lines · 11 tokens per session scan A b44a706e1e9d

Subscribe to this mod's changes

init-ci is a command published in the GitHub repository sigistry/marketplace (3 stars, last pushed 3d ago), licensed MIT. It adds 11 tokens to every session and 306 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-09-03.

Related

Other commands, from other repositories

validate

Mechanically validate the sonu plugin repo before a PR — manifest sync, YAML frontmatter, shell-fence syntax, named-source and AI-attribution scans, cross-reference integrity, skill reachability. Only meaningful inside the claude-plugins repo; in any other repo, say so and stop.

PrabhdeepSingh/claude-plugins · 60 tokens

matrix-cell-onboard

Add a new PHP/Laravel/PHPUnit/Monolog cell to a multi-major library's CI matrix. Walks composer constraints, workflow YAML, Testbench mapping, polyfill branch coverage, dual-testsuite gating, and a local dry-run. Use when extending support to a new runtime version, restoring a previously dropped cell, or onboarding a…

hmj1026/dhpk · 88 tokens

f5-gate

Quality gate management with evidence collection.

Fujigo-Software/f5-framework-claude · 6 tokens

_test-shared

Shared testing patterns and templates (internal).

Fujigo-Software/f5-framework-claude · 8 tokens

engineer

Guided full-project lifecycle - walks intake → plan (sign-off) → autonomous build → quality gates → CI/finish, invoking the right claude-engineer skill at each stage.

martian56/claude-engineer · 37 tokens

check-01-happy

Le wiki est dans un état sain : toutes les pages ont un frontmatter valide, les liens [[wikilinks]] pointent vers des pages existantes, index.md est à jour et aucune page n'est orpheline. La commande /check doit produire un rapport propre et mettre à jour wiki/log.md. Elle ne doit rien modifier dans le wiki au-delà du…

evb87-tech/corpus · 0 tokens