# Rf Sync Skills

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

- **Type:** Skill
- **Install:** `agentstack add skill-wangruofeng-meta-skill-rf-sync-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wangruofeng](https://agentstack.voostack.com/s/wangruofeng)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wangruofeng](https://github.com/wangruofeng)
- **Source:** https://github.com/wangruofeng/meta-skill/tree/main/skills/rf-sync-skills

## Install

```sh
agentstack add skill-wangruofeng-meta-skill-rf-sync-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill 同步工具

通过软链接将 `.claude/skills/` 下的所有 skill 同步到其他 agent 目录。一次同步，所有环境即时生效。

## 使用

```bash
# 自动扫描并同步（推荐）
/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](https://github.com/wangruofeng)
- **Source:** [wangruofeng/meta-skill](https://github.com/wangruofeng/meta-skill)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wangruofeng-meta-skill-rf-sync-skills
- Seller: https://agentstack.voostack.com/s/wangruofeng
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
