reset

Purge wiki, raw data, logs, or checkpoints while preserving .gitkeep and wiki/CLAUDE.md.

1.6k|208|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/skyllwt/OmegaWiki --skill reset-skyllwt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reset
Source: https://github.com/skyllwt/OmegaWiki/tree/main/i18n/zh/skills/reset
Command: npx skills add https://github.com/skyllwt/OmegaWiki --skill reset-skyllwt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resets the wiki scaffolding to a clean state across specified scopes (wiki, raw, log, checkpoints, or all), enabling smooth development iterations and recovery from setup failures.

Core Features & Use Cases

  • Scope-based reset: selectively purge wiki content, raw data, logs, and checkpoints to reset the environment to a known-good baseline.
  • Safe preservation: retains essential placeholders like .gitkeep and wiki/CLAUDE.md to maintain structure.
  • Use case: perform a full reset after a failed setup to reinitialize the wiki without losing core configuration.

Quick Start

Execute the reset command with a scope argument to reset the wiki scaffold.

Frequently Asked Questions about reset

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

FAQPage Schema
How do I reset wiki scaffolding to a clean state after a failed setup?

Resetting wiki scaffolding requires executing a reset command with a scope argument such as wiki, raw, log, or checkpoints. This selectively purges the specified content to reinitialize the environment to a known-good baseline.

What does a scoped wiki reset preserve during the cleanup process?

During a wiki reset cleanup, essential placeholders like .gitkeep and wiki/CLAUDE.md are preserved. This maintains the core directory structure and configuration while purging raw data, logs, and checkpoints.

When do I need to purge checkpoints and raw data in a devops recovery scenario?

Purging checkpoints and raw data is necessary during devops recovery scenarios when setup failures occur. Reinitializing these scopes removes corrupted iteration data and restores the environment to a stable baseline for fresh development.

Can I selectively purge only logs or checkpoints without deleting the entire wiki content?

Yes, you can selectively purge only logs or checkpoints by specifying that scope argument during the reset. This scope-based approach targets specific data types independently, allowing precise cleanup without deleting the entire wiki content.

What is the best way to reinitialize a wiki environment without losing core configuration files?

The best way to reinitialize a wiki without losing core configuration is to use the reset skill with the 'all' scope. This safely deletes content while explicitly retaining essential placeholders like .gitkeep and wiki/CLAUDE.md.