feat: add feature-demo skill#345
Open
klepfish wants to merge 1 commit into
Open
Conversation
Records a Playwright-driven demo video of an in-app flow (signup, onboarding, settings, dashboard) with a branded title card, on-screen subtitles, an animated cursor, and optional ElevenLabs TTS narration, delivered as an MP4. Ships a recorder template, a generic narrator, references (scene-timing modes, local-app gotchas), and evals. Bumps the marketplace release to 2.4.0; sync-skills.js regenerated marketplace.json, plugin.json, and the README skills table. Co-Authored-By: Claude Opus 4.8 (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.
New Skill
Skill name:
skills/feature-demoSummary
feature-demorecords a Playwright-driven demo video of an in-app feature flow (signup, onboarding, a settings flow, a dashboard interaction) and delivers a polished MP4 — branded title card, on-screen subtitles, an animated mouse cursor, and optional ElevenLabs TTS narration.It complements the existing
videoskill rather than overlapping it:videocovers AI-generated / programmatic marketing video (HeyGen, Remotion, Veo, …), whilefeature-demois for real screen-capture walkthroughs of an actual running web app. The description cross-referencesvideoto keep the scope boundary clear.What ships:
SKILL.md— end-to-end workflow: gather audience/feature context → bring the local app up → write the recorder → record → optional narration → deliver.scripts/recorder.template.mjs— copy-and-edit recorder skeleton (BRAND/TITLE_CARD/FEATURE STEPSblocks).scripts/narrate.mjs— generic narrator that muxes ElevenLabs voiceover onto the silent capture (caching, overlap-avoidance, title card).references/step-modes.md— decision matrix for aligning narration with on-screen actions (before/during/after).references/local-app-gotchas.md— cross-cutting HTTP-localhost recording issues (cookie flags, CSP, demo-state reset).evals/evals.json— 6 evals exercising the expected behaviors.Stack-agnostic — works against any local app (Laravel, Rails, Django, Next.js, …) that renders in headless Chromium.
Repo bookkeeping
1.0.0(matching howsms/prospectingentered the 2.x line).2.3.0 → 2.4.0and added aVERSIONS.mdchangelog entry + table row, following the one-minor-per-new-skill pattern.node .github/scripts/sync-skills.js, which regeneratedmarketplace.json(count 43 → 44),plugin.json(version → 2.4.0), and the README skills table — so those match what CI would produce on merge.allowed-tools, no agent-specific tool calls (the delivery step is tool-agnostic), and install paths reference.agents/skills/…perAGENTS.md.Validation performed
bash validate-skills.sh→ 44/44 skills valid, 0 warnings, 0 issues.node --checkon both.mjsscripts;evals.jsonparses as valid JSON.Checklist
namematches directory name exactlynamefollows naming rules (lowercase, hyphens, no--)descriptionis 1-1024 chars with trigger phrasesSKILL.mdis under 500 lines (292)validate-skills.sh,node --check, and the evals)