From 57cc5939c8cac87eea3da9a3e8727ef2ad435c25 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 23 Aug 2026 17:58:30 +0000 Subject: [PATCH] Position StructKit as YAML scaffolding for AI assistants via MCP - Update hero section to emphasize MCP and AI assistant integration - Lead with 'YAML scaffolding your AI assistant can actually run' - Add structkit mcp --server to 60-second quick start - Streamline navigation links to focus on Quick Start, Docs, MCP, and Discussions - Keep all content from 'Who StructKit is for' section onwards unchanged Co-authored-by: Kenneth Belitzky --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 71b6235..aa4fab8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -# 🚀 StructKit: YAML-first scaffolding for teams and AI agents +# StructKit -> Define project structures once in YAML, then generate consistent repos, CI files, docs, Terraform modules, and app layouts locally, in CI, or through an AI assistant via MCP. +YAML scaffolding your AI assistant can actually run. + +Define a repo once (files, CI, Terraform, app layout). Generate it from the CLI, from CI, or through an assistant over MCP. When the org template on GitHub changes, the next generate picks it up. No golden repo. No separate Cookiecutter tree. [![codecov](https://codecov.io/github/httpdss/structkit/graph/badge.svg?token=JL5WIO1C9T)](https://codecov.io/github/httpdss/structkit) ![GitHub issues](https://img.shields.io/github/issues/httpdss/structkit) ![GitHub pull requests](https://img.shields.io/github/issues-pr/httpdss/structkit) ![GitHub stars](https://img.shields.io/github/stars/httpdss/structkit?style=social) -**StructKit** replaces copy-pasted boilerplate and aging "golden repos" with reusable YAML structures. It can render template variables, fetch canonical files from remote sources, preview changes before writing, and expose your scaffolds to AI assistants through the Model Context Protocol. - -> 🚀 **[Quick Start](docs/quickstart.md)** | 📚 **[Docs](docs/index.md)** | 🧩 **[Examples](examples/)** | 🤖 **[MCP / AI Agent Guide](docs/mcp-integration.md)** | 🧠 **[Agent Skills](docs/agent-skills.md)** | 💬 **[Discussions](https://github.com/httpdss/structkit/discussions)** +> 🚀 **[Quick Start](docs/quickstart.md)** | 📚 **[Docs](docs/index.md)** | 🤖 **[MCP / AI Agent Guide](docs/mcp-integration.md)** | 💬 **[Discussions](https://github.com/httpdss/structkit/discussions)** -## ⚡ Try it in 60 seconds +## Try it in 60 seconds ```bash # Install the CLI @@ -22,6 +22,9 @@ structkit list # Generate a ready-made Terraform module scaffold structkit generate --vars module_name=my-terraform-module terraform/modules/generic ./my-terraform-module + +# Start MCP server for AI integration +structkit mcp --server ``` Prefer Docker?