explaingit

newtype-01/newtype-lite

12Audience · writerComplexity · 1/5Setup · easy

TLDR

A collection of instruction files that turns a compatible AI coding agent into a lightweight content assistant for writing, research, editing, and fact-checking tasks, with no separate runtime needed.

Mindmap

mindmap
  root((newtype lite))
    What it does
      Content task routing
      Writing assistance
      Research and sourcing
    Method packs
      Briefing and interview
      Source-backed research
      Drafting
      Editing and structure
      Fact-checking
    Installation
      Copy SKILL.md
      Copy references folder
    Audience
      Writers
      Content teams
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Run source-backed research inside a Codex session without switching to a separate research tool.

USE CASE 2

Draft and edit a blog post or article by routing the task through the appropriate content method pack.

USE CASE 3

Fact-check a draft inside your agent session using the dedicated fact-checking method pack.

Tech stack

Codex

Getting it running

Difficulty · easy Time to first run · 5min

Copy SKILL.md and the references folder into the agent expected Skills directory, two-line install for Codex.

In plain English

newtype Lite is a collection of instruction files, packaged as a Skill, that turns a compatible AI coding agent into a lightweight content team assistant. It is designed to be installed inside agent environments like Codex and used when you need help with writing, research, editing, or fact-checking tasks without setting up a full separate product. The package revolves around a main router file called SKILL.md. When you give the agent a content task, that file determines which specialized method pack to load from the references folder. Each pack handles a different stage of content work: one for interviewing and clarifying a brief, one for source-backed research, one for drafting, one for editing and restructuring, one for fact-checking, one for extracting usable notes from raw material, and one for saving reusable knowledge summaries. Only the relevant pack loads for a given task, which keeps the system light. The project describes its underlying approach as: brief before draft, sources before claims, structure before prose, and verification before confidence. This is framed as the core content method that a full newtype OS product would also follow, but delivered here in a simpler format with no separate runtime or installation beyond copying files. Installation means copying SKILL.md and the references folder into wherever the agent expects Skills to live. For Codex, there is a two-line command in the README to do this. For other agents, the placement is manual. The README is explicit that newtype Lite is not a replacement for newtype OS, which is a full CLI product with a dedicated runtime, richer orchestration, and background task support. newtype Lite is described as the portable, no-runtime version of the same content methods, suited for quick content workflows inside a compatible agent session.

Copy-paste prompts

Prompt 1
Using newtype Lite, research the current state of AI code review tools with sources cited before making any claims.
Prompt 2
Activate the drafting method pack in newtype Lite and write a 600-word introduction to a guide on prompt engineering for non-technical founders.
Prompt 3
Use the newtype Lite fact-checking pack to verify all statistics in this draft and flag any claims that still need a source.
Open on GitHub → Explain another repo

← newtype-01 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.