ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/softaworks/agent-toolkit --skill marp-slideCreate professional, visually appealing Marp presentation slides with 7 pre-designed themes and built-in best practices.
Use this skill when the user:
First, determine the appropriate theme based on the user's request and content.
Quick theme selection:
For detailed theme selection guidance, read references/theme-selection.md.
Read relevant references first:
references/marp-syntax.md for basic syntaxreferences/image-patterns.md (official Marpit image syntax)references/advanced-features.mdreferences/theme-css-guide.mdCopy content from the appropriate template file:
assets/template-basic.md - Default theme (most common)assets/template-minimal.md - Minimal themeassets/template-colorful.md - Colorful themeassets/template-dark.md - Dark mode themeassets/template-gradient.md - Gradient themeassets/template-tech.md - Tech/code themeassets/template-business.md - Business themeRead references/best-practices.md for quality guidelines
Structure content following best practices:
<!-- _class: lead -->Add images if needed using patterns from references/image-patterns.md
Save to /mnt/user-data/outputs/ with .md extension
Colors: Beige background, navy text, blue headings
Style: Clean, sophisticated with decorative lines
Use for: General seminars, lectures, presentations
Template: template-basic.md
Colors: White background, gray text, black headings
Style: Minimal decoration, wide margins, light fonts
Use for: Content-focused presentations, academic talks
Template: template-minimal.md
Colors: Pink gradient background, multi-color accents
Style: Vibrant gradients, bold fonts, rainbow accents
Use for: Youth-oriented events, creative projects
Template: template-colorful.md
Colors: Black background, cyan/purple accents
Style: Dark theme with glow effects, eye-friendly
Use for: Tech presentations, evening talks, modern look
Template: template-dark.md
Colors: Purple/pink/blue/green gradients (varies per slide)
Style: Different gradient per slide, white text, shadows
Use for: Visual-focused, creative presentations
Template: template-gradient.md
Colors: GitHub-style dark background, blue/green accents
Style: Code fonts, Markdown-style headers with # symbols
Use for: Programming tutorials, tech meetups, developer content
Template: template-tech.md
Colors: White background, navy headings, blue accents
Style: Corporate presentation style, top border, table support
Use for: Business presentations, proposals, reports
Template: template-business.md
Understand requirements
Select theme
references/theme-selection.mdApply template
assets/Structure content
<!-- _class: lead --> + h1Refine quality
references/best-practices.mdAdd images
references/image-patterns.md for side imagesOutput file
/mnt/user-data/outputs/presentation.mdWhen users give vague instructions like "良い感じにして", "かっこよく", or "make it cool":
Infer theme from content:
Apply best practices automatically:
Enhance visual hierarchy:
Maintain professional tone:
For slides with images, consult references/image-patterns.md for detailed syntax.
Common patterns:
 - Image on right, text on left - Centered with specific width - Full-screen background![bg] declarationsExample lecture pattern:
## Slide Title

- Explanation point 1
- Explanation point 2
- Explanation point 3
Always save the final Marp file to /mnt/user-data/outputs/ with .md extension:
presentation.mdseminar-slides.mdlecture-materials.mdBefore delivering slides, verify:
<!-- _class: lead -->references/marp-syntax.md - Basic Marp/Marpit syntax (directives, frontmatter, pagination, etc.)references/image-patterns.md - Official image syntax (bg, filters, split backgrounds)references/theme-css-guide.md - How to create custom themes based on Marpit specificationreferences/advanced-features.md - Math, emoji, fragmented lists, Marp CLI, VS Codereferences/official-themes.md - default, gaia, uncover themes documentationreferences/theme-selection.md - How to choose the right theme for contentreferences/best-practices.md - Quality guidelines for "cool" slidesassets/template-*.md - Starting points with embedded CSS for each theme (7 themes)assets/theme-*.css - CSS files for reference (already embedded in templates)