toffyui

40 mods across 1 repository, 46 stars between them.

ccteams

01

toffyui/ccteams

Plugin Claude Code

Agent-team package manager for Claude Code — switch agent teams like nvm switches Node versions.

46 7d ago A tokens not measured original MIT

ccteams

02

toffyui/ccteams

Plugin Claude Code

Agent-team package manager for Claude Code. Provides slash commands to list, select, and apply pre-built agent teams to the current project.

46 7d ago A tokens not measured original MIT

choose-team

03

toffyui/ccteams

Skill Claude CodeCodex

Pick and apply the best ccteams agent team for a described need using natural language — reads team metadata, selects the closest match, and applies it.

46 7d ago A 34 tokens original MIT

list-teams

04

toffyui/ccteams

Skill Claude CodeCodex

List all available ccteams agent teams with their names, descriptions, and tags.

46 7d ago A 21 tokens original MIT

use-team

05

toffyui/ccteams

Skill Claude CodeCodex

Apply a named ccteams agent team to the current project by running ccteams use .

46 7d ago A 25 tokens original MIT

working-method

06

toffyui/ccteams

Skill Claude CodeCodex

Frontier-grade engineering working method — goal compression, ground truth before opinion, hypothesis discipline, execution as evidence, honest reporting, exit checklist. Read in full at the start of any non-trivial task; inject the digest into every delegation prompt.

46 7d ago A 52 tokens original MIT

bug-fixer

07

toffyui/ccteams

Agent

Bug fix specialist. Use AFTER bug-reproducer has confirmed a root cause and reproduction. Makes the minimal change that fixes the root cause (not the symptom), adds a regression test, and verifies the suite passes.

46 7d ago A 46 tokens original MIT

bug-reproducer

08

toffyui/ccteams

Agent

Bug reproduction specialist. Use FIRST when investigating a bug — before any fix attempt. Reads code and logs, forms a root-cause hypothesis, and produces a deterministic reproduction (a fully-specified failing test or exact repro steps). Reports back so the lead can hand off to bug-fixer. Does NOT modify code.

46 7d ago A 67 tokens original MIT

debug-playbook

09

toffyui/ccteams

Skill Claude CodeCodex

Operational playbook for systematic debugging — hypothesis ledgers, discriminating experiments, mechanism sentences, minimal fixes, sibling hunts. Read in full at the start of every bug investigation.

46 7d ago A 39 tokens original MIT

django-builder

10

toffyui/ccteams

Agent

Django implementation specialist. Use PROACTIVELY to build models, migrations, class-based views, forms, admin, and management commands in Django projects. Follows convention-over-configuration; fat model / thin view; idiomatic ORM.

46 7d ago A 51 tokens original MIT

django-reviewer

11

toffyui/ccteams

Agent

Django + DRF code reviewer and QA. MUST BE USED to verify any Django change before it is declared done. Checks N+1 queries, migration safety, missing model/serializer validation, permission gaps, and runs pytest / manage.py test plus linters.

46 7d ago A 57 tokens original MIT

drf-api

12

toffyui/ccteams

Agent

Django REST Framework specialist. Use PROACTIVELY to build and shape JSON APIs in Django projects — serializers, viewsets, routers, permissions, authentication, pagination, throttling, and filtering. Serializers own field validation; views own permissions.

46 7d ago A 54 tokens original MIT

django-playbook

13

toffyui/ccteams

Skill Claude CodeCodex

Operational playbook for Django + DRF — settings/version detection, ORM loading strategy, migration discipline, serializer field hygiene, timezone rules, and exact verification commands. Read in full at the start of every task on this team.

46 7d ago A 49 tokens original MIT

ui-builder

14

toffyui/ccteams

Agent

Framework-agnostic UI implementation specialist. Use PROACTIVELY to build components, layouts, and styling for user-facing web UIs. Detects the project's existing component framework and matches its conventions rather than imposing one.

46 7d ago A 47 tokens original MIT

ux-reviewer

15

toffyui/ccteams

Agent

UI/UX and accessibility reviewer. MUST BE USED to verify any user-facing UI change before it is declared done. Checks WCAG accessibility, responsive layout, keyboard navigation, and UX consistency. Runs any configured a11y linter.

46 7d ago A 51 tokens original MIT

frontend-playbook

16

toffyui/ccteams

Skill Claude CodeCodex

Operational playbook for framework-agnostic UI/UX/a11y — semantic-element-first markup, keyboard/focus verification, responsive layout checks, reuse of existing tokens over new CSS. Read in full at the start of every task on this team.

46 7d ago A 54 tokens original MIT

architect

17

toffyui/ccteams

Agent

Technical design specialist. Use for non-trivial design decisions — "how should I structure this", "which approach / library should I use", "design the data model / API contract / module boundaries". Detects the existing stack and stays consistent with it. Produces a decision with rationale, not code.

46 7d ago A 63 tokens original MIT

builder

18

toffyui/ccteams

Agent

Stack-agnostic implementation specialist. Use PROACTIVELY for any backend, frontend, or full-stack implementation work — adding features, editing logic, writing tests, fixing code. Detects the project's language and conventions first; never assumes a stack.

46 7d ago A 52 tokens original MIT

qa-reviewer

19

toffyui/ccteams

Agent

Stack-agnostic QA reviewer. MUST BE USED to verify any change before it is declared done. Detects and runs the project's tests/lint/typecheck, hunts edge cases and regressions, and reports findings as file:line findings. Does not implement — describes missing tests for the builder to write.

46 7d ago A 65 tokens original MIT

scope-planner

20

toffyui/ccteams

Agent

Feature scoping specialist. Use when starting new or vague work — "I want to build X", "add a feature that does Y", new project framing. Turns the request into a one-sentence goal, explicit done-means criteria, a minimal shippable scope, and a list of deferred items. Produces a plan, not code.

46 7d ago A 74 tokens original MIT

shipper

21

toffyui/ccteams

Agent

Git hygiene and release specialist. Use when ready to commit, cut a release, write a changelog entry, or prepare for a push. Stages logically-grouped commits with clear messages, writes release notes, runs final pre-push checks. Never pushes, tags, or deletes on its own — it reports the exact command for the lead to…

46 7d ago A 78 tokens original MIT

generalist-playbook

22

toffyui/ccteams

Skill Claude CodeCodex

Operational playbook for stack-agnostic feature work — fixed-order stack detection, vertical-slice delivery, a catalog of unfamiliar-codebase mistakes (phantom utils, pattern drift, generated files, invented commands), and verification using only the project's own commands. Read in full at the start of every task on…

46 7d ago A 69 tokens original MIT

go-builder

23

toffyui/ccteams

Agent

Go HTTP API implementation specialist. Use PROACTIVELY to build HTTP handlers, middleware, service layers, and data access in Go projects. Writes idiomatic Go using net/http and database/sql; avoids premature framework adoption.

46 7d ago A 47 tokens original MIT

go-reviewer

24

toffyui/ccteams

Agent

Go code reviewer and QA. MUST BE USED to verify any Go change before it is declared done. Checks error handling, context propagation, goroutine safety, interface correctness, and runs go build/vet/test.

46 7d ago A 46 tokens original MIT