Skip to content

docs: improve asm link usage examples for local skill dev#145

Merged
luongnv89 merged 2 commits intomainfrom
docs/142-asm-link-usage
Apr 9, 2026
Merged

docs: improve asm link usage examples for local skill dev#145
luongnv89 merged 2 commits intomainfrom
docs/142-asm-link-usage

Conversation

@luongnv89
Copy link
Copy Markdown
Owner

Summary

  • Expands the asm link section in README with project-scoped vs global examples
  • Shows new multi-skill syntax (asm link ./a ./b ./c) added in feat(link): support multiple skill paths in asm link #144
  • Adds live-reload development workflow explanation with subsections for global/project scope, multi-skill linking, name override, and force-overwrite
  • Updates command table to reflect multi-path syntax (asm link <path> [<path2> ...])

Test plan

  • README renders correctly on GitHub
  • Examples match actual CLI behavior

Closes #142

🤖 Generated with Claude Code
via Happy

luongnv89 and others added 2 commits April 9, 2026 17:28
Show project-scoped vs global linking, multi-skill syntax, and
live-reload development workflow in README.

Closes #142

Generated with Claude Code (https://claude.ai/code)
via Happy (https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
Remove the non-existent -s/--scope flag from all asm link examples.
The link command does not support project-scoped linking; that flag
only exists on list, inspect, uninstall, and install commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@luongnv89 luongnv89 merged commit dc30e10 into main Apr 9, 2026
10 checks passed
@luongnv89 luongnv89 deleted the docs/142-asm-link-usage branch April 9, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve docs: show asm link usage for local project skill installation

1 participant