Claude Code's Non-Coding Use Cases
AI LABSgo watch the original →
the gist
Claude Code uses markdown-driven setups and skills to manage notes as a second brain, generate videos with Remotion, run grounded research pipelines, analyze videos visually, design graphics via Canvas, consolidate content ops, and act in roles like finance manager or teacher.
Knowledge Management Setups
Claude Code manages a second brain in Obsidian through a local markdown file system. A single claude.md file drives the system with prioritized rules: hard non-negotiable rules first, then medium-priority rules, and low-priority ones with key references. Users prompt Claude to search notes, answer questions, and make edits during conversation; finalized updates go into files only after discussion.
Content operations consolidate Notion and NotebookLM into one queryable system via MCP. Claude follows claude.md instructions to manage information flow, update Notion selectively, and query NotebookLM directly using its CLI tool for features like video/slide generation from sources. This avoids token waste from multi-file consolidation.
Media Production Tools
Remotion skill creates animated product videos. Install via npx command, select project template, run dev server, then prompt with exact cuts and sequence details. Anthropic's marketing team uses it for demos; it confirms plans, implements code-based animations (text/SVG), and takes 20+ minutes for a 50-second clip. Add assets for professional results.
Claude Video skill enables video analysis by extracting frames, syncing to transcripts via Whisper/Groq API, and feeding visuals+audio to Claude. Install from Claude marketplace with ad claude marketplace, add 'watch' skill, pass video URL/file path; first run sets up packages and API key.
Research and Design Workflows
Multi-step research pipeline grounds claims in sources using per-step .md files for inputs, outputs, procedure, and acceptance criteria. Folders hold sources/drafts; final report exports as MD/PDF with citations. Trigger via claude.md prompt; combines verification, drafting into one workflow.
Canvas Design skill (official Anthropic) generates posters/social posts/infographics. Install skill for font library access; process starts with design philosophy file documenting style/visuals, then Python script for SVG generation. Iterate by reprompting changes (e.g., font size); updates code and reruns.
Role-Based Agents
Folder-specific setups assign roles: finance manager analyzes CSV/Notion data for reports/suggestions; teacher tracks progress/preferences, explains concepts, generates quizzes; legal advisor reviews documents against guidelines, flags priority issues; data analyst processes datasets for decision reports. All use project folder data and claude.md instructions.