[PR #3042] [CLOSED] Add structkit to CLI Tools > Productivity Tools #13663

Closed
opened 2026-04-27 03:06:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3042
Author: @httpdss
Created: 4/10/2026
Status: Closed

Base: masterHead: add-structkit


📝 Commits (1)

  • ed7b4c5 Add structkit to CLI Tools > Productivity Tools

📊 Changes

1 file changed (+470 additions, -506 deletions)

View changed files

📝 README.md (+470 -506)

📄 Description

What

Adds structkit to the CLI Tools > Productivity Tools section, alongside cookiecutter and copier.

Why

structkit is a YAML-first project scaffolding tool that fills a gap between cookiecutter/copier:

  • Remote-first content: Reference files from GitHub, S3, GCS, or any HTTP URL directly in YAML configs — no copy-paste template maintenance
  • MCP integration: Ships a Model Context Protocol server so AI assistants (Claude, Cursor, Copilot) can scaffold projects from natural language
  • YAML-first: Define project structures directly in YAML without managing a separate template repository
  • Apache 2.0, Python, actively maintained

GitHub: https://github.com/httpdss/structkit
PyPI: https://pypi.org/project/structkit/
Stars: 14 and growing

Entry added

  - [structkit](https://github.com/httpdss/structkit) - A YAML-first project scaffolding tool with remote content fetching (GitHub, S3, GCS, HTTP) and MCP integration for AI-native workflows.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3042 **Author:** [@httpdss](https://github.com/httpdss) **Created:** 4/10/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-structkit` --- ### 📝 Commits (1) - [`ed7b4c5`](https://github.com/vinta/awesome-python/commit/ed7b4c56e73c520069ea1f9c641d45137a120d3c) Add structkit to CLI Tools > Productivity Tools ### 📊 Changes **1 file changed** (+470 additions, -506 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+470 -506) </details> ### 📄 Description ## What Adds [structkit](https://github.com/httpdss/structkit) to the **CLI Tools > Productivity Tools** section, alongside `cookiecutter` and `copier`. ## Why structkit is a YAML-first project scaffolding tool that fills a gap between cookiecutter/copier: - **Remote-first content:** Reference files from GitHub, S3, GCS, or any HTTP URL directly in YAML configs — no copy-paste template maintenance - **MCP integration:** Ships a Model Context Protocol server so AI assistants (Claude, Cursor, Copilot) can scaffold projects from natural language - **YAML-first:** Define project structures directly in YAML without managing a separate template repository - **Apache 2.0, Python, actively maintained** GitHub: https://github.com/httpdss/structkit PyPI: https://pypi.org/project/structkit/ Stars: 14 and growing ## Entry added ``` - [structkit](https://github.com/httpdss/structkit) - A YAML-first project scaffolding tool with remote content fetching (GitHub, S3, GCS, HTTP) and MCP integration for AI-native workflows. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 03:06:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#13663