Demos¶
See SkillMeat in action. These demos show core workflows — from initializing a collection to discovering, importing, scaffolding, syncing, and deploying artifacts.
Web UI Demos¶
Collection Initialization (Web)¶
Get your collection up and running with the web dashboard. Learn how to access your artifacts, browse by type, and navigate the interface.
- Duration: ~90 seconds
- Audience: All users
- Format: Guided walkthrough with 5 screenshots
View Collection Initialization Demo →
Import from GitHub (Web)¶
Import an artifact via the web UI — @latest resolves to a pinned SHA before you confirm, with the lockfile entry visible in the modal.
- Duration: ~90 seconds
- Audience: Engineers evaluating reproducible artifact imports
- Format: Guided walkthrough with 6 screenshots
View Import from GitHub Demo →
Scaffold from PRD (Web)¶
Walk a plain markdown PRD through the full scaffold pipeline — Intent Set extraction with confidence scores, ranked artifact candidates per intent, user-driven selection, and bundle deployment.
- Duration: ~6 minutes
- Audience: Engineers evaluating PRD-driven scaffolding
- Format: Guided walkthrough with 9 screenshots
Three-Way Sync Workflow (Web)¶
Inspect drift across source, collection, and project in one tab — with always-labeled diff sides, lazy hunk rendering, and a unified merge dialog.
- Duration: ~3 minutes
- Audience: Engineers managing artifact drift
- Format: Guided walkthrough with 10 screenshots
Search and Multi-Profile Deploy (Web)¶
Discover an artifact in the collection, inspect its detail modal, and deploy it to multiple platform profiles in one project from a single dialog.
View Search and Multi-Profile Deploy (Web) →
Deployed-State Artifact Modal (Web)¶
Revisit the same artifact after a multi-profile deploy and see how the detail modal reflects deployed state across every active profile.
View Deployed-State Artifact Modal (Web) →
GitHub Repo Import and Marketplace Browse (Web)¶
Import a GitHub repository into the marketplace, find and import an artifact from it, then explore the marketplace source page across its display modes — including the folder tree view.
View GitHub Repo Import and Marketplace Browse (Web) →
CLI Demos¶
Quick terminal walkthroughs showing SkillMeat's command-line workflows. Perfect for automation, scripting, and batch operations.
Collection Initialization (CLI)¶
List artifacts in a collection, add new ones, and verify they're tracked — all from the terminal.
- Duration: ~30 seconds
- Audience: CLI-first engineers
- Format: GIF recording
View CLI Collection Init Demo →
Marketplace Discovery (CLI)¶
Search the marketplace catalog for artifacts, then install them in one command.
- Duration: ~40 seconds
- Audience: Developers evaluating artifact discovery
- Format: GIF recording
View Marketplace Discovery Demo →
Import from GitHub (CLI)¶
Add artifacts directly from GitHub repositories using semantic paths and version pins.
- Duration: ~30 seconds
- Audience: Developers importing external artifacts
- Format: GIF recording
View Import from GitHub Demo →
Sync Artifacts (CLI)¶
Detect drift, inspect changes, preview updates, and resolve sync conflicts across your collection and projects.
- Duration: ~45 seconds
- Audience: Developers managing artifact versions
- Format: GIF recording
Scaffold Project (CLI)¶
Generate a project structure with pre-configured artifacts from a PRD or README in seconds.
- Duration: ~60 seconds
- Audience: Developers starting new projects
- Format: GIF recording
Full Project Scaffold (CLI)¶
Bootstrap a new project end-to-end with one guided command — interactive init plus auto-deployed Project Starters.
- Duration: ~2–3 minutes
- Audience: Developers setting up new AI-assisted projects
- Format: GIF recording
Deploy Artifacts (CLI)¶
Deploy artifacts from your collection into a project's .claude/ directory, ready for Claude Code to use.
- Duration: ~45 seconds
- Audience: Developers bootstrapping projects
- Format: GIF recording
Push Workflow Artifacts (CLI)¶
Push updated agents, skills, and rules to your collection after a workflow overhaul, then verify the changes are stored correctly.
- Duration: ~45 seconds
- Audience: Developers maintaining Claude Code artifact collections
- Format: GIF recording
View Push Workflow Artifacts Demo →
Tips for Watching Demos¶
- Full-screen mode works best for CLI demos — gifs are optimized for legibility
- Follow along by running the commands yourself in a terminal
- Check your version — if you're running a different version of SkillMeat, UI/output may vary slightly
- Pause and explore — all demos are short enough to watch multiple times
Need help? See the getting started guide or CLI reference.