Claude Code Teams Cicd Exercises — DevOps skill for Claude Code
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:
- Claude Code installed and working on your machine (CLI access via
claudecommand) - Chapter 14 completed: General Agents (CLAUDE.md basics, Skills, Settings hierarchy, command hooks)
- Chapter 16 completed: Spec-Driven Development with Claude Code
- Git and GitHub CLI (
gh) installed and authenticated - Node.js 18+ and Python 3.11+ for starter code files
- 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
Related Skills
Cicd Orchestrator
CI/CD Orchestrator - interactive pipeline management with progressive deployment and automated rollback
Cicd Setup
Set up GitHub CI/CD workflows and pre-commit hooks for any project
Cicd Pipeline
Design an optimized CI/CD pipeline via guided intake - repo stack, testing, deploy target, platform.
CI Setup
Setup CI pipeline from scratch. Creates GitHub Actions or GitLab CI configuration with lint, test, build, and
Harness Init
Interactive setup of harness engineering infrastructure in a project. Walks through configuration and generate
Claude Overlay
Manage project-level Claude Code configuration for custom model providers (Databricks, Bedrock, OpenRouter, Li
Related Agents
Usopp
QA worker that exercises Superloopy criteria and writes artifact-backed QA evidence. Use to run the app/regres
Aid Test Agent
Autonomously exercises the AID methodology end to end (Phases 0-5) and reports where it breaks. Use for /aid-t
Professor
Academic teaching specialist — explains concepts at the right level, builds mental models, designs exercises