ilyasibrahimilyasibrahimCommunityยท7 Agent Skills Included

claude-agents-coordination

Multi-agent coordination with persistent memory and tech-debt tracking

Coordinates multiple coding agents through tiered delegation, shared registries, and explicit tech-debt tracking. Eliminates context loss, conflicting agent edits, and forgotten shortcuts during long development sessions. Provides ready-made review chains, CI checks, postmortems, and RFC workflows that extend productive work to hours.
npx skills add ilyasibrahim/claude-agents-coordination --all -g -y
Available:

Tells the agent which project skills to auto-invoke, which commands to run, and where to file reports and tech-debt entries for the project.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-agents-coordination?โ–ผ

Run `npx skills add ilyasibrahim/claude-agents-coordination --all -g -y` in your terminal to install all skills globally.

How to stop AI coding agents from forgetting prior work?โ–ผ

This system uses a dual-registry model where completed work and deferred tech debt are written to files the main agent reads before every task, extending useful context to 2+ hours.

How to prevent multiple agents from overwriting each other?โ–ผ

A 4-step protocol checks prior work, injects context into each subagent, sequences dependent tasks, and verifies deliverables before updating the registry.

Does it include code review and CI workflows?โ–ผ

Yes. It ships with a multi-level review chain (peer, architecture, security, reliability) and a local CI command covering lint, build, test, and security scans.

Can non-developers use this coordination system?โ–ผ

Basic setup only requires copying two folders, but the workflows are designed for software projects, so some engineering familiarity helps.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’