import-into

import-into is a skill for Claude Code, Codex from babarot/gh-infra. It costs 48 tokens per session (696 once invoked), scanned A, original, MIT.

A guide for using gh infra import --into to copy live GitHub settings back into existing local configuration files. GitHub is a service for hosting code and managing repositories, while manifests are files that describe those settings.

In plain words
What is it for?
Use it to import repository settings, review drift from GitHub, update YAML or shared files, and safely handle file-level write decisions.
Why use it?
It helps reconcile differences between GitHub and local files while choosing whether each change should update the normal file, be saved as a patch, or be skipped.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to import repository settings, review drift from GitHub, update YAML or shared files, and safely handle file-level write decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/babarot/gh-infra/import-into
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 babarot/gh-infra --skill import-into
Clone the repo
git clone --depth 1 https://github.com/babarot/gh-infra

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 import-into

README.md
[![agentmods](https://agentmods.dev/badge/skills/babarot/gh-infra/import-into.svg)](https://agentmods.dev/skills/babarot/gh-infra/import-into)
Your own site
<a href="https://agentmods.dev/skills/babarot/gh-infra/import-into"><img src="https://agentmods.dev/badge/skills/babarot/gh-infra/import-into.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 696 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.00048 $0.00696
Opus 5 $0.00024 $0.00348
Sonnet 5 $0.00010 $0.00139
Haiku 4.5 $0.00005 $0.00070

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

Security

Grade A, and why

import-into 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 9d 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.

skills/import-into/SKILL.md · 102 lines

How it starts

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

Import Into

Use this skill for gh infra import --into=....

This workflow is different from normal import, plan, and apply:

  • it updates local manifests from live GitHub state
  • it may rewrite YAML, local source files, or manifest patches
  • it has file-level write modes and skip safety rules

When To Use

Use this skill when the user wants to:

  • pull GitHub state back into existing manifests
  • reconcile drift from GitHub UI into local YAML
  • decide between write, patch, and skip
  • understand why a file was skipped during import
  • update shared templates safely after repository-side drift

Command

gh infra import <owner/repo> [owner/repo ...] --into=<path>

<path> may be a file or a directory of manifests.

How It Works

  1. Parse local manifests
  2. Match target repositories against Repository, RepositorySet, and FileSet
  3. Fetch live state from GitHub
  4. Diff local vs remote
  5. Show plan output
  6. For file changes, open the interactive diff viewer
  7. Write approved local changes

File Write Modes

  • write: update the normal local target
  • patch: store the drift under patches:
  • skip: ignore for this run

Typical defaults:

  • inline content: write
  • single-use local source: write
  • shared local source: patch
  • existing patches: entry: patch
  • many create_only entries: skip

Safety Rules

There are two skip modes:

  • default skip: safe enough to import, but skipped by default
  • hard skip: cannot be written back safely

Hard-skip cases include:

  • github:// sources
  • template-backed files whose placeholders cannot be reverse-mapped safely

Template-Backed Files

For templates such as <% .Repo.Name %> and <% .Repo.FullName %>, gh-infra compares:

  1. rendered local template
  2. remote GitHub file

It then tries to reconstruct updated local template source while preserving placeholders.

Use write only when you want to update the underlying shared source. Use patch when drift should stay repository-specific.

Read the full file on GitHub · 102 lines

Files

What ships with it

3 files 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. 9d ago First seen · 102 lines · 48 tokens per session scan A 0e4e89c49c9a

Subscribe to this mod's changes

import-into is a skill published in the GitHub repository babarot/gh-infra (134 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 696 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

gh-attach

Uploads a local file (screenshot, image, PDF, zip, video) to GitHub user-attachments, downloads GitHub user-attachments, and embeds local files in a PR, issue, or comment. Use when asked to "attach a screenshot to the PR", "add an image to the issue", "embed before/after screenshots", "attach this file", or "download…

sudosubin/gh-attach · 94 tokens

pkup-enchant

Enrich an existing PKUP report directory — group commits into tasks, filter out non-creative groups, and write Polish descriptions. Use when the user has already generated a PKUP report and wants to clean it up or add "Zaprojektowałem..." descriptions.

pPrecel/pkup-gen · 59 tokens

gh-stack

Manages stacked PRs and splits multi-part work into reviewable branches with gh-stack. Use for stack creation, viewing, edits, push, submit, sync, rebase, merge, or checkout; when asked to split or isolate work for review; whenever a user mentions a stack, branch layers, dependent PRs, or gh stack; or when a stack is…

github/gh-stack · 80 tokens

github-operations

GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.

yonatangross/orchestkit · 50 tokens

vhs-e2e-gif

Record a test run, a TUI session, or any terminal command as a GIF with VHS and attach it to a GitHub PR as a release-hosted asset, never a repo commit. Use when asked to record an e2e run, demo a fix on a PR, attach a GIF or screen recording to a pull request, show a test passing visually, or produce a terminal…

dimetron/pi-go · 106 tokens

check-linters-before-commit

Before any commit, run linters, vet, tests, and build verification; do not commit until checks pass.

dimetron/pi-go · 30 tokens