Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions scripts/skills_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}.")

Expand Down