github-actions-templates

Generates and maintains Docker/Kubernetes CI/CD workflows for GitHub Actions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dereknex/skills --skill github-actions-templates-dereknex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-actions-templates
Source: https://github.com/dereknex/skills/tree/main/github-actions-templates
Command: npx skills add https://github.com/dereknex/skills --skill github-actions-templates-dereknex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Production-ready GitHub Actions workflow templates that accelerate CI/CD setup, reduce boilerplate, and enforce best practices across projects.

Core Features & Use Cases

  • Reusable workflow patterns for testing, building Docker images, deploying to Kubernetes, and performing security scans.
  • Templates designed for common stacks and environments, with guidance on permissions, secrets, and matrix builds.
  • Quick-start reference files to drop into .github/workflows and customize per repository.

Quick Start

Choose a template from patterns described and save it as a workflow under .github/workflows, then customize it to your repository.

Frequently Asked Questions about github-actions-templates

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

FAQPage Schema
How do I create reusable GitHub Actions workflows for CI/CD?

You can create reusable GitHub Actions workflows by dropping quick-start reference templates into your .github/workflows directory and customizing them per repository to reduce boilerplate and enforce best practices.

Can I use these GitHub Actions templates for Docker and Kubernetes deployments?

Yes, you can use these GitHub Actions templates for Docker and Kubernetes deployments, as they provide reusable workflow patterns specifically designed for building images and deploying across multiple environments.

What is the best way to enforce CI/CD best practices for secrets and permissions in GitHub Actions?

The best way to enforce CI/CD best practices for secrets and permissions in GitHub Actions is to use reusable workflow templates that provide built-in guidance on secret management, permissions, and matrix builds.

Does this Skill include GitHub Actions templates for security scanning?

Yes, this Skill includes GitHub Actions templates for security scanning, providing reusable workflow patterns that integrate automated security checks into your CI/CD pipelines.

How do matrix builds work in these GitHub Actions workflow templates?

Matrix builds in these GitHub Actions workflow templates allow you to test and build across multiple environments and stacks simultaneously, with provided guidance on configuring permissions and customizing per repository.

Why should I use reusable workflows instead of writing GitHub Actions from scratch?

You should use reusable workflows instead of writing GitHub Actions from scratch to accelerate CI/CD setup, reduce boilerplate, and enforce consistent best practices and versioned actions across all projects.