convert-internal-package-to-typescript

convert-internal-package-to-typescript is a skill for Claude Code, Codex from TryGhost/Ghost. It costs 75 tokens per session (1,001 once invoked), scanned A, original, MIT.

A migration workflow for changing a private workspace package from JavaScript or CommonJS to the repository's TypeScript and ESM setup. ESM is JavaScript's modern module format for `import` and `export`.

In plain words
What is it for?
Use it when converting an internal package, moving code from `lib` to `src`, renaming JavaScript files to TypeScript, or checking its consumers and build setup.
Why use it?
It reduces the risk of breaking package users, runtime paths, tests, builds, or release files during a modernization.

Skill for Claude CodeCodex

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 skills/tryghost/ghost/convert-internal-package-to-typescript
Any agent
npx skills add TryGhost/Ghost --skill convert-internal-package-to-typescript
Clone the repo
git clone --depth 1 https://github.com/TryGhost/Ghost

Made for: Claude Code, Codex.

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 convert-internal-package-to-typescript

README.md
[![agentmods](https://agentmods.dev/badge/skills/tryghost/ghost/convert-internal-package-to-typescript.svg)](https://agentmods.dev/skills/tryghost/ghost/convert-internal-package-to-typescript)
Your own site
<a href="https://agentmods.dev/skills/tryghost/ghost/convert-internal-package-to-typescript"><img src="https://agentmods.dev/badge/skills/tryghost/ghost/convert-internal-package-to-typescript.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,001 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 $0.00075 $0.01001
Opus 5 $0.00037 $0.00500
Sonnet 5 $0.00015 $0.00200
Haiku 4.5 $0.00007 $0.00100

Measured 4d ago against content hash 5aae117931a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

convert-internal-package-to-typescript 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 4d 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.

.agents/skills/convert-internal-package-to-typescript/SKILL.md · 106 lines

How it starts

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

Convert an internal package to TypeScript

Modernize an internal package without mixing mechanical moves with semantic changes or obscuring file history. Treat packages/README.md as the authority for the package's lifetime architecture; this skill owns only the conversion workflow.

Confirm this workflow applies

Read packages/README.md completely, then inspect the package, its consumers, and comparable current packages. Confirm that the package is internal-only and can adopt the documented single-build TypeScript and ESM contract.

Before editing:

  1. Find every import, require(), export, runtime asset and path reference.
  2. Inspect package metadata, build and test configuration, release/archive inclusion, and any dynamic module loading.
  3. Run the package's existing tests and representative consumer checks to establish a baseline.
  4. Identify supported consumers that cannot load the golden-path ESM output.

If the package has an active independent release or third-party support contract, or requires a format that conflicts with the golden path, stop and establish its support contract instead of applying this workflow mechanically. Deprecated historical npm versions do not by themselves block conversion.

Read references/history-and-verification.md completely before planning the commits.

Preserve lineage with three focused commits

Keep each commit independently valid and verify rename detection before moving on. Avoid formatting or opportunistic cleanup in the mechanical commits.

1. Move sources from lib to src

Use git mv to move the source tree. Update only references that must change for the new path, such as test imports, build inputs and package metadata. Do not change module syntax, file extensions or implementation in this commit.

Use the subject Moved <package> sources from lib to src when that accurately describes the change.

2. Change file extensions to TypeScript

Use git mv for .js to .ts renames. Add only the minimum configuration and syntax adjustments needed for the renamed sources to parse and for this commit to remain coherent. Preserve behavior and defer meaningful typing and ESM conversion to the next commit.

Read the full file on GitHub · 106 lines

Files

What ships with it

1 file 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. 4d ago First seen · 106 lines · 75 tokens per session scan A 5aae117931a3

Subscribe to this mod's changes

convert-internal-package-to-typescript is a skill published in the GitHub repository TryGhost/Ghost (55,149 stars, last pushed today), licensed MIT. It adds 75 tokens to every session and 1,001 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

cms-metadata-tagger

Takes a finished piece of content and produces a complete, archive-ready metadata record — including descriptive tags, subject classifications, rights notes, and an archival summary — for entry into a content management or digital archive system.

ur-grue/autopunk-media-skills · 49 tokens

intlayer-content

Define rich content structures using Intlayer content nodes. Use when the user asks to "create translations", "handle pluralization", "use markdown in content", or implement "conditional content".

aymericzip/intlayer · 41 tokens

intlayer-angular

Integrates Intlayer internationalization with Angular applications. Use when the user asks to "setup Angular i18n", create a new translated component, use the "useIntlayer" composable, or configure providers.

aymericzip/intlayer · 47 tokens

intlayer-next-js

Integrates Intlayer internationalization with Next.js App Router and Pages Router. Use when the user asks to "setup Next.js i18n", use "useIntlayer" in Server Components, or handle client-side translations in Next.js.

aymericzip/intlayer · 53 tokens

intlayer-react

Integrates Intlayer internationalization with React component. Use when the user asks to "setup React i18n", create a new translated component, use the "useIntlayer" hook, or configure providers.

aymericzip/intlayer · 46 tokens

intlayer-cli

Manages Intlayer dictionaries and configuration via the Command Line Interface. Use when the user asks to "audit translations", "build dictionaries", "sync content", or run "intlayer" commands.

aymericzip/intlayer · 43 tokens