Folders

Installation
SKILL.md

Folder Index

Maintain a lightweight index at ~/.config/folder-index.json to know where important things are without rescanning.

{
  "folders": [
    {"path": "/Users/alex/projects/webapp", "type": "project", "note": "Main client project"}
  ]
}

When user asks "where is X" or "find my project Y", check the index first. If not found, do targeted discovery then offer to add the result.

Discovery

Installs
1
Repository
clawic/skills
GitHub Stars
16
First Seen
May 31, 2026
Folders — clawic/skills