Skip to content

Releases: CcZzJiooo/skill-tracker

Skill Tracker v0.2.2

Choose a tag to compare

@CcZzJiooo CcZzJiooo released this 13 Jul 12:23

Skill Tracker v0.2.2

Automatic Chinese Skill Summaries

This release fixes the catalog behavior for newly installed skills. A skill with an English-only SKILL.md no longer appears with a blank Chinese field.

  • Parses SKILL.md frontmatter, including multiline description, optional Chinese description fields, and triggers.
  • Reads a bounded body excerpt when frontmatter is incomplete.
  • Generates a concise Chinese functional summary locally with a stable semantic rule set; no skill content is sent to a translation service.
  • Records zh_desc_source, zh_desc_input_hash, and translation_version so generated and human-maintained text remain distinguishable.
  • Treats legacy catalog entries with non-empty Chinese text as manual content, preventing accidental overwrites.

Live Skill Discovery

  • Watch mode now detects newly created, modified, or removed SKILL.md files and refreshes the catalog without requiring a restart.
  • Automatic summaries are regenerated when a source skill changes or the local summarizer version changes.
  • Existing watcher singleton behavior and local-first log collection remain unchanged.

Dashboard And Export

  • Catalog rows show whether a description came from automatic parsing, source-file Chinese metadata, or manual editing.
  • Editing a description immediately marks it as 手工编辑.
  • Catalog export preserves the source marker and marks edited rows as manual, so the next collection cannot replace them.
  • Existing GitHub radar description normalization and false-positive skill filtering remain covered by regression tests.

Documentation And Release Files

  • Updated README release commands and portable ZIP names to v0.2.2.
  • Updated CITATION.cff to version 0.2.2 with the release date.
  • Added this release note and linked the previous release as superseded.

Validation

  • Automatic translation fixture: passed.
  • Watcher discovers a skill installed after startup: passed.
  • First-run, empty-run, false-positive, watcher singleton, and collector verification checks: passed.
  • GitHub result formatting regression: passed.
  • Dashboard validation in Edge + Playwright at desktop and mobile sizes: passed with no page or console errors.

Download And Run

  1. Download skill-tracker-v0.2.2-windows-portable.zip and SHA256SUMS.txt from GitHub Releases.
  2. Optionally verify the ZIP hash against SHA256SUMS.txt.
  3. Unzip the package and double-click run.bat.

The portable package remains local-first and does not include generated private telemetry files.

Skill Tracker v0.2.1

Choose a tag to compare

@CcZzJiooo CcZzJiooo released this 12 Jul 15:06

Skill Tracker v0.2.1

Windows Portable Hotfix

  • Removed the VBS launcher and automatic desktop shortcut creation from the portable release.
  • run.bat is now the single documented Windows entry point.
  • The launcher completes one local log collection before opening the browser, so the first dashboard view uses collected local data rather than racing the demo fallback.
  • The background watcher starts only after the initial scan. The launcher no longer force-terminates existing PowerShell processes.
  • Added a SHA-256 manifest and portable-release contract verification to the build process.
  • A first run without a standard skills directory now creates a truthful local scan report and retains skills discovered directly in supported logs.

Download And Run

  1. Download skill-tracker-v0.2.1-windows-portable.zip and SHA256SUMS.txt from GitHub Releases.
  2. Optionally verify the ZIP hash against SHA256SUMS.txt.
  3. Unzip the package and double-click run.bat.
  4. Wait for the visible launcher to finish reading local logs. The browser then opens the dashboard.

The portable package remains unsigned. It reduces VBS-related heuristic alerts but cannot override organization-level execution policies or guarantee that every security product will show no prompt.

Skill Tracker v0.2.0

Choose a tag to compare

@CcZzJiooo CcZzJiooo released this 11 Jul 09:51
83b0d6d

Skill Tracker v0.2.0

Highlights

  • Added a one-click Windows launcher (启动看板.vbs) that creates a Skill Tracker Dashboard desktop shortcut on first launch.
  • Added a local no-cache dashboard server and one background collector watcher for live dashboard refreshes.
  • Added a visible manual sync control with clear sync status feedback.
  • Expanded source coverage reporting with scanned files, hit counts, and latest log activity.
  • Improved recent-log scanning, file-read caching, and generated-data validation.

Getting Started

  1. Download and unzip skill-tracker-v0.2.0-windows-portable.zip.
  2. Double-click 启动看板.vbs.
  3. Open the dashboard in the browser. Future launches can use the Desktop shortcut.

run.bat remains available if .vbs files are blocked by local policy.

Privacy

The portable package excludes locally generated telemetry such as session IDs, paths, and collected call logs. Those files are generated only on the user's machine.

Skill Tracker v0.1.0

Choose a tag to compare

@CcZzJiooo CcZzJiooo released this 06 Jul 03:41

Skill Tracker v0.1.0

Initial public release.

Highlights

  • Local-first skill-call dashboard.
  • AI tool session scanning for common local coding-agent logs.
  • Skill heatmap, ranking, timeline, and session details.
  • Chinese skill dictionary workspace.
  • Built-in operation manual.
  • Governance radar for health, duplicates, conflicts, and missing metadata.
  • Action lab for GitHub-ready maintenance tasks.
  • Skill x tool matrix.
  • Optional GitHub radar for repository search and freshness checks.
  • Anonymous export for privacy-safe sharing.

Privacy

Generated local telemetry files are ignored by Git:

  • dashboard/skill_data.js
  • dashboard/skill_log.js
  • dashboard/skill_call_stats.json
  • dashboard/skill_catalog.json
  • dashboard/skill_catalog.js

Use demo data or anonymous export when sharing screenshots.

Quick Start

git clone https://github.com/CcZzJiooo/skill-tracker.git
cd skill-tracker
.\run.bat