From inspect
Agricultural paper and official-document inspection/generation via nong. Trigger on paper diagnosis, 璁烘枃璇婃柇, paper type classification, structure extraction, reference check, variable plan, evidence chain, gap grade, data requirements, semantic diagnosis, paper drafting from JSON spec, or official-document drafting from JSON spec.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inspect:inspectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `nong inspect` for paper-level semantic, structural, evidence, reference, and writing workflows. Inspect consumes text or paper specs; for `.docx` sources, use `word dissect` or `word read` first. For external literature metadata/OA retrieval, use the `literature` skill and `nong lit`; `inspect refs` is an internal reference-list and citation-risk check, not a database search.
Use nong inspect for paper-level semantic, structural, evidence, reference, and writing workflows. Inspect consumes text or paper specs; for .docx sources, use word dissect or word read first. For external literature metadata/OA retrieval, use the literature skill and nong lit; inspect refs is an internal reference-list and citation-risk check, not a database search.
Read ../../.claude/references/nong-cli-preflight.md before the first Nong CLI command in a session. Confirm the nong CLI is installed and the needed command group.
Current nong commands --json exposes these 11 implemented Inspect commands:
nong inspect diagnose <paper.txt> --json
nong inspect refs <paper.txt> --json
nong inspect write-paper <spec.json> -o <out.docx> --json
nong inspect write-official <spec.json> -o <out.docx> --json
nong inspect classify <paper.txt> --json
nong inspect structure <paper.txt> --json
nong inspect varplan <paper.txt> --json
nong inspect evidence <paper.txt> --json
nong inspect data-req <paper.txt> --json
nong inspect gap <paper.txt> --json
nong inspect semantics <paper.txt> --json
For input preparation, focused diagnostics, and writing handoff, read references/paper-diagnostics.md.
.docx papers, run nong word dissect <file.docx> --output <slice-dir> --json and use <slice-dir>/content.nongmark as the inspect input. Use nong word read <file.docx> --json only for quick plain-text extraction.nong inspect diagnose <paper.txt> --json.nong inspect refs <paper.txt> --json.nong inspect classify <paper.txt> --json.nong inspect structure <paper.txt> --json.nong inspect varplan <paper.txt> --json.nong inspect evidence <paper.txt> --json.nong inspect data-req <paper.txt> --json.nong inspect gap <paper.txt> --json.nong inspect semantics <paper.txt> --json.nong inspect official-check <file.docx> --json. Checks red header, doc number, title, recipient, body, closing, signature, and date against gongwen formatting rules.nong inspect write-paper <spec.json> -o <out.docx> --json; then use Word commands for DOCX validation and slicing.nong inspect write-official <spec.json> -o <out.docx> --json; then validate/slice with the Word skill. For formatting an existing DOCX into gongwen style, use nong word format-gongwen.Inspect is not a DOCX parser. Keep Word layout, assets, comments, revisions, validation, and append edits in the word skill.
Use this minimal shape for write-paper:
{
"title": "Title",
"abstract": "Abstract text.",
"keywords": "keyword1; keyword2",
"sections": [
{
"heading": "1 Introduction",
"level": 1,
"body": ["Paragraph one.", "Paragraph two."]
}
],
"references": ["[1] Author. Title. Journal, 2026."]
}
sections[].heading is required. level must be 1-3. Treat E006 validation_failed as a spec problem.
Use this minimal shape for write-official:
{
"redHeader": "Demo Agency File",
"docNumber": "Demo [2026] 1",
"title": "Demo Notice",
"recipient": "All units:",
"body": ["Paragraph one.", "Paragraph two."],
"closing": "This is the notice.",
"signature": "Demo Agency",
"date": "2026-06-10"
}
title is required. body may be a string or an array of strings. Treat E006 validation_failed as a spec problem.
Always use --json when the result will feed another tool or model decision. Treat status: "error" as failed.
Reference and semantic outputs are rule-based writing and method diagnostics. Do not present them as external database verification, advisor review, or peer review. Use nong lit when the task requires OpenAlex/Crossref/Unpaywall metadata, DOI lookup, or reference export.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub angri450/nong.toolkit.net --plugin inspect