Bookmark banner
xpoes123 xpoes123

Bookmark

Development community

Description

Add a bookmark to the rofi bookmarks launcher at ~/.config/rofi/bookmarks. File format is one bookmark per line: `Name|target` Target types: - URL (https://...) — opens in Zen Browser on workspace 9 - `dir:/path/to/dir` — opens a kitty terminal in that directory - `code:/path/to/dir` — opens Claude Code in that directory If the user gives just a URL, derive a short friendly name from the domain. If they give a path, use the folder name as the display name unless they specify one. Append the n

Installation

Installs to ~/.claude/skills/xpoes123-claude-skills-bookmark/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xpoes123-claude-skills-bookmark && curl -fsSL https://raw.githubusercontent.com/xpoes123/claude-skills/HEAD/commands/bookmark.md -o ~/.claude/skills/xpoes123-claude-skills-bookmark/SKILL.md

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

Full documentation available on GitHub

View Source Repository