Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By danielscholl
Generate branded PPTX presentations, LinkedIn PDF carousels, and reusable slide layouts using a brand voice system with design tokens and tone guidelines. Automate setup of brand configs and styled content for workflows like QA/RCA reports.
npx claudepluginhub danielscholl/claude-sdlc --plugin presentationsGenerate tone-of-voice and brand-system files for use with the PPTX Generator and other brand-aware skills. TRIGGERS - Use this skill when user says: - "help me create a brand system" / "set up my brand" - "generate my tone of voice" / "create my voice guidelines" - "configure my brand for presentations" / "set up brand for slides" - "create brand files" / "initialize my brand" - Any request about defining brand identity, voice, or visual system for content creation Creates brand.json, config.json, brand-system.md, and tone-of-voice.md files.
Generate and edit presentation slides as PPTX files. Also create LinkedIn carousels and manage reusable slide layouts. TRIGGERS - Use this skill when user says: - "create slides for [brand]" / "generate presentation for [brand]" / "make slides for [brand]" - "create a carousel for [brand]" / "linkedin carousel" / "make a carousel about [topic]" - "edit this pptx" / "update the slides" / "modify this presentation" - "create a new layout" / "add a layout to the cookbook" / "make a [type] layout template" - "edit the [name] layout" / "update the cookbook" / "improve the [name] template" - "use the [workflow] workflow" / "qa-report workflow" / "rca-report workflow" - Any request mentioning slides, presentations, carousels, PPTX, or layouts with a brand name Creates .pptx files compatible with PowerPoint, Google Slides, and Keynote. Creates PDF carousels for LinkedIn (square 1:1 format).
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Create branded visual content (presentations, carousels, infographics, HTML pages) with Aaker personality-driven design, style recommendation engine, visual components, 26 visual styles, design systems, and Presentation Zen principles
Build polished, self-contained HTML slide decks from any prompt — keyboard nav, swipe, fullscreen, brand theming. No Keynote or PowerPoint required.
Create polished, professional reveal.js presentations with themes, multi-column layouts, callout boxes, code highlighting, animations, speaker notes, and custom styling. Generates HTML + CSS with no build step required.
Four-layer test framework for Claude Code plugin skills — structure validation, trigger accuracy, session testing, and skill value comparison
AI-powered HTML presentation generator with 20 curated design presets, PPTX export, and Excalidraw diagrams
Stop making slides. Let AI build them in HTML — the medium it was born to write in. Give deckify any brand URL; in minutes you get a brand-faithful Design System markdown plus a verified 9-slide HTML demo deck.
DOCX creation, editing, and redlining with tracked changes and OOXML validation
Four-layer test framework for Claude Code plugin skills — structure validation, trigger accuracy, session testing, and skill value comparison
Software development lifecycle automation - slash commands, agents, and GitHub/GitLab webhook watchers
Excalidraw diagram creator with visual argument methodology and PNG render pipeline
Gas Town SDLC — brief → design → plan pipeline that turns ideas into Gas Town beads (bd create commands + dependency graph)
A plugin marketplace for Claude Code spanning software development lifecycle automation, Gas Town bead-plan workflows, content generation (presentations, diagrams, documents), AI plugin testing, Copilot CLI development, and multi-agent team bootstrapping.
# Add the marketplace to Claude Code
/plugin marketplace add https://github.com/danielscholl/claude-sdlc
# Install any plugin
/plugin install sdlc
/plugin install gt-sdlc
/plugin install skilltest
/plugin install copilot
/plugin install cadre
/plugin install presentations
/plugin install excalidraw
/plugin install docx
Software development lifecycle automation with slash commands, specialized agents, and GitHub/GitLab webhook watchers.
Commands:
| Command | Description |
|---|---|
/sdlc:prime | Analyze and understand the codebase |
/sdlc:feature [description] | Create a feature specification with deep codebase analysis |
/sdlc:bug [description] | Create a bug fix specification |
/sdlc:chore [description] | Create a maintenance task specification |
/sdlc:implement [spec-file] | Implement a specification with structured task tracking |
/sdlc:tdd [description] | Implement using strict Test-Driven Development |
/sdlc:branch [spec-file] | Create a git branch from a specification |
/sdlc:commit [spec-file] | Commit changes |
/sdlc:pull_request [spec-file] | Create a pull request |
/sdlc:pr_resolve [PR-number] | Resolve PR review comments in parallel |
/sdlc:test_plan [module] | Analyze tests and create test documentation |
/sdlc:locate [spec-file] | Locate specification files |
/sdlc:install | Install dependencies and run setup scripts |
Agents:
| Agent | Purpose | Tools |
|---|---|---|
architecture-strategist | Architectural review of code changes, design decisions, component boundaries | Read, Glob, Grep, Bash |
performance-oracle | Algorithmic complexity, database queries, memory usage, caching, scalability | Read, Glob, Grep, Bash |
pr-comment-resolver | Address PR review comments, implement fixes, post replies, resolve threads | Read, Edit, Write, Glob, Grep, Bash |
All agents run on Sonnet for cost-efficient delegation.
Four-layer test framework for validating Claude Code plugin skills remain well-maintained and purposeful.
Command: /skilltest:test-framework
Skill: test-framework — Validates plugin structure, tests trigger accuracy of skill descriptions, runs multi-turn session scenarios, and compares skill value (with vs without).
Testing Layers:
| Layer | What it Tests | Speed |
|---|---|---|
| L1 Structure | Plugin spec compliance, naming, cross-references | ~0.1s |
| L2 Triggers | Skill description accuracy (precision/recall) | ~30s/query |
| L3 Sessions | Multi-turn routing, context handling, boundaries | 2-3 min |
| L4 Value | Does the skill actually help? (with vs without) | 5+ min |
Create and maintain GitHub Copilot CLI plugins with authoritative spec references and templates.
Command: /copilot:copilot-plugin
Skill: copilot-plugin — Builds Copilot CLI plugin components: skills, agents, prompts, custom instructions, path-specific instructions, AGENTS.md routing, MCP servers, and hooks.
Includes reference specs for all Copilot CLI conventions, comparison matrices, a writing guide, and output templates.
Multi-agent team bootstrapper that analyzes your codebase and generates tailored agent teams via AI debate.
Command: /cadre:init
Skill: init — Analyzes project structure, runs an AI debate to determine optimal team composition, and generates .claude/agents/*.md files, config, and routing rules. Handles both existing projects and greenfield bootstrapping.
Branded presentation and LinkedIn carousel generation with a brand voice system and reusable slide layouts.
Skills:
| Skill | Purpose |
|---|---|
pptx-generator | Generate and edit PPTX slides, LinkedIn carousels, and reusable slide layouts |
brand-voice-generator | Create tone-of-voice and brand-system files consumed by pptx-generator |
Create .excalidraw diagram JSON files that make visual arguments — workflows, architectures, concepts.
Skill: excalidraw-diagram — Generates Excalidraw JSON with a visual-argument methodology and PNG render pipeline (requires Chromium via Playwright for rendering).
Comprehensive DOCX document creation, editing, and analysis with tracked changes and comment support.
Skill: docx — Create new documents, modify content, work with tracked changes, add comments, extract text, and handle OOXML validation.