Skip to content

Instantly share code, notes, and snippets.

View cms's full-sized avatar

Christian C. Salvadó cms

View GitHub Profile
@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.


@cms
cms / claude-code-env-leakage.md
Created May 1, 2026 20:33
Claude Code Silent .env Secret Leakage - Security Summary

🕵️ Claude Code Silent .env Secret Leakage

Source: darkzodchi @x.com | Full article: Knostic.ai


What Happened

A developer (Dor Munis) was debugging an odd HTTP 407 proxy error when using Claude Code's /login command. Everything else worked fine — curling Anthropic's API directly returned 200. Running Claude Code in debug mode revealed the culprit: it was silently reading his .env file and loading his HTTP_PROXY credentials into memory automatically. Moving the .env outside the project directory fixed it immediately.