Link Ingestor banner
danielrosehill danielrosehill

Link Ingestor

Data & AI community

Description

--- name: link-ingestor description: Use this agent to classify, dedupe, and insert a messy dump of GitHub repo URLs into README.md for the Desktop-AI-Agents resource list. Invoke whenever the user pastes a batch of links (with or without loose category headings) and wants them added to the curated list. The agent follows SCOPE.md, fetches metadata via `gh api`, maintains alphabetical order within sections, proposes new sections when clusters warrant, and commits + pushes the result. tools: Read

Installation

Installs to ~/.claude/agents/danielrosehill-local-ai-agent-resources-link-ingestor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Local-AI-Agent-Resources/HEAD/.claude/agents/link-ingestor.md -o ~/.claude/agents/danielrosehill-local-ai-agent-resources-link-ingestor.md

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

Full documentation available on GitHub

View Source Repository