jssblck/agents

parallel-agents

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

All-time #9476 Trending #1432 Hot #3614 First seen Aug 16, 2026
8-week activity · all time api

Installation

$ npx skills add jssblck/agents --skill parallel-agents

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jssblck/agents · top by installs.

npx skills add jssblck/agents

Browse all from jssblck/agents

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,567 B
  • docs SUMMARY.md 1,522 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,100 installs

SKILL.md

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:

  • [one-feature-one-file.md](references/one-feature-one-file.md): choosing file

boundaries for concurrent feature work.

  • [mergeable-edits.md](references/mergeable-edits.md): editing shared registries,

generated files, or conflicting branches.

  • [hotspot-audit.md](references/hotspot-audit.md): measuring conflict hotspots

when an audit or structural repair is requested.

  • [doc-gardening.md](references/doc-gardening.md): maintaining agent instructions

or reducing duplicated documentation.