Add frontend slides skill across platforms

This commit is contained in:
Affaan Mustafa
2026-02-27 05:39:31 -08:00
parent 2d9cc5c336
commit 87fc2d5089
14 changed files with 1572 additions and 15 deletions

View File

@@ -81,7 +81,7 @@ Options:
For each selected category, print the full list of skills below and ask the user to confirm or deselect specific ones. If the list exceeds 4 items, print the list as text and use `AskUserQuestion` with an "Install all listed" option plus "Other" for the user to paste specific names.
**Category: Framework & Language (16 skills)**
**Category: Framework & Language (17 skills)**
| Skill | Description |
|-------|-------------|
@@ -92,6 +92,7 @@ For each selected category, print the full list of skills below and ask the user
| `django-tdd` | Django testing with pytest-django, factory_boy, mocking, coverage |
| `django-verification` | Django verification loop: migrations, linting, tests, security scans |
| `frontend-patterns` | React, Next.js, state management, performance, UI patterns |
| `frontend-slides` | Zero-dependency HTML presentations, style previews, and PPTX-to-web conversion |
| `golang-patterns` | Idiomatic Go patterns, conventions for robust Go applications |
| `golang-testing` | Go testing: table-driven tests, subtests, benchmarks, fuzzing |
| `java-coding-standards` | Java coding standards for Spring Boot: naming, immutability, Optional, streams |