From 733b7d6fa75638f99ab1659a51d981f6e4646e46 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 24 Aug 2026 17:45:08 +0000 Subject: [PATCH] docs: add Ecosystem section to README Add ecosystem section listing install paths and integrations: - GitHub Action for CI validation - VS Code / Cursor extension - Agent skills - pre-commit hooks - Homebrew tap - Backstage plugin - Hermes plugin Section placed after quickstart and before 'Who StructKit is for'. Co-authored-by: Kenneth Belitzky --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index aa4fab8..0432cb4 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,18 @@ docker run --rm -v "$(pwd):/workdir" ghcr.io/httpdss/structkit:main \ generate --vars module_name=my-terraform-module terraform/modules/generic ./my-terraform-module ``` +## Ecosystem + +These are install paths for [StructKit](https://github.com/httpdss/structkit), not separate products. Star this repo. + +- [GitHub Action](https://github.com/httpdss/structkit-action) — validate, generate, or drift-check in CI +- [VS Code / Cursor](https://github.com/httpdss/vscode-structkit) — schema and autocomplete for `.struct.yaml` +- [Agent skills](https://github.com/httpdss/structkit-skills) — inspect, preview, generate, validate from an assistant +- [pre-commit](https://github.com/httpdss/structkit-pre-commit) — validate structures before they land +- [Homebrew](https://github.com/httpdss/homebrew-structkit) — `brew tap httpdss/structkit && brew install structkit` +- [Backstage](https://github.com/httpdss/backstage-plugin-structkit) — scaffolder actions for platform teams +- [Hermes plugin](https://github.com/httpdss/hermes-plugin-structkit) — safe StructKit tools inside Hermes + ## 👤 Who StructKit is for - **Platform / DevEx teams** standardizing service layouts, CI baselines, and engineering conventions across many repos.