@skill-map/cli 0.46.0 → 0.47.1

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
@@ -31,15 +31,15 @@ If you use [Claude Code](https://claude.ai/code), `sm tutorial` is the fastest w
31
31
 
32
32
  ```bash
33
33
  mkdir try-skill-map && cd try-skill-map
34
- sm tutorial # writes sm-tutorial.md into the empty dir
34
+ sm tutorial # installs the sm-tutorial skill
35
35
  claude # open Claude Code in the same dir
36
36
  # Inside Claude:
37
- ejecutá @sm-tutorial.md
37
+ run the tutorial
38
38
  ```
39
39
 
40
40
  Claude loads the SKILL.md and runs the demo (~10 min): fixture, `sm init`, live UI, five sub-steps that show the watcher in action, plus the `.skillmapignore` hide-a-file flow. An optional deep-dive (~20-30 min) covers the rest of the CLI surface (`list`, `graph`, `export`, `check`, `plugins`).
41
41
 
42
- The verb `sm tutorial` writes a single self-contained file; the SKILL.md ships inside this package, so no extra install needed.
42
+ The verb `sm tutorial` installs the skill directory under your agent's skill folder (`.claude/skills/sm-tutorial/`); the SKILL.md ships inside this package, so no extra install needed.
43
43
 
44
44
  ## Usage
45
45