From pokayokay
Use when creating or debugging CI/CD pipelines, implementing deployment strategies (blue-green, canary, rolling), optimizing build times, reviewing pipeline security, or working with GitHub Actions, GitLab CI, CircleCI, Azure DevOps, or Bitbucket Pipelines.
npx claudepluginhub srstomp/pokayokay --plugin pokayokayThis skill uses the workspace's default tool permissions.
Create, debug, and optimize CI/CD pipelines across platforms.
references/azure-devops-advanced.mdreferences/azure-devops-basics.mdreferences/bitbucket-pipelines-advanced.mdreferences/bitbucket-pipelines-basics.mdreferences/circleci-advanced.mdreferences/circleci-basics.mdreferences/debugging-error-categories.mdreferences/debugging-platform-fixes.mdreferences/deployment-strategies-blue-green-canary.mdreferences/deployment-strategies-rolling-flags-rollback.mdreferences/github-actions-advanced.mdreferences/github-actions-basics.mdreferences/gitlab-ci-advanced.mdreferences/gitlab-ci-basics.mdreferences/security-checklist.mdscripts/validate-workflow.shProvides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Create, debug, and optimize CI/CD pipelines across platforms.
| Platform | Best For | Key Strength |
|---|---|---|
| GitHub Actions | GitHub repos, open source | Marketplace, native integration |
| GitLab CI | GitLab repos, self-hosted | Built-in registry, Auto DevOps |
| CircleCI | Complex workflows, speed | Parallelism, orbs |
| Azure DevOps | Microsoft/enterprise | Azure integration, YAML templates |
| Bitbucket | Atlassian stack | Jira integration, pipes |
| Reference | Description |
|---|---|
| github-actions-basics.md | Workflows, triggers, jobs, steps, services |
| github-actions-advanced.md | Reusable workflows, composite actions, security, complete example |
| gitlab-ci-basics.md | Pipeline structure, triggers, jobs, caching, artifacts, variables |
| gitlab-ci-advanced.md | Templates, includes, rules, Docker-in-Docker, security scanning |
| circleci-basics.md | Config structure, executors, jobs, commands, caching, artifacts |
| circleci-advanced.md | Workflows, orbs, conditionals, Docker builds, complete example |
| azure-devops-basics.md | Pipeline structure, triggers, agents, variables, tasks, caching |
| azure-devops-advanced.md | Templates, environments, deployments, conditions, containers |
| bitbucket-pipelines-basics.md | Pipeline types, steps, caching, artifacts, variables |
| bitbucket-pipelines-advanced.md | Pipes, Docker, YAML anchors, deployments, complete example |
| deployment-strategies-blue-green-canary.md | Blue-green and canary deployments with K8s and AWS examples |
| deployment-strategies-rolling-flags-rollback.md | Rolling deploys, feature flags, rollback, health checks |
| debugging-error-categories.md | Environment, permission, network, resource, timing, cache, Docker errors |
| debugging-platform-fixes.md | Platform-specific debugging, common fix patterns, quick reference |
| security-checklist.md | Secrets, permissions, supply chain security |