import

import is a command for Claude Code from nguyennguyenit/MultiClaude. It costs 10 tokens per session (1,168 once invoked), scanned A, original, MIT.

A requirements-import command that brings an external software requirements document into the IPA documentation structure. SRS means Software Requirements Specification, a document describing what a system should do.

In plain words
What is it for?
Use it to import Markdown or PDF requirements, optionally focusing on areas such as APIs or user interfaces, and map their contents into project documents.
Why use it?
It avoids copying requirements by hand and keeps business, UI, API, and data requirements organized with consistent IDs and links between them.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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.

agentmods
npx agentmods add commands/nguyennguyenit/multiclaude/import
Clone the repo
git clone --depth 1 https://github.com/nguyennguyenit/MultiClaude

Made for: Claude Code.

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/commands/nguyennguyenit/multiclaude/import.svg)](https://agentmods.dev/commands/nguyennguyenit/multiclaude/import)
Your own site
<a href="https://agentmods.dev/commands/nguyennguyenit/multiclaude/import"><img src="https://agentmods.dev/badge/commands/nguyennguyenit/multiclaude/import.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,168 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00010 $0.01168
Opus 5 $0.00005 $0.00584
Sonnet 5 $0.00002 $0.00234
Haiku 4.5 $0.00001 $0.00117

Measured 6d ago against content hash 6b7395fbaa34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

.claude/commands/ipa/import.md · 198 lines

How it starts

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

Purpose

Import external requirements documents (from Gemini Deep Research, Perplexity, manual SRS) into IPA documentation structure with proper IDs and traceability.


Usage

# Import from markdown file
/ipa:import @path/to/external-srs.md

# Import from PDF (uses AI vision)
/ipa:import @path/to/requirements.pdf

# Import with specific focus
/ipa:import @external.md --focus=api    # Only API requirements
/ipa:import @external.md --focus=ui     # Only UI requirements

Workflow

Step 1: Read External Document

  1. Read external SRS file (md/pdf)
  2. Analyze structure and identify sections:
    • Business requirements
    • Functional requirements
    • UI/UX specifications
    • API requirements
    • Data/Database requirements
    • Non-functional requirements

Step 2: Extract and Categorize

Map external content to IPA docs:

External Content IPA Doc
Business requirements SRD.md (FR-xx)
User stories SRD.md (FR-xx)
UI mockup descriptions UI_SPEC.md (S-xx)
Screen flows UI_SPEC.md (flows)
API endpoints API_SPEC.md (API-xx)
Data models DB_DESIGN.md (D-xx)
ERD descriptions DB_DESIGN.md

Step 3: Generate IPA IDs

Assign IPA-compliant IDs:

Type ID Format Example
Functional Requirement FR-XXX FR-001, FR-002
Screen S-XX S-01, S-02
Entity E-XX E-01, E-02
API Endpoint API-XXX API-001, API-002
Database Table D-XX D-01, D-02

Step 4: Generate IPA Docs

Create/update IPA docs:

/ipa:import @external-srs.md
    ↓
docs/
├── SRD.md           # Generated with FR-xx IDs
├── UI_SPEC.md       # Generated with S-xx IDs
├── API_SPEC.md      # Generated with API-xx IDs
└── DB_DESIGN.md     # Generated with D-xx IDs

Step 5: Validate

Run /ipa:validate automatically to check:

  • ID uniqueness
  • Traceability links
  • Required fields

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

Subscribe to this mod's changes

import is a command published in the GitHub repository nguyennguyenit/MultiClaude (22 stars, last pushed 25d ago), licensed MIT. It adds 10 tokens to every session and 1,168 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-30.