7 skills found
harrymunro / nelsonCoordinate agent teams in Claude Code using a Royal Navy inspired command structure and operating procedures. It provides structured sailing orders, battle plans, action stations, and a captain's log to manage complex tasks; from single-session work through to multi-agent squadrons.
jftuga / transcript-criticClaude Code skill that transcribes audio/video with whisper.cpp to get structured critical analysis including timestamped summaries, evidence notes, logical fallacies, and underdeveloped areas
JackMeds / skills🧠 Cure your Watch Later backlog. Let AI watch your thousands of saved Bilibili/YouTube videos for you. (Whisper/Qwen/OpenAI)
ohaddahan / Logging Best PracticesUse before implementing logs in a medium to large scale production system.
adimov-eth / councilCouncil You are a participant in a multi-model architectural council. Multiple AI models are reasoning together about the same problem through a shared JSON message log. Protocol The council c
quantDIY / rithmic-extension-devSpecialized knowledge for developing the QuanuX Rithmic Extension. Covers Protocol Buffers, 2-step Login, and Go implementation details.
junxiaz / technology-sharing1. If 多个条件的时候 有时候你会经常判断一个变量是否等于多个值的情况: ``` // bad if (x === 'abc' || x === 'def' || x === 'ghi' || x ==='jkl') { }