{name}

Install and execute Codemod skill packages with workflow.yaml-defined transformations.

1.1k|81|Updated Jan 26, 2024
One-click install
npx skills add https://github.com/codemod/codemod --skill name-codemod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {name}
Source: https://github.com/codemod/codemod/tree/main/crates/cli/src/templates/skill
Command: npx skills add https://github.com/codemod/codemod --skill name-codemod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Codemod Skill packages streamline the discovery, installation, and orchestration of codemod transformations within a repository context, reducing manual setup and ensuring consistent execution.

Core Features & Use Cases

  • Install and activate a skill package from the registry or a local source to extend Codemod capabilities.
  • Execute package-defined workflows to apply codemod transformations with safety checks and clear reporting.
  • Reuse packaged guidance and references to standardize how teams apply migrations across projects.

Quick Start

Install this skill and reload your harness session to enable discovery.

Frequently Asked Questions about {name}

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a codemod skill package and why use it for repository migrations?

A codemod skill package streamlines the discovery, installation, and orchestration of codemod transformations within a repository context, reducing manual setup and ensuring consistent migration execution across projects.

How do I install and activate a codemod skill package from the registry?

To install and activate a skill package, install the skill and reload your harness session to enable discovery. This allows you to extend codemod capabilities from either a registry or a local source.

Can I reuse codemod workflows to standardize migrations across multiple repositories?

Yes, you can reuse packaged guidance and references to standardize how teams apply migrations across projects. This ensures transformations are applied with safety checks and clear reporting across multiple repositories.

What files are required to structure a custom codemod workflow?

Structuring a custom codemod workflow requires a frontmatter-defined name and description in SKILL.md, integration with references/index.md for guidance, and a workflow.yaml that points to the skill path.

Does applying codemod transformations require manual intervention for safety checks?

No, executing package-defined workflows applies codemod transformations with safety checks and clear reporting automatically. This minimizes manual intervention while orchestrating migrations within the repository context.

Why is my installed codemod skill package not being discovered by the harness?

If your installed codemod skill package is not being discovered, you likely need to reload your harness session after installation to enable discovery and activate the skill package capabilities.