Home /Claude Skills /rust-architect

Rust Architect

This project provides an automated architecture design solution f...
Core Principle:
Rust Architect is a Claude Code skill专门用于构建生产级 Rust 应用程序架构。It automatically generates a comprehensive project documentation package, including directory structure, architecture documents (8 files), architecture decision records (ADRs), AI collaboration guardrails, and handover materials. It supports specific domain adaptations for web services, CLI tools, and backend systems, automatically researching Rust best practices (e.g., tokio/axum/sqlx) through an expert consultation module, and providing standardized workflows for the Director and Implementor AI agents.
KEY FEATURES
01Expert Consultation System
Automatically launches Task agents to research Rust patterns, axum best practices, and ownership strategies
02Comprehensive Documentation
Generates 20+ files including 8 architecture docs, ADRs, and AI guardrails
03Domain Adaptation
Provides tailored solutions for web services, CLI tools, and backend systems
04AI Collaboration Framework
Establishes Director/Implementor workflow with review protocols
github.com/nanlong/rust-architect
development·nanlong·2026-02-05·5·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/nanlong/rust-architect.git
SSH
git clone [email protected]:nanlong/rust-architect.git
GitHub CLI
gh repo clone nanlong/rust-architect
FAQ
Q: What are the installation steps for Rust Architect Agent Skills?
1.Requirement Collection: Gathers project details via 6 questions on domain and tech stack
2.Expert Research: Launches Task agents to analyze domain patterns and best practices
3.Documentation Generation: Creates full package with architecture docs and ADRs
4.Workflow Activation: Outputs HANDOFF.md for Director/Implementor collaboration
Q: What are the highlights of Rust Architect Agent Skills?
  • Generates 23 architecture files (including 6000+ lines of content)
  • Provides 15 NEVER_DO and 25 ALWAYS_DO guardrail rules
  • Supports three domains: web services/CLI tools/backend systems
  • Standardizes 8 architecture templates with compilable code examples
Q: What are the use cases for Rust Architect Agent Skills?
  • Building REST API/GraphQL web services with axum framework
  • Developing CLI tools for system administration or data processing
  • Implementing backend event processing systems with message queues
  • AI agent collaboration for design-code workflow
Q: What are the limitations of Rust Architect Agent Skills?
  • Requires Claude Code environment, not a standalone tool
  • Currently only supports Rust stack (tokio/axum/sqlx)