import-content

Import script-generated tables, figures, and numeric results into Markdown or LaTeX documents.

4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AMindToThink/claude-code-settings --skill import-content-amindtothink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-content
Source: https://github.com/AMindToThink/claude-code-settings/tree/main/skills/import-content
Command: npx skills add https://github.com/AMindToThink/claude-code-settings --skill import-content-amindtothink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes manual transcription work when documents need tables, figures, or numeric results that should come directly from scripts instead of being typed by hand.

Core Features & Use Cases

  • Script-backed content generation: Produces tables and numbers from authoritative data sources so the document stays reproducible.
  • Document wiring and update flow: Supports LaTeX inputs and Markdown marker-based replacement for safe, repeatable imports.
  • Provenance and verification: Encourages regeneration, round-trip checks, and source comments so outputs stay traceable.
  • Use Case: A researcher can generate a results table from JSON or CSV, import it into a report, and update it later without retyping any values.

Quick Start

Use the import-content skill to turn the document at $ARGUMENTS into a script-generated workflow for importing tables and numeric results safely.

Frequently Asked Questions about import-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import script-generated tables and numeric results into a Markdown report automatically?

You import script-generated tables into Markdown by using marker-based replacement directives that swap specific document sections with generated output files. This keeps report content synchronized with source data without manual transcription.

What is the best way to keep reproducible report content synchronized with source data?

Keeping reproducible report content synchronized with source data requires provenance-preserving document wiring and round-trip verification. Regenerating outputs from authoritative data sources and applying source comments ensures document values stay traceable to their scripts.

Can I use LaTeX input directives to wire script-generated figures into my documents?

Yes, you can use LaTeX input directives to wire script-generated figures and numeric results into your documents. This automation supports safe, repeatable imports by applying provenance-preserving techniques and round-trip checks to maintain data integrity.

Does importing data from JSON or CSV outputs require manual transcription for reproducible documents?

Importing data from JSON or CSV outputs does not require manual transcription for reproducible documents. The process automates turning authoritative data sources into formatted tables and figures, applying round-trip verification to ensure imported values match the source files exactly.

What are the limitations of marker-based replacement for updating document result sections?

Marker-based replacement for updating document result sections requires correctly placed markers and available generated output files to function. If markers are missing or source data changes without regeneration, the document content may fall out of sync with the authoritative data.