diff --git a/scripts/skills_install.py b/scripts/skills_install.py index 4e9b254c..bc38d9cf 100755 --- a/scripts/skills_install.py +++ b/scripts/skills_install.py @@ -282,9 +282,7 @@ def main(): stamp_path.write_text( json.dumps(build_stamp(claude_registered), indent=2) + "\n", encoding="utf-8" ) - # Materializing skills and registering the marketplace are independent operations. - # Each can succeed or be skipped on its own (`claude` missing skips only the second). - # Separate lines keep that distinction once a third target (Codex/opencode) joins them. + # Two independent operations get separate lines, not one combined sentence. print(f"Skills materialized to {home / 'skills'}.") print(f"Claude Code marketplace registered: {claude_registered}.")