
Claude Skills by ils15
github.com/ils15Pin session objectives to prevent scope creep. Use for alignment across long multi-agent sessions.
Behavior-preserving code simplification to reduce complexity while keeping outputs, side effects, and APIs unchanged.
Implement SSE, WebSockets, LLM token streaming, and real-time broadcasting in FastAPI.
File-backed task management with dependencies and parallel execution. Use for complex work with 3+ interdependent tasks.
TDD enforcement with RED→GREEN→REFACTOR cycle and advanced testing patterns. Use for test-driven development across all layers.
Advanced testing with E2E, load, mutation, and contract tests. Use for production-ready test coverage beyond unit tests.
Audit a repository for token waste — find redundant context files, measure baseline, recommend optimizations
Automated visual review pipeline — Playwright screenshots, self-analysis, fix loop, escalation. Used by Aphrodite for UI verification.
Extract learnings between implementation waves. Use to share conventions and gotchas across phases.