Releases: CcZzJiooo/skill-tracker
Release list
Skill Tracker v0.2.2
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.mdfrontmatter, including multilinedescription, optional Chinese description fields, andtriggers. - 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, andtranslation_versionso 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.mdfiles 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.cffto version0.2.2with 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
- Download
skill-tracker-v0.2.2-windows-portable.zipandSHA256SUMS.txtfrom GitHub Releases. - Optionally verify the ZIP hash against
SHA256SUMS.txt. - 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
Skill Tracker v0.2.1
Windows Portable Hotfix
- Removed the VBS launcher and automatic desktop shortcut creation from the portable release.
run.batis 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
- Download
skill-tracker-v0.2.1-windows-portable.zipandSHA256SUMS.txtfrom GitHub Releases. - Optionally verify the ZIP hash against
SHA256SUMS.txt. - Unzip the package and double-click
run.bat. - 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
Skill Tracker v0.2.0
Highlights
- Added a one-click Windows launcher (
启动看板.vbs) that creates aSkill Tracker Dashboarddesktop 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
- Download and unzip
skill-tracker-v0.2.0-windows-portable.zip. - Double-click
启动看板.vbs. - 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
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.jsdashboard/skill_log.jsdashboard/skill_call_stats.jsondashboard/skill_catalog.jsondashboard/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