unjsunjsOfficialยท1 Agent Skills Included

codeup

Automated codebase migrations and updates across repositories

Applies code changes and migrations automatically across multiple repositories. Eliminates repetitive manual edits like config migrations, dependency swaps, and script updates. Provides reusable actions, file utilities, and a CLI to run updates from local or remote sources.
npx skills add unjs/codeup --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install codeup?โ–ผ

Run `npx skills add unjs/codeup --all -g -y` in your terminal to install all skills in this repository globally.

What does codeup do?โ–ผ

Codeup automates codebase updates by applying reusable actions, such as migrating ESLint configs or swapping dependencies, across many repositories at once.

How to run codeup actions?โ–ผ

Use `npx codeup apply --actions path/to/actions/dir` for local actions, or point it to a GitHub source like `gh:unjs/codeup/actions/unjs` to run remote actions.

Can I create custom codeup actions?โ–ผ

Yes. Define an action with a filter condition and apply steps using `defineAction`, and the included skill helps generate new action files automatically.

Does codeup work with different package managers?โ–ผ

Yes. It automatically detects npm, yarn, pnpm, or bun and runs the correct commands for adding dependencies and executing scripts.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’