Surface the plugin install path, and slow the showcase reel - #35
Merged
Conversation
The repo has been its own plugin marketplace since #33, but nothing outside the marketplace manifest said so. Both human- and agent-facing install surfaces now carry the path. README gets a "From inside Claude Code" subsection under Install with both slash commands. It is explicit that the plugin ships the /ccsidekick-setup command and nothing else, and that the engine still comes from npm the first time that command runs — the plugin does not carry the status line, and claiming otherwise would send people looking for a binary that is not there. llms.txt gets the same path as a third Install bullet. That file is what an assistant reads when asked how to add this to Claude Code, so the Claude-Code-native answer belongs in it. The two commands are new pluginAddCmd/pluginInstallCmd tokens in site-content.ts rather than literals in the template, matching how installCmd already works: the repo slug then lives in one place. showcase.mp4/gif re-render at HOLD=1.6, taking the reel from 0.75s to 1.35s per card and 13.8s to 24.6s overall. The GIF paces itself off GIF_HOLD and is unchanged in timing. assets/characters.* are untouched by design, so the landing-page hero keeps its original pace and this needs no site deploy. Co-Authored-By: Penny-One (Batcave) <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.
The repo has been its own plugin marketplace since #33, but nothing outside the marketplace manifest said so. This puts the path on both install surfaces that people and agents actually read, and re-paces the social reel.
README
A
### From inside Claude Codesubsection under Install, carrying both slash commands:The copy is explicit about what the plugin is: it ships
/ccsidekick-setupand nothing else, and the engine still comes from npm the first time that command runs. Claiming the plugin installs the status line would send people looking for a binary that is not there.llms.txt
The same path as a third Install bullet. That file is what an assistant reads when asked how to add this to Claude Code, so the Claude-Code-native answer belongs in it.
The two commands are new
pluginAddCmd/pluginInstallCmdtokens insite-content.tsrather than literals in the template, matching howinstallCmdalready works. The repo slug stays in one place.website/llms.txtis generated and gitignored, so this reaches production on the next Deploy Website run.showcase.mp4 / showcase.gif
Re-rendered at
HOLD=1.6, which takes the reel from 0.75s to 1.35s per card and 13.8s to 24.6s overall. The GIF paces offGIF_HOLDand is unchanged in timing.assets/characters.*are untouched by design — the render ran withOUT/GIFpointed at throwaway paths — so the landing-page hero keeps its original pace and this needs no site deploy.showcase.mp4durationshowcase.mp4sizecharacters.mp4Frame 0 still reads "Spider-Man — ccsidekick", so the poster frame is intact.
Verification
bun run format:check, bothtypecheckconfigs,bun run lint,bun test(1100 pass, 0 fail),readme-drift, andpack:lintacross all 18 packs.🦇 Generated by Penny-One at Batcave