@jssblck/parallel-agents

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

View in AI SkillSafe app
Scanned · no findings
0 downloads
0 stars
0 demos
SKILL.md
nameparallel-agents
descriptionUse when agents work concurrently in a codebase, shared files have recurring merge conflicts, or AGENTS.md or CLAUDE.md needs maintenance.

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:

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@jssblck/parallel-agents/verified)](https://skillsafe.ai/skill/@jssblck/parallel-agents/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@jssblck/parallel-agents/installs)](https://skillsafe.ai/skill/@jssblck/parallel-agents/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@jssblck/parallel-agents/scan)](https://skillsafe.ai/skill/@jssblck/parallel-agents/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@jssblck/parallel-agents/eval)](https://skillsafe.ai/skill/@jssblck/parallel-agents/)