From f63a266c5f9fc35617b2b725966b8882ec9a37f4 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 17 Apr 2026 14:02:42 -0700 Subject: [PATCH] Add: add skill files --- README.md | 2 +- mcp/mcp.go | 1 + skills/SKILL.md | 0 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 mcp/mcp.go create mode 100644 skills/SKILL.md diff --git a/README.md b/README.md index f01ece2..2bb3a2b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ RobotGo supports Mac, Windows, and Linux (X11); and robotgo supports arm64 and x86-amd64. -I build Codg now, Easy code and work AI agent system: auto, asynchronous, concurrency, efficiently +I build [Codg](https://github.com/vcaesar/codg) now, Easy code and work AI agent system: auto, asynchronous, concurrency, efficiently

diff --git a/mcp/mcp.go b/mcp/mcp.go new file mode 100644 index 0000000..87468eb --- /dev/null +++ b/mcp/mcp.go @@ -0,0 +1 @@ +package mcp diff --git a/skills/SKILL.md b/skills/SKILL.md new file mode 100644 index 0000000..e69de29