AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Rf Sync Skills

skill-wangruofeng-meta-skill-rf-sync-skills · by wangruofeng

通过软链接将 .claude/skills 同步到其他 agent 目录(.codex/skills, .cursor/skills 等),自动创建、更新、清理软链接,保持跨环境 skill 即时同步

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-wangruofeng-meta-skill-rf-sync-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wangruofeng-meta-skill-rf-sync-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
8d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Rf Sync Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.