skills/marp-authoring/SKILL.md
Use when you need Marp/Marpit Markdown authoring rules, directives, layouts, or theme guidance and want the minimal reading path for slide writing.
npx skillsauth add narumiruna/agent-skills marp-authoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Thin entry skill for Marp/Marpit authoring. Core principle: route directly to the authoring references instead of skimming the full slide-creator bundle.
| Goal | Read | | --- | --- | | Syntax & directives | references/syntax-guide.md | | Layout patterns | references/patterns.md | | Complex layouts | references/advanced-layouts.md | | Themes | references/themes.md | | QA checklist | references/best-practices.md |
Prompt: "Need a split layout with a code block." → Read syntax-guide.md, then advanced-layouts.md.
assets/templates/ - Starter Marp templatesassets/examples/ - Slide examples and patternsassets/icons/ - Common slide iconsdevelopment
Maintains concise repository MEMORY.md notes for gotchas, stale memory corrections, and durable user preferences. Use at the start of repository conversations, when the user mentions MEMORY.md, when an error should be remembered to avoid repeating it, or when MEMORY.md content may be wrong.
testing
Use only when the user explicitly names the work-log-writer skill; never auto-activate from generic work log, daily log, EOD summary, status update, or date-range summary requests.
development
Use when implementing non-trivial code changes that should follow TDD (write a failing test first, make the smallest passing change, then refactor safely).
tools
Use when designing, implementing, reviewing, or debugging Codex CLI hooks, including `hooks.json`, `.codex/hooks.json`, feature-flag setup, matcher behavior, event-specific stdin/stdout payloads, and hook scripts for `SessionStart`, `PreToolUse`, `PostToolUse`, `UserPromptSubmit`, or `Stop`.