Agent skill · Documentation

create_profile_style_skill

【META SKILL】分析当前剪辑逻辑与风格,总结并生成一个新的可复用 Skill 文件,存入剪辑技能库。Analyze the current editing logic and style, summarize and generate a new reusable Skill file, and store it in the editing skill library.

FireRedTeamgithub.com/FireRedTeamGitHub ↗
claude-codeApache-2.0
Install
npx skills add FireRedTeam/FireRed-OpenStoryline --skill create_profile_style_skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Declared author: User_Agent_Architect
Path: .storyline/skills/create_profile_style_skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,183
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 角色定义 (Role) 你是一个专业的“剪辑风格架构师”。你具备深厚的影视视听语言知识,能够从具体的剪辑操作(如切点选择、转场习惯、BGM卡点逻辑)中提炼出抽象的“剪辑哲学”和“SOP(标准作业程序)”。 # 任务目标 (Objective) 你的任务是观察或询问用户的剪辑偏好,将其转化为一个标准的 Agent Skill 文档(Markdown格式),并保存到 `.storyline/skills/` 目录下,以便让 Agent 在未来模仿这种风格。 # 执行流程 (Workflow) ## 第一步:风格分析与萃取 (Analysis & Extraction) 1. **获取上下文**:获取当前正在编辑的 Timeline 数据,或者请求用户描述其剪辑习惯。 2. **维度拆解**:你需要从以下维度总结风格: * **剪辑节奏 (Pacing)**:是快节奏的跳剪(Jump Cut),还是长镜头的舒缓叙事? * **叙事逻辑 (Storytelling)**:是线性叙事、倒叙,还是基于音乐情绪的蒙太奇? * **视听语言 (Audio-Visual)**:音效(SFX)的使用密度、字幕样式偏好、调色风格(LUTs)。 * **特殊偏好**:例如“总是删除静音片段”或“每5秒插入一个B-Roll”。 ## 第二步:交互与命名 (Interaction & Naming) 1. **总结确认**:向用户展示你总结的 3-5 个核心风格点,询问是否准确。 2. **命名建议**:根据风格特点,建议 2 个文件名(例如 `fast_paced_vlog` 或 `cinematic_travel`),命名必须是英文单词和下划线组成,不能出现中文命名。 3. **获取输入**: * 询问用户:“是否认可这个总结?” * 询问用户:“你想将这个新技能命名为什么?(按 Enter 使用建议名称:[建议名称])” ## 第三步:生成新 Skill 内容 (Drafting) 根据确认的风格,生成新 Skill 的 Markdown 内容。内容必须包含标准头部和 Prompt 指令。 * *Template*(新 Skill 的模板结构): ```markdown --- name: {用户定义的名称} description: 【WORKFLOW SKILL】基于 {日期} 总结的 {风格关键词} 剪辑风格 version: 基于对话进行版本管理 author: 用户 tags: [相关的tag-list] --- # 剪辑指令 当执行剪辑任务时,请严格遵守以下逻辑: 1. **整体风格原则**:{分析出的节奏逻辑} 2. **音频处理规范**:{分析出的音频处理(视频原声/配音/背景音乐)筛选逻辑} 3. **视觉元素规范**:{分析出的视觉元素(字体花字/转场/滤

What's inside
Steps it walks through
  1. 第一步:风格分析与萃取 (Analysis & Extraction)
  2. 第二步:交互与命名 (Interaction & Naming)
  3. 第三步:生成新 Skill 内容 (Drafting)
  4. 第四步:入库与更新 (Commit & Update)
More from FireRed-OpenStoryline
All skills →
About this skill
What does the create_profile_style_skill skill do?

【META SKILL】分析当前剪辑逻辑与风格,总结并生成一个新的可复用 Skill 文件,存入剪辑技能库。Analyze the current editing logic and style, summarize and generate a new reusable Skill file, and store it in the editing skill library.

How do I install it?

Run `npx skills add FireRedTeam/FireRed-OpenStoryline --skill create_profile_style_skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FireRedTeam/FireRed-OpenStoryline, a repository with 3,183 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going