.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/googlecloudplatform/k8s-config-connector
home/skills/googlecloudplatform/k8s-config-connector
googlecloudplatform avatar

googlecloudplatform/k8s-config-connector

35 skills · 1 total installs

View on GitHub
$npx skills add googlecloudplatform/k8s-config-connector
SkillInstalls
kcc-direct-brownfield-types-implementerGuides the implementation of KRM types and CRD scaffolding for migrating existing resources to "direct" controllers.1add-export-supportGuides the implementation of export support for a direct controller, including implementing AdapterForURL and verifying it through the unified test runner.—add-missing-fieldThis skill guides an automated agent through adding a missing field to a GCP resource managed by KCC using the "direct" controller approach.—add-new-mockgcp-resourceThis skill provides a structured workflow for adding a new mock service to mockgcp.—crd-mapper-fuzzer-existing-typeStandards and workflows for creating direct KRM Go types for an existing CRD while maintaining strict schema compatibility.—crd-mcp-serverProvides instructions and a tool for analyzing Custom Resource Definition (CRD) changes, including checking for KRM API structural equivalence and backward…—create-direct-controllerWhen introducing a direct controller for a resource that already has an existing Terraform or DCL controller, you must do the following to ensure a safe…—create-fuzzerThis skill guides an automated agent through the process of implementing a round-trip KRM fuzzer for a direct Config Connector resource controller.—create-mapper-fuzzerStandards and workflows for implementing missing or incomplete direct KRM mappers and fuzzers for KCC direct resources.—fix-diffs-mockgcpWhen the golden tests for K8s Config Connector mock output diverge from real GCP output, we need to inspect the discrepancies and fix either the mock…—generate-sh-checkerChecks apis/ subdirectories for missing generate.sh and helps create PRs to add them, following the pattern in #7293.—kcc-agentic-journalerProvides a structured logic for capturing and routing agentic learnings to prevent knowledge pollution.—kcc-direct-base-types-implementerBase skill containing shared standards for all KCC direct resource types (both greenfield and brownfield).—kcc-direct-controller-implementerImplement the controller, mappers, and fuzzer for a direct KCC resource, ensuring package isolation and CI compliance.—kcc-direct-controller-logic-brownfieldImplement the core reconciliation logic (Adapter) and E2E fixtures for a direct controller migrating from legacy—kcc-direct-controller-logic-implementerImplement the core reconciliation logic (Adapter) and E2E fixtures for a direct KCC resource. Use this after Step 1 is complete.—kcc-direct-greenfield-types-implementerAutomate the initial scaffolding of a KCC "direct" resource, including CRD types and generation scripts.—kcc-direct-identity-implementerImplement the IdentityV2 and ExternalIdentifier interfaces for a direct KCC resource. Use this when implementing IdentityV2 and refs.Ref for a resource.—kcc-direct-mockgcp-implementerGuides the implementation of Phase 3 (MockGCP and Alignment) for a direct KCC resource, verifying behavioral correctness against simulated GCP services.—kcc-identity-referenceCreates or updates the _identity.go and _reference.go files for a Config Connector resource, ensuring they follow the canonical gcpurls.Template pattern.—match-mockgcp-with-realgcpThis skill provides a structured workflow for matching the mock {service}{resource} behaviour with the real GCP.—move-away-from-grpc-gatewayMoves a mockgcp service from using locally generated grpc-gateway proto bindings to using reflection with the official Google Cloud Go client library…—move-pr-forwardsProvides instructions and tools for an automated agent to move a Pull Request (PR) forwards towards merging.—opt-in-to-strict-testingThis skill guides an automated agent through the process of opting a resource (or all resources in an API group) into strict testing.—reviewgen-brownfield-new-typesProvides provides clear review criteria for reviewing PRs that add new KCC types for Brownfield resources.—reviewgen-greenfield-controllerProvides provides clear review criteria for reviewing PRs that add controllers for KCC Greenfield resources.—reviewgen-greenfield-new-typesProvides provides clear review criteria for reviewing PRs that add new KCC types for Greenfield resources.—reviewgen-legacy-featureComprehensive review guide and criteria for PRs adding or modifying features in legacy resources (TF patches, DCL patches, CRD changes, MockGCP alignment, and…—send-prCRITICAL: MUST be used whenever sending a PR, updating an existing PR, or pushing any commit to a remote branch.—solve-migration-diff-issuesThis skill guides an automated agent through diagnosing, explaining, and fixing "takeover diff" issues when migrating a Kubernetes controller in KCC from…—test-terraform-fieldsGuides through validating, testing, generating golden files (HTTP logs and KRM objects), running tests against mockgcp or real GCP, and aligning mock behavior.—update-client-library-versionGuides through updating a Google Cloud Go client library to the latest version across the Config Connector repository.—update-go-versionGuides through updating the Go version (go and toolchain) across all modules, workspaces, Dockerfiles, and scripts in Config Connector.—update-terraform-fieldsGuides modifying, patching, and updating resources and fields managed by the Terraform/legacy controller, including patching the local/vendored Terraform…—update-tf-provider-for-resourceGuides through aligning, backporting, and updating KCC's vendored Terraform Google Beta provider code with the canonical upstream repository while carefully…—