My opinionated resources for working with Claude Code.
- Structured Development Workflow — Reliably turn ideas into pull requests
- Claude Code Orchestrator — Develop in parallel using Git worktrees and tmux
- Integrations — Connect to Jira, Confluence, Datadog, and browsers
- Claude Code
- Homebrew for macOS dependency management
- Go 1.23 for building
cco - Node.js 18+ for
automating-browsers - macOS is assumed, but can be adapted for Linux
git clone git@github.com:averycrespi/claudefiles.git
cd claudefiles
./setup.shThe setup script will install dependencies, symlink configuration files to ~/.claude/, and install cco.
| Doc | Purpose |
|---|---|
| Workflow | How the structured development workflow works |
| Skills Catalog | All available skills and agents |
| Integrations | Setup guides for external services |
| Claude Code Config | How the ~/.claude/ symlinks work |
| Design Decisions | Why things are built this way |
| Future | Planned improvements and explorations |
- Workflow skills adapted from superpowers by Jesse Vincent (MIT)
creating-skillsadapted from Anthropic's skill-creator (Apache 2.0)automating-browsersderived from playwright-cli by Microsoft (Apache 2.0)- Status line script adapted from claude-code-tools by Prasad Chalasani (MIT)
- Repository licensed under MIT
- Individual skills and agents may have their own licenses