Skip to content

Add an AI/LLM tools category to the skills widget#28

Open
eudanielhenrique wants to merge 2 commits into
Jurredr:masterfrom
eudanielhenrique:feat/ai-skills-category
Open

Add an AI/LLM tools category to the skills widget#28
eudanielhenrique wants to merge 2 commits into
Jurredr:masterfrom
eudanielhenrique:feat/ai-skills-category

Conversation

@eudanielhenrique

Copy link
Copy Markdown
Contributor

Adds a new "AI" section (alongside Languages/Frameworks/Libraries/Tools/Software) so people can showcase which AI tools and models they work with: Anthropic, Claude, Google Gemini, GitHub Copilot, Perplexity, Mistral AI, Meta AI, Hugging Face, LangChain, Ollama, Cursor, DeepSeek, Replicate.

Wired through as a new opt-in &ai= query param on /api/skills, mirroring the existing category params exactly (same height/layout math, same findData lookup chain, same route signature pattern) so it's fully backward compatible.

Icons sourced from simple-icons (CC0), extracted programmatically from the fetched SVGs and diffed byte-for-byte against the source files to guarantee accuracy. OpenAI/ChatGPT are intentionally excluded: their icon was removed from simple-icons upstream at OpenAI's request over trademark concerns, same reasoning as the Adobe icons skipped in #25.

Test plan

  • npm run build compiles cleanly
  • Verified every icon's path data byte-for-byte against the fetched simple-icons source
  • Programmatically invoked the compiled skillsWidget() with all 13 AI entries + includeNames=true and confirmed every entry resolves (no "undefined" fallback) and no gradient/box id collisions
  • Shortened GoogleGemini/GitHubCopilot/MistralAI display labels to Gemini/Copilot/Mistral after visually spotting label overlap with the next box at includeNames=true (technical names kept as secondary aliases so query params are unaffected)

Adds a new "AI" section (like Languages/Frameworks/Libraries/Tools/
Software) so people can showcase which AI tools and models they work
with: Anthropic, Claude, Google Gemini, GitHub Copilot, Perplexity,
Mistral AI, Meta AI, Hugging Face, LangChain, Ollama, Cursor, DeepSeek,
Replicate.

Wired through as a new opt-in &ai= query param on /api/skills, mirroring
the existing category params exactly (same height/layout math, same
findData lookup chain, same route signature pattern) so it's fully
backward compatible.

Icons sourced from simple-icons (CC0), extracted programmatically from
the fetched SVGs and diffed byte-for-byte against the source files to
guarantee accuracy. OpenAI/ChatGPT are intentionally excluded: their
icon was removed from simple-icons upstream at OpenAI's request over
trademark concerns, same reasoning as the Adobe icons skipped earlier.
GoogleGemini (12 chars) and GitHubCopilot (13 chars) were wide enough
at font-size 16 to overlap the neighboring box's label when
includeNames=true, since box spacing is fixed at 102px. Switched their
primary display name to the shorter, more natural product name
(Gemini, Copilot, and Mistral for MistralAI) while keeping the longer
form as a secondary alias so existing query params still resolve.
Copilot AI review requested due to automatic review settings July 14, 2026 12:43
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

@eudanielhenrique is attempting to deploy a commit to the Jurre's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants