Skip to content
Skill

Skills

by digitalsamba

AI Summary

List installed skills and their status, or create new skills. On invocation, scan skills and present: When user selects a skill:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Skills" skill in my project.

Please run this command in my terminal:
# Install skill into your project (13 files)
mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/skills.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/brand.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/brand.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/contribute.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/contribute.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/design.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/design.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/generate-voiceover.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/generate-voiceover.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/record-demo.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/record-demo.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/redub.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/redub.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/scene-review.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/scene-review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/setup.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/setup.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/template.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/template.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/versions.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/versions.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/video.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/video.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/voice-clone.md "https://raw.githubusercontent.com/digitalsamba/claude-code-video-toolkit/main/.claude/commands/voice-clone.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

List installed skills or create new ones

Skills

List installed skills and their status, or create new skills.

Entry Point

On invocation, scan skills and present:

Step 1: Scan Skills

` • Glob .claude/skills/*/SKILL.md • For each skill: • Read SKILL.md frontmatter for metadata • Extract: name, status, description, triggers • Check for reference.md (detailed docs) • Read _internal/toolkit-registry.json for additional metadata • Sort by status (stable first), then alphabetically `

Step 2: Present Skills

` Installed skills: Stable: ────── • remotion - Video compositions with React Triggers: Remotion, video composition, animations, interpolate, spring • elevenlabs - AI voiceover and audio generation Triggers: voiceover, TTS, voice cloning, sound effects, music Beta: ───── • ffmpeg - Video/audio conversion and processing Triggers: convert video, resize, compress, extract audio • playwright-recording - Browser demo capture Triggers: record demo, browser recording, screenshot Actions: → View skill details: enter number → Create new skill: 'new' → Check skill maturity: see _internal/ROADMAP.md `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 8d ago
Active
Adoption100+ stars on GitHub
236 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars236
Forks36
Issues2
Updated8d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code