lxyer

42 mods across 1 repository, 1 stars between them.

before-dev

01

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Discovers and injects project-specific coding guidelines from .trellis/spec/ before implementation begins. Reads spec indexes, pre-development checklists, and shared thinking guides for the target package. Use when starting a new coding task, before writing any code, switching to a different package, or needing to…

1 4mo ago A 68 tokens copy · 89% MIT

brainstorm

02

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Collaborative requirements discovery session optimized for AI coding workflows. Creates task directories, seeds PRDs, runs codebase research, proposes concrete implementation approaches with trade-offs, and converges on MVP scope through structured Q&A. Use when requirements are unclear, multiple implementation paths…

1 4mo ago A 72 tokens original MIT

break-loop

03

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Deep post-fix bug analysis across five dimensions: root cause categorization, fix failure analysis, prevention mechanisms, systematic expansion, and knowledge capture. Updates .trellis/spec/ guides with lessons learned to prevent recurring bugs. Use when a debugging session completes, after fixing a tricky bug, when…

1 4mo ago A 81 tokens original MIT

check-cross-layer

04

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Post-implementation verification across multiple code dimensions: cross-layer data flow, code reuse analysis, import path validation, and same-layer consistency checks. Identifies missed update sites, type mismatches, and duplicated constants. Use when changes span 3+ architectural layers, after modifying shared…

1 4mo ago A 75 tokens original MIT

check

05

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Validates recently written code against project-specific development guidelines from .trellis/spec/. Identifies changed files via git diff, discovers applicable spec modules, runs lint and typecheck, and reports guideline violations. Use when code is written and needs quality verification, to catch context drift…

1 4mo ago A 65 tokens original MIT

create-command

06

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Scaffolds a new skill file with proper naming conventions and structure. Analyzes requirements to determine skill type and generates appropriate content. Use when adding a new developer workflow skill, creating a custom skill, or extending the Trellis skill set.

1 4mo ago A 52 tokens original MIT

finish-work

07

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Pre-commit quality checklist covering lint, typecheck, tests, code-spec sync, API changes, database migrations, cross-layer verification, and manual testing. Blocks commit if infra or cross-layer specs lack executable depth. Use when code is written and tested but not yet committed, before submitting changes, or as a…

1 4mo ago A 71 tokens original MIT

improve-ut

08

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Analyzes changed files and improves unit test coverage using project-specific testing conventions from .trellis/spec/ unit-test specs. Determines test scope (unit vs integration vs regression), adds or updates tests following existing patterns, and runs validation. Use when code changes need test coverage, after…

1 4mo ago A 75 tokens original MIT

integrate-skill

09

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Adapts an external skill into project-specific development guidelines in .trellis/spec/. Creates guideline sections, code example templates with .template suffix, and updates spec indexes. Use when integrating an external skill, adding a new skill's patterns to project conventions, or incorporating third-party skill…

1 4mo ago A 71 tokens original MIT

onboard

10

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Interactive three-part onboarding for new team members to the Trellis AI-assisted workflow system. Covers core philosophy (AI memory, project-specific knowledge, context drift), system structure and command deep-dives, real-world workflow examples, and guideline customization. Use when a new developer joins the…

1 4mo ago A 76 tokens original MIT

record-session

11

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Records completed work progress to .trellis/workspace/ journal files after human testing and commit. Captures session summaries, commit hashes, and updates developer index files for future session context. Use when a coding session is complete, after the human has committed code, or to persist session knowledge for…

1 4mo ago A 65 tokens original MIT

start

12

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or…

1 4mo ago A 71 tokens original MIT

update-spec

13

lxyer/multi-agent-collaboration-system

Skill Claude CodeCodex

Captures executable contracts and coding knowledge into .trellis/spec/ documents after implementation, debugging, or design decisions. Enforces code-spec depth for infra and cross-layer changes with mandatory sections for signatures, contracts, validation matrices, and test points. Use when a feature is implemented, a…

1 4mo ago A 82 tokens copy · 89% MIT

debug

15

lxyer/multi-agent-collaboration-system

Agent Claude Code

Issue fixing expert. Understands issues, fixes against specs, and verifies fixes. Precise fixes only.

1 4mo ago A 23 tokens copy · 100% MIT

dispatch

16

lxyer/multi-agent-collaboration-system

Agent Claude Code

Multi-Agent Pipeline main dispatcher. Pure dispatcher. Only responsible for calling subagents and scripts in phase order.

1 4mo ago A 23 tokens copy · 97% MIT

implement

17

lxyer/multi-agent-collaboration-system

Agent Claude Code

Code implementation expert. Understands specs and requirements, then implements features. No git commit allowed.

1 4mo ago A 21 tokens copy · 91% MIT

plan

18

lxyer/multi-agent-collaboration-system

Agent Claude Code

Multi-Agent Pipeline planner. Analyzes requirements and produces a fully configured task directory ready for dispatch.

1 4mo ago C 22 tokens copy · 100% MIT

research

19

lxyer/multi-agent-collaboration-system

Agent Claude Code

Code and tech search expert. Pure research, no code modifications. Finds files, patterns, and tech solutions.

1 4mo ago A 24 tokens copy · 100% MIT