Skip to content

Instantly share code, notes, and snippets.

View cms's full-sized avatar

Christian C. Salvadó cms

View GitHub Profile
@cms
cms / developer-productivity-report.md
Last active February 7, 2026 05:43
Developer Productivity & Code Quality Report - h4b-dev repos (Oct 2025 - Feb 2026)

Developer Productivity & Code Quality Report

h4b-dev/n1co-finance-backend & h4b-dev/n1co-app-gateway

Report Period: October 1, 2025 - February 7, 2026
Generated: 2026-02-07
Total PRs Analyzed: 163 (Backend: 100, Gateway: 63)


@cms
cms / 0-index.md
Last active February 7, 2026 05:50
N1CO Developer Individual Drilldown Reports - Detailed analysis for each team member

Developer Productivity Reports - Index

Organization: N1CO Finance Development Team
Report Date: February 7, 2026
Repositories Analyzed:

  • n1co-finance-backend
  • n1co-app-gateway

@cms
cms / HOW-IT-WORKS.md
Created February 11, 2026 06:57 — forked from avocade/HOW-IT-WORKS.md
Tracked my @claudeai code swarm with an "observer" agent (3 agents + leader) & had it snapshot the on-disk state in `.claude/teams` and `tasks` at intervals.

How Claude Code Team Coordination Works

Observed by: observer agent Date: 2026-02-09 Team: moltbook-tui (1 lead + 4 agents, observed over ~10 minutes of activity) Snapshots taken: 7 (see snapshot-1.md through snapshot-7.md for raw data)

Architecture Overview

Claude Code teams use a filesystem-based coordination system. There are no sockets, databases, or message queues - everything is stored as JSON files on disk. Agents coordinate through:

@cms
cms / SKILL.md
Created February 11, 2026 07:04 — forked from kieranklaassen/SKILL.md
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name orchestrating-swarms
description Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.