Add Rewind to the public skills catalog#54
Open
3mdistal wants to merge 4 commits into
Open
Conversation
steve8708
approved these changes
Jul 23, 2026
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
Add Rewind to the public Builder skills catalog while keeping its executable instructions synchronized from Agent Native and its local Clips connection fail-closed.
Why
Rewind is not useful as a copied prompt alone. It reads recent local context through Clips Desktop and a local Model Context Protocol (MCP) connection. Publishing only
SKILL.mdwould let users discover the workflow but leave the agent unable to call its tools; first-time users could also reach a missing-tool error without a safe route to install Clips.Agent Native therefore remains canonical for the generated skill and local installer. This repository owns public discovery and a human-facing README that explains setup, privacy, and repair.
What changed
skills/rewind/SKILL.mdand preserveskills/rewind/README.mdas a public documentation overlay.@agent-native/skillsor@agent-native/core; plain-copy and whole-directory plugin paths explain that they cannot configure the local MCP connection by themselves.screen_memory_statussucceeds.main.How to test
npm run checkagainst the paired Agent Native branch, proving skill frontmatter validity and exact synchronization for Visual Plan, Visual Recap, and Rewind.checkon headd668717, using the trusted companion branch, plus GitGuardian's secret scan.https://clips.agent-native.com/download.For a local sync check:
Notes
skills/rewind/SKILL.mdis generated; edit the canonical Agent Native source and runnpm run sync:agent-native-skills. The public README is intentionally maintained here.Review focus
BuilderIO/agent-nativerefs, with a safemainfallback?Companion PR
Canonical skill and installer: BuilderIO/agent-native#2345