Conversation
Markdown-first visual generation with Visual Brief + compiled prompt. Reads markdown documents and infers a compact visual strategy, generating one hero-focused illustration prompt without interrogation or follow-up questions.
Add markdown-illustrator to the 'Available Skills' installation table with full description, installation snippet, and new 'Why markdown-illustrator?' section explaining visual-first defaults, Visual Brief anchoring, inferred visual strategy, trigger examples, and reference visual directions (whiteboard, blackboard, isometric, blueprint).
Add hero.jpg to /assets folder and reference in README intro for visual branding. Reorder markdown-illustrator SKILL.md image to appear after the heading for cleaner visual hierarchy.
Document the 0.3.2 release with markdown-illustrator skill introduction, hero image branding, and README enhancements. Update compare links to reflect the new version baseline.
Review Summary by QodoAdd markdown-illustrator skill with visual brief and prompt compilation
WalkthroughsDescription• Introduces markdown-illustrator skill for visualization-first document processing • Generates Visual Brief and compiled diffusion-ready prompts from markdown files • Adds comprehensive documentation with workflow, defaults, and usage guidance • Includes hero image branding and skill installation instructions Diagramflowchart LR
A["Markdown Document"] -->|Read & Distill| B["Visual Brief"]
B -->|Infer Strategy| C["Visual Strategy"]
C -->|Compile| D["Final Prompt"]
D -->|Return| E["Chat Response"]
F["README Updates"] -->|Document| G["Skill Registry"]
H["Hero Image"] -->|Brand| G
File Changes1. README.md
|
Code Review by Qodo
1.
|
There was a problem hiding this comment.
Pull request overview
This PR adds a new markdown-illustrator skill that turns a markdown document into a single visualization-oriented “Visual Brief” plus one diffusion-ready final prompt, and updates repo docs to surface and explain the new workflow.
Changes:
- Added
skills/markdown-illustrator/SKILL.mddefining the workflow, output contract, and prompt-compilation rules. - Added
skills/markdown-illustrator/evals/*with sample markdown inputs andevals.jsonto validate expected behavior. - Updated
README.mdto document and promote the new skill, including a new repository hero image.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| skills/markdown-illustrator/SKILL.md | Defines the new skill’s contract, workflow, and prompting rules. |
| skills/markdown-illustrator/evals/evals.json | Adds eval prompts/expectations for validating the skill. |
| skills/markdown-illustrator/evals/files/microservices-architecture.md | Eval input document for architecture/diagram-leaning scenarios. |
| skills/markdown-illustrator/evals/files/product-launch.md | Eval input document for cinematic/launch scenarios. |
| skills/markdown-illustrator/evals/files/transformers-explained.md | Eval input document for onboarding/ML explanatory scenarios. |
| README.md | Documents and advertises markdown-illustrator; adds hero image reference. |
| assets/hero.jpg | Adds a new hero image asset used by the README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add hero.jpg asset and reference in trunk-first-repo SKILL.md for consistent visual branding across the skill suite.
Update eval infrastructure in AGENTS.md to support optional 'files' array for skill-relative fixture paths. Extend validation to check fixture file references and update contributing/user docs. Apply fixture guidance pattern to skill-creator-agnostic skill with benchmark contract examples. Align markdown-illustrator SKILL.md for consistency.
Update [0.3.2] release entry to document all work completed on v0.3.2/markdown-illustrator branch: markdown-illustrator skill introduction, hero image branding assets, optional 'files' array support for eval fixtures, real-world evaluation fixtures, benchmark contract reference documentation, and extended repo policy/contributor guidance around eval fixture staging and skill evaluation infrastructure.
This pull request introduces the new
markdown-illustratorskill to the repository, providing a focused workflow for generating a Visual Brief and a diffusion-ready prompt from a markdown document. The README and documentation are updated to describe the new skill, its workflow, defaults, and usage scenarios, including detailed guidance for both users and agents.Key changes:
New Skill Addition
skills/markdown-illustrator/SKILL.mddocumenting themarkdown-illustratorskill, including its purpose, output contract, workflow, visual strategy inference, and prompt compilation rules.Documentation & Usage Updates
README.mdto:markdown-illustratorin the skills install command and the skills summary table. [1] [2] [3]markdown-illustrator.