Temple
Description
Session manager for Claude Code and Codex — an IDE for your agent sessions, organized by project and a click away
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Temple
An IDE for your Claude Code and Codex agents. Temple organizes your sessions by project and keeps them all a click away, so you stop hunting through terminal tabs to find the work you were doing.
- Switch between sessions across projects without losing your place.
- Search every session you have run.
- Navigate with the keyboard.
- Work in a full terminal, not a transcript.
- Pick up where you left off. Temple reopens the sessions you had open.
- See which agents are working and which are waiting on you.
Everything stays on your machine. Temple never edits your files, runs git, or changes your session history.

Install
brew install --cask ramsrib/tap/temple
Or grab the latest `Temple-vX.Y.Z-arm64.dmg` from [Releases](https://github.com/ramsrib/temple/releases) and drag **Temple** to Applications.
To update:
brew upgrade --cask temple
**Requirements:** macOS 14+ on Apple Silicon, with [Claude Code](https://claude.com/claude-code) and/or [Codex](https://github.com/openai/codex) installed. Temple auto-detects both (paths configurable in Settings).
Build from source
./Scripts/build-ghostty.sh # one-time: builds the embedded terminal engine
make install # signed Temple.app → /Applications
Needs Xcode 26+ and `brew install xcodegen`. Zig is self-provisioned at the pinned version. Terminal-engine details in [docs/BUILDING-GHOSTTY.md](docs/BUILDING-GHOSTTY.md); cutting a signed, notarized release is in [RELEASE.md](RELEASE.md).
Learn more
- Features & roadmap: docs/FEATURES.md
- Architecture decisions: docs/DECISIONS.md
- Session storage formats: docs/SESSION-FORMATS.md
- Cutting a release: RELEASE.md
Debug logging, if you ever need it: `log stream --predicate 'subsystem BEGINSWITH "com.sriramb.temple"' --level debug`
License
[MIT](LICENSE)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11