mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
adding Autohand Code on the agentskills.md (#101)
This commit is contained in:
committed by
GitHub
Unverified
parent
4966c3fcbd
commit
f8dfba0740
@@ -0,0 +1,18 @@
|
||||
<svg width="261" height="124" viewBox="0 0 261 124" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="163.29" cy="94.3717" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="163.839" cy="94.9203" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="163.29" cy="29.6283" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="163.839" cy="30.1769" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="231.326" cy="94.3717" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="231.875" cy="94.9203" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="231.326" cy="29.6283" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="231.875" cy="30.1769" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="29.6283" cy="94.3717" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="30.1774" cy="94.9203" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="29.6283" cy="29.6283" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="30.1774" cy="30.1769" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="97.6635" cy="94.3717" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="98.2125" cy="94.9203" r="7.73009" fill="white" stroke="white"/>
|
||||
<circle cx="97.6635" cy="29.6283" r="27.1283" stroke="white" stroke-width="5"/>
|
||||
<circle cx="98.2125" cy="30.1769" r="7.73009" fill="white" stroke="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg width="261" height="124" viewBox="0 0 261 124" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="163.29" cy="94.3717" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="163.839" cy="94.9203" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="163.29" cy="29.6283" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="163.839" cy="30.1769" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="231.326" cy="94.3717" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="231.875" cy="94.9203" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="231.326" cy="29.6283" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="231.875" cy="30.1769" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="29.6283" cy="94.3717" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="30.1774" cy="94.9203" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="29.6283" cy="29.6283" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="30.1774" cy="30.1769" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="97.6635" cy="94.3717" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="98.2125" cy="94.9203" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
<circle cx="97.6635" cy="29.6283" r="27.1283" stroke="#18181B" stroke-width="5"/>
|
||||
<circle cx="98.2125" cy="30.1769" r="7.73009" fill="#18181B" stroke="#18181B"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -9,6 +9,7 @@
|
||||
export const LogoCarousel = () => {
|
||||
const logos = [
|
||||
{ name: "Gemini CLI", url: "https://geminicli.com", lightSrc: "/images/logos/gemini-cli/gemini-cli-logo_light.svg", darkSrc: "/images/logos/gemini-cli/gemini-cli-logo_dark.svg" },
|
||||
{ name: "Autohand Code CLI", url: "https://autohand.ai/", lightSrc: "/images/logos/autohand/autohand-light.svg", darkSrc: "/images/logos/autohand/autohand-dark.svg" },
|
||||
{ name: "OpenCode", url: "https://opencode.ai/", lightSrc: "/images/logos/opencode/opencode-wordmark-light.svg", darkSrc: "/images/logos/opencode/opencode-wordmark-dark.svg" },
|
||||
{ name: "Mux", url: "https://mux.coder.com/", lightSrc: "/images/logos/mux/mux-editor-light.svg", darkSrc: "/images/logos/mux/mux-editor-dark.svg" },
|
||||
{ name: "Cursor", url: "https://cursor.com/", lightSrc: "/images/logos/cursor/LOCKUP_HORIZONTAL_2D_LIGHT.svg", darkSrc: "/images/logos/cursor/LOCKUP_HORIZONTAL_2D_DARK.svg" },
|
||||
|
||||
Reference in New Issue
Block a user