Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

create-skill创造技能

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

306

周安装

13

GitHub Stars

705

下载量

107
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:create-skill(创造技能)
来源仓库:https://github.com/videojs/v10
仓库路径:skills/create-skill
安装命令:
npx skills add https://github.com/videojs/v10 --skill create-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/videojs/v10 --skill create-skill

简介

用于创建 video.js v10 相关技能的辅助工具。

  • 适合前端视频组件的开发与维护。create-skill 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需结合项目现有设计系统和构建方式。
  • 涉及页面改动时应配合本地预览和构建检查确认视觉效果。
  • 安装方式:通过 GitHub 仓库添加,支持 Codex、Claude 等宿主环境。

SKILL.md

Create Skill

Create a new skill with proper structure and conventions.

Usage

/create-skill [name]
  • name (optional): Skill identifier. If omitted, will prompt interactively.

Arguments

$ARGUMENTS

When to Create a Skill

Create a skill when:

  • Domain-specific knowledge that Claude doesn't inherently have
  • Multi-step workflows that benefit from procedural guidance
  • Automated commands that should run in isolated context
  • Patterns used repeatedly across conversations

Don't create a skill when:

  • Cross-cutting convention (naming, utilities) → add to CLAUDE.md Code Rules
  • One-off task → just do it
  • Information Claude already knows well → unnecessary context bloat

Decision tree:

Is this domain-specific knowledge?
├─ No → Does it affect multiple domains?
│       ├─ Yes → CLAUDE.md Code Rules
│       └─ No → Probably don't need anything
└─ Yes → Create a skill
         ├─ Reference material for a domain? → Knowledge skill
         ├─ Conventions and processes? → Workflow skill
         └─ Automated multi-step task? → Command skill

Skill Types

TypeCharacteristicsExamples
KnowledgeDomain expertise, reference-heavy, may have review workflowapi, component, aria, docs
WorkflowConventions, processes, templatesgit, rfc
CommandProcedural steps, forked context, restricted toolscommit-pr, gh-issue, review-branch

Quick Reference

Frontmatter (required):

name: skill-name
description: >-
  What it does. Use when X. Triggers: "phrase1", "phrase2".

Frontmatter (optional):

context: fork                       # Isolated sub-agent context
allowed-tools: Tool1, Tool2         # Restrict available tools
agent: plan                         # Plan mode (no edits)
disable-model-invocation: true      # Prevent model calls

Structure options:

skill-name/
├── SKILL.md              # Always required
├── references/           # Detailed content (load on demand)
├── templates/            # Output templates
└── review/               # Review workflow (if applicable)

Reference Material

TopicLoad
Core principles (conciseness, progressive disclosure)references/principles.md
Full structure and frontmatter schemareferences/structure.md
Complete examples of each skill typereferences/patterns.md

Your Tasks

Step 1: Validate Need

Before creating, verify this should be a skill:

  1. Check if similar skill exists: ls.claude/skills/
  2. Check if pattern belongs in CLAUDE.md instead
  3. If skill name provided, check for conflicts with existing skills

If the pattern is cross-cutting (affects all domains), suggest adding to CLAUDE.md Code Rules instead.

Step 2: Gather Requirements

Ask the user (use question tool):

  1. Skill type: Knowledge, Workflow, or Command?
  2. Purpose: What problem does this skill solve?
  3. Triggers: What phrases should activate this skill?
  4. Scope: What topics/tasks does it cover?
  5. Review capability: Does it need a review workflow?
  6. Templates: Does it need output templates?

Step 3: Plan Structure

Based on requirements, determine:

  • Skill name (kebab-case)
  • Which directories needed (references/, templates/, review/)
  • Reference file names and purposes

Step 4: Create Skill

  1. Create skill directory: mkdir -p.claude/skills/<skill-name>
  2. Create SKILL.md with:

- Proper frontmatter (name, description, optional fields based on type) - Section headers with guidance comments - Reference table (if using references/) - Related Skills section

  1. Create subdirectories if needed: mkdir -p.claude/skills/<skill-name>/references mkdir -p.claude/skills/<skill-name>/templates mkdir -p.claude/skills/<skill-name>/review
  2. Create placeholder reference files with:

- Clear purpose header - Section structure - TODO markers for content

Step 5: Update README

Add the new skill to .claude/skills/README.md:

  1. Add to "Quick Reference" table (if it's a workflow)
  2. Add to "Skills" table with purpose and review status

Step 6: Report

Output:

  • Created file structure
  • Next steps (fill in content, test triggers)
  • Reminder to load principles.md when writing content

What NOT to Include

Skills should only contain what Claude needs to do the job:

  • No README.md, INSTALLATION_GUIDE.md, CHANGELOG.md
  • No setup and testing procedures
  • No user-facing documentation about the skill
  • No duplicate information (lives in SKILL.md OR references, not both)

After Creating

Checklist:

  • Fill in SKILL.md content
  • Write reference files (if any)
  • Test trigger phrases work
  • Verify skill loads correctly
  • Update README.md tables

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.13%
按下载量换算39

Claude

30.26%
按下载量换算32

Cursor

18.88%
按下载量换算20

Gemini CLI

9.72%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills