Chief Of Staff Template
Description
Template for building Claude Code personal assistant plugins
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
Chief-of-Staff Plugin Template
A template for building your own Claude Code personal assistant plugin. Includes a full-featured email orchestrator, travel agent, credit card tracker, and file renamer as working examples.
Getting Started
- Click Use this template on GitHub to create your own repo
- Clone your new repo locally
- Register it as a local marketplace in Claude Code:
/plugin marketplace add ~/GitHub/your-repo-name
- Install the plugins you want:
/plugin install chief-of-staff@my-plugins
/plugin install travel-agent@my-plugins
/plugin install credit-card-benefits@my-plugins
/plugin install rename-agent@my-plugins
- Customize the plugins, add your own agents, and make it yours.
**Note**: The marketplace name (`my-plugins`) comes from the `name` field in `.claude-plugin/marketplace.json`. Change it to whatever you like.
Building MCP Servers
If plugins include bundled MCP servers, run the setup script:
./setup.sh
Included Plugins
chief-of-staff
**The email orchestrator.** Self-learning email triage that classifies your inbox, suggests actions based on your patterns, and delegates to specialized sub-agents.
Why Chief-of-Staff?
- Questions-first flow: Collect ALL decisions up front, execute in bulk at the end (faster)
- Learns your patterns: Records your choices vs suggestions, improves accuracy over time
- Routes intelligently: Detects packages, newsletters, and action items, sends them to the right handler
- Multiple modes: Interview mode (voice-friendly), batch mode (visual HTML), digest mode (summaries)
- Unified interface: One plugin, many capabilities
Quick Start
# 1. Configure your email provider
/chief-of-staff:setup
# 2. Learn patterns from existing folders
/chief-of-staff:learn
# 3. Triage your inbox
/chief-of-staff:triage # Interactive Q&A mode
# OR
/chief-of-staff:batch # Visual HTML batch mode
Commands
| C
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