import

import is a skill for Claude Code from Chemaclass/agnostic-ai. It costs 59 tokens per session (617 once invoked), scanned A, original, MIT.

A configuration importer for agnostic-ai, a tool that shares project instructions across different AI coding tools. It reads existing instruction files and turns them into shared specifications for those tools.

In plain words
What is it for?
Use it to import files such as CLAUDE.md, AGENTS.md, or Cursor rules into agnostic-ai, then distribute those instructions to other supported tools.
Why use it?
It avoids rewriting the same project rules for every AI coding tool. It also gives one shared source for conventions that were previously stored separately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions AGENTS.md; mentions Codex.

Part of the agnostic-ai plugin — 4 skills shipped together

Good fit Use it to import files such as CLAUDE.md, AGENTS.md, or Cursor rules into agnostic-ai, then distribute those instructions to other supported tools.

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

Made for: Claude Code.

Or install agnostic-ai, the plugin that ships this one along with the rest of its 4 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/chemaclass/agnostic-ai/import.svg)](https://agentmods.dev/skills/chemaclass/agnostic-ai/import)
Your own site
<a href="https://agentmods.dev/skills/chemaclass/agnostic-ai/import"><img src="https://agentmods.dev/badge/skills/chemaclass/agnostic-ai/import.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 617 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00059 $0.00617
Opus 5 $0.00030 $0.00309
Sonnet 5 $0.00012 $0.00123
Haiku 4.5 $0.00006 $0.00062

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

Security

Grade A, and why

import 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 7d 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/agnostic-ai/skills/import/SKILL.md · 45 lines

How it starts

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

import

Captures what one tool already knows and makes it drive all of them, without retyping the conventions.

Steps

  1. Confirm the CLI is present: agnostic-ai --version. If missing, run the install skill first.

  2. Inventory what exists. Check for CLAUDE.md, AGENTS.md, GEMINI.md, CONVENTIONS.md, .cursor/rules/, .cline/rules/, .devin/rules/, .continue/rules/, .github/copilot-instructions.md, and any .claude/{agents,skills,settings.json}.

  3. Scaffold the config if absent: agnostic-ai init.

  4. Import each source you found, one command per tool:

    agnostic-ai import claude     # CLAUDE.md + .claude/{agents,skills,settings.json}
    agnostic-ai import codex      # AGENTS.md, root and nested
    agnostic-ai import cursor     # .cursor/rules/*.mdc
    agnostic-ai import cline      # .cline/rules/, .cline/agents/
    agnostic-ai import windsurf   # .devin/rules/
    agnostic-ai import continue   # .continue/rules/
    

    import writes spec files only. It never edits targets: or the rest of the config.

  5. Commit the import before syncing, then sync as its own commit:

    git add .agnostic-ai/ agnostic-ai.yaml
    git commit -m "chore(agnostic-ai): import existing config"
    agnostic-ai sync
    git add -A
    git commit -m "chore(agnostic-ai): regenerate per-target configs"
    

    Splitting them keeps the review honest: the first commit carries the real content, the second is mechanical (headers, key order) and can be skimmed.

  6. Read the imported specs with the user. An imported rule often mixes several concerns because it came from one long file; split it into one file per rule so scoping and per-target emission work properly.

Notes

  • Importing from several tools: run each import and its commit before the final sync.
  • Round-trip is byte-stable: import strips the generated markers it wrote, so a later sync produces the same bytes.
  • What import does not capture: helper scripts referenced from settings.json, statusline.sh, and ad-hoc config files. Keep those in git next to .agnostic-ai/. Files bundled inside a skill directory do round-trip.

Read the full file on GitHub · 45 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. 7d ago First seen · 45 lines · 59 tokens per session scan A 6cd02834edb3

Subscribe to this mod's changes

import is a skill published in the GitHub repository Chemaclass/agnostic-ai (11 stars, last pushed 3d ago), licensed MIT. It adds 59 tokens to every session and 617 once invoked, about $0.0003 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