git404hub

what is claude-team-skill fr?

blinkingsun/claude-team-skill — explained in plain English

Analysis updated 2026-05-18

0ShellAudience · developerSetup · moderate

tl;dr

A Claude Code add-on that runs coding tasks through a team of AI models: one plans, another audits and verifies, and Claude models do the actual coding.

vibe map

mindmap
  root((claude-team-skill))
    What it does
      Adds team command
      Multi model coding
      Plan then audit
    Tech stack
      Shell scripts
      Claude Code
      Grok Build CLI
    Use cases
      Plan auditing
      Independent verify
      Cost tiering
    Audience
      Claude Code users
      Power developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add multi-model review to your Claude Code workflow so a second AI checks plans before code is written.

VIBE 2

Split a coding task across cheap and expensive models automatically based on difficulty.

VIBE 3

Get an independent AI verification pass on generated code before merging it.

VIBE 4

Watch a live narrated report of how different AI models disagree and resolve issues on a task.

what's the stack?

ShellClaude CodeGrokPythonPerl

how it stacks up fr

blinkingsun/claude-team-skill123satyajeet123/bitnet-serveradeilsonrbrito/cross-model-consult
Stars000
LanguageShellShellShell
Setup difficultymoderateeasymoderate
Complexity2/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs a paid SuperGrok or X Premium+ subscription for the auditor and verifier models.

in plain english

This project is a skill you add to Claude Code, the command line coding assistant from Anthropic. It adds a new command called /team that turns a single coding task into a small team of AI models working together instead of one model doing everything alone. Here is how a run plays out. One model, called Fable, plans the task and breaks it into smaller pieces. A second model, Grok, checks that plan before any code gets written, pointing out risks or gaps and suggesting which pieces could run at the same time. Then the actual coding work goes to Claude models split by difficulty: harder problems go to a stronger model, routine edits go to a cheaper one. Once the work is done, Grok checks it again, this time comparing the result against the original plan and flagging anything that does not match. If problems are found, the same worker gets a chance to fix them before Fable reviews the final result, merges it, and runs the real tests. The idea behind splitting the work this way is that the checking model is never the same model that wrote the code, so mistakes are less likely to slip through unnoticed. It also keeps cost down, since the auditing and verification steps run on a separate Grok subscription rather than eating into your Claude usage. Setting it up takes three steps: installing the Grok command line tool, which needs a paid X or SuperGrok subscription, installing a bridge tool that lets Claude talk to Grok, and then installing this skill itself. Once installed, you configure a roster file that lists which model does which job, and you can edit it freely to add, remove, or swap out models. This is a tool for people who already use Claude Code and want more oversight on their AI generated changes, not a general purpose product for non-coders.

prompts (copy fr)

prompt 1
Install claude-team-skill and set up the roster file for my Claude Code environment.
prompt 2
/team refactor this module and add tests for the edge cases we just discussed
prompt 3
Explain what the plan auditor and verifier roles do differently in this skill
prompt 4
Help me edit team.json to add a new executor model to my roster
prompt 5
Walk me through what happens during the audit and verify steps of a /team run

Frequently asked questions

what is claude-team-skill fr?

A Claude Code add-on that runs coding tasks through a team of AI models: one plans, another audits and verifies, and Claude models do the actual coding.

What language is claude-team-skill written in?

Mainly Shell. The stack also includes Shell, Claude Code, Grok.

How hard is claude-team-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is claude-team-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.