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

Sync Targets

skill-jerrylalala-compound-engineering-sync-targets · by Jerrylalala

A Claude skill from Jerrylalala/compound-engineering.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-jerrylalala-compound-engineering-sync-targets

✓ 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-jerrylalala-compound-engineering-sync-targets)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Sync Targets? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

sync-targets

将本地 compound-engineering 插件同步安装到 Codex CLI 和 Gemini CLI。

使用场景

当用户说以下内容时触发此技能:

  • "同步到 Gemini"
  • "同步到 Codex"
  • "安装到 Gemini 和 Codex"
  • "更新 Gemini 配置"
  • "sync to targets"

执行流程

1. 确认当前仓库

确认当前工作目录是 compound-engineering 仓库:

# 验证插件目录存在
ls plugins/compound-engineering/.claude-plugin/plugin.json

2. 同步到 Codex

注意:此操作只同步 3 个 Codex 兼容入口 workflow skill(brainstorm/plan/review),不安装整个插件。

powershell -ExecutionPolicy Bypass -File scripts/sync-codex-workflows.ps1

输出位置: ~/.codex/skills/workflows-{brainstorm,plan,review}/

3. 安装到 Gemini

bun run src/index.ts install plugins/compound-engineering --to gemini --output ~

输出位置: ~/.gemini/

4. 验证安装

# 检查 Codex
ls ~/.codex/skills/ | head -5

# 检查 Gemini
ls ~/.gemini/skills/ | head -5
test -f ~/.gemini/settings.json && echo "settings.json exists"

一键命令(Windows PowerShell)

powershell -ExecutionPolicy Bypass -File scripts/sync-to-targets.ps1

参数说明

| 参数 | 说明 | |------|------| | -GeminiHome | Gemini 输出目录,默认 $HOME | | -CodexOnly | 只安装到 Codex | | -GeminiOnly | 只安装到 Gemini |

注意事项

  • 此操作面向维护者本机同步,会覆盖目标位置的同名插件配置
  • Gemini CLI 需要 .gemini/skills/*/SKILL.md;有命令或 MCP 时还会写入 .gemini/commands/*.toml.gemini/settings.json
  • Codex CLI 需要 .codex/skills/*/SKILL.md;完整 CLI 安装还会写入 .codex/prompts/*.md.codex/AGENTS.md

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.