Skip to content

Releases: aShu-guo/ts-abbr-skill

Release list

v1.1.1

Choose a tag to compare

@aShu-guo aShu-guo released this 06 Jul 01:49

ts-abbr-skill v1.1.1

Added

  • Codex support — the dedicated installer (npx ts-abbr-skill) now prompts for target agent(s): Claude Code and/or Codex, each with correct project/global paths.
  • npx skills add compatibility — skill content moved to skills/ts-abbr-skill/ so this repo is auto-discovered by the vercel-labs/skills universal installer, supporting 70+ agents.
  • Test suite (npm test) and typecheck script; CI hardening for the rename script.
  • Published to GitHub Packages (@ashu-guo/ts-abbr-skill) alongside npm.

Changed

  • Package and GitHub repo renamed to ts-abbr-skill.
  • Project-local override path changed from .claude/ts-abbreviation.local.json to the agent-neutral .ts-abbr-skill.local.json.

Install

npx skills add aShu-guo/ts-abbr-skill
# or
npx ts-abbr-skill

v1.0.0

Choose a tag to compare

@aShu-guo aShu-guo released this 05 Jul 11:12

ts-abbr-skill v1.0.0

First stable release.

What it does

  • Applies a configurable abbreviation dictionary to TypeScript variable/parameter naming
  • AST-aware rename via ts-morph (no plain-text find/replace)
  • tsc --noEmit verification required after batch renames

Install

npx ts-abbr-skill

Built-in dictionary highlights

business→biz, context→ctx, configuration→cfg, response→res, request→req, repository→repo, and 40+ more.