Cohexa-ai

Untrack — Development skill for Claude Code

Development community

Append one or more workspace-relative paths to the coordinator's ignored set.

How to install Untrack

Installs to ~/.claude/skills/cohexa-ai-agent-coherence-plugin-untrack/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cohexa-ai-agent-coherence-plugin-untrack && curl -fsSL https://raw.githubusercontent.com/Cohexa-ai/agent-coherence-plugin/HEAD/commands/untrack.md -o ~/.claude/skills/cohexa-ai-agent-coherence-plugin-untrack/SKILL.md

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

What Untrack does


description: "Append one or more workspace-relative paths to the coordinator's ignored set." argument-hint: " [...]" allowed-tools: ["Bash"]

Run `agent-coherence-untrack $ARGUMENTS` and report the output.

The command's stdout lists each successfully untracked path. Stderr carries any rejections (invalid path syntax). The coordinator does NOT delete existing artifact rows from SQLite — it just adds the path to ignored.yaml so future Reads suppress warnings.

If no paths were

Alternatives in Development

Full documentation available on GitHub

View Source Repository