← 返回 Skills 市场
Parallel Coding
作者
hunwenpinghao
· GitHub ↗
· v1.0.0
· MIT-0
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install parallel-coding
功能描述
使用 git worktree + 编码智能体实现多任务并行开发。当需要同时处理多个开发任务、避免串行等待、或需要在多个分支间快速切换时触发。支持 Claude Code、Codex 等编码智能体的并行调度。
安全使用建议
This skill's goal (parallel worktrees + coding agents) makes sense, but the instructions recommend actions that can expose secrets and weaken safety controls. Before using it: (1) ask the author to declare required credentials (git remote auth, agent API keys) and explain how those are scoped/stored; (2) avoid sourcing ~/.zshrc or other shell files that may contain secrets — load only the minimal env vars you explicitly trust; (3) do not use any 'bypassPermissions' or similar flags unless you fully understand and accept the risk; (4) prefer least-privilege credentials (deploy keys or repo-scoped tokens) and test on a non-critical repository first; (5) confirm whether the agent CLIs actually perform push/PR operations automatically and require human review steps. If the author cannot justify credential handling and the bypassPermissions recommendation, treat the skill as unsafe to run on sensitive repositories.
功能分析
Type: OpenClaw Skill
Name: parallel-coding
Version: 1.0.0
The skill bundle provides legitimate instructions for managing parallel development workflows using standard Git features (`git worktree`) and AI coding tools (Claude Code, Codex). While it suggests using flags to bypass interactive permission prompts (`--permission-mode bypassPermissions`) and sourcing shell profiles (`source ~/.zshrc`) in `SKILL.md`, these are functional requirements for non-interactive automation and environment setup, with no evidence of malicious intent, data exfiltration, or unauthorized persistence.
能力评估
Purpose & Capability
The stated purpose (using git worktree to run multiple coding agents in parallel) matches the instructions and examples: creating worktrees, running agents in each worktree, committing, pushing, and creating PRs. That overall workflow is coherent for the described goal. However, the skill never declares the need for git or agent credentials even though the instructions assume the ability to push and create PRs and to invoke remote agent CLIs — an omission that reduces coherence.
Instruction Scope
The SKILL.md tells the agent to run third-party agent CLIs (claude, codex, opencode) and explicitly recommends sourcing the user's shell config (source ~/.zshrc). Sourcing shell RC can expose environment variables and secrets. The instructions also recommend a '--permission-mode bypassPermissions' flag, which suggests disabling permission controls; that directly expands the agent's runtime authority beyond normal bounds. The doc expects agents to commit, push, and create PRs but gives no guidance for safe credential handling, scoping, or sandboxing.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes direct install-time risk (nothing is downloaded or written by the skill itself).
Credentials
requires.env lists none, but the workflow implicitly needs: (1) credentials for git push/PR (SSH keys or tokens) and (2) credentials/API keys or CLI configuration for the referenced agent CLIs (Claude/Codex/OpenCode). The instructions also tell users to source shell startup files, which can leak secrets stored there. Asking for no declared environment/credential requirements while instructing operations needing secrets is disproportionate and confusing.
Persistence & Privilege
The skill itself is not marked always:true, but it explicitly recommends using a '--permission-mode bypassPermissions' flag when invoking coding agents. Combined with the platform's normal ability for agents to invoke skills autonomously, this advice materially increases the risk surface: it encourages disabling runtime permission checks and enabling agents to act with fewer restrictions (e.g., pushing code, creating PRs) without documenting safeguards.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install parallel-coding - 安装完成后,直接呼叫该 Skill 的名称或使用
/parallel-coding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – enables parallel development using git worktree and AI coding agents.
- Supports multiple coding agents (Claude Code, Codex) for parallel task execution across isolated worktrees.
- Provides workflow and best practices for managing multiple concurrent development tasks.
- Includes detailed quickstart instructions and common troubleshooting tips.
- Emphasizes safe merge control, retention of build caches, and efficient worktree housekeeping.
元数据
常见问题
Parallel Coding 是什么?
使用 git worktree + 编码智能体实现多任务并行开发。当需要同时处理多个开发任务、避免串行等待、或需要在多个分支间快速切换时触发。支持 Claude Code、Codex 等编码智能体的并行调度。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Parallel Coding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install parallel-coding」即可一键安装,无需额外配置。
Parallel Coding 是免费的吗?
是的,Parallel Coding 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Parallel Coding 支持哪些平台?
Parallel Coding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Parallel Coding?
由 hunwenpinghao(@hunwenpinghao)开发并维护,当前版本 v1.0.0。
推荐 Skills