skill-reinterpreter

Rebuild an existing Agent Skill in a new folder and delete the original after validation.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/scanady/nexus-agents --skill skill-reinterpreter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-reinterpreter
Source: https://github.com/scanady/nexus-agents/tree/main/.agents/skills/skill-reinterpreter
Command: npx skills add https://github.com/scanady/nexus-agents --skill skill-reinterpreter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rebuilds an existing Agent Skill from scratch in a new folder while preserving intent and outcomes, then delete the original.

Core Features & Use Cases

  • Rebuild frontmatter and workflow for discoverability and maintainability.
  • Regenerate all supporting files (references, scripts, assets) in a fully rewritten form.
  • Enforce preflight safety gates and validation before any replacement or deletion.
  • Apply the content-copy-caveman style to deliver a high-quality, distinct reinterpretation.
  • Facilitate safe replacement by creating a new skill under skills/ and removing the source only after successful validation.

Quick Start

Supply the source skill path, the new skill folder name under skills/, and confirm source deletion after successful validation to begin the reinterpretation workflow.

Frequently Asked Questions about skill-reinterpreter

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

FAQPage Schema
How do I rebuild an Agent Skill from scratch while preserving the original intent?

To rebuild an Agent Skill while preserving intent, supply the source skill path, a new folder name under skills/, and confirm source deletion. The skill rewrites every supported file into the new folder and deletes the original only after successful validation.

What is the safest way to replace an existing Agent Skill with an improved version?

The safest way to replace an Agent Skill uses a preflight safety gate to validate a fully rewritten clone in a new skills/ folder. The source skill is deleted only after the replacement passes validation, ensuring no workflow disruption.

How do I refresh outdated skill architecture with current best practices?

To refresh skill architecture with current best practices, trigger a reinterpretation workflow that regenerates frontmatter, supporting files, and scripts into a distinct, improved clone. The rebuilt skill maintains original outcomes while applying modern structural design.

Can I rewrite and clone supporting skill files like scripts and references without losing data?

Yes, you can clone and rewrite supporting skill files without losing data because the tool regenerates references, scripts, and assets in a fully rewritten form within a new folder. The original files remain intact until the new version passes validation checks.

Does the skill rewriting process require manual deletion of the source folder?

The skill rewriting process does not require manual deletion because the workflow automatically removes the source folder only after the rebuilt clone passes validation. You must explicitly confirm source deletion during the initial setup to authorize this final step.

What are the limitations of rebuilding a skill from scratch in a new folder?

A limitation of rebuilding a skill from scratch is that the workflow requires an explicit confirmation to delete the source folder. Additionally, the replacement only proceeds if the newly generated files pass the enforced preflight safety gate and validation checks.