create-moviepilot-skill

Scaffold MoviePilot skills with SKILL.md frontmatter and version bumps.

11.5k|1.4k|Updated May 31, 2023
One-click install
npx skills add https://github.com/jxxghp/MoviePilot --skill create-moviepilot-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-moviepilot-skill
Source: https://github.com/jxxghp/MoviePilot/tree/main/skills/create-moviepilot-skill
Command: npx skills add https://github.com/jxxghp/MoviePilot --skill create-moviepilot-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in creating or updating a built-in MoviePilot skill by scaffolding the necessary directory structure, frontmatter, and workflow so the skill can be versioned and deployed reliably.

Core Features & Use Cases

  • Scaffold the new skill under skills/<skill-id>/ with a complete SKILL.md frontmatter and body.
  • Update an existing built-in skill by incrementing the version and synchronizing changes to the loader.
  • Validate naming, frontmatter consistency, and workflow alignment with MoviePilot conventions.

Quick Start

Create or update a MoviePilot skill by following this guided workflow to scaffold the directory, write frontmatter, and increment the version as needed.

Frequently Asked Questions about create-moviepilot-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new MoviePilot built-in skill under the skills directory?

To scaffold a MoviePilot built-in skill, create a directory under skills/<skill-id>/ with a complete SKILL.md file containing frontmatter and body, add optional scripts or assets, and validate the structure for loader consumption.

What frontmatter fields are required to make a MoviePilot skill trigger surfaces?

MoviePilot skill frontmatter must include a description that triggers surfaces and use allowed-tools appropriately to ensure the loader can consume and execute the skill correctly.

How do I update an existing MoviePilot skill and bump its version?

To update an existing MoviePilot skill, modify the necessary files under skills/<skill-id>/, synchronize changes to the loader, and bump the version number in the SKILL.md frontmatter when shipping updates.

Does the MoviePilot skill scaffold workflow validate naming and frontmatter consistency?

Yes, the workflow validates naming conventions, frontmatter consistency, and workflow alignment with MoviePilot conventions to ensure the skill structure is valid for loader consumption.

Can I include scripts and reference assets when creating a MoviePilot skill?

Yes, you can include optional scripts, references, and assets as needed within the skills/<skill-id>/ directory structure when scaffolding or updating a MoviePilot built-in skill.

What is the best way to structure a MoviePilot skill for reliable versioning and deployment?

The best way to structure a MoviePilot skill for reliable versioning is to scaffold under skills/<skill-id>/ with complete SKILL.md frontmatter, increment versions on changes, and validate structure alignment with MoviePilot conventions.