# kbchat-tag-cluster > Agent skill for tagging and clustering monitored items into themes. - Author: 1EchA - Repository: 1EchA/Codex-KBChat - Version: 20260124203049 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/1EchA/Codex-KBChat - Web: https://mule.run/skillshub/@@1EchA/Codex-KBChat~kbchat-tag-cluster:20260124203049 --- --- name: kbchat-tag-cluster description: Agent skill for tagging and clustering monitored items into themes. --- # KBChat Tag & Cluster Use when building thematic digests (daily/weekly). ## Skill contract - Inputs: summaries/titles - Actions: - `tag.generate` - `cluster.by_topic` - Outputs: tags + grouped items ## Workflow (nodes) 1) Generate tags per item 2) Cluster by shared tags 3) Provide group labels for digest ## Key files - `Sources/KBChatMenuBar/ChatViewModel.swift` (digest composition) - `Sources/KBChatMenuBar/ChatEngine.swift` (model calls)