Add an AI/LLM tools category to the skills widget#28
Open
eudanielhenrique wants to merge 2 commits into
Open
Conversation
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.
|
@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. |
3 tasks
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.
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, samefindDatalookup 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 buildcompiles cleanlyskillsWidget()with all 13 AI entries +includeNames=trueand confirmed every entry resolves (no "undefined" fallback) and no gradient/box id collisionsGoogleGemini/GitHubCopilot/MistralAIdisplay labels toGemini/Copilot/Mistralafter visually spotting label overlap with the next box atincludeNames=true(technical names kept as secondary aliases so query params are unaffected)