panaversity

Claude Code Teams Cicd Exercises — DevOps skill for Claude Code

DevOps community

Practice exercises for Chapter 18: Claude Code for Teams, CI/CD & Advanced Configuration.

How to install Claude Code Teams Cicd Exercises

This entry records only its repository, not the path inside it, so there is no exact command to give. Open panaversity/claude-code-teams-cicd-exercises and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Teams Cicd Exercises does

Practice exercises for Chapter 18: Claude Code for Teams, CI/CD & Advanced Configuration.

Alternatives in DevOps

  • CLAUDE.md CI/CD Wiki — Community patterns for CLAUDE.md configuration in CI/CD pipelines 22.3k ★
  • CI/CD Helper — CI/CD pipeline configuration and troubleshooting 2.6k ★
  • Chat — chat web app for teams, sass with user management and ratelimit, support chatgpt(openai & azure), claude, gemi 568 ★

README

Claude Code for Teams, CI/CD & Advanced Configuration: Exercise Pack

Practice exercises for Chapter 18 of the Agent Factory curriculum.

Prerequisites

Before starting these exercises, you need:

  1. Claude Code installed and working on your machine (CLI access via claude command)
  2. Chapter 14 completed: General Agents (CLAUDE.md basics, Skills, Settings hierarchy, command hooks)
  3. Chapter 16 completed: Spec-Driven Development with Claude Code
  4. Git and GitHub CLI (gh) installed and authenticated
  5. Node.js 18+ and Python 3.11+ for starter code files
  6. A text editor for viewing and modifying configuration files

Package Structure

claude-code-teams-cicd-exercises/
├── EXERCISE-GUIDE.md              # Complete guide with all 15 exercises
├── README.md                      # This file
├── module-1-configuration-architecture/
│   ├── exercise-1.1-monorepo-hierarchy/     # Build a team config hierarchy
│   └── exercise-1.2-debug-broken-config/    # Diagnose and fix broken configs
├── module-2-skills-execution-strategy/
│   ├── exercise-2.1-skills-with-frontmatter/  # Create skills with frontmatter
│   └── exercise-2.2-execution-mode-classifier/  # Classify plan vs direct mode
├── module-3-iterative-refinement/
│   ├── exercise-3.1-data-transformer/       # Test-driven iteration with messy data
│   └── exercise-3.2-technique-comparison/   # Compare refinement techniques
├── module-4-cicd-pipeline/
│   ├── exercise-4.1-github-actions-workflow/ # Build a CI review workflow
│   └── exercise-4.2-debug-broken-pipeline/  # Fix broken CI configurations
├── module-5-review-architecture/
│   ├── exercise-5.1-multi-pass-review-script/ # Design multi-pass review
│   └── exercise-5.2-self-vs-independent-review/ # Compare review strategies
├── module-6-session-mastery/
│   ├── exercise-6.1-multi-day-investigation/  # Multi-session investigation
│   └── exercise-6.2-debug-stale-context/    # Diagnose stale session context
└── module-7-capsto