A portable dev toolkit with Claude Code agents, shell configs, and terminal setup.
Every time you set up a new machine, you spend hours recreating your dev environment - shell config, terminal theme, editor preferences, AI tooling. This repo is the fix. Clone it, symlink what you need, and get back to building.
- Zsh - Custom
.zshrcwith Powerlevel10k, utility functions, and shell helpers - Ghostty - Terminal config with Cyberdream color palette and semi-transparent background
- Claude Code
- Status Line - Two-line status bar showing session time, git status, context usage, and rate limits
- Skills - Custom slash commands (
/msg,/review-me,/grind,/audit,/scaffold,/deps) - Agents - 36 specialized AI agents (React, Next.js, TypeScript, Python, Prisma, AWS, and more)
- Settings - Example settings.json with MCP server configs (Context7, MUI, Tailwind, GitHub, AWS)
This isn't just a collection of configs - it's an integrated workflow where agents and skills work as a team.
The tech-lead-orchestrator is the brain. Give it a complex task and it analyzes your codebase, breaks the work into subtasks, and delegates each one to the right specialist - React expert for components, TypeScript expert for types, Prisma expert for database queries. It coordinates the entire build, then runs code review when everything's done.
The skills are your entry points into this system:
/scaffold- Plan and build a new feature end-to-end through the orchestrator/grind- Verify your approach with the tech lead, then implement improvements/review-me- Code review with security, DRY, and performance checks/audit- Full codebase health check (architecture + quality)/deps- Check for outdated or vulnerable packages
The project-analyst auto-detects your tech stack and the team-configurator wires up the right agents for your project.
git clone https://github.com/christopherrobin/Christopher-Kit.git
cd Christopher-KitEach directory has its own README with detailed setup instructions. Pick what you need:
cp zsh/.zshrc ~/.zshrc
cp zsh/.p10k.zsh ~/.p10k.zshcp ghostty/config ~/.config/ghostty/config# Agents
ln -sf "$(pwd)/claude/agents" ~/.claude/agents
# Skills
cp -r claude/skills/* ~/.claude/skills/
# Status line + settings
cp claude/statusline/statusline-command.sh ~/.claude/statusline-command.sh
cp claude/settings/settings.example.json ~/.claude/settings.json![]() Shell startup with Powerlevel10k |
![]() Claude Code status line |
These configs reflect one person's preferences. Fork the repo and adapt anything to suit your own workflow - swap keybindings, change themes, adjust paths.
The agents and skills included here are a solid starting point, but the best ones you'll ever use are the ones you write yourself. Use the skill-expert and agent-expert agents to create your own, tailored to how you actually work.
PRs welcome. If you've built a useful skill, agent, or config that fits the toolkit, open a pull request. Keep it generic - no project-specific content.

