How this command is triggered — by the user, by Claude, or both
Slash command
/gitlab-tbc:helpThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# TBC Plugin Help ## Overview Generate, validate, and manage GitLab CI/CD configurations using To-Be-Continuous (TBC) - 62 modular templates across 8 categories. ## Commands | Command | Purpose | |---------|---------| | `/tbc [description]` | Generate configurations (main command) | | `/tbc:wizard` | Guided 8-step wizard | | `/tbc:templates [filter]` | Browse template catalog | | `/tbc:validate [file]` | Validate configurations | | `/tbc:help` | This help | ## Quick Start **New project:** **Specific request:** **Migrate existing:** **Explore templates:** ## Template Categories...
Generate, validate, and manage GitLab CI/CD configurations using To-Be-Continuous (TBC) - 62 modular templates across 8 categories.
| Command | Purpose |
|---|---|
/tbc [description] | Generate configurations (main command) |
/tbc:wizard | Guided 8-step wizard |
/tbc:templates [filter] | Browse template catalog |
/tbc:validate [file] | Validate configurations |
/tbc:help | This help |
New project:
/tbc:wizard
Specific request:
/tbc create Python pipeline with Docker and Kubernetes
Migrate existing:
/tbc migrate my .gitlab-ci.yml to TBC
Explore templates:
/tbc:templates deployment
| Category | Count | Selection |
|---|---|---|
| Build | 15 | Single |
| Code Analysis | 7 | Multiple |
| Packaging | 3 | Single |
| Infrastructure | 1 | Single |
| Deployment | 11 | Single |
| Acceptance | 10 | Multiple |
| Other | 3 | Multiple |
Pipeline fails:
/tbc:validateUnknown input error:
Component not found:
building-with-tbc (skill) ← Knowledge base
↓
/tbc, /tbc:wizard, etc. ← Commands (orchestration)
↓
validate-inputs.py ← Validation script
All knowledge is in the building-with-tbc skill:
references/ - Template documentationschemas/ - JSON schemas (51 files)examples/ - Working configurationsPlugin: 0.6.0 | TBC Framework: Current templates
npx claudepluginhub rafaelcalleja/claude-market-place --plugin gitlab-tbc/harnessCreate, validate, and manage Harness pipelines and templates (step/stage/pipeline); list templates and trigger deployments.
/gen-gitlab-ciGenerates .gitlab-ci.yml for Go projects with CI/CD pipeline including unit tests, coverage, snapshot builds, Docker-in-Docker, and automated releases.
/ci-setupSets up CI/CD pipeline by analyzing project stack, selecting platform (GitHub Actions, GitLab CI, Jenkins, etc.), and configuring build, test, deploy workflows with examples.
/cc-cicdGenerates, audits, or templates CI/CD workflows for GitHub Actions, GitLab CI, or Azure Pipelines, integrating Claude Code for PR reviews, testing, code generation, and security scanning.