nx-import

nx-import is a skill for Claude Code, Codex from ikkz/anki-eco. It costs 45 tokens per session (3,482 once invoked), scanned C, original, GPL-3.0.

A guide for using Nx import to bring repositories into an Nx workspace. An Nx workspace is a repository that manages multiple related projects, often called a monorepo.

In plain words
What is it for?
Use it to bring an existing repository into an Nx workspace, adopt Nx across repositories, or move projects into a monorepo.
Why use it?
It helps preserve or combine code and repository history when adopting Nx or moving projects together. It focuses on importing, merging, and combining repositories.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to bring an existing repository into an Nx workspace, adopt Nx across repositories, or move projects into a monorepo.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ikkz/anki-eco/nx-import/github.svg)](https://agentmods.dev/skills/ikkz/anki-eco/nx-import)
Your own site
<a href="https://agentmods.dev/skills/ikkz/anki-eco/nx-import"><img src="https://agentmods.dev/badge/skills/ikkz/anki-eco/nx-import/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 nx-import

Your own site · 80×15
<a href="https://agentmods.dev/skills/ikkz/anki-eco/nx-import"><img src="https://agentmods.dev/badge/skills/ikkz/anki-eco/nx-import.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,482 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00045 $0.03482
Opus 5 $0.00023 $0.01741
Sonnet 5 $0.00009 $0.00696
Haiku 4.5 $0.00005 $0.00348

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

Security

Grade C, and why

nx-import scanned grade C with 1 finding 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

**Fix**: `rm -rf imported/node_modules imported/pnpm-lock.yaml imported/pnpm-workspace.yaml imported/.gitignore`, then `pnpm install`.
.agents/skills/nx-import/SKILL.md · 239 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

6 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 · 239 lines · 45 tokens per session scan C bc9a0fdfcf92

Subscribe to this mod's changes

nx-import is a skill published in the GitHub repository ikkz/anki-eco (119 stars, last pushed 20d ago), licensed GPL-3.0. It adds 45 tokens to every session and 3,482 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

merge-seed

Merge upstream React Starter Kit updates (the seed remote) into main, preserving this project's identity, scope, and behavior. Use when asked to sync, pull, or merge the seed / starter kit / upstream template.

kriasoft/react-starter-kit · 49 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens

commit

A workflow for recording workspace changes in Git, the version-control system used to track code history. It includes locking, coordination checks, commit conventions, and cleanup if the process stops.

YuDefine/nuxt-supabase-starter · 79 tokens

wt

A workflow tool for creating isolated Git worktrees, which are separate working directories connected to the same repository. It coordinates parallel tasks without mixing their changes.

YuDefine/nuxt-supabase-starter · 70 tokens

gh-ci-watch

A watcher for GitHub Actions, the service that runs automated checks and deployments for a repository. It waits for a selected workflow run or commit to reach a final state and collects its logs.

YuDefine/nuxt-supabase-starter · 77 tokens

release

Cut a new release by tagging a version and publishing via GitHub, which triggers the PyPI Trusted Publishing and docs-deploy workflows. Use when asked to "make a release", "cut a version", or "publish".

gpauloski/python-template · 47 tokens