一键导入
new-talk
Create a new talk page (EN + ES) and optionally scaffold a Marp slide deck. Argument: <talk-title> [--deck]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new talk page (EN + ES) and optionally scaffold a Marp slide deck. Argument: <talk-title> [--deck]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Find content files missing their Spanish (.es.md) translation. Use when asked about translation coverage or after adding new English content.
List blog posts with title, date, tags, and draft status. Optional argument: [tag or year] to filter
Add an image to a blog post (cover, middle, or footer). Arguments: <image-path> [post-date] [cover|middle|footer]
Create a new blog post from the project template. Argument: <topic>
Create a new reading note from the project template. Argument: <book-title> by <author>
Translate content between English and Spanish. Argument: <file-path>
| name | new-talk |
| description | Create a new talk page (EN + ES) and optionally scaffold a Marp slide deck. Argument: <talk-title> [--deck] |
| allowed-tools | Read, Write, Glob, Grep, Bash(scripts/build-slides.sh *), Bash(mkdir *) |
| argument-hint | <talk-title> [--deck] |
content/talks/bashunit.md) as the structural reference.claude/skills/writing-style/SKILL.md and .claude/skills/writing-style/references/talks.md (if present) for tone and talk-page conventionscontent/talks/<slug>.md:
title, weight (check existing talks; lower = listed first), [taxonomies] with tags, optional aliases, [extra] with subtitle and optional project_url<!-- more --> marker, then ---- YYYY-MM-DD | Event Name [**City, Country**] (EN|ES) with a sub-bullet linking to the event page (and video/photos if available)content/talks/<slug>.es.md translation (same structure, see .claude/skills/writing-style/references/spanish.md)--deck is passed, scaffold the deck:
cp -r static/slides/ai-copilot static/slides/<deck-slug>), then replace the deck.md content and swap assets/. Do not create deck.md from scratch: the theme lives in its style: blockphel uses deck phel-doom)scripts/build-slides.sh <deck-slug> and commit the generated index.html alongside the sourcecontent/talks/_index.md (+ .es.md): it is a manual log grouped ## YYYY then ### Month, newest first; every entry needs the event bullet, its link sub-bullet, and a one-line italic description (see references/talks.md)The talk title (and optional --deck flag) is provided with this skill call.