Install
$ agentstack add skill-wangruofeng-meta-skill-rf-sync-skills ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Skill 同步工具
通过软链接将 .claude/skills/ 下的所有 skill 同步到其他 agent 目录。一次同步,所有环境即时生效。
使用
# 自动扫描并同步(推荐)
/rf-sync-skills
# 预览模式
bash .claude/skills/rf-sync-skills/sync.sh --dry-run
# 自动识别模式
bash .claude/skills/rf-sync-skills/sync.sh
# 手动指定目标
bash .claude/skills/rf-sync-skills/sync.sh .codex/skills .cursor/skills
行为
- 自动发现目标:仅扫描项目根目录下的一级
./skills/目录,跳过更深层嵌套(如.git/modules/.claude/skills)与.git/内部目录,避免误同步污染 git 子模块镜像库 - 相对路径软链接:
../../.claude/skills/xxx,跨机器可用 - 自排除:不同步
rf-sync-skills自身 - 自动清理:删除指向已不存在 skill 的断连软链接
- 不覆盖真实目录:检测到真实目录时跳过并警告
详细策略:references/policy.md 检查清单:references/checklist.md 接口定义:agents/interface.yaml 质量评估:evals/ 风险报告:reports/
输出示例
=== Skill 同步 ===
源目录: .claude/skills/
目标: .codex/skills .cursor/skills
源 skills (5):
rf-style-blog
rf-wx-to-md
...
▶ 处理目标: .codex/skills
新增: rf-style-blog
跳过: rf-wx-to-md
删除: old-skill (源 skill 已不存在)
结果: +1 / -1 / =1 (新增/删除/已存在)
=== 同步完成 ===
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: wangruofeng
- Source: wangruofeng/meta-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.