feat(skill): add wigtn-ppt brand presentation generator#24
Merged
Conversation
Add WIGTN-brand HTML presentation skill (6th skill). Principles-based with no template dependency: generates a single self-contained HTML deck from brand tokens + layout references, with Light/Dark themes and the signature purple dot. - SKILL.md: 4-phase workflow (theme+content -> structure -> diagram -> HTML) - references/brand.md: exact palette (ink #1E1E28, Pantone-265 purple #9B51E0), logo variants, purple-dot signature, CSS/SVG wordmark fallback - references/design-guide.md: viewport rules, slide types, animation mapping - assets/logo/README.md: logos are team-private (PNG binaries gitignored) - bump skill count 5 -> 6 in plugin manifests, README badges, CLAUDE.md Quality Score: 93/100 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY
3 tasks
…view) Address /review-pr findings on #24: - M1: stop claiming docs/images/ and assets/logo/ are in-repo paths. Both are gitignored/team-private, so a public clone won't have them; reword SKILL.md, brand.md, and assets/logo/README.md to say "team-local, not in the public repo" and lean on the CSS/SVG wordmark fallback. - m2: scope trigger keywords to WIGTN-branded decks only (drop bare generic 'PPT 만들어줘' etc.) to avoid skill-selection collision with bc-ppt/bc-docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY
Rename brand asset WIGTN_LOGO_WIHTE.png -> WIGTN_LOGO_WHITE.png so the filename matches the "WHITE" label used elsewhere, and update the 3 references in brand.md and assets/logo/README.md. Resolves the last Correctness gap from /review-pr on #24 (filename/label mismatch). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
wigtn-ppt— the 6th skill — a WIGTN-brand HTML presentation generator. It is principles-based with no template dependency: Claude builds a single self-contained HTML deck from brand tokens + layout references, so it works even though no.pptx/HTML template exists.Changes
skills/wigtn-ppt/SKILL.md— 4-phase workflow (theme+content → structure → diagram → HTML), Light/Dark theme selection, logo-locate priority with CSS/SVG fallbackskills/wigtn-ppt/references/brand.md— WIGTN brand system: exact palette (ink#1E1E28, signature purple Pantone 265#9B51E0, deep#6B2EAA), Light/Dark:roottokens, logo-variant mapping, purple-dot signature rules, CSS/SVG wordmark fallbackskills/wigtn-ppt/references/design-guide.md— viewport rules, slide types (cover/contents/section/body/closing), animation mapping, anti-patterns, reuse ofdesign-system-referenceskills/wigtn-ppt/assets/logo/README.md— logos are team-private (PNG binaries gitignored; README committed)5 → 6across plugin manifests, README badges, CLAUDE.md Key PathsDesign notes
design-system-reference(Swiss Minimal / Editorial / Minimal Corporate) for layout sense, overriding color/logo/dot with WIGTN tokens — instead of re-bundling 20 presets..from thewigtn.wordmark, repeated on every slide.handdrawn-diagramskill.Quality Gate
validate_plugin.py): ✅ pass — counts/version agreeTest Plan
python3 .github/scripts/validate_plugin.pypasses in CIwigtn-plugins:wigtn-ppt🤖 Generated with Claude Code
https://claude.ai/code/session_01VDvYizKVU4qf57HJjzN6iY