Guides
These pages walk through concrete dsh-cc workflows: running interactive sessions, routing models, delegating to subagents, and extending the environment with hooks, skills, and plugins. Start with the basics if you are new; jump to a specific group if you already know what you need.
Getting started
- Getting around a session — session lifecycle, inspection commands, and worktree basics.
- Model routing — map model aliases to your own provider/model pairs.
- Memory — CLAUDE.md-style project memory and durable memories.
- MCP servers — connect MCP tools, resources, and prompts.
Migration
- From Claude Code — reuse
.claude/agents,SKILL.md,CLAUDE.md, hooks, and slash commands. - Permissions — permission rules, approval flows, and workspace boundaries.
- Headless / CI — run dsh-cc without the interactive TUI.
Extending
- Hooks — react to session, prompt, tool, and lifecycle events.
- Skills —
SKILL.md-based skills and bundled utilities. - Subagents — dispatch and manage
.claude/agentssubagents. - Plugins — compose and manage plugins and marketplaces.
Advanced
- Background tasks — run, inspect, and continue background work.