Claude-skill-registry ci-pipeline
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ci-pipeline" ~/.claude/skills/majiayu000-claude-skill-registry-ci-pipeline && rm -rf "$T"
manifest:
skills/data/ci-pipeline/SKILL.mdsource content
CI Pipeline
Status: Stub - Not Implemented Domain: DevOps
Overview
This is a placeholder skill for devops workflows. It will guide creating and maintaining CI pipelines for automated testing, linting, and build verification.
TODO
- Define workflow for GitHub Actions
- Define workflow for GitLab CI
- Define workflow for CircleCI
- Add templates for common pipeline configurations
- Add supporting files for caching strategies
- Document parallel and matrix builds
End of Skill