Browse Skills
Ln 110 Project Docs Coordinator
v1.0.0Coordinates project documentation creation. Gathers context once, detects project type, delegates to specialized workers (ln-111-115).
Ln 1000 Pipeline Orchestrator
v1.0.0Meta-orchestrator: reads kanban board, lets user pick ONE Story, drives it through pipeline 300->310->400->500 via TeamCreate. Creates worktree isolation; coordinates workers + reports.
Ln 100 Documents Pipeline
v1.0.0Top orchestrator for complete doc system. Delegates to ln-110 coordinator (project docs) + ln-120-150 workers. Phase 3: global cleanup. Idempotent.
Ln 005 Environment Scanner
v1.0.0Probes CLI agents (Codex, Gemini) and writes docs/environment_state.json — agent availability config for Phase 0
Ln 004 Agent Config Sync
v1.0.0Sync skills (symlinks) and MCP settings from Claude to Gemini CLI and Codex CLI
Ln 003 Push All
v1.0.0Commit and push ALL changes (staged + unstaged + untracked) to the remote repository
Ln 002 Best Practices Researcher
v1.0.0Research best practices via MCP Ref/Context7/WebSearch and create documentation (guide/manual/ADR/research). Single research, multiple output types.
Ln 001 Standards Researcher
v1.0.0Research standards/patterns via MCP Ref. Generates Standards Research for Story Technical Notes subsection. Reusable worker.
Youtube Downloader
v1.0.0Download YouTube videos and HLS streams (m3u8) from platforms like Mux, Vimeo, etc. using yt-dlp and ffmpeg. Use this skill when users request downloading videos, extracting audio, handling protected streams with authentication headers, or troubleshooting download issues like nsig extraction failures, 403 errors, or cookie extraction problems.
Windows Remote Desktop Connection Doctor
v1.0.0Diagnose Windows App (Microsoft Remote Desktop / Azure Virtual Desktop / W365) connection quality issues on macOS. Analyze transport protocol selection (UDP Shortpath vs WebSocket), detect VPN/proxy interference with STUN/TURN negotiation, and parse Windows App logs for Shortpath failures. This skill should be used when VDI connections are slow, when transport shows WebSocket instead of UDP, when RDP Shortpath fails to establish, or when RTT is unexpectedly high.
Video Comparer
v1.0.0This skill should be used when comparing two videos to analyze compression results or quality differences. Generates interactive HTML reports with quality metrics (PSNR, SSIM) and frame-by-frame visual comparisons. Triggers when users mention "compare videos", "video quality", "compression analysis", "before/after compression", or request quality assessment of compressed videos.
Ui Designer
v1.0.0Extract design systems from reference UI images and generate implementation-ready UI design prompts. Use when users provide UI screenshots/mockups and want to create consistent designs, generate design systems, or build MVP UIs matching reference aesthetics.