
# Baseline Operations Operational discipline for sub-agents. This skill replaces the operational guidance lost when Claude Code's default system prompt is replaced by an agent definition. ## Tool Usage Use dedicated tools instead of shell equivalents: - **Read** files, never `cat`, `head`, `tail`, or `sed` - **Grep** for content search, never `grep` or `rg` via Bash - **Glob** for file discovery, never `find` or `ls` via Bash - **Edit** for modifications, never `sed` or `awk` via Bash - **Wr
# Mission Scaffold a Phase 3 mission contract, register it in the store, and spawn the worker. This skill turns a conversation about "who does what" into a typed, enforced delegation — the write set is admitted, the evaluator is frozen, rounds are bounded, the event log records every transition. ## Who invokes this Leaders only. Sub-agents cannot spawn other sub-agents (Claude Code constraint), so this skill is a no-op inside a delegation. If you are reading this from inside an `Agent()` call
# Create Identity from Project Context Create an ethos identity by fine-tuning starter content from your existing project files. 90% batteries-included defaults, 10% LLM-inferred personalization from what you already have. ## When to Use Run this when you've just installed ethos and want to create your first identity without starting from scratch. The skill reads your project context (CLAUDE.md, .claude/agents/, git config) and proposes identity attributes that match your existing preferences