Agent skill
slide-gen-content
AI-powered content drafting, quality analysis, and optimization for presentation slides. Generates titles, bullets, speaker notes, and graphics descriptions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/slide-gen-content
SKILL.md
Content Generation Skill
Generates and optimizes presentation content using Claude API with quality analysis.
Capabilities
- Content Drafting: Generate titles, bullets, speaker notes, graphics descriptions
- Quality Analysis: 5-dimension scoring (readability, tone, structure, redundancy, citations)
- Content Optimization: Automated improvement with before/after tracking
- Graphics Validation: Ensure descriptions are specific enough for image generation
Usage
Draft Content
python -m plugin.cli draft-content outline.md --output content.md
Analyze Quality
python -m plugin.cli analyze-quality content.md
Optimize Content
python -m plugin.cli optimize-content content.md --output optimized.md
Quality Dimensions
| Dimension | Weight | Description |
|---|---|---|
| Readability | 25% | Flesch-Kincaid score, sentence complexity |
| Tone | 20% | Consistency, audience appropriateness |
| Structure | 20% | Parallel construction, logical flow |
| Redundancy | 15% | Duplicate content detection |
| Citations | 20% | Source attribution, evidence support |
Output Format
Content is output as Markdown with frontmatter:
---
title: "Presentation Title"
author: "Generated"
date: "2026-01-04"
template: "stratfield"
quality_score: 8.5
---
# Slide 1: Introduction
## Title
Welcome to AI in Healthcare
## Bullets
- Point one with supporting detail
- Point two with evidence
- Point three with citation [1]
## Speaker Notes
Detailed notes for the presenter...
## Graphics Description
A modern hospital lobby with digital displays showing patient data dashboards...
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?