Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rstackjs avatar

Migrate To Rslib

  • 126 installs
  • 86 repo stars
  • Updated August 4, 2026
  • rstackjs/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

migrate-to-rslib is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • migrate-to-rslib
  • AI & Agent Building
  • AI-coding skill

Migrate To Rslib by the numbers

  • 126 all-time installs (skills.sh)
  • +8 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #3,699 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rstackjs/agent-skills --skill migrate-to-rslib

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs126
repo stars86
Last updatedAugust 4, 2026
Repositoryrstackjs/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Migrate to Rslib

Goal

Migrate tsc and tsup projects to Rslib with minimal behavior changes and clear verification.

Supported source frameworks

  • tsc
  • tsup

Migration principles (must follow)

1. Official guide first: treat Rslib migration docs as source of truth. 2. Smallest-change-first: complete baseline migration first, then migrate advanced or custom behavior. 3. Do not change business logic: avoid touching source or business logic unless user explicitly asks. 4. Validate before cleanup: keep old tool dependencies/config temporarily if needed; remove only after Rslib is green.

Workflow

1. Detect source tool

  • tsup
  • Config: tsup.config.*
  • Dependency: tsup
  • Build script: uses tsup to build projects
  • tsc
  • Config: tsconfig.json or tsconfig.*.json
  • Dependency: typescript
  • Build script: uses tsc to build projects. And it should be noted that tsc used only for type checking (e.g., tsc --noEmit) does not make it a tsc build project.

2. Apply tool-specific migration deltas

  • tsc: references/tsc.md
  • tsup: references/tsup.md

3. Validate behavior

  • Run build command to verify the project builds successfully.
  • If issues remain, compare the old project configuration with the migration guide and complete any missing mappings.

4. Cleanup and summarize

  • Remove obsolete dependencies/config only after validation passes.
  • Summarize changed files, mapped options, and any remaining manual follow-ups.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.