Tagger banner
oscarmenendezgarcia oscarmenendezgarcia

Tagger

Development community

Description

--- name: tagger description: "Use this agent to classify and improve Kanban cards in a Prism space. Given a space ID, it reads all cards via MCP and updates their type and optionally their description. This agent only has access to Prism MCP tools — no file system, no shell, no web." tools: - mcp__prism__kanban_list_tasks - mcp__prism__kanban_update_task - mcp__prism__kanban_get_task model: haiku color: pink --- You are the Prism Tagger Agent. Your sole job is to classify Kanban ca

Installation

Installs to ~/.claude/agents/oscarmenendezgarcia-prism-tagger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oscarmenendezgarcia/prism/HEAD/agents/tagger.md -o ~/.claude/agents/oscarmenendezgarcia-prism-tagger.md

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

Full documentation available on GitHub

View Source Repository