Jdrodriguez Claudecode File Attach Plugin
jdrodriguez-claudecode-file-attach-plugin is a Claude Code plugin for the Build phase that adds a macOS Finder picker to attach files into agent sessions.
Install the macOS file-attach plugin to pick files from Finder and attach them to Claude Code sessions without manual path copying.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install jdrodriguez-claudecode-file-attach-plugin@jdrodriguez/claudecode-file-attach-pluginBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:jdrodriguez/claudecode-file-attach-plugin") and the paste-ready config with skillselion.get_install_config("plugin:jdrodriguez/claudecode-file-attach-plugin").
What it does
jdrodriguez-claudecode-file-attach-plugin is a minimal community Claude Code plugin—one plugin in the bundle—built for macOS users who attach local files during coding sessions. Instead of dragging paths from Terminal or pasting brittle absolute paths, you get an interactive Finder-oriented picker wired into Claude’s session flow. That matters for solo builders who iterate on designs, PDFs, configs, and screenshots stored outside the repo tree and want the agent to read them immediately. The scope is deliberately narrow: it does not index your drive, sync cloud storage, or replace @-mentions in other IDEs. It is a productivity integration best evaluated on a Mac with Finder access. Complexity is beginner-level registration plus normal macOS permissions. Skip it if you work only on Linux or Windows, or if your workflow already lives entirely inside the project workspace with git-tracked files.
Highlights
- Interactive macOS Finder file picker for Claude Code sessions.
- Attach local files without typing long paths manually.
- Single focused plugin for session file inclusion.
- Keywords: attach, finder, macos, picker, sessions.
Why builders use it
On macOS, copying file paths into Claude Code sessions is slow and error-prone when you need ad-hoc local assets in the loop.
After installing the plugin, you can pick files interactively from Finder and attach them to Claude sessions in fewer steps.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is jdrodriguez-claudecode-file-attach-plugin for?
Claude Code users on macOS who want a Finder-based way to attach local files during interactive coding sessions.
When should I use jdrodriguez-claudecode-file-attach-plugin?
Use it during Build whenever you need screenshots, documents, or configs from outside the repo without hand-typing paths.
How do I add jdrodriguez-claudecode-file-attach-plugin to my agent?
Add the jdrodriguez/claudecode-file-attach-plugin marketplace repo in Claude Code, install the plugin, and use its attach flow from a macOS session with Finder access.
Comments
Share how you use jdrodriguez-claudecode-file-attach-plugin, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.