Adds Superconductor to the client list with a description of its
multiplayer workspace capabilities. Includes light and dark mode
SVG wordmarks and links to their documentation.
Co-authored-by: Claude Code <noreply@anthropic.com>
* Add Vita logo to LogoCarousel
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs(clients): optimize Vita description
Clarify product features and values for Vita client.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Reduce the `scale` from `1.8` to `1.33` to better match neighboring
logos in the showcase. Also point `instructionsUrl` to the Agent Skills
page on fast-agent.ai, and trim trailing whitespace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collapse the two-row `LogoCarousel` into a single row and compute its
scroll duration from the total cycle width using a fixed
`PX_PER_SECOND`, so scroll speed stays consistent regardless of how many
logos appear or how they are scaled. Drop the now-unneeded vertical
padding on `.logo-carousel-track`.
Rename the "Adoption" heading to "Where can I use Agent Skills?" and
rewrite its blurb to point readers at the Client Showcase page, matching
the question-led style of the neighboring sections.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The logo is a 256x256 square icon with no wordmark, so at default scale
it appears much larger than the horizontal wordmark logos used by other
clients. Setting `scale: 0.45` brings it in line visually.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update descriptions to use better-curated quotes from vendor websites.
Also make display names more specific where the entry refers to a
product rather than the parent company (e.g. "GitHub" → "GitHub
Copilot", "Databricks" → "Databricks Genie Code", "Snowflake" →
"Snowflake Cortex Code").
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Clients are now shuffled by default so that alphabetical ordering
doesn't unfairly prioritize certain clients. A segmented icon toggle
(shuffle / A-Z) in the top-right corner lets users switch between
shuffled and alphabetical order. Each click of the shuffle button
produces a fresh random order.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a dedicated page listing all clients that support the Agent Skills
format. The `ClientShowcase` component renders the shared `clients` data
as a 2-column grid of cards, sorted alphabetically, with each card
showing the client logo, description, and links to setup instructions
and source code when available.
Add `"clients"` to the navigation in `docs.json`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move the hardcoded client data array out of `LogoCarousel.jsx` into a
separate `docs/snippets/clients.jsx` module so it can be reused by other
components. `LogoCarousel` now accepts a `clients` prop, and `home.mdx`
imports and passes the shared data. Also extract a `Logo` sub-component
to reduce duplication of the light/dark `<img>` pair.
Update `CONTRIBUTING.md` to point contributors to `clients.jsx`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mintlify adds 36px top and bottom margins to `<img>` elements in the
main content area. This caused unwanted vertical spacing in the logo
carousel rows. Adding `!my-0` to each `<img>` removes those margins.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use a wrapper `<div>` to control each logo's width instead of styling
the `<img>` elements directly. This also replaces inline styles on the
`<a>` elements with Tailwind utility classes (`no-underline`,
`border-none`) and simplifies the map callbacks.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The logo carousel previously used a per-logo `width` property (e.g.
`"120px"`, `"200px"`) with a fallback default of `"150px"`. This made
logo sizing an absolute, context-specific value tied to the carousel
layout.
Replace `width` with a relative `scale` multiplier (e.g. `0.8`, `1.33`)
that each consuming component can apply to its own base width. This
prepares for sharing the logo data array between `LogoCarousel` and
other components, where the base width might differ. Logos without a
`scale` property default to 1.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Vendor descriptions sourced verbatim from each client's own website or
GitHub repository. The `description` field is placed immediately after
`name` in each entry, grouping identity metadata together.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mintlify enables click-to-zoom on all `<img>` elements by default. This
caused clicking a carousel logo to both open the vendor link in a new
tab AND zoom the logo to fullscreen in the original tab. Adding `noZoom`
disables the lightbox so only the link navigation fires.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add documentation and source code URLs to each client's logo entry in
`LogoCarousel.jsx`. These fields aren't rendered yet, but serve as
structured metadata that future PRs can build on. Including them now
also encourages contributors adding new clients to provide these URLs,
and makes entries easier to verify during review.
Also reformats logo entries from single-line objects to multi-line for
readability.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add OpenHands logo to adoption carousel
OpenHands is an AI software development platform that natively supports
Agent Skills, enabling users to extend agent capabilities with specialized
knowledge and workflows.
Changes:
- Added openhands-logo-light.svg and openhands-logo-dark.svg to /docs/images/logos/openhands/
- Added OpenHands entry to LogoCarousel.jsx
Website: https://www.all-hands.dev/
* Update OpenHands logos to full color versions
---------
Co-authored-by: jamiechicago312 <jamiechicago312@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
* Create todo.md
* Add files via upload
* Delete docs/images/logos/mistral-vibe/todo.md
* add mistral ai vibe to doc
* added black and white versions
* update whiteblack logos
* add vibe to carousel
* swap light dark
---------
Co-authored-by: jaccolor <jac_color@protonmail.com>
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
* Add Firebender logo
Adds logo for android focused coding agent, Firebender that supports skills
Resolves#71🤖 Generated with [Firebender](https://firebender.com)
Co-Authored-By: Firebender <help@firebender.com>
* fix: replace low-res Firebender SVG logos with high-resolution versions
Updated both light and dark wordmark SVGs with high-resolution exports from Figma.
Old viewBox: ~145x18 / 161x20
New viewBox: 2151x267
This addresses the resolution concerns in PR feedback.
🤖 Generated with [Firebender](https://firebender.com)
Co-Authored-By: Firebender <help@firebender.com>
---------
Co-authored-by: Firebender <help@firebender.com>
Agentman is an agentic AI platform that natively supports Agent Skills,
enabling users to build AI agents with skill-based capabilities.
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>