docs: correct skills CLI install path to the curated /skills subpath#51
Merged
Merged
Conversation
The quickstart, IDE-skills, agents, and skills-cli pages (all locales) advertised `npx skills add objectstack-ai/framework`, which points the skills CLI at the repo root — its catalog walk then also discovers repo-internal skills outside the curated `skills/` directory (framework#3101 established /skills as the hard publish boundary). Also in the skills-cli reference: - replace the `<org>/<repo>@<ref>` pin syntax and the `@v5.0.0` example — the skills CLI has no @<git-ref> source form and the framework repo has no v5.0.0 tag; use the documented https://github.com/<org>/<repo>/tree/<ref>/<path> URL form instead - drop the 'pulls latest matching the spec version range' comment (the CLI does no spec-version matching) - update the Claude Code row: current CLI writes universal .agents/skills/<name>/ and symlinks .claude/skills/<name> to it Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Kj2MJEPXoUXC4LiC3XYJc
os-zhuang
marked this pull request as ready for review
July 21, 2026 00:57
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 审核(framework#3374 同批次)发现 objectos 文档在 4 组页面 × 7 个语言版本(共 49 处)把安装命令写成仓库根路径:
npx skills add objectstack-ai/framework # ❌ 根路径skills CLI 的目录遍历会因此把 framework 仓库内部的 agent skills(
.claude/skills/等)一并装进用户项目 —— framework 侧的 template-consistency 测试(#3101)已把/skills明确定为发布边界,但 objectos 文档从未同步。全部改为:其他修复(reference/skills-cli.mdx,全语言版本)
npx skills add <org>/<repo>@<ref>与示例@v5.0.0—— skills CLI 没有@<git-ref>源格式(@在skills use中是选 skill 名),且 framework 仓库不存在v5.0.0tag(实际只有v0.1.0)。替换为 CLI 官方文档支持的 URL 形式https://github.com/<org>/<repo>/tree/<ref>/<path>。.agents/skills/<name>/并将.claude/skills/<name>软链过去(已在真实脚手架项目中实测验证)。涉及文件
quickstart、build/ai-skills、build/agents、reference/skills-cli的 en / zh-Hans / de / es / fr / ja / ko 版本,共 28 个文件、49 处替换。🤖 Generated with Claude Code
https://claude.ai/code/session_012Kj2MJEPXoUXC4LiC3XYJc
Generated by Claude Code