Finder banner
LEFTEQ LEFTEQ

Finder

Development community

Description

--- disable-model-invocation: true name: finder description: "User signals 'show me that in Finder' — open the session's most relevant directory (exports, generated files, changed code) in macOS Finder and print its full path." --- Open the directory the user most plausibly wants to see, in Finder. 1. Resolve the target: - `$ARGUMENTS` given → treat it as a path (absolute, `~`, or relative to cwd) or a fuzzy hint ("the pdfs", "the worktree") matched against directories this session touched.

Installation

Installs to ~/.claude/skills/lefteq-claudikpublic-finder/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lefteq-claudikpublic-finder && curl -fsSL https://raw.githubusercontent.com/LEFTEQ/ClaudikPublic/HEAD/commands/finder.md -o ~/.claude/skills/lefteq-claudikpublic-finder/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository