Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Interactive guide for building GitLab CI/CD pipelines with to-be-continuous templates (conversational, step-by-step, real examples) and creating compatible components
npx claudepluginhub rafaelcalleja/claude-market-place --plugin gitlab-tbcGet help with TBC plugin commands
Generate GitLab CI/CD configurations using To-Be-Continuous framework
List available TBC templates and their categories
Validate a TBC configuration against schemas
Guided wizard to generate GitLab CI/CD configuration with framework-first evaluation
This skill should be used when the user asks to "generate gitlab-ci.yml", "create GitLab CI pipeline", "configure GitLab CI/CD", "use To-Be-Continuous templates", "setup TBC templates", "create CI/CD for Python/Node/Go/Java project", "configure Docker build in GitLab", "setup Kubernetes deployment in GitLab", "add SonarQube to GitLab CI", "configure Terraform with GitLab", or mentions "TBC", "To-Be-Continuous", "Kicker".
This skill should be used when the user wants to "create to-be-continuous component", "build TBC template", "extend existing component", "create variant", "contribute to to-be-continuous", "component structure", "how to create gitlab ci component", or needs guidance on component architecture, naming conventions, GitLab CI component syntax, input specifications, base job patterns, or to-be-continuous best practices and philosophy.
This skill should be used when the user asks to "evaluate if TBC covers a use case", "decide which TBC component to use", "check if a TBC template fits", "research TBC capabilities", "find the right TBC template", "analyze if custom step is needed", "compare TBC templates", or needs to determine whether To-Be-Continuous framework components can solve a CI/CD requirement before generating configuration.
This skill should be used when the user asks to "identify core need", "clarify requirements", "extract user intent", "validate distinctions", or when starting any research or analysis task that requires understanding what the user actually needs before proceeding.
This skill should be used when the user asks to "build multiple Dockerfiles", "compile varios dockerfiles", "multi-container build", "multiple Docker images in GitLab", "parallel Docker builds", "monorepo Docker builds", "build frontend backend worker containers", or needs to build multiple Docker images from different Dockerfiles in a single GitLab project using To-Be-Continuous Docker template.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
Validation and quality enforcement for GitLab CI/CD pipeline configurations.
The model must apply when tasks involve .gitlab-ci.yml configuration, GitLab Flavored Markdown (GLFM) syntax, gitlab-ci-local testing, CI/CD pipeline optimization, GitLab CI Steps composition, Docker-in-Docker workflows, or GitLab documentation creation. Triggers include modifying pipelines, writing GitLab README/Wiki content, debugging CI jobs locally, implementing caching strategies, or configuring release workflows.
DevsForge Enterprise CI/CD Automation Architect delivering comprehensive pipeline optimization, deployment automation, and continuous integration frameworks that transform DevOps from operational necessity into strategic business value creation and development excellence catalyst
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
Debug CI/CD pipeline failures and fix configurations
Personal AI Infrastructure (PAI) - Complete personal AI platform with skills, agents, research capabilities, and automation workflows
Interactive skill for creating, editing, listing, and managing Claude Code rules in .claude/rules/ with guided elicitation, glob pattern support, and YAML frontmatter validation
OpenAI Codex CLI integration skill for code analysis, refactoring, and automated editing with gpt-5.1 models
Extract reusable skills from Claude Code conversations using Fabric AI patterns. Transforms conversation history into well-structured SKILL.md files.
Custom UserPromptSubmit hook that adds AskUserQuestion reminder to all prompts
Complete working plugin marketplace with comprehensive research and documentation
This repository serves dual purposes:
Everything you need to use, create, distribute, and manage Claude Code plugins.
Created: 2025-10-11 Sources: Official Anthropic documentation and https://github.com/anthropics/claude-code
# If using locally
/plugin marketplace add /home/rcalleja/projects/claude-market-place
# If hosted on GitHub (after publishing)
/plugin marketplace add your-username/claude-market-place
# Interactive menu
/plugin
# Or install directly
/plugin install productivity-commands@example-marketplace
/plugin install code-analysis-agents@example-marketplace
/plugin install auto-formatter@example-marketplace
/plugin install fabric-helper@example-marketplace
Slash commands for common development workflows
/quick-test - Auto-detect and run project tests/analyze-deps - Check dependencies for vulnerabilities/project-stats - Generate comprehensive project statisticsSpecialized agents for code review and optimization
security-auditor - Security vulnerability assessmentperformance-optimizer - Performance bottleneck identificationarchitecture-reviewer - Architecture and design reviewAutomatic code formatting after file edits
Fabric AI system integration with pattern suggestion and execution
/suggest - Intelligent pattern recommendation based on semantic analysis/exec - Execute specific Fabric patterns with high-quality analysis/orchestrate - Chain multiple patterns into automated workflowsThis repository provides five essential documents:
~50 pages of detailed specifications
Use this when: You need detailed technical specifications or want to understand every aspect of the plugin system.
Everything you need on one page
Use this when: You want to quickly look up syntax, commands, or create something fast.
Guided walkthrough from zero to production marketplace
Use this when: You're creating your first marketplace or want a structured learning path.