ci-templates

Provide standardized CI/CD templates for GitHub Actions and GitLab CI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/liauw-media/household-expense-tracker --skill ci-templates-liauw-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-templates
Source: https://github.com/liauw-media/household-expense-tracker/tree/main/.claude/skills/workflow/ci-templates
Command: npx skills add https://github.com/liauw-media/household-expense-tracker --skill ci-templates-liauw-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI/CD pipelines across projects often diverge, causing duplicated configurations, longer setup times, and inconsistent quality. This Skill provides standardized templates and design principles to accelerate reliable builds and unify workflows.

Core Features & Use Cases

  • Platform templates: Reusable CI templates for GitHub Actions and GitLab CI stored under docs/ci-templates.
  • Best-practice guidance: Tactics for stage ordering, caching, parallelization, and artifact management to improve speed and reliability.
  • Migration & onboarding: Easy paths to migrate between CI systems and quickly onboard new projects.

Quick Start

To begin, browse docs/ci-templates to pick a template that matches your stack, copy the template into your repository as a workflow file, adjust triggers and secrets, and commit to run your first pipeline.

Frequently Asked Questions about ci-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize CI/CD pipelines across multiple repositories?

You can standardize CI/CD pipelines by applying reusable workflow templates and best-practice guidance for stage ordering, caching, and artifact management to unify configurations across multiple repositories.

Can I use these CI templates for migrating pipelines between GitHub Actions and GitLab CI?

Yes, these CI templates support migrating existing pipelines between GitHub Actions and GitLab CI by providing platform-specific templates and consistent design patterns to transition workflows smoothly.

What's the best way to set up a reliable CI pipeline for a new project?

The best way to set up a reliable CI pipeline is to browse template collections, pick a stack-matching template, copy it into your repository as a workflow file, adjust triggers and secrets, and commit.

Do I need external software installation to apply these CI/CD templates?

No, you do not need external software installation to apply these CI/CD templates, because recommendations are based entirely on proven design patterns and platform-specific templates stored as files.

How does caching and parallelization improve build speed in GitHub Actions and GitLab CI?

Caching and parallelization improve build speed by applying proven CI/CD design tactics that optimize stage ordering and artifact management, reducing duplicated configurations and accelerating reliable builds.

Why do my CI/CD configurations diverge across different projects?

Your CI/CD configurations diverge across projects due to duplicated configurations and inconsistent quality, which you can resolve by unifying workflows through standardized templates and design principles.