Claude Code Showcase (ChrisWiles)
A complete, documented example of a Claude Code project configuration — hooks, skills, agents, slash commands, and settings that show how the pieces fit together in one repo.
How to Install Hooks
- Copy the hook configuration using the button below
- Add to your .claude/hooks/ directory in your project
- Save the hook as an executable script with appropriate permissions
- The hook will trigger on the specified events in your Claude Code workflows
Most resources show one mechanism at a time; this showcase shows a whole configuration working together — hooks enforcing checks, skills packaging knowledge, agents delegating work, and commands wiring workflows, all with commentary.
Use it as a template when setting up Claude Code for a new team project: clone, strip what you don't need, and keep the structure.Categories:
Ad