debug

Preserve user-managed skill directories during agent synchronization.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fyodoriv/agentbrew --skill debug-fyodoriv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/fyodoriv/agentbrew/tree/main/real-e2e/fixtures/us07-us17-source-and-existing-setup/home/.claude/skills/debug
Command: npx skills add https://github.com/fyodoriv/agentbrew --skill debug-fyodoriv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual skill directories outside agentbrew can drift during synchronization, risking unintended edits or loss when agents are updated.

Core Features & Use Cases

  • Non-intrusive preservation: keeps user-managed skill folders intact while syncing to all agents.
  • Drift verification: detects mismatches between local skill directories and the catalog.
  • Use case: testers can validate that external skill directories survive AgentBrew sync processes.

Quick Start

Run a dry-run sync to verify that user-managed skill directories are preserved.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I prevent manual skill directory changes from drifting during agent sync?

To prevent drift during agent sync, run a dry-run sync to verify that user-managed skill directories remain preserved. This detects mismatches between local directories and the catalog without applying unintended edits.

What is skill directory drift and how does sync affect external folders?

Skill directory drift occurs when manual skill folders outside the sync tool diverge from the catalog. Syncing can risk unintended edits or loss, so drift verification checks integrity to guard against these mismatches safely.

How do I verify external skill folders survive an AgentBrew sync process?

You can verify external skill folders survive an AgentBrew sync by running a dry-run sync. This non-intrusive process checks the existing directory structure to detect and report drift before any actual changes happen.

Do I need external dependencies to check for skill folder drift?

No, you do not need external dependencies to check for skill folder drift. The process operates with zero dependencies and relies solely on the existing directory structure to verify integrity and report mismatches.

Can I validate that user-managed skill directories stay intact while syncing to all agents?

Yes, you can validate that user-managed skill directories stay intact while syncing to all agents. The non-intrusive preservation feature keeps external folders untouched while verifying their integrity against the catalog.

Why does my manual skill directory mismatch the catalog after syncing?

A manual skill directory mismatches the catalog after syncing due to drift between local folders and the central registry. Running a dry-run sync detects these mismatches and verifies directory integrity to prevent data loss.