@rongyan/opensource-analyzer
v0.1.2
Published
Install the opensource-analyzer AI agent skill with npx.
Maintainers
Readme
@rongyan/opensource-analyzer
把 opensource-analyzer 技能作为 npm 包分发,并通过 npx 安装到不同 AI Agent 的技能目录。
使用
npx @rongyan/opensource-analyzer install --target codex
npx @rongyan/opensource-analyzer install --target claude-code
npx @rongyan/opensource-analyzer install --target opencode安装位置
| Target | 默认安装目录 |
| --- | --- |
| codex | $CODEX_HOME/skills/opensource-analyzer,未设置时为 ~/.codex/skills/opensource-analyzer |
| claude-code | ~/.claude/skills/opensource-analyzer |
| opencode | $XDG_CONFIG_HOME/opencode/skills/opensource-analyzer,未设置时为 ~/.config/opencode/skills/opensource-analyzer |
CLI 选项
npx @rongyan/opensource-analyzer install --target codex --dry-run
npx @rongyan/opensource-analyzer install --target codex --force
npx @rongyan/opensource-analyzer install --target codex --dest /custom/skill/path--force:覆盖已有但不是由本包安装的同名技能目录中的技能文件。--dry-run:只展示目标路径,不写入文件。--dest:覆盖默认安装目录,主要用于测试或自定义 Agent 配置。
发布
npm test
npm pack --dry-run
npm publish --access public发布前请根据你的授权方式更新 package.json 的 license 字段;当前保守标记为 UNLICENSED。
