AnastasiyaW/claude-code-config
135 stars · Last commit 2026-07-11
Claude Code, Codex, and multi-agent configuration system: principles, hooks, skills, and workflow patterns for AI-assisted development
README preview
# Claude Code + Codex Agent Configuration System [](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md) A practical configuration kit for Claude Code, Codex, and other coding agents. It contains architectural principles, enforcement hooks, skills, drop-in rules, starter templates, and dynamic-workflow commands. Drop the relevant parts into a project so the agent starts from verified working patterns instead of rediscovering them every session. This is not a collection of tips. It is a **system** that teaches your agent *how to work* - when to use one agent vs many, how to verify its own output, how to manage context across long sessions, how to not get poisoned by malicious packages. --- ## Installation Three paths depending on what you need: ### Option 1: Claude Code plugin (fastest) ```bash claude plugin install https://github.com/AnastasiyaW/claude-code-config ```