Skip to content

tooluse-labs/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

tooluse-labs/.github

Org-level configuration and assets for Tooluse Labs.

Contents

  • profile/README.md — the README rendered on https://github.com/tooluse-labs (the org profile page).
  • assets/brand/ — canonical source files for the org avatar / logo. Update once here, re-upload to GitHub org settings + Glama + any other place the avatar is consumed. Project logos in profile/README.md should link to the owning repository's raw asset URL instead of keeping local copies here.

Brand assets

File Purpose
assets/brand/avatar.svg Source of truth (vector). Edit this, then re-render PNGs.
assets/brand/avatar-1024.png High-res raster for GitHub org Settings → Profile picture (recommended upload).
assets/brand/avatar-460.png Fallback raster for places that prefer a smaller upload.
assets/brand/avatar-circle-preview.png Reference image showing how the avatar renders after GitHub's circular crop. Not for upload.
assets/brand/logo-lockup.svg Full profile README lockup: selected V4a clockwise router marker plus wordmark and tagline.
assets/brand/logo-lockup-1200.png High-res raster export of the lockup for review or reuse.
assets/brand/logo-lockup-920.png Native-size raster export matching the SVG viewBox.
assets/brand/logo-lockup-preview-light.png White-background preview for quickly checking the README lockup. Not for upload.

To regenerate the PNGs after editing avatar.svg:

python -c "import cairosvg; cairosvg.svg2png(url='assets/brand/avatar.svg', write_to='assets/brand/avatar-1024.png', output_width=1024, output_height=1024)"
python -c "import cairosvg; cairosvg.svg2png(url='assets/brand/avatar.svg', write_to='assets/brand/avatar-460.png', output_width=460, output_height=460)"

Avatar design rationale

The mark is [ ··· ] — square brackets enclosing three dots — reading as the function-call notation tool(args) that the org's name "Tooluse" alludes to.

  • Cyan #5EEAD4 brackets — neutral against the AI-tooling brand landscape (Anthropic uses burnt orange, OpenAI black/white, Hugging Face yellow), gives a distinct visual fingerprint.
  • Amber #F5A623 dots — warm focal accent, visible at favicon size where the brackets blur.
  • Dark #0E1618 background with rx=48 rounded corners — works under GitHub's circle crop without odd geometry.

Bracket inner-edge gap is intentionally wide (x=60 to x=196 on a 256-unit canvas) so the composition reads more like an actual function-call slot than a tight ellipsis. Verified to survive GitHub's circular avatar crop.

About

Org-level config and brand assets for Tooluse Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors