Restructure install/publish templates around user journeys#17
Merged
discreteds merged 13 commits intomainfrom Apr 28, 2026
Merged
Restructure install/publish templates around user journeys#17discreteds merged 13 commits intomainfrom
discreteds merged 13 commits intomainfrom
Conversation
…r, Gemini CLI Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…, OpenClaw Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix publishing-and-discoverability.md: Gemini auto-discovery, stale extension count, fabricated Codex commands, Antigravity OpenVSX removal - Remove "OpenVSX" from Antigravity platform description in skill - Add design spec and implementation plan for template restructure Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Antigravity: replace fabricated `antigravity --install-extension` with actual skill copy command - Codex: fix `codex marketplace add` → `codex plugin marketplace add` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Architecture overview + 7-phase checklist with verification gates. Addresses Codex review findings: hardcoded platform list coverage, template variable set expanded to match actual usage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Also includes the design spec and implementation plan. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- .cursor-plugin/plugin.json: add missing ] for keywords array - Platform specs: fix MD001 heading increment (h3 → h2 for platform-specific notes sections) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
adding-platform/entirely — "install from local clone" covers that use case$skill-installer installcommands, stale extension countWhat changed
Test plan
find lib/templates/install-docs -type f | wc -lreturns 15grep -rn "antigravity --install-extension\|OpenVSX\|skill-installer install" lib/templates/ INSTALL.md PUBLISHING.mdreturns nothing### Install from GitHub/### Install from local clone/### Verifysections for all 6 platformslib/templates/install-docs/**/*.mdstill matches all template files🤖 Generated with Claude Code