Docs: Use slash skills in suggested prompts - #9072
Conversation
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — migrate three doc pages from the legacy SuggestedPrompts component to /remotion-markup slash-skill invocations via SuggestedPrompt, and remove the now-unused plural component.
packages/docs/docs/effects.mdx— replace the plain-text "Use Remotion best practices" prompt with aSuggestedPrompt.packages/docs/docs/html-in-canvas-guide.mdx— replace two legacy prompts with twoSuggestedPromptcalls using/remotion-markup.packages/docs/docs/maps.mdx— replace the map prompt with aSuggestedPromptusing/remotion-markup.packages/docs/src/components/SuggestedPrompts.tsx— delete the unused plural component.packages/docs/src/theme/MDXComponents.js— unregisterSuggestedPrompts.
Kimi K2 (free via Pullfrog for OSS) | 𝕏
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes since the last pullfrog review — commit ce379158cd updates only the two HTML-in-canvas prompts in packages/docs/docs/html-in-canvas-guide.mdx, switching them from /remotion-markup to /remotion-create so the slash skill matches the "Create/Make a new composition" wording in each prompt.
packages/docs/docs/html-in-canvas-guide.mdx:19— switch the glitch-effect prompt from/remotion-markupto/remotion-create.packages/docs/docs/html-in-canvas-guide.mdx:21-25— switch the CRT-shader prompt from/remotion-markupto/remotion-create.
Kimi K2 (free via Pullfrog for OSS) | 𝕏

Summary
SuggestedPromptcomponent consistentlySuggestedPromptscomponentChanged pages
Validation
bun run buildbun run stylecheckCloses #8772