@skill-map/cli 0.14.1 → 0.16.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.
package/README.md CHANGED
@@ -25,6 +25,22 @@ npx @skill-map/cli --version
25
25
 
26
26
  Both `sm` (short, daily use) and `skill-map` (full name, scripts) are registered as binaries after install. The package name is scoped (`@skill-map/cli`) to sit alongside `@skill-map/spec` under the same npm org; the binaries keep the unprefixed names for ergonomics.
27
27
 
28
+ ## Interactive tutorial (recommended starting point)
29
+
30
+ If you use [Claude Code](https://claude.ai/code), `sm tutorial` is the fastest way to learn the CLI and the live UI without committing your real project to anything:
31
+
32
+ ```bash
33
+ mkdir try-skill-map && cd try-skill-map
34
+ sm tutorial # writes sm-tutorial.md into the empty dir
35
+ claude # open Claude Code in the same dir
36
+ # Inside Claude:
37
+ ejecutá @sm-tutorial.md
38
+ ```
39
+
40
+ Claude loads the SKILL.md and runs the demo (~7 min): fixture, `sm init`, live UI, four "reveals" that show the watcher in action, plus the `.skillmapignore` hide-a-file flow. An optional deep-dive (~30-40 min) covers the rest of the CLI surface (`list`, `graph`, `export`, `orphans`, `plugins`, `db ops`).
41
+
42
+ The verb `sm tutorial` writes a single self-contained file; the SKILL.md ships inside this package, so no extra install needed.
43
+
28
44
  ## Usage
29
45
 
30
46
  ```bash