croakingtoad

Saved Search — Git skill for Claude Code

Git community

Search through GitHub starred repos and Reddit saved posts.

How to install Saved Search

Installs to ~/.claude/commands/croakingtoad-saved-search-saved-search.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/croakingtoad/saved-search/HEAD/.claude/commands/saved-search.md -o ~/.claude/commands/croakingtoad-saved-search-saved-search.md

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

What Saved Search does


description: Search through GitHub starred repos and Reddit saved posts

You are helping the user search their saved content on GitHub and Reddit.

Execute the saved-search tool with the provided query and flags:

node /home/marty/repos/saved-search/index.js "$QUERY" $FLAGS

Where:

  • $QUERY is the search term in quotes
  • $FLAGS can be:
    • --github - Search only GitHub starred repos
    • --reddit - Search only Reddit saved posts
    • --all - Search both (default if no

Alternatives in Git

  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • Code Context — GitHub Repo stars MCP plugin for semantic code search Code search MCP 5.7k ★
  • Awesome ChatGPT — Search awesome-ChatGPT-repositories for open-source GitHub repositories related to ChatGPT and LLMs 3.2k ★

Full documentation available on GitHub

View Source Repository