skills/netresearch-branding/SKILL.md
Use when working with ANY Netresearch visual output: branded pages, dashboards, HTML reports, extension icons, README badges, or CSS theming. Enforce strict brand compliance with mandatory logo usage, brand colors, typography, footer, and reference-driven implementation.
npx skillsauth add netresearch/netresearch-branding-skill netresearch-brandingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply Netresearch brand identity to web outputs, documentation, and TYPO3 extensions.
Apply automatically when any of the following is true:
netresearch or composer vendor is netresearch/Output is invalid if any item is missing:
assets/logos/netresearch-symbol-only.svg, or fallback from references/logo-svg.md)#2F99A4 (primary), #FF4D00 (accent only), #585961 (text)https://www.netresearch.de/ and text Netresearch DTT GmbHIf user instructions conflict, keep these rules and explain constraints.
Logo source priority:
assets/logos/netresearch-symbol-only.svgreferences/logo-svg.md (inline SVG fallback)references/logo.md (text fallback for SVG-limited agents)Rules:
32x32px; recommended 40–56px in headershttps://www.netresearch.de/Operationalize references in every branded output:
references/colors.md for palette/token mappingreferences/typography.md for font roles and scalereferences/web-design.md for layout/components/spacingreferences/logo.md and references/logo-svg.md for logo fallback behaviorreferences/typo3-extension-branding.md for TYPO3 context--nr-primary, --nr-accent, --nr-text, --nr-border, --nr-bgResources/Public/Icons/Extension.svg (teal #2F99A4)netresearch/author_company: Netresearch DTT GmbH- by Netresearch[email protected]assets/markdown-pdf.css — branded stylesheet for markdown-to-pdf-skill; apply via --css for branded PDFs.assets/markdown-pdf-logo.svg — standalone Netresearch logo (brand-teal/grey); for the running header against the teal background, the CSS expects a white-fill variant supplied via the calling skill's HTML or as a base64 data URI.references/colors.mdreferences/typography.mdreferences/web-design.mdreferences/logo.mdreferences/logo-svg.mdreferences/typo3-extension-branding.mdreferences/README-branding.mdtools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.