From bcb588f9805c9f751a19e43d4e869798f1695ab9 Mon Sep 17 00:00:00 2001 From: ajspig Date: Wed, 15 Jul 2026 14:45:43 -0400 Subject: [PATCH] refactor(skills): move skills to canonical top-level skills/ with .claude symlink MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Establish a single source of truth for agent skills. The real files now live in the top-level skills/ directory (the publishing convention used by Vercel, Supabase, and Cloudflare, and the tree Honcho's `npx skills add` distributes). .claude/skills becomes a symlink to ../skills so Claude Code discovery keeps working off the one tree — eliminating the parallel-copy sync burden. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude/skills | 1 + {.claude/skills => skills}/honcho-cli/SKILL.md | 0 {.claude/skills => skills}/honcho-integration/SKILL.md | 0 .../honcho-integration/references/bot-frameworks.md | 0 .../references/bot-frameworks/nanobot/client.py | 0 .../references/bot-frameworks/nanobot/honcho_tool.py | 0 .../references/bot-frameworks/nanobot/session.py | 0 {.claude/skills => skills}/honcho-mcp/SKILL.md | 0 {.claude/skills => skills}/honcho-memory/SKILL.md | 0 {.claude/skills => skills}/migrate-honcho-py/DETAILED-CHANGES.md | 0 .../skills => skills}/migrate-honcho-py/MIGRATION-CHECKLIST.md | 0 {.claude/skills => skills}/migrate-honcho-py/SKILL.md | 0 {.claude/skills => skills}/migrate-honcho-ts/DETAILED-CHANGES.md | 0 .../skills => skills}/migrate-honcho-ts/MIGRATION-CHECKLIST.md | 0 {.claude/skills => skills}/migrate-honcho-ts/SKILL.md | 0 15 files changed, 1 insertion(+) create mode 120000 .claude/skills rename {.claude/skills => skills}/honcho-cli/SKILL.md (100%) rename {.claude/skills => skills}/honcho-integration/SKILL.md (100%) rename {.claude/skills => skills}/honcho-integration/references/bot-frameworks.md (100%) rename {.claude/skills => skills}/honcho-integration/references/bot-frameworks/nanobot/client.py (100%) rename {.claude/skills => skills}/honcho-integration/references/bot-frameworks/nanobot/honcho_tool.py (100%) rename {.claude/skills => skills}/honcho-integration/references/bot-frameworks/nanobot/session.py (100%) rename {.claude/skills => skills}/honcho-mcp/SKILL.md (100%) rename {.claude/skills => skills}/honcho-memory/SKILL.md (100%) rename {.claude/skills => skills}/migrate-honcho-py/DETAILED-CHANGES.md (100%) rename {.claude/skills => skills}/migrate-honcho-py/MIGRATION-CHECKLIST.md (100%) rename {.claude/skills => skills}/migrate-honcho-py/SKILL.md (100%) rename {.claude/skills => skills}/migrate-honcho-ts/DETAILED-CHANGES.md (100%) rename {.claude/skills => skills}/migrate-honcho-ts/MIGRATION-CHECKLIST.md (100%) rename {.claude/skills => skills}/migrate-honcho-ts/SKILL.md (100%) diff --git a/.claude/skills b/.claude/skills new file mode 120000 index 00000000..42c5394a --- /dev/null +++ b/.claude/skills @@ -0,0 +1 @@ +../skills \ No newline at end of file diff --git a/.claude/skills/honcho-cli/SKILL.md b/skills/honcho-cli/SKILL.md similarity index 100% rename from .claude/skills/honcho-cli/SKILL.md rename to skills/honcho-cli/SKILL.md diff --git a/.claude/skills/honcho-integration/SKILL.md b/skills/honcho-integration/SKILL.md similarity index 100% rename from .claude/skills/honcho-integration/SKILL.md rename to skills/honcho-integration/SKILL.md diff --git a/.claude/skills/honcho-integration/references/bot-frameworks.md b/skills/honcho-integration/references/bot-frameworks.md similarity index 100% rename from .claude/skills/honcho-integration/references/bot-frameworks.md rename to skills/honcho-integration/references/bot-frameworks.md diff --git a/.claude/skills/honcho-integration/references/bot-frameworks/nanobot/client.py b/skills/honcho-integration/references/bot-frameworks/nanobot/client.py similarity index 100% rename from .claude/skills/honcho-integration/references/bot-frameworks/nanobot/client.py rename to skills/honcho-integration/references/bot-frameworks/nanobot/client.py diff --git a/.claude/skills/honcho-integration/references/bot-frameworks/nanobot/honcho_tool.py b/skills/honcho-integration/references/bot-frameworks/nanobot/honcho_tool.py similarity index 100% rename from .claude/skills/honcho-integration/references/bot-frameworks/nanobot/honcho_tool.py rename to skills/honcho-integration/references/bot-frameworks/nanobot/honcho_tool.py diff --git a/.claude/skills/honcho-integration/references/bot-frameworks/nanobot/session.py b/skills/honcho-integration/references/bot-frameworks/nanobot/session.py similarity index 100% rename from .claude/skills/honcho-integration/references/bot-frameworks/nanobot/session.py rename to skills/honcho-integration/references/bot-frameworks/nanobot/session.py diff --git a/.claude/skills/honcho-mcp/SKILL.md b/skills/honcho-mcp/SKILL.md similarity index 100% rename from .claude/skills/honcho-mcp/SKILL.md rename to skills/honcho-mcp/SKILL.md diff --git a/.claude/skills/honcho-memory/SKILL.md b/skills/honcho-memory/SKILL.md similarity index 100% rename from .claude/skills/honcho-memory/SKILL.md rename to skills/honcho-memory/SKILL.md diff --git a/.claude/skills/migrate-honcho-py/DETAILED-CHANGES.md b/skills/migrate-honcho-py/DETAILED-CHANGES.md similarity index 100% rename from .claude/skills/migrate-honcho-py/DETAILED-CHANGES.md rename to skills/migrate-honcho-py/DETAILED-CHANGES.md diff --git a/.claude/skills/migrate-honcho-py/MIGRATION-CHECKLIST.md b/skills/migrate-honcho-py/MIGRATION-CHECKLIST.md similarity index 100% rename from .claude/skills/migrate-honcho-py/MIGRATION-CHECKLIST.md rename to skills/migrate-honcho-py/MIGRATION-CHECKLIST.md diff --git a/.claude/skills/migrate-honcho-py/SKILL.md b/skills/migrate-honcho-py/SKILL.md similarity index 100% rename from .claude/skills/migrate-honcho-py/SKILL.md rename to skills/migrate-honcho-py/SKILL.md diff --git a/.claude/skills/migrate-honcho-ts/DETAILED-CHANGES.md b/skills/migrate-honcho-ts/DETAILED-CHANGES.md similarity index 100% rename from .claude/skills/migrate-honcho-ts/DETAILED-CHANGES.md rename to skills/migrate-honcho-ts/DETAILED-CHANGES.md diff --git a/.claude/skills/migrate-honcho-ts/MIGRATION-CHECKLIST.md b/skills/migrate-honcho-ts/MIGRATION-CHECKLIST.md similarity index 100% rename from .claude/skills/migrate-honcho-ts/MIGRATION-CHECKLIST.md rename to skills/migrate-honcho-ts/MIGRATION-CHECKLIST.md diff --git a/.claude/skills/migrate-honcho-ts/SKILL.md b/skills/migrate-honcho-ts/SKILL.md similarity index 100% rename from .claude/skills/migrate-honcho-ts/SKILL.md rename to skills/migrate-honcho-ts/SKILL.md