Project Setup and Miyabi Integration

Community

Kickstart projects with Miyabi & Rust workspaces.

AuthorShunsukeHayashi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the initial setup of new projects, including Rust Cargo workspaces and Miyabi framework integration. It eliminates repetitive boilerplate, ensuring consistent project structures and accelerating development startup time.

Core Features & Use Cases

  • New Project Initialization: Guides through creating a new project from scratch with a Cargo workspace, basic crates, and Git initialization.
  • Miyabi Framework Integration: Provides steps for integrating the Miyabi framework into existing projects, including .claude directories and GitHub configurations.
  • Microservice Scaffolding: Offers a pattern for quickly adding new microservice crates to an existing workspace.
  • Use Case: You're starting a new Rust-based microservice architecture. Use this Skill to initialize a Cargo workspace, create your core and API crates, set up Git, and integrate the Miyabi framework for AI-driven development, all with minimal manual effort.

Quick Start

Create a new Rust project named 'my-new-app' with a Cargo workspace and a 'my-core' library crate.

Dependency Matrix

Required Modules

cargogit

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Project Setup and Miyabi Integration
Download link: https://github.com/ShunsukeHayashi/miyabi-mcp-bundle/archive/main.zip#project-setup-and-miyabi-integration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository