From 2e03a22454cf09cc6fd9d719bef3c0b3829c9ea5 Mon Sep 17 00:00:00 2001
From: kaiomp
Date: Tue, 25 Aug 2026 04:03:44 +0200
Subject: [PATCH] Multi-ecosystem: copy + ecosystem badges
---
README.md | 2 +-
app/layout.tsx | 6 +++---
app/llms-full.txt/route.ts | 2 +-
app/llms.txt/route.ts | 4 ++--
app/opengraph-image.alt.txt | 2 +-
app/page.tsx | 18 +++++++++---------
app/tools/[slug]/page.tsx | 3 ++-
app/twitter-image.alt.txt | 2 +-
components/site-footer.tsx | 2 +-
components/tool-card.tsx | 3 ++-
lib/tools.ts | 24 +++++++++++++++++++++++-
11 files changed, 46 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 56e3bd2..46cb192 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
---
-Companion repo to [**`flykit-cc/flykit`**](https://github.com/flykit-cc/flykit), the open-source Claude Code plugin marketplace.
+Companion repo to [**`flykit-cc/flykit`**](https://github.com/flykit-cc/flykit), the open-source registry of plugins and tools for coding agents.
## Thinking of contributing?
diff --git a/app/layout.tsx b/app/layout.tsx
index e0d7932..c3f8494 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -15,9 +15,9 @@ const inter = Inter({
});
export const metadata: Metadata = {
- title: "flykit — Claude Code plugins for real-world workflows",
+ title: "flykit — plugins and tools for coding agents",
description:
- "Open-source Claude Code plugins for real-world workflows. Install, run, contribute.",
+ "Open-source plugins and tools for coding agents. Claude Code, DeepSeek Harness, and more. Install, run, contribute.",
metadataBase: new URL("https://flykit.cc"),
alternates: { canonical: "/" },
};
@@ -28,7 +28,7 @@ const siteJsonLd = {
name: "flykit",
url: "https://flykit.cc",
description:
- "Open-source Claude Code plugins for real-world workflows. Install, run, contribute.",
+ "Open-source plugins and tools for coding agents. Claude Code, DeepSeek Harness, and more. Install, run, contribute.",
};
export default async function RootLayout({
diff --git a/app/llms-full.txt/route.ts b/app/llms-full.txt/route.ts
index 52d1e23..e60a575 100644
--- a/app/llms-full.txt/route.ts
+++ b/app/llms-full.txt/route.ts
@@ -12,7 +12,7 @@ export async function GET() {
lines.push("# flykit");
lines.push("");
lines.push(
- "> Open-source Claude Code plugins for real-world workflows. Install, run, contribute.",
+ "> Open-source plugins and tools for coding agents. Claude Code, DeepSeek Harness, and more.",
);
lines.push("");
lines.push(
diff --git a/app/llms.txt/route.ts b/app/llms.txt/route.ts
index ae5e983..e40c1ee 100644
--- a/app/llms.txt/route.ts
+++ b/app/llms.txt/route.ts
@@ -11,11 +11,11 @@ export async function GET() {
lines.push("# flykit");
lines.push("");
lines.push(
- "> Open-source Claude Code plugins for real-world workflows. Install, run, contribute.",
+ "> Open-source plugins and tools for coding agents. Claude Code, DeepSeek Harness, and more.",
);
lines.push("");
lines.push(
- "flykit is a community marketplace of plugins for Claude Code, Anthropic's official CLI.",
+ "flykit is a community registry of plugins and tools for coding agents, spanning Claude Code and DeepSeek Harness.",
);
lines.push(
"Each plugin adds skills, slash commands, subagents, or hooks that solve a concrete workflow —",
diff --git a/app/opengraph-image.alt.txt b/app/opengraph-image.alt.txt
index 8944f88..b1ba104 100644
--- a/app/opengraph-image.alt.txt
+++ b/app/opengraph-image.alt.txt
@@ -1 +1 @@
-flykit — Claude Code plugins for real-world workflows.
+flykit — plugins and tools for coding agents.
diff --git a/app/page.tsx b/app/page.tsx
index 8864b72..440038f 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -47,7 +47,7 @@ export default async function HomePage() {
>
{">"}
- Claude Code
+ Claude Code · DeepSeek Harness
- flykit is an open-source marketplace of Claude Code plugins for - real-world workflows. Install, run, contribute. + flykit is an open-source registry of plugins and tools for coding + agents. Install, run, contribute.
- Standalone tools for Claude Code. Not plugins — install via npm or brew. + Standalone tools that work alongside your agent. Not plugins, install via npm or brew.
- Open-source Claude Code plugins for real-world workflows. + Open-source plugins and tools for coding agents.