By jsamuelsen11
GitHub Actions infrastructure plugin: workflow design, deployment architecture, and supply chain security agents, workflow validation, CI/CD scaffolding, and conventions for consistent GitHub Actions development
Use this agent for GitHub Actions supply chain security, action pinning strategies, GITHUB_TOKEN permission management, secret hygiene, OIDC authentication security, workflow injection prevention, and security scanning integration. Invoke for auditing workflow security posture, pinning third-party actions to SHA, implementing least-privilege token permissions, preventing secret exposure in logs, analyzing pull_request_target risks, setting up Dependabot for action updates, or integrating security scanning tools (CodeQL, Trivy, Snyk). Examples: converting tag-pinned actions to SHA-pinned, auditing GITHUB_TOKEN permissions across workflows, implementing zizmor for supply chain scanning, securing pull_request_target workflows, or setting up OIDC to replace long-lived secrets.
Use this agent for continuous deployment workflow design, GitHub Environment configuration, approval gate setup, reusable deployment workflows, OIDC authentication for cloud providers, rollback strategy implementation, and deployment orchestration. Invoke for designing multi-environment deployment pipelines (dev → staging → production), configuring environment protection rules, implementing OIDC for AWS/Azure/GCP authentication, creating blue-green or canary deployment workflows, building rollback mechanisms, or setting up deployment monitoring. Examples: creating a deployment workflow with staging and production environments, configuring OIDC for AWS with IAM role assumption, implementing a rollback workflow triggered by manual dispatch, setting up deployment approval gates with required reviewers, or building a reusable deployment workflow for multiple services.
Use this agent for GitHub Actions workflow authoring, trigger configuration, event handling, matrix build strategies, concurrency group management, caching optimization, job/step design, and workflow debugging. Invoke for writing CI/CD workflows from scratch, configuring complex triggers (push, pull_request, workflow_dispatch, schedule), implementing matrix strategies for multi-version testing, setting up caching for Node.js/Python/Go/Rust builds, managing concurrency to prevent duplicate runs, or troubleshooting workflow failures. Examples: creating a CI workflow with matrix builds across Node 18/20/22, setting up monorepo path filters, configuring concurrency cancellation for PR workflows, implementing conditional job execution, or debugging expression syntax errors.
This skill should be used when working with GitHub Actions, writing CI/CD workflows, configuring workflow triggers, or reviewing GitHub Actions configuration.
This skill should be used when implementing CI pipelines, configuring caching, setting up matrix builds, creating composite actions, or optimizing workflow performance.
This skill should be used when implementing CD pipelines, configuring deployment environments, setting up OIDC authentication, or designing rollback strategies.
Uses power tools
Uses Bash, Write, or Edit tools
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.
A Claude Code plugin marketplace encoding workflow preferences discovered across 275+ sessions and 2,300+ messages. Prevents wrong approaches, buggy code, and rejected actions through front-loaded configuration.
# Add the marketplace
claude plugin marketplace add jsamuelsen11/claude-config
# Install the foundation plugin (recommended for everyone)
claude plugin install ccfg-core@claude-config
# Install language/data/infra plugins as needed
claude plugin install ccfg-python@claude-config
claude plugin install ccfg-typescript@claude-config
claude plugin install ccfg-postgresql@claude-config
| # | Plugin | Category | Agents | Cmds | Skills | Description |
|---|---|---|---|---|---|---|
| 1 | ccfg-core | Foundation | 22 | 5 | 3 | Workflow rules, core agents, security hooks, GitHub MCP |
| 2 | ccfg-python | Language | 7 | 3 | 3 | uv, ruff, pytest, mypy conventions |
| 3 | ccfg-golang | Language | 5 | 3 | 3 | golangci-lint, gofumpt, go modules conventions |
| 4 | ccfg-typescript | Language | 9 | 3 | 3 | ESLint, Vitest, Playwright MCP, strict tsconfig |
| 5 | ccfg-java | Language | 5 | 3 | 3 | Maven/Gradle, JUnit 5, Checkstyle conventions |
| 6 | ccfg-rust | Language | 4 | 3 | 3 | cargo clippy, rustfmt, workspaces conventions |
| 7 | ccfg-csharp | Language | 5 | 3 | 3 | dotnet format, Roslyn, xUnit conventions |
| 8 | ccfg-shell | Language | 2 | 2 | 2 | shellcheck, shfmt conventions |
| 9 | ccfg-mysql | Data | 3 | 2 | 3 | DBA, query optimization, replication conventions |
| 10 | ccfg-postgresql | Data | 4 | 2 | 3 | DBA, query optimization, extension conventions |
| 11 | ccfg-mongodb | Data | 3 | 2 | 3 | Document modeling, aggregation, sharding conventions |
| 12 | ccfg-redis | Data | 2 | 2 | 2 | Data structures, pub-sub, caching conventions |
| 13 | ccfg-sqlite | Data | 2 | 2 | 2 | WAL mode, PRAGMA tuning, SQLite MCP |
| 14 | ccfg-docker | Infrastructure | 3 | 2 | 3 | Dockerfile optimization, Compose, security conventions |
| 15 | ccfg-github-actions | Infrastructure | 3 | 2 | 3 | Workflow design, deployment, supply chain security |
| 16 | ccfg-kubernetes | Infrastructure | 3 | 2 | 3 | Manifests, Helm charts, deployment strategy conventions |
Foundation — ccfg-core is the base plugin. Install it first. It provides cross-cutting
workflow rules (planning discipline, scope control), 22 general-purpose agents, security hooks
(secret scanning, dangerous command blocking), and GitHub MCP integration.
Language — One plugin per language. Each provides framework-specific agents, project scaffolding commands, coverage automation, and conventions for the language's standard toolchain. Enable only what you use.
Data — Database-specific agents and conventions. Each plugin covers schema design, query optimization, migration patterns, and the database's operational best practices.
Infrastructure — Container, CI/CD, and orchestration plugins. Dockerfile optimization, GitHub Actions workflow design, and Kubernetes manifest/Helm chart conventions.
Some settings can't be configured through plugins (permissions allow-lists, alwaysThinkingEnabled,
initial enabledPlugins). A bootstrap script handles these one-time settings.json updates.
The bootstrap script is under development. See the design doc for details on what it will configure (decision D4).
This marketplace focuses on coding conventions and workflow rules. For complementary capabilities (documentation retrieval, semantic code navigation, code review, browser testing), see the Third-Party Recommendations.
Architecture decisions, plugin anatomy, and the insights report that informed these plugins are documented in docs/DESIGN.md.
MIT
npx claudepluginhub jsamuelsen11/claude-config --plugin ccfg-github-actionsPython language plugin: framework and specialist agents, project scaffolding, coverage automation, and conventions for consistent development with uv, ruff, pytest, and mypy
SQLite data plugin: schema design and embedded application agents, schema validation, database initialization scaffolding, and conventions for consistent SQLite development with WAL mode and PRAGMA tuning
Rust language plugin: async web and concurrency agents, project scaffolding, coverage automation, and conventions for consistent development with cargo clippy, rustfmt, and cargo workspaces
MongoDB data plugin: document modeling, aggregation, and sharding agents, schema validation, collection scaffolding, and conventions for consistent MongoDB development
MySQL data plugin: DBA, query optimization, and replication agents, schema validation, migration scaffolding, and conventions for consistent MySQL development
GitHub Actions CI/CD - workflows, authentication, inspection
CI/CD pipeline design, GitHub Actions workflows, deployment automation, and release management. Opinionated patterns for agentic deployments.
DevsForge Enterprise CI/CD Automation Architect delivering comprehensive pipeline optimization, deployment automation, and continuous integration frameworks that transform DevOps from operational necessity into strategic business value creation and development excellence catalyst
Validation and quality enforcement for GitHub Actions workflows with act local testing.
GitHub repository automation (CI/CD, issue templates, Dependabot, CodeQL). Use for project setup, Actions workflows, security scanning, or encountering YAML syntax, workflow configuration, template structure errors.
Build CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, and more