// the find
coleam00/second-brain-skills
A collection of Claude Skills to turn Claude Code into a Second Brain
A collection of CLAUDE.md-based 'skills' that give Claude Code structured instructions for specific workflows: slide generation, MCP server proxying, video creation with Remotion, and SOP writing. It's for people who use Claude Code heavily for content and knowledge work rather than software development, and who want to avoid re-explaining the same workflows every session.
The progressive disclosure pattern is legitimate — loading detailed instructions only when triggered keeps context lean, which matters when you're paying per token. The PPTX generator with a layout cookbook and decision tree for picking the right slide type is more thoughtful than most prompt repos of this kind. The MCP client wrapper that loads tool schemas on demand rather than upfront is a real solution to a real problem with MCP context bloat. The Remotion skill is credited back to the upstream maintainers, which is honest.
The repo is fundamentally a CLAUDE.md template collection, not a framework — there's no abstraction, no version compatibility, and no way to update skills without manual file editing. The brand system setup for PPTX requires manually copying and editing four files with placeholder text, which is friction most people won't clear. The MCP client script wraps the Python MCP SDK with subprocess calls, which is fragile when server versions change. Stars likely reflect hype around 'second brain' framing rather than the actual utility, which is narrower than the README implies.