tessl install tessl/npm-storybook--addon-mdx-gfm@8.6.0GitHub Flavored Markdown support addon for Storybook documentation.
Agent Success
Agent success rate when using this tile
69%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.97x
Baseline
Agent success rate without this tile
71%
{
"context": "Evaluates how the solution leverages @storybook/addon-mdx-gfm's preset entry to auto-enable GitHub Flavored Markdown in Storybook MDX docs. Emphasizes letting the preset-driven mdxLoaderOptions hook drive the compile options instead of manually wiring remark plugins.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Addon listing",
"description": "Storybook main config includes '@storybook/addon-mdx-gfm' in the addons array so the package's preset auto-registers instead of manually wiring remark plugins.",
"max_score": 25
},
{
"name": "Preset hook use",
"description": "Uses the package's preset export (e.g., the mdxLoaderOptions hook from '@storybook/addon-mdx-gfm/preset') to produce docs.mdxCompileOptions rather than constructing options by hand.",
"max_score": 25
},
{
"name": "GFM plugin applied",
"description": "Final mdxCompileOptions.remarkPlugins includes the remark-gfm plugin added by the addon's preset and it appears exactly once in the list.",
"max_score": 25
},
{
"name": "Options preserved",
"description": "The preset-driven merge keeps any existing remarkPlugins/rehypePlugins intact while appending remark-gfm, mirroring the package's non-destructive behavior.",
"max_score": 25
}
]
}