doey-reinstall

Reinstall Doey from a local source repository via its install script.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-reinstall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-reinstall
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-reinstall
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-reinstall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reinstalls Doey from the source repository to recover or update an installation that is broken, outdated, or misconfigured.

Core Features & Use Cases

  • Reinstalls Doey from the local source repository to refresh the installation state.
  • Handles dirty git states by performing a clean pull and re-run of the install process.
  • Useful for developers updating from source or recovering a failed deployment.

Quick Start

Execute the reinstall script from your local Doey repository to refresh your Doey installation from source.

Frequently Asked Questions about doey-reinstall

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

FAQPage Schema
How do I reinstall Doey from source after a failed pull or broken installation?

To reinstall Doey from source, execute the reinstall script from your local repository directory. It handles dirty git states by performing a clean pull and re-running the install process to recover broken or misconfigured local development setups.

What is the best way to update Doey from a local source repository?

The best way to update Doey from source is running the reinstall script, which refreshes the installation state by cleaning dirty git states and re-running the install process to ensure a complete post-merge update.

Do I need a working install script to reinstall Doey from source?

Yes, you need a working install script present in your local Doey repository to execute the reinstall. The process requires access to the known repository path to complete successfully.

Can I use this reinstall process to recover a partial Doey update?

Yes, you can use this reinstall process to recover a partial Doey update. It applies to local development setups, ensuring the reinstall completes even if a previous pull failed, followed by a completion report.

Why does my Doey reinstall fail when the local git state is dirty?

A Doey reinstall might fail with a dirty git state due to conflicts during a standard pull. This process handles dirty git states by performing a clean pull and re-running the install script to bypass these conflicts.