BeClaude

fzf

New
16Community RegistryGeneralby Alberto Leal · MIT

Command-line fuzzy finder for interactive filtering. Use when searching files, command history (CTRL-R), creating interactive menus, or integrating with ripgrep, fd, and git. Triggers on fzf, fuzzy finder, ** completion, or CTRL-T/CTRL-R/ALT-C keybindings.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/fzf.md https://raw.githubusercontent.com/dashed/claude-marketplace/master/plugins/fzf/SKILL.md
3
Invoke in Claude Code
/fzf
View source on GitHub
fzffuzzysearchfilterinteractiveshellclicompletion

Frequently Asked Questions

What is fzf?

Command-line fuzzy finder for interactive filtering. Use when searching files, command history (CTRL-R), creating interactive menus, or integrating with ripgrep, fd, and git. Triggers on fzf, fuzzy finder, ** completion, or CTRL-T/CTRL-R/ALT-C keybindings.

How to install fzf?

To install fzf, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /fzf.

What is fzf best for?

fzf is a community categorized under General. It is designed for: fzf, fuzzy, search, filter, interactive, shell, cli, completion. Created by Alberto Leal.