BeClaude

slide-skills

New
6Community RegistryDocumentationby narumi

End-to-end Marp/Marpit slide toolkit: design consistent color systems, author render-ready Marpit Markdown, and create SVG diagrams/illustrations. Includes palettes, layout patterns, themes, authoring rules, SVG sizing/embedding guidance, and reference TOCs for fast navigation.

Community PluginView Source

Overview

Reusable agent skills for coding, writing, research, and slide work. The collection is organized for Codex-first workflows, and it can also be installed as a standard skills repo with npx skills add narumiruna/skills.

Install

1. Install with npx

Use this when you want the collection without linking a local checkout.

shell
npx skills add narumiruna/skills

2. Local Codex development with just

Use this when you want repo-managed local copies in ~/.codex/skills.

shell
just install-all

# or install one skill
just install python

Each install replaces the target skill directory before copying. just install-all installs active top-level skills only; it skips skills/deprecated/.

Remove copied skills when finished:

shell
just clean-all

# or clean one skill
just clean python

just by itself only lists the available recipes.

3. Manual copy for Codex

Use this when you want a one-off local copy without just.

shell
mkdir -p ~/.codex/skills
rm -rf ~/.codex/skills/python
cp -R ./skills/python ~/.codex/skills/python

Repeat the same pattern for other skills as needed.

How To Use In Codex

  • Run /skills to inspect the installed collection.
  • Type $python, $imrad, or another skill name to invoke one explicitly.
  • Or describe the task normally and let Codex choose a matching skill.

If Codex does not pick up a local skill change, restart Codex and try again.

Skill Guide

Python

  • python: uv-based Python project setup and standalone scripts, including dependency add/remove/sync, uv run, uv run --with, --no-project, inline script metadata, quality gates with ruff, ty, pytest, coverage, prek or pre-commit, and package build or publishing workflows.
  • python-typer: focused Typer command structure, options, and multi-command apps.
  • python-logging: focused stdlib logging or loguru configuration.
  • python-peewee: focused Peewee patterns such as DatabaseProxy, scoped transactions, and SQLite tests.

Writing And Research

  • writing-plans: lean implementation and work plans with executable task lists, optional architecture and tech-stack notes, finite completion checklists, and plan archiving rules.
  • imrad: deciding whether IMRaD fits, drafting new IMRaD outputs, and reviewing existing drafts.
  • gourmet-research: evidence-based city dining research with structured scoring and audit files.

Slides And Visuals

  • slide-creator: end-to-end Marp/Marpit slide creation, including color systems and SVG visuals.
  • marp-authoring: focused Marp/Marpit authoring rules, directives, and layouts.
  • slide-color-design: slide palette selection and color-system workflows.
  • svg-illustration: SVG diagram and illustration guidance for slide decks.
  • mermaid-creator: Mermaid diagrams for docs, architecture, sequence flows, ER diagrams, and Gantt charts.

Workflow And Repository Maintenance

  • help-me: deciding whether to check --help, built-in help, or man before running a shell or CLI command.
  • git-commit: reviewing diffs, choosing commit types, and writing focused Conventional Commits.
  • memory-md: deciding when to read or update repository MEMORY.md files and keeping GOTCHA / TASTE entries concise.
  • writing-agents-md: creating or updating AGENTS.md guidance for this repository.

Deprecated Skills

Deprecated skills remain in skills/deprecated/<skill-name>/ for reference and are not included in just install-all.

  • atuin-history-cleanup: preview-first cleanup planning for noisy Atuin shell history.
  • codex-cli-hooks: designing or debugging Codex CLI hooks and hooks.json behavior.
  • test-driven-development: applying a red-green-refactor workflow to non-trivial code changes.
  • work-log-writer: explicitly invoked only; writing concise work logs from repository evidence.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/slide-skills.md https://raw.githubusercontent.com/narumiruna/agent-skills/main/SKILL.md
3
Invoke in Claude Code
/slide-skills
View source on GitHub
designmarpitmarpslidespresentationmarkdownfrontmattertheme

Frequently Asked Questions

What is slide-skills?

End-to-end Marp/Marpit slide toolkit: design consistent color systems, author render-ready Marpit Markdown, and create SVG diagrams/illustrations. Includes palettes, layout patterns, themes, authoring rules, SVG sizing/embedding guidance, and reference TOCs for fast navigation.

How to install slide-skills?

To install slide-skills, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /slide-skills.

What is slide-skills best for?

slide-skills is a community categorized under Documentation. It is designed for: design, marpit, marp, slides, presentation, markdown, frontmatter, theme. Created by narumi.