DaviBonetto/multi-agent-skill-factory

An autonomous, multi-agent CI/CD pipeline that daily orchestrates, generates, and validates highly technical AI skills. Powered by Groq and governed by strict rate-limiting architectures.

5Stars on the repository
200Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

concurrency

148

DaviBonetto/multi-agent-skill-factory

Skill Claude CodeCodex

Gradio handlers run in parallel by default on ZeroGPU. Code that works fine in single-user testing can silently corrupt or leak data in production. Always assume handlers execute concurrently.

not rated 5 26d ago A 0 tokens

DaviBonetto/multi-agent-skill-factory

Skill Claude CodeCodex

Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes.

not rated 5 26d ago A 0 tokens

copilot-tools

150

DaviBonetto/multi-agent-skill-factory

Skill Claude CodeCodex

Skills speak in actions ("dispatch a subagent", "create a todo", "read a file"). On Copilot CLI these resolve to the tools below.

not rated 5 26d ago A 0 tokens

cuda-and-deps

151

DaviBonetto/multi-agent-skill-factory

Skill Claude CodeCodex

Detailed guidance for installing CUDA-dependent packages on ZeroGPU. SKILL.md establishes the bottom line — wheels are the recommended path because the ZeroGPU build phase has no nvcc. This document covers wheel filename tag reading, the kernels-community fallback, and torch-family side-car drift.

not rated 5 26d ago B 0 tokens

defense-in-depth

153

DaviBonetto/multi-agent-skill-factory

Skill Claude CodeCodex

When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks. Core principle: Validate at EVERY layer data passes through. Make the bug structurally impossible.

not rated 5 26d ago A 0 tokens

deployment-template

154

DaviBonetto/multi-agent-skill-factory

Skill Claude CodeCodex

These defaults turn a working demo into something you can leave running. They favor "you'll find out about problems" over "absolute minimum cost". Tune any of them away if needed — the deployment script should be the starting point, not bare createendpoint.

not rated 5 26d ago A 0 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: