From f284299357b9a724f1cc026dd15ee4176ddb0583 Mon Sep 17 00:00:00 2001 From: Shawn <111575731+v587d@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:26:18 +0800 Subject: [PATCH] docs: add opencode-helper to projects Add Opencode Helper - a zero-dependency Python CLI that provides session cleanup, usage analytics (model/tool/MCP/skill), and workflow visualization for OpenCode. --- data/projects/opencode-helper.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/projects/opencode-helper.yaml diff --git a/data/projects/opencode-helper.yaml b/data/projects/opencode-helper.yaml new file mode 100644 index 0000000..161cd34 --- /dev/null +++ b/data/projects/opencode-helper.yaml @@ -0,0 +1,7 @@ +name: Opencode Helper +repo: https://github.com/v587d/opencode-helper +tagline: Cleanup, analysis & visualization CLI for OpenCode +description: > + Zero-dependency Python CLI that cleans old sessions and temp files, + analyzes model/tool/MCP/skill usage patterns with AI interpretation, + and generates visual workflow diagrams. pip install opencode-helper.