skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
jssblck/agents1.1k installs

parallel-agents

Use when agents work concurrently in a codebase, shared files have recurring merge conflicts, or AGENTS.md or CLAUDE.md needs maintenance.

How do I install this agent skill?

npx skills add https://github.com/jssblck/agents --skill parallel-agents
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill provides guidelines and best practices for agents working concurrently on the same codebase to avoid merge conflicts. No security issues were detected.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

Parallel agents

Keep independently owned work from colliding in shared files. Apply structural changes when concurrent work or observed conflict history justifies them.

  • Give independent behavior its own file when that creates a useful ownership boundary. Keep edits to shared registries small. Do not split a cohesive module merely to achieve a one-line registration.
  • Shape shared lists for merging: one item per line, stable insertion order, and no unrelated reformatting. Regenerate generated files and lockfiles.
  • Investigate repeated conflict hotspots before splitting them. Keep structural moves separate from behavior changes when both are requested.
  • Keep agent docs concise: working agreements, non-obvious constraints, and useful setup/check entry points. Keep module detail near its owner.

References

Read only the reference relevant to the task:

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/jssblck/agents/parallel-agents">View parallel-agents on skillZs</a>