CtrlK
BlogDocsLog inGet started
Tessl Logo

simon/skills

Auto-generated tile from GitHub (10 skills)

92

1.16x
Quality

94%

Does it follow best practices?

Impact

92%

1.16x

Average score across 44 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-38/

Developer Documentation Image Pipeline Setup

Problem/Feature Description

The Devrel team at a mid-size SaaS company wants to standardise the way code examples are rendered across their documentation site, blog, and social channels. Right now contributors copy-paste screenshots from their editors with inconsistent fonts, themes, and sizing — which creates an inconsistent brand appearance.

The team wants a reproducible local setup that any contributor can clone and immediately use to produce polished code snippet images. They have settled on snipgrapher as the tool for the job. The setup must handle two use cases: a clean default style for the documentation site, and a higher-contrast social media variant with a visible watermark.

Your job is to initialise the project, configure it correctly for both use cases, and verify the environment is healthy before any rendering happens. Produce a shell script (setup.sh) that automates the full setup process, and leave the resulting config file in the working directory so the team can inspect and commit it.

Output Specification

Produce the following files:

  • setup.sh — a shell script that prepares the snipgrapher environment and demonstrates a sample render for each use case
  • the snipgrapher configuration file — created/edited during setup, left in the working directory
  • setup-log.txt — a text log recording each command run and any output produced

The script should be executable and self-contained. Do not assume snipgrapher is already installed globally.

evals

README.md

tile.json