By claylo
GitHub Actions assistant - helps create, review, and optimize workflows with up-to-date action versions and best practices
A Claude Code plugin for GitHub Actions — creates, reviews, and optimizes workflows with current action versions, SHA pinning, and best practices.
/plugin marketplace add claylo/claylo-marketplace
/plugin install actionista@claylo-marketplace
The skills/actionista/ directory is a self-contained Agent Skill. Copy it into ~/.claude/skills/ or .claude/skills/ to use without the plugin wrapper.
You may also install actionista using npx skills.
npx skills add claylo/actionista
actionlint, act) and suggests installation if missingThe skill activates automatically when you work with GitHub Actions — workflow files, CI/CD questions, or any action by name. No commands to remember.
"Set up a CI workflow for this Node.js project"
"What's the latest version of actions/checkout?"
"Review my workflows for security issues"
"Add caching to this build"
The plugin maintains actions-index.json with version data for 264 actions across 20 categories:
| Category | Examples |
|---|---|
| Core | checkout, cache, upload-artifact, github-script |
| Languages | setup-node, setup-python, setup-go, setup-java, rust-toolchain |
| Build tools | gradle, cmake, cargo, sccache, ccache |
| Package managers | pnpm, npm, rust-cache, poetry, miniconda |
| Testing | pytest, vitest, jest, cargo-test |
| Linting | eslint, ruff, clippy, rustfmt |
| Cloud | aws-actions/*, azure/*, google-github-actions/* |
| Infrastructure | terraform, ansible, cloudformation, pulumi |
| Kubernetes | kubectl, helm, kind, k3s, argocd |
| Docker | build-push-action, login-action, metadata-action |
| Security | codeql-action, trivy-action, trufflehog |
| Release | release-please-action, goreleaser-action, action-gh-release |
| Git operations | git-auto-commit, create-pull-request, tag |
| Notifications | slack-github-action, discord, teams |
| Documentation | mkdocs, sphinx, typedoc, hugo |
| Mobile | flutter, react-native, xcode, eas |
| AI assistants | claude, chatgpt, codex |
| Utilities | miscellaneous utility actions |
Each entry includes the latest version, full version tag, commit SHA for pinning, input parameters, deprecated versions, and migration data for major version bumps.
The index updates daily via GitHub Actions. Run it manually:
skills/actionista/scripts/update-index
Requires gh (authenticated), yq, and jq.
All reference material lives in skills/actionista/references/:
| Topic | Files |
|---|---|
| Workflow syntax, expressions, triggers | workflow-syntax.md, expressions.md, triggers.md |
| Runners, permissions, troubleshooting | runners.md, permissions.md, troubleshooting.md |
| Patterns | patterns-*.md (matrix, caching, artifacts, reusable workflows, concurrency, environments, composite actions) |
| Security | security-*.md (secrets/OIDC, hardening, supply chain) |
| Schema | github-action.schema.json |
Working templates in examples/: Node.js CI, Rust CI, AWS deployment with OIDC, release-please.
Contributions welcome:
skills/actionista/tracked-actions.yamlMIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub claylo/claylo-marketplace --plugin actionistaPersonas, skills, and quality gates for producing professional, self-contained development artifacts — from internal handoffs to end-user documentation
GitHub Actions CI/CD - workflows, authentication, inspection
CI/CD pipeline design, GitHub Actions workflows, deployment automation, and release management. Opinionated patterns for agentic deployments.
Validation and quality enforcement for GitHub Actions workflows with act local testing.
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.