Page 8

The Job Search System That Evaluated 740 Offers
Career-ops turns Claude Code into a 14-mode job search agent: structured A-F evaluations, ATS-optimized PDFs, batch processing, and a Go TUI dashboard. MIT.

Context Hub: The Curated Doc Layer Every Coding Agent Needs
Context Hub (`chub`) gives AI coding agents current, versioned API docs on demand -- so they code from facts, not 18-month-old training weights.

MarkdyScript: The Mermaid of Motion
MarkdyScript is a declarative text DSL that turns 30 lines of plain code into Web Animations API scenes, git-diffable, LLM-friendly, and zero GSAP.

MarkItDown: Everything Becomes Markdown
Microsoft's Python tool converts PDFs, Office docs, audio, and YouTube URLs to clean Markdown for LLM pipelines and RAG systems.

taste-skill: The Bias Correction File for AI Frontend
taste-skill corrects the font, layout, and motion biases that push LLMs toward generic UI. A portable SKILL.md you commit once per project.

Claude Code's Missing Manual: Stop Typing and Start Orchestrating
A copy-paste survival guide that turns Claude from a basic chatbox into an automated team member.

AI Scientist-v2: The Robot That Writes Its Own Papers
SakanaAI's AI Scientist-v2 autonomously generates ML research hypotheses, runs experiments via agentic tree search, and writes peer-reviewed papers. No…

The Agent is the Model. The Code is Just a Vehicle.
A deep dive into learn-claude-code and the truth about AI agents: most frameworks are over-engineered Rube Goldberg machines.

The Conductor and the Machine: Orchestrating Claude Code
Claude Code is a beast. But to tame it, you need more than prompts. You need an orchestration framework.