34 Commits
Author SHA1 Message Date
Jonathan HefnerandClaude Opus 4.7 278196525d Simplify LogoCarousel and rework "Adoption" section on home.mdx
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>
2026-04-19 13:07:38 -05:00
Jonathan HefnerandClaude Opus 4.6 b10b93a438 Extract client data from LogoCarousel into shared clients.jsx
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>
2026-04-01 15:15:26 -05:00
Jonathan HefnerandClaude Opus 4.6 ee7d80cb8b Override Mintlify's default <img> margins in logo carousel
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>
2026-04-01 15:08:19 -05:00
Jonathan HefnerandClaude Opus 4.6 15ddb74928 Move logo sizing from <img> to wrapper <div> in logo carousel
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>
2026-04-01 15:08:19 -05:00
Jonathan HefnerandClaude Opus 4.6 8c2596540b Replace per-logo width with relative scale in logo carousel
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>
2026-04-01 09:35:16 -05:00
Jonathan HefnerandClaude Opus 4.6 15065098a2 Add description field to each logo carousel entry
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>
2026-03-30 16:19:07 -05:00
Jonathan HefnerandClaude Opus 4.6 028a8fef9b Update OpenHands URL from all-hands.dev to openhands.dev
The old URL `https://www.all-hands.dev/` now redirects to
`https://openhands.dev/`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 16:02:52 -05:00
Jonathan HefnerandClaude Opus 4.6 5343c3f42b Add noZoom to logo carousel images
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>
2026-03-27 10:05:14 -05:00
Arun Nair cc89b9c41a Add Kiro logo. 2026-03-19 16:08:01 -07:00
Jonathan HefnerandClaude Opus 4.6 caac642012 Add instructionsUrl / sourceCodeUrl fields to LogoCarousel entries
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>
2026-03-05 14:42:40 -06:00
f019a02dbb Add Snowflake logo to Agent Skills logo carousel (#199)
.... Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code)

Co-authored-by: Cortex Code <noreply@snowflake.com>
2026-03-02 05:02:58 -08:00
201eb2faf3 Add Laravel Boost logo to Agent Skills logo carousel (#167)
Co-authored-by: Jonathan Hefner <jonathan@hefner.pro>
2026-02-22 13:41:31 -06:00
Arne StrickmannandGitHub 0e96f39bf8 Add Emdash logo to LogoCarousel (#132) 2026-02-22 13:39:43 -06:00
f682292a31 Add openhands logo (#118)
* 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>
2026-02-22 13:38:13 -06:00
Irina ChichikovaandGitHub b8241441e0 Add Junie logo to the logos carousel (#116) 2026-02-22 13:36:47 -06:00
Nnenna NdukweandGitHub e81550daf1 Add Qodo logo to Agent Skills (#123) 2026-02-06 07:52:42 -08:00
Eric Harmeling c9e5df0a28 Fix VT Code logo sizing, centering, and file references in carousel 2026-01-27 13:46:41 -05:00
Vinh NguyenandEric Harmeling 3c6ce2f163 Add VT Code logo to LogoCarousel (#104) 2026-01-27 13:46:31 -05:00
Eric HarmelingandClaude 2d0014513b Add Ona logo to adoption carousel
Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 10:40:04 -05:00
Eric HarmelingandClaude 19d5c9fead Adjust logo widths in adoption carousel for consistent sizing
Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-23 10:36:42 -05:00
Igor CostaandGitHub f8dfba0740 adding Autohand Code on the agentskills.md (#101) 2026-01-23 10:29:40 -05:00
4966c3fcbd Adds Roo Code Logo (#99)
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
2026-01-23 10:28:13 -05:00
a88b0c8f56 Include Mistral Vibe (#44)
* 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>
2026-01-23 10:27:41 -05:00
ed20f3a0bf Add pi to adoption section (#70)
Co-authored-by: Michael Renner <terrorobe@github.com>
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
2026-01-22 15:34:04 -05:00
640a47caee Add Firebender logo (#72)
* 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>
2026-01-22 15:31:55 -05:00
bl-ueandGitHub 13898cd390 Add Piebald (#47)
* Add Piebald

* Move logo to avoid conflicts with other PRs
2026-01-22 15:29:58 -05:00
2ecf167fcb Add Command Code logo (#37)
* Add Command Code logo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add Command Code logo

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* improve width

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Saqib Ameen <saqib1@ualberta.ca>
Co-authored-by: Saqib Ameen <mrsaqibameen@gmail.com>
2026-01-22 15:27:59 -05:00
007d907dba Add Databricks logo (#96)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
2026-01-21 10:30:21 -05:00
Michael SuchaczandGitHub 8175c70fbf docs: add Mux logo to adoption carousel (#76) 2026-01-21 10:23:44 -05:00
676b661a51 Add Agentman logo to adoption carousel (#91)
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>
2026-01-21 10:19:39 -05:00
3837202cce Add TRAE logo to logo carousel (#88)
Co-authored-by: Eric Harmeling <eric.harmeling@outlook.com>
2026-01-21 10:18:37 -05:00
Christian TzolovandGitHub b714778c0e Add Spring AI logo to adoption carousel (#85)
Spring AI has integrated Agent Skills support through the spring-ai-agent-utils
project, providing tool-based integration via the SkillsTool component. This
enables Java and Spring AI agents to discover and execute skills dynamically.

Integration details: https://github.com/spring-ai-community/spring-ai-agent-utils/blob/main/spring-ai-agent-utils/docs/SkillsTool.md
Blog post: https://spring.io/blog/2026/01/13/spring-ai-generic-agent-skills

Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2026-01-21 10:15:19 -05:00
Dmitry LyalinandGitHub af48a3a945 Added logo for Gemini CLI (#77)
* Add Gemini CLI logo to LogoCarousel

* Fix: swap light and dark logo filenames
2026-01-08 18:45:34 -05:00
Eric HarmelingandGitHub da24a2bd17 Add logo carousel (#69) 2026-01-06 14:07:13 -05:00