research-schematic-design

research-schematic-design is a skill for Claude Code, Codex from hanhuark/mechanical-engineering-research-skill. It costs 50 tokens per session (686 once invoked), scanned A, original, MIT.

A workflow for making editable scientific and engineering diagrams. It helps represent equipment, physical processes, experiments, software systems, or research methods with accurate labels, arrows, symbols, and stated meaning.

In plain words
What is it for?
Use it to create facility schematics, thermal-fluid diagrams, workflows, system architectures, graphical abstracts, and other publication figures.
Why use it?
It reduces the risk that a diagram suggests unsupported evidence or contains misleading geometry, text, directions, or values. It also keeps the final figure editable instead of treating it as a fixed image.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the thermal-fluid-research-workflow plugin — 9 skills, 17 commands shipped together

Good fit Use it to create facility schematics, thermal-fluid diagrams, workflows, system architectures, graphical abstracts, and other publication figures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design
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 hanhuark/mechanical-engineering-research-skill --skill research-schematic-design
Clone the repo
git clone --depth 1 https://github.com/hanhuark/mechanical-engineering-research-skill

Made for: Claude Code, Codex.

Or install thermal-fluid-research-workflow, the plugin that ships this one along with the rest of its 9 skills, 17 commands.

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 research-schematic-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design/github.svg)](https://agentmods.dev/skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design)
Your own site
<a href="https://agentmods.dev/skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design"><img src="https://agentmods.dev/badge/skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design/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 research-schematic-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design"><img src="https://agentmods.dev/badge/skills/hanhuark/mechanical-engineering-research-skill/research-schematic-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 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.
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.00050 $0.00686
Opus 5 $0.00025 $0.00343
Sonnet 5 $0.00010 $0.00137
Haiku 4.5 $0.00005 $0.00069

Measured today against content hash ba4783cae284, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

research-schematic-design 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 today.

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.

skills/research-schematic-design/SKILL.md · 48 lines

How it starts

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

Research Schematic Design

Purpose

Create figures that clarify a scientific claim without inventing evidence. A publication schematic is an engineering artifact: its geometry, flow directions, symbols, labels, color semantics, and stated scale must agree with the manuscript, data, and method.

Route To References

  • Read references/schematic-brief.md to turn the request into a complete technical brief.
  • Read references/schematic-workflow.md to choose native-vector, hybrid, or image-editing production.
  • Read references/scientific-visual-qa.md before delivering or inserting a figure into a manuscript, slide deck, proposal, or poster.
  • Start from assets/templates/schematic-brief.yaml when the user needs a reusable figure specification.

Core Rules

  • Default to an editable, native-vector source for system diagrams, facility schematics, workflows, labels, arrows, dimensions, equations, and legends. Use SVG, PowerPoint objects, or another requested editable format.
  • Use image generation only for visual concepts, non-semantic textures, or a reference composition. Never trust generated in-image text, arrow direction, numerical values, symbols, dimensions, or geometry as the final scientific content.
  • Recreate every final label, arrow, line, icon, legend, and quantitative annotation deterministically after a generated concept is selected.
  • Distinguish measured apparatus, simulated domains, proposed systems, conceptual mechanisms, and illustrative elements. Do not depict unmeasured mechanisms as observed facts.
  • Preserve source and rights boundaries. Do not trace or reproduce a third party's figure without permission; use supplied references for inspiration and create an original composition.

Workflow

  1. Identify the figure's single job: explain a facility, mechanism, workflow, comparison, or overall research story.
  2. Build the schematic brief: audience, target size, required components, exact labels and units, connections, evidence class, visual hierarchy, and exclusions.
  3. Choose the production lane:
    • Native vector: default for facilities, flow paths, process diagrams, methods, system architectures, and graphical abstracts with exact labels.
    • Hybrid: generate one or more concept frames for composition or material cues, then reconstruct the accepted concept as editable vector objects.
    • Controlled image edit: use only when a supplied image must retain visual information; overlay all technical annotations as deterministic vector elements.
  4. Build the source artifact and a rendered preview. Keep the figure uncluttered, with one visual grammar for arrows, line weights, colors, labels, and callouts.
  5. Run the scientific visual QA before delivery. Verify every label against the source material and inspect the figure at final use size.

Read the full file on GitHub · 48 lines

Files

What ships with it

5 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. today First seen · 48 lines · 50 tokens per session scan A ba4783cae284

Subscribe to this mod's changes

research-schematic-design is a skill published in the GitHub repository hanhuark/mechanical-engineering-research-skill (16 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 686 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-09-10.

Related

Other skills, from other repositories

godmode-ui-ux

Use when acting as the authoritative design lead for all frontend work, enforcing brand discovery, Anti-Slop rules, DTCG design tokens, fluid motion, and data-driven design generation.

hybridlabor-api/bdb-dev-optimized-agent-skills · 43 tokens

design-spells

Use when adding curated micro-interactions, delightful animations, and subtle design details that add magic and personality to web and mobile apps.

hybridlabor-api/bdb-dev-optimized-agent-skills · 30 tokens

latex-posters

Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, colour schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.

MarieLynneBlock/arcanum-artifex · 60 tokens

deep-research

Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.

hybridlabor-api/bdb-dev-optimized-agent-skills · 23 tokens

launch-rhino

Start a single Rhino MCP session. Accepts a version argument (e.g. 8, WIP) and an optional explicit port. Walks forward from 10500 to pick a free port if none was given. On macOS this opens a new document in the running Rhino; on Windows it launches a new Rhino process. Use when the user asks to start a Rhino MCP…

hybridlabor-api/bdb-dev-optimized-agent-skills · 100 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

timgranlundmarsden/claude-agent-flow · 43 tokens