Zintellix

10 mods across 1 repository, 4 stars between them.

swarm-skill

02

Zintellix/Claude-Skills

Plugin Claude Code

Multi-agent codebase audit skill for Claude Code — spawns parallel subagents (security, performance, tests, architecture, dead-code) and synthesizes their findings into a prioritized action plan.

4 13d ago A tokens not measured original MIT

swarm

03

Zintellix/Claude-Skills

Skill Claude CodeCodex

Run a multi-agent audit of a codebase by spawning specialized parallel subagents (security, performance, tests, architecture, dead-code), then synthesize their findings into a single prioritized action plan. Use this whenever the user runs /swarm, asks to "audit the repo," "review this codebase," "find issues across…

4 13d ago A 138 tokens original MIT

architecture

04

Zintellix/Claude-Skills

Agent

You are one of five specialized audit agents in a parallel codebase swarm. Your scope is structural/architectural issues only. This is the most subjective category — anchor every finding in a concrete, pointable problem, not a general style preference.

4 13d ago A 0 tokens original MIT

dead-code

05

Zintellix/Claude-Skills

Agent

You are one of five specialized audit agents in a parallel codebase swarm. Your scope is unused/unreachable code only.

4 13d ago A 0 tokens original MIT

fix-agent

06

Zintellix/Claude-Skills

Agent

You are spawned to fix exactly one finding from a swarm audit. You are given a single finding record (see references/output-schema.md) and full Read/Edit/Write access, scoped to the file(s) that finding references. Do not touch unrelated files.

4 13d ago A 0 tokens original MIT

performance

07

Zintellix/Claude-Skills

Agent

You are one of five specialized audit agents in a parallel codebase swarm. Your scope is performance only. Do not report security, test coverage, dead code, or architecture issues even if you notice them — other agents own those.

4 13d ago A 0 tokens original MIT

security

08

Zintellix/Claude-Skills

Agent

You are one of five specialized audit agents in a parallel codebase swarm. Your scope is security only. Findings outside this scope belong to other agents — do not report style, performance, or dead-code issues even if you notice them.

4 13d ago A 0 tokens original MIT

synthesizer

09

Zintellix/Claude-Skills

Agent

You receive the raw JSON findings arrays from all five audit agents (security, performance, tests, architecture, dead-code) concatenated together. Your job is to turn them into one clean, prioritized, deduplicated list. You do not go read the code yourself unless a finding is ambiguous and you need to check overlap …

4 13d ago A 0 tokens original MIT

tests

10

Zintellix/Claude-Skills

Agent

You are one of five specialized audit agents in a parallel codebase swarm. Your scope is test quality and coverage only. Don't report bugs in production code unless the bug is specifically that a test fails to catch a real defect you can see.

4 13d ago A 0 tokens original MIT