refactor!: official positioning — skills as the core asset, single install guide#74
Merged
Conversation
- README (zh/en): replace the 'Stripe-style monorepo' framing with the asset/distribution/storefront positioning and the capability-vs- experience boundary against yuque-mcp-server - marketplace.json: drop personal owner email (schema allows name-only) - Skills frontmatter: author unified to 'yuque' (individual credit remains in git history) - Website hero/meta: state the official distribution-hub positioning Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Promote canonical skills to top-level skills/; the Claude Code plugin
directory now holds a synced copy (CI-checked, do not edit)
- Remove plugins/openclaw, plugins/opencode, plugins/claude-code:
SKILL.md is a cross-client format — clients copy skills/ directly,
so per-client copies and the stub adapter were pure redundancy
- Consolidate every client's install guide into one root AGENT-INSTALL.md
(Claude Code marketplace flow, OpenCode {env} config, OpenClaw,
Cursor/VS Code/Windsurf templates, generic agent fallback)
- README (zh/en): four-layer positioning table now points at skills/;
website modules copy states capability/asset/distribution layers;
skills links and footer retargeted
- Drop the openclaw npm workspace
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
确立官方定位并按定位重构仓库:skills 是资产,客户端接入是分发,官网是门面。
Commit 1 — 官方定位落地(docs)
claude plugin validate)yuque(个人贡献保留在 git 历史)Commit 2 — 围绕 skills 重构(breaking)
核心判断:SKILL.md 是跨客户端通用格式,agent 拿到仓库即可自行安装,按客户端复制目录是纯冗余。
skills/提升为仓库根目录唯一源,第一屏可见plugins/openclaw/(npm 包未发布 + 空壳 index.ts + skills 副本)、plugins/opencode/(skills 副本 + 文档)、plugins/claude-code/(纯文档目录)plugins/yuque-personal/(Claude Code Marketplace 强制目录结构,存量安装的更新链路不受影响;skills 为同步副本,CI 校验漂移)skills/→ 插件目录;npm workspaces 移除 openclaw验证
claude plugin validate(marketplace + plugin)✅node scripts/sync-skills.mjs --check✅tsc -b && vite build✅ /eslint✅ / DOM 内容与控制台无错 ✅🤖 Generated with Claude Code