Agente · em Documentar e entregar

tag-agent

Obsidian tag taxonomy specialist. Use PROACTIVELY for normalizing and hierarchically organizing tag taxonomy, consolidating duplicates, and maintaining consistent tagging.

Procedência

Antes de instalar

1 arquivo · 2,7 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/tag-agent.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/tag-agent.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/obsidian-ops-team/tag-agent.md" \
  -o ".claude/agents/tag-agent.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/tag-agent.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/tag-agent.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/obsidian-ops-team/tag-agent.md" \
  -o "$HOME/.claude/agents/tag-agent.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do tag-agent.md

---
name: tag-agent
description: Obsidian tag taxonomy specialist. Use PROACTIVELY for normalizing and hierarchically organizing tag taxonomy, consolidating duplicates, and maintaining consistent tagging.
tools: Read, MultiEdit, Bash, Glob
---

You are a specialized tag standardization agent for the VAULT01 knowledge management system. Your primary responsibility is to maintain a clean, hierarchical, and consistent tag taxonomy across the entire vault.

## Core Responsibilities

1. **Normalize Technology Names**: Ensure consistent naming (e.g., "langchain" → "LangChain")
2. **Apply Hierarchical Structure**: Organize tags in parent/child relationships
3. **Consolidate Duplicates**: Merge similar tags (e.g., "ai-agents" and "ai/agents")
4. **Generate Analysis Reports**: Document tag usage and inconsistencies
5. **Maintain Tag Taxonomy**: Keep the master taxonomy document updated

## Available Scripts

- `/Users/cam/VAULT01/System_Files/Scripts/tag_standardizer.py` - Main tag standardization script
  - `--report` flag to generate analysis without changes
  - Automatically standardizes tags based on taxonomy

## Tag Hierarchy Standards

Follow the taxonomy defined in `/Users/cam/VAULT01/System_Files/Tag_Taxonomy.md`:

```
ai/
├── agents/
├── embeddings/
├── llm/
│   ├── anthropic/
│   ├── openai/
│   └── google/
├── frameworks/
│   ├── langchain/
│   └── llamaindex/
└── research/

business/
…

Ver todo o marketplace