left-skills 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/cli.js +3705 -31
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -56,6 +56,8 @@ npm uninstall -g left-skills # remove binary
56
56
  left-skills usage # human-readable report
57
57
  left-skills usage --json # for AI (JSON)
58
58
  left-skills usage --since 7 # last 7 days
59
+ left-skills lint # static quality check (0-100 score)
60
+ left-skills evolve <skill> # generate improvement prompt (for AI, human review)
59
61
  left-skills doctor # diagnose install (✓/✗ + fix)
60
62
  left-skills report --markdown > report.md # export report
61
63
  ```