Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

slide-creator幻灯片创建者

Agent Skill

slide-creator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

218

周安装

9

GitHub Stars

公开资料未说明

下载量

71
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add narumiruna/agent-skills --skill "slide-creator"

简介

用于查找、检索和筛选相关信息,适合在多种 AI 宿主中定位候选结果。

  • 适用于需要根据关键词或任务场景快速获取技能库的场景。
  • 可通过安装命令集成到 Codex、Claude、Cursor 或 Gemini CLI。
  • 需确认权限范围和文件读写权限,避免触发未授权操作。
  • 建议结合原始 README 核验具体用法和维护状态。

SKILL.md

name
slide-creator
description
Use when creating slide decks with Marp/Marpit Markdown (marp), including authoring slide content, designing slide color schemes, and building SVG diagrams or illustrations for the deck.

Slide Creation Toolkit

Create professional Marp/Marpit presentations, diagrams, and color systems with a consistent design language.

Core rules

  • Use bg (background) syntax for all images - Reduces manual resizing with fit modifier
  • Define one 7-role color palette and reuse it in slides and SVGs.
  • Define one spacing unit (e.g., 8px or 16px) and reuse it across layouts.
  • Define text hierarchy tiers (title/section/body) with sizes and weights; use them consistently.
  • For SVGs, use one stroke width and one corner radius across shapes.

Design guidance (non-enforceable)

  • Aim for clear visual hierarchy with size, weight, and saturation.
  • Prefer one visual language (fill vs outline, emphasis rules).
  • Minimize visual noise; keep one primary visual anchor per section.

Working directory

This umbrella skill does not own module assets or scripts. Use the focused skills (marp-authoring, slide-color-design, svg-illustration) for paths and commands.

Start here (task entry)

Entry skills (fast routing):

  • marp-authoring → Marp/Marpit authoring rules, layouts, themes
  • slide-color-design → palette workflow and color roles
  • svg-illustration → SVG diagram rules, patterns, embedding

Pick one task and follow the exact reading path:

  • Color palette onlyslide-color-design
  • Slides only (no diagrams)marp-authoring
  • Diagram onlysvg-illustration
  • Slides + diagramsmarp-authoringsvg-illustration
  • Full deck (colors + slides + diagrams)slide-color-designmarp-authoringsvg-illustration

One-page quick reference

Minimal steps (fast path):

  1. Pick a palette → slide-color-design.
  2. Draft slides → marp-authoring.
  3. Add SVG diagrams → svg-illustration.
  4. Validate via the module skills.

Common commands:

  • slide-color-design → palette scripts
  • marp-authoring → Marp validation/preview
  • svg-illustration → SVG linting

Output summary: Use module-specific output examples via the entry skills.

Quick Start

Two Ways to Start

Option 1: Use scripts (automated):

uv run skills/marp-authoring/scripts/init_presentation.py technical-dark my-deck.md "My Title" "Author"

Option 2: Work manually (full control):

  • Copy a template from marp-authoringassets/templates/ → customize
  • Design colors via slide-color-design
  • Write slides via marp-authoring
  • Add diagrams via svg-illustration

Study examples first: Read marp-authoringassets/examples/ to see working presentations before starting.

Script Commands

Use slide-color-design for palette scripts and outputs.

Templates (starting points - copy and fill in your content):

  • Use marp-authoringassets/templates/.

Examples (learning references - study patterns and copy techniques):

  • marp-authoringassets/examples/ for slide patterns.
  • svg-illustrationassets/examples/ for diagram examples.
  • slide-color-designassets/examples/ for palette examples.

Common icons (ready to use in slides):

  • marp-authoringassets/icons/.

Quick index (where to look)

  • Reference hub: references/index.md
  • Color design: slide-color-design
  • Marpit authoring: marp-authoring
  • SVG illustration: svg-illustration
  • Decision guide: references/decision-guide.md

Modules

Use the focused skills for module-specific rules and references:

  • Color designslide-color-design
  • Marpit authoringmarp-authoring
  • SVG illustrationsvg-illustration

Workflow

Single tasks

Draw a diagram:

  1. Use svg-illustration for core rules and patterns.
  2. Choose colors via slide-color-design or existing palette.

Design slide colors:

  1. Use slide-color-design for workflow and templates.

Write slides:

  1. Use marp-authoring for syntax and layout patterns.
  2. Apply a palette from slide-color-design.

Full presentation

  1. Establish a palette with the color module.
  2. Outline slides and author via marp-authoring.
  3. Add diagrams via svg-illustration.
  4. Keep palette, spacing, and hierarchy consistent.

Decision guide

See references/decision-guide.md for a flowchart and loading strategy.

Quick rules:

Slides or deck -> marp-authoring
Slides + colors -> slide-color-design -> marp-authoring
Slides + diagrams -> marp-authoring + svg-illustration
Diagram only -> svg-illustration

Scale reference loading:

Simple request -> core rules only
Complex request -> add patterns and best-practices

Output formats

Use the focused skills for module-specific output formats:

  • slide-color-designreferences/output-examples.md
  • marp-authoringreferences/output-examples.md
  • svg-illustrationreferences/output-examples.md

Integration rules

  • Use palette hex values in SVG fill and stroke.
  • Keep border radius and stroke widths consistent between Marpit and SVG.
  • Embed SVGs with Markdown images or file references.

Troubleshooting

Common cross-cutting issues:

Common mistakes

  • Using absolute paths instead of relative paths for assets.
  • Using multiple palettes across one deck or between slides and SVGs.
  • Skipping validation checks (Marp, SVG lint, contrast).

See marp-authoring, slide-color-design, and svg-illustration for module-specific mistakes.

Quick check (minimal)

Use module-specific quick checks:

  • marp-authoring → validation/preview workflow
  • svg-illustration → SVG lint checks
  • slide-color-design → contrast checks

Validation

Use the module-specific validation guides:

  • marp-authoringreferences/preview-workflow.md
  • svg-illustrationreferences/troubleshooting.md
  • slide-color-designreferences/color-design/workflow.md (validation checklist)

Always validate before committing files using the focused skills.

Constraints

  • Output Marpit Markdown only; do not generate PowerPoint/Keynote files.
  • Output SVG only; do not generate raster images.
  • Avoid interactive animations; keep slides static.
  • Preserve provided brand colors; adapt them into the palette.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Codex

60.93%
按下载量换算43

Claude Code

31.27%
按下载量换算22

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills