feat: add mindtwo-branding skill for on-brand artifact and document creation - #4
Open
blumewas wants to merge 2 commits into
Open
feat: add mindtwo-branding skill for on-brand artifact and document creation#4blumewas wants to merge 2 commits into
blumewas wants to merge 2 commits into
Conversation
…reation Distributes the mindtwo corporate identity skill (brand colours, Roobert typography, document patterns, form language) to the team. Includes ready-to-paste CSS tokens and an asset-inlining script for Artifact publishing. The script resolves the mindtwo repo checkout via common project paths or the MINDTWO_REPO env var instead of a hardcoded path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Distributes the mindtwo corporate identity skill to the team via agent-tooling. The skill auto-activates whenever Claude styles a client- or team-facing deliverable (Artifacts, HTML reports, one-pagers, slide decks, PDF templates, email templates) and applies the mindtwo CI:
What's included
skills/mindtwo-branding/SKILL.md— the skill itself; themindtworepo remains the source of truthreferences/tokens.css— ready-to-paste:roottoken block with light and dark themesreferences/inline-assets.py— inlines the Roobert font and logo as data URIs for Artifact publishing (the Artifact CSP blocks external hosts)Portability
The inlining script previously hardcoded one developer's checkout path. It now resolves the
mindtworepo via theMINDTWO_REPOenv var or common project directories (~/Development/Projects,~/code,~/Projects), so it works on any teammate's machine. Brand assets (fonts, logos) are not committed here — they stay in themindtworepo, so the Roobert commercial licence is unaffected.No
install.shchanges needed; it picks up every directory underskills/automatically.Test plan
python3 -m py_compileon the inlining scriptbash -n install.sh