maceff-tree-awareness

Restore MacEff repository structure awareness after compaction or refactoring.

2|Updated Sep 18, 2025
One-click install
npx skills add https://github.com/cversek/MacEff --skill maceff-tree-awareness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maceff-tree-awareness
Source: https://github.com/cversek/MacEff/tree/main/framework/skills/maceff-tree-awareness
Command: npx skills add https://github.com/cversek/MacEff --skill maceff-tree-awareness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill restores accurate structural awareness of the MacEff repository after compaction events or refactoring to prevent misguided actions.

Core Features & Use Cases

  • Tree inspection: Run targeted tree commands to reveal actual directory layout.
  • Safety guarantee: Reduce mislocations and dangerous actions by confirming structure.
  • Use Case: After refactoring, re-scan the tree to verify file locations before making changes.

Quick Start

Run the sequence of tree commands, starting from the MacEff root, to inspect layout and confirm paths.

Frequently Asked Questions about maceff-tree-awareness

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

FAQPage Schema
How do I verify repository structure after refactoring or compaction?

Repository structure verification uses sequential tree commands executed from the MacEff root to reveal actual directory layout and module organization. This prevents mislocations and confirms file paths before making changes, especially after refactoring or compaction events.

What should I do if file locations or package organization seem unclear after a major refactor?

Run tree inspection commands to restore accurate structural awareness of your MacEff repository. The Skill resolves the MacEff root via git detection, environment variables, or container defaults, then maps actual directory and module paths to eliminate confusion.

How do I prevent destructive actions from incorrect file path assumptions?

Execute the tree awareness Skill to confirm file locations and package organization before making structural changes. By scanning and validating the actual repository layout, you reduce the risk of misguided or dangerous operations based on outdated or incorrect assumptions.

When should I refresh my understanding of the repository structure?

Refresh repository structure awareness after compaction recovery, following major refactoring, or whenever confusion arises about file locations or module paths. Regular tree inspection ensures your mental model matches the actual repository organization.

Can I use tree inspection to confirm paths before executing automated tasks?

Yes. Tree inspection reveals the actual directory and module organization, allowing you to verify paths and confirm MacEff root resolution before executing subsequent automated tasks or structural changes on your repository.