Portable visual skill pack for the Agent Skills ecosystem (Claude Code, Claude Desktop, Claude Cowork, Claude Design, Goose, Cursor, Codex). Discovers community-published styles + formats via the gooseworks CLI, runs an extract-style workflow on reference images, and exports rendered PNGs via Playwright.
56
63%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/design/composites/goose-graphics/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
In the required screenshot/render pipeline, outsider-supplied tweet text is ingested at runtime by `screenshot/fetch-tweet.js` and `screenshot/fetch-full-tweet.js` via Playwright `page.evaluate()` / `innerText` from a user-provided x.com tweet URL or id, which can then be used as content for generated HTML/PNGs.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill repeatedly instructs running the CLI to fetch remote DESIGN.md specs at runtime (e.g., "npx gooseworks styles get <slug>") — which pulls style specs from the central catalog (https://skills.gooseworks.ai/styles) that directly drive generation and are a required runtime dependency.
2523432
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.