create_profile_style_skill

Generates reusable video editing style Skill files from analyzed editing preferences.

3.4k|400|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/FireRedTeam/FireRed-OpenStoryline --skill create-profile-style-skill-fireredteam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create_profile_style_skill
Source: https://github.com/FireRedTeam/FireRed-OpenStoryline/tree/main/.storyline/skills/create_profile_style_skill
Command: npx skills add https://github.com/FireRedTeam/FireRed-OpenStoryline --skill create-profile-style-skill-fireredteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It captures a user's personal video editing style—pacing, storytelling logic, audio-visual preferences—and converts it into a reusable, versioned Skill document so an AI agent can consistently replicate that style in future editing tasks. ## Core Features & Use Cases - Style Analysis & Extraction: Breaks down editing habits across pacing, narrative structure, audio-visual language, and special preferences like silence removal or B-Roll insertion. - Interactive Confirmation & Naming: Presents 3-5 summarized style points for user approval and suggests English-compliant file names before drafting. - Standardized Skill Generation: Produces a Markdown Skill file with proper YAML frontmatter and structured editing instructions, then writes it to the skill library via the write_skills tool. - Use Case: After editing a fast-paced travel vlog, ask the agent to summarize your cutting rhythm, music-sync logic, and subtitle style into a new skill named fast_paced_vlog for reuse on future projects. ## Quick Start Analyze my current editing style and save it as a new reusable skill in the skill library.

Frequently Asked Questions about create_profile_style_skill

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

FAQPage Schema
How do I save my video editing style as a reusable AI skill?▼

Describe your editing habits or let the agent analyze your current timeline. It summarizes your pacing, narrative, and audio-visual preferences, confirms them with you, then writes a Markdown Skill file to the .storyline/skills directory.

What editing style dimensions does the skill analysis cover?▼

The analysis covers four dimensions: editing pacing such as jump cuts versus long takes, storytelling logic like linear or montage narrative, audio-visual language including SFX density and LUTs, and special preferences like deleting silent clips.

Can I update a saved editing style skill later?▼

Yes. When you request modifications, the version number is incremented and the write_skills tool is called again to overwrite the existing Skill file with the updated content.

What naming rules apply to new editing style skills?▼

Skill names must consist of English words and underscores only, with no Chinese characters. The agent suggests two candidate names based on the style, and pressing Enter accepts the suggested default.

Where are generated skill files stored and are there restrictions?▼

Generated files are written only to the .storyline/skills/{name}/SKILL.md path via the write_skills tool. Writing outside this directory or overwriting system core files is explicitly prohibited.