Releases: aShu-guo/ts-abbr-skill
Releases · aShu-guo/ts-abbr-skill
Release list
v1.1.1
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 addcompatibility — skill content moved toskills/ts-abbr-skill/so this repo is auto-discovered by the vercel-labs/skills universal installer, supporting 70+ agents.- Test suite (
npm test) andtypecheckscript; 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.jsonto the agent-neutral.ts-abbr-skill.local.json.
Install
npx skills add aShu-guo/ts-abbr-skill
# or
npx ts-abbr-skillv1.0.0
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 --noEmitverification required after batch renames
Install
npx ts-abbr-skillBuilt-in dictionary highlights
business→biz, context→ctx, configuration→cfg, response→res, request→req, repository→repo, and 40+ more.