Docs

Deep dives into how Claudin saves tokens, keeps sessions fast, and keeps you in the loop.

Overview

This section covers the features that run underneath every Claudin session, plus how to extend and automate it. Most of the performance features exist for one reason: LLM context is expensive, and a chatty terminal is the fastest way to burn through it.

This section is organized in four groups: performance features that cut the tokens a session spends on noise, agents & workflows for delegating and orchestrating work, ways to extend Claudin with skills, plugins, and MCP servers, and automation for running things without you watching. Notifications, at the end, is about staying in the loop when a long session needs you.

Performance

Every one of these ships on by default and requires no setup. Together they're the difference between a session that runs out of context at hour one and one that's still going at hour three.

Agents & workflows

Delegate work to a subagent with its own context, tools, and model — built in (Explore, Plan, WebResearcher...) or defined as a markdown file in .claudin/agents/. Chain several of them into a phase state machine with agent workflows.

Extensibility

Add capabilities Claudin doesn't ship with: on-demand instructions, shareable bundles of agents and hooks, or a live connection to an external tool.

Automation

Run Claudin without someone watching: deterministic hooks on lifecycle events, plus scheduled prompts, stopping conditions, headless runs, and deep links.

Notifications

Not every feature in this section is about tokens. When a session needs your attention — a permission prompt, a finished long-running task — Claudin can tell you outside the terminal.

iTerm2 · Kitty · Ghostty · OS toasts
Notifications

Auto-detects the best channel for your terminal and sends a "needs attention" alert the moment Claudin is blocked on you.

Next steps

New to Claudin? Start with install, then wire up a provider:

  • Install — get running in under a minute.
  • All providers — Anthropic, OpenAI, Gemini, Ollama, and 200+ more.
  • Changelog — what shipped, release by release.