用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ryoppippi/talks --skill new-talk命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | new-talk |
| description | Scaffold a new talk directory with README.md and optionally package.json for Slidev |
| argument-hint | <date-slug> [readme|slidev] |
| disable-model-invocation | true |
| allowed-tools | Bash, Write, Read, Glob |
Create a new talk directory. README.md is always created. When mode is slidev, package.json is also created for Slidev builds.
$0: Directory name in YYYY-MM-DD or YYYY-MM-DD-slug format (required)$1: Mode — readme or slidev (optional — if not provided, ask the user)$0. Validate it starts with a date in YYYY-MM-DD format.$1 is not provided, ask the user whether this is a readme-only talk or a slidev talk.Glob to find existing */README.md and */package.json files, then Read one of the most recent ones to match the current formatting and conventions exactly.First, read an existing talk's README.md (e.g. the most recent one) to match the exact format.
Ask the user for:
title: Talk titlelang: ja or en (default: ja)event: Event nameeventLink (optional): Event URLGenerate README.md following the same YAML frontmatter format as the referenced file. Omit optional fields (like eventLink) if not provided.
slidev)First, read an existing Slidev talk's package.json (e.g. the most recent one) to match the exact format and fields.
Ask the user for:
slug: Short name for the package (e.g. vimconf, findy). Suggest one based on the directory name.The date portion is the first 10 characters of $0 (the YYYY-MM-DD part).
Generate package.json following the same structure as the referenced file, but with the correct date and slug. The --base and --out paths must use the date portion only (first 10 chars of $0), NOT the full directory name with slug. Use tabs for indentation.
slidev, ensure --base and --out in the build script match each other and use the correct date.