Loading...
Loading...
CI/CD Pipeline Builder
npx skill4agent add alirezarezvani/claude-skills ci-cd-pipeline-builderlinttestbuilddeploypython3 scripts/stack_detector.py --repo . --format text
python3 scripts/stack_detector.py --repo . --format json > detected-stack.json--inputpython3 scripts/pipeline_generator.py \
--input detected-stack.json \
--platform github \
--output .github/workflows/ci.yml \
--format textpython3 scripts/pipeline_generator.py --repo . --platform gitlab --output .gitlab-ci.ymltestlintbuildlint/test/buildpython3 scripts/stack_detector.py --help--inputpython3 scripts/pipeline_generator.py --help--output