feat: add flutter-deck-author agent skill (Markdown outline → slides) - #199
Merged
Conversation
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.
What
Adds a sixth agent skill,
flutter-deck-author, that turns a Markdown outline into idiomaticflutter_deckslide files.The existing five skills are all reference skills (they teach how to use the API). None help a user go from a topic/outline to a finished deck — the actual authoring bottleneck. This skill closes that gap: the author writes content in Markdown, the agent emits one Dart file per slide.
It is content-only and composes with the existing skills:
flutter-deck-presentation-setup.flutter-deck-slides/flutter-deck-themingfor factory and styling detail.FlutterDeckApp, or define themes.How it works
#→ opening title,---hard break, else each##).quote, short stat →bigFact, fenced code →blank+FlutterDeckCodeHighlight, image →image, text+media →split, heading + bullets →blank+FlutterDeckBulletList), with a stated top-to-bottom precedence rule.<!-- slide: <factory> -->,<!-- steps: reveal -->,<!-- notes: … -->,<!-- route: /custom -->.title:from each heading (with a digit-leading fallback, e.g.100%→Slide100,/100).lib/slides/barrel (alphabetical) and theFlutterDeckApp.slideslist (outline order).Registered in
README.mdand the docs site (doc/website/source/ai/agent-skills.md).Verification
flutter analyze+flutter build web; the two embedded slide examples are byte-for-byte identical to that verified fixture.SKILL.mdand the worked-example outline — reproduced an identical file set: same routes, class names, factory choices,steps, and barrel (no factory/route/class divergence).Notes
.gitignorenow ignoresdocs/superpowers/(local design/plan scratch).🤖 Generated with Claude Code