Dev Tools · 2h ago
Developer builds skill-tree plugin to analyze Claude AI collaboration habits
A developer created skill-tree, a plugin that analyzes Claude Code and Cowork session histories to classify 11 collaboration behaviors and assign archetype cards. The tool persists state across sessions by routing writes to environment-specific directories, solving Cowork's ephemeral $HOME issue. It processes sessions in 30-60 seconds using a remote classifier and renders results as tarot-style cards.
Meridian48 take
The plugin's dual-state-path workaround highlights a practical challenge for AI tooling that spans environments with different persistence guarantees.
claude-pluginai-tooling