Claude Public
Description
A public template of my personal Claude Code configuration: settings, sync scripts, file-manager agent, and a /sync-config slash command for keeping a setup portable across Windows machines.
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
Claude Code Portable Configuration
A template for syncing agent configuration — Claude Code settings, launchers, agents, skills, a statusline, dynamic workflows, and a Codex CLI target — across multiple Windows machines. It installs in one command, checks its own work, refuses to overwrite one machine's work with another's, and can put back anything a deploy changed. This is the public version of a personal setup — feel free to fork, adapt, and add your own skills, agents, and workflows.
Two scope notes up front:
- Windows-to-Windows only, by design. Secrets are DPAPI-encrypted, the launchers are PowerShell, and paths are resolved through Windows folder APIs. None of it travels to macOS/Linux.
- The Codex target means "Codex CLI launched through
codex-sp". Codex profiles are CLI-flag-only (verified on 0.149.0: aprofilekey inconfig.tomlis rejected as legacy), so directcodexlaunches, the IDE extension, and the desktop app never see the synced profile.
Repository Structure
global/— The Claude Code user target, deployed to%USERPROFILE%\.claude\settings.json— Global settings, permissions, model, and statusline registrationCLAUDE.md— User-level instructions: what holds wherever you start a session. Also the source of the generated Codex instructions (see below)statusline-command.ps1— Statusline showing user@machine, directory and git branch, subscription usage for the current five-hour window, and context-window fullnessagents/— Agent definitions (file-manager, for bulk file operations that would otherwise eat the main context; research-worker, the minimal-context worker used by deep-research-tiered)skills//SKILL.md— Claude-only skills, one directory each (sync-config, deep-research-tiered)
shared/skills/— Skills both products consume, deployed to both~/.claude/skills/and~/.agents/skills/. Empty in the public repo; the mechanism is what s
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